/*body{
    -webkit-transition: font .2s ease;
    -moz-transition: font .2s ease;
    -o-transition: font .2s ease;
    transition: font .2s ease;
}*/
html {
    scroll-behavior: smooth;
}
/*@media (min-width: 1200px){
    .container {
        max-width: 990px;
    }
    .navbar .container{
        max-width: 940px;
    }
        .blog__box-items .owl-stage-outer {
            padding-left: calc(50vw - 470px);
        }
}
@media (min-width: 1439px){
    .container {
        max-width: 1140px;
    }
        .blog__box-items .owl-stage-outer {
            padding-left: calc(50vw - 570px);
        }

}
@media (min-width: 1600px){
    .container {
        max-width: 1400px;
    }
        .blog__box-items .owl-stage-outer {
            padding-left: calc(50vw - 700px);
        }

}*/
@media (min-width: 1200px) and (max-width: 1439px){
    .navbar-dark .navbar-brand{
        max-width: 133px;
    }
}
/*Headding*/
/*Headding*/

h1{
    font-size: 48px;
    line-height: 1.08349;
    font-weight: 700;
    font-family: 'SF-Pro-Display';
    margin: 35px 0;
}
h2{
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0em;
    font-family: 'SF-Pro-Display';
    margin: 25px 0;
}

h3{
    font-size: 32px;
    line-height: 1.125;
    font-weight: 700;
    letter-spacing: .004em;
    font-family: 'SF-Pro-Display';
    margin: 15px 0;
}
h4{
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 700;
    letter-spacing: .009em;
    font-family: 'SF-Pro-Display';
    margin: 10px 0;
}
h5{
    font-size: 19px;
    line-height: 1.21053;
    font-weight: 700;
    letter-spacing: .012em;
    font-family: 'SF-Pro-Display';
    margin: 10px 0;
}
h6{
    font-size: 17px;
    line-height: 1.23536;
    font-weight: 700;
    font-family: 'SF-Pro-Display';
    margin: 10px 0;
}
/*End Headding*/
/*Text*/
/*p{
    font-size: 18px;
    line-height: 1.4211;
    font-weight: 300;
    letter-spacing: .012em;
    color: var(--apple-text);
    font-family: 'SF-Pro-Display';
    margin: 20px 0px !important;
}*/
/*End Text*/

/*Link*/
/*a{
    font-size: 15px;
    line-height: 1.47059;
    font-weight: 300;
    font-family: 'SF-Pro-Display';

}*/
/*End Link*/
/*Date*/
date{
    font-size: 15px;
    color:  #6e6e73;
    line-height: 1.28577;
    letter-spacing: -.016em;
    font-family: 'SF-Pro-Display';
    display: block;
    margin: 10px 0px 10px;
    font-weight: bold;
}
/*End Date*/
/*Address*/
address {
    font-size: 16px;
    color: var(--apple-text);
    line-height: 1.28577;
    font-weight: 400;
    letter-spacing: -.016em;
    font-family: 'SF-Pro-Display';
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 10px;
}
.list address{
    font-size: 17px;
}
.blog__box-item {
    height: 380px;
    background: #f4f4f6;
    border-radius: 10px;
}
.blog__box-items a {
    position: relative;
    display: block;
    margin: 10px 0px;
    height: 100%;
}
article.blog__box-item {
    box-shadow: none;
    transition: box-shadow 0.2s;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transform: translateZ(0);
    display: flex;
    flex-direction: column;
    margin: 35px 0px;
}

article.blog__box-item:hover {
    box-shadow: 10px 10px 20px 0px rgb(0 0 0 / 10%), -10px 0 20px 0px rgb(0 0 0 / 10%);
}

.blog__box-img {
    height: 240px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    transition: height 0.2s;
}

.blog__box-img:after {
    opacity: 0;
    transition: 0.2s;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1d1d1f;
    height: 290px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.blog__box-img img {
    transition: transform 0.2s;
    object-fit: cover;
    width: 100%;
    height: 240px;
    display: block;
}

.blog__box-text {
    transition: padding-bottom 0.2s ease;
    padding: 24px 18px;
    flex-grow: 1;
    background-color: #f4f4f6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    z-index: 9
}
.blog__box-text-in{
    position: relative;
}
p.blog__box-text-des {
    color: #6e6e73;
    position: absolute;
    left: 0;
    bottom: -26px;
    transform: translateY(100%);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
/*.blog__box-text-info h3 {
    font-size: 21px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: block;
    display: -webkit-box;
}*/
.blog__box-items a:hover .blog__box-img {
    height: 192px;
}
.blog__box-items a:hover .blog__box-img img{
    transform: scale(1.05);
}
.blog__box-items a:hover .blog__box-text {
    padding-bottom: 72px;
}
.blog__box-items a:hover p.blog__box-text-des {
    visibility: visible;
    opacity: 1;
    transition-delay: calc(0.2s * 0.8);
    transition-duration: calc(0.2s * 0.8);
}
.blog__box-items a:hover .blog__box-img:after{
    opacity: 0.5;

}

/*End Address*/
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
/*Style HomePage*/

.listingCard .info-container{
    text-align: left;
}
.listingCard{
    position: relative;
    overflow: hidden;
}
article.listingCard:hover {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
}
.listingCard::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.listingCard:hover::before {
    /* -webkit-animation: shine .75s; */
    /* animation: shine .75s; */
}
a.listing-name, .result-body a.listing-name {
    font-size: 24px;
    line-height: 1.26667;
    font-weight: 700;
    letter-spacing: .009em;
    font-family: 'SF-Pro-Display';
    padding: 10px 0px;
    color: #cd9615;
    margin: 0;
   
    display: -webkit-box;

}
.post-type-archive-nha_dat .list a.listing-name{
    font-size: 24px;
    height: 70px;
}
.post-type-archive-nha_dat .list ul.funccc li{
    margin: 0px 15px 0px 0px;
}
.block-project .col-md-4 a.listing-name{
    font-size: 24px;
}
.listing-info li span {
    color: #1d1d1f;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.3;
}
.listing-info {
    margin-top: 10px;
}

.load-more-ct {
    text-align: center;
    border-top: 1px solid #dddd;
}
a.more {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -.022em;
    font-family: 'SF-Pro-Display';
    margin-top: 8px;
    display: inline-block;
    text-align: center;
    color: #cd9615;
    padding: 5px 0;
}

a.more i{
    padding-left: 5px;
}

.r-4, .recent_box_ct {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

div#recent_box_ct .col-md-4:first-child .blog-text-box-recent {
    position: static;
    width: 40%;
}
/*.r-4 img {
    height: 350px;
}
.r-4 a {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -.022em;
    font-family: 'SF-Pro-Display';
     margin: 8px 0px; 
    display: block;
    color: #000;
}
.r-4 .info-container {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #f4f4f6;
    transition: height 0.3s;
    padding: 10px 10px 15px 10px;
}
.r-4 p.description, .blog-text-box-recent .excerpt-recent {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    cursor: pointer;
    font-size: 13px;
    transition: 0.3s; 
}
.r-4:hover p.description, .recent_box_ct:hover .excerpt-recent {
    opacity: 1;
    visibility: visible;
}
article.item.r-4:hover .info-container{
    height: 175px;
}
article.item.r-4{
    margin: 20px 0px
}
article.item.r-4:hover{
    box-shadow: 10px 10px 20px 0px rgb(0 0 0 / 4%), -10px 0 20px 0px rgb(0 0 0 / 4%);
}
.related-image .owl-carousel .owl-item img {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.owl-carousel article.item.r-4 img {
    transition: 300ms;
    border-radius: 10px;
}
.owl-carousel article.item.r-4:hover img {
    transform: scale(1.1);
}*/



/*End Home*/

/*Blog*/
h1.font-tiempos {
    color: #fff;
}
div#feature_box_ct .col-md-6:first-child .blog-text-box a{
    font-size: 32px;
    font-weight: 600;
}
.blog-text-box a, .blog-text-box-recent a, h3.recent__blog-title, .blog__box-text-info h3  {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
    display: block;
    color: var(--apple-text);
    line-height: 1.08349;
    font-weight: 700;
    letter-spacing: -.003em;
}
.recent__blog-item:first-child h3.recent__blog-title {
    font-size: 32px;
}

div#feature_box_ct .col-md-6:first-child .blog-text-box date {
    font-size: 1.2em;
}


/*End Blog*/
/*Tab Project*/
li.ult_tab_li {
    background: transparent !important;
    border-bottom: 3px solid #b3b3b3!important;
}
li.ult_tab_li.current {
    border-bottom: 3px solid #2a327e!important;
}

.ult_tabmenu.style1 a.ult_a{
    background: transparent !important;
}
span.ult-span-text.ult-responsive {
    /* font-size: 16px !important; */
    line-height: 1.14286;
    font-weight: 400;
    letter-spacing: .007em;
    font-weight: 700;
    color: #838383;
}
li.ult_tab_li.current span.ult-span-text.ult-responsive {
    color: #000;
}


ul#advanced-tabs-wrap-3936 {
    font-size: 0;
    position: relative;
    padding: 0;
    width: 480px;
    margin: 40px auto;
    user-select: none;
}


/*End Tab Project*/
/*Single Project*/
.__2cot .row.grid .col {
    width: 33.3333% !important;
}

/*#search-content .search-container .search-result>div .secondaryBar .keyword span {
    font-weight: 300;
}*/
.relative {
    position: relative;
}
#all-dp {
    cursor: pointer;
    text-align: center;
}
#all-dp span {
    padding-right: 5px;
}
#all-dp{
    padding: 5px 20px;
    border-radius: 6px;
    border: 1px solid #d6d6d6;
    margin: 15px 0px;
    ;
    display: inline-flex;
    align-items: center;
}

body #wrapper-navbar{
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 10 !important;
}
#search-content .search-container .search-result>div .secondaryBar .keyword h1{
    font-size: 18px;
}
body:not(.single-du_an) #wrapper-navbar.fixed-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f4f4f6;
}
#wrapper-navbar {
    background: #f4f4f6;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    background: #f4f4f6;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}
.header-call-btn a{
    display: inline-block;
    padding: 0px 10px;
    background: #1b497f;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    vertical-align: middle;
}
.header-call-btn a:after{
    display: none;
}
#wrapper-footer{
    border-top: 1px solid #eaeaea;
}
.home .navbar-dark .navbar-toggler,
.navbar-dark .navbar-toggler{
    color: #1D1D1E;
    border-color: #1D1D1E;
}

/*Single dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡n*/
div#nav-project {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.project-sg_title{
    font-size: 1.2em;
}
.banner-hero {
    position: relative;
}
.banner-hero:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 25%;
    background: -moz-linear-gradient(bottom, rgb(0 0 0 / 0%) 0%,rgb(244, 244, 246, 0.5) 30%,rgb(244 244 246) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%,rgb(255 255 255)),color-stop(30%,rgb(244, 244, 246, 0.5)), color-stop(100%,rgb(255 255 255)));
    background: -webkit-linear-gradient(top, rgb(0 0 0 / 0%) 0%,rgb(244, 244, 246, 0.5) 30%,rgb(255 255 255) 100%);
    background: -o-linear-gradient(bottom, rgb(0 0 0 / 0%) 0%,rgb(244, 244, 246, 0.5) 30%,rgb(244 244 246) 100%);
    background: -ms-linear-gradient(bottom, rgb(0 0 0 / 0%) 0%,rgb(244, 244, 246, 0.5) 30%,rgb(244 244 246) 100%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%,rgb(244, 244, 246, 0.5) 30%,rgb(255 255 255) 100%);
}
.hero-sg_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-sg_content a {
    padding: 15px 25px;
    margin-right: 10px;
    font-size: 20px;
    color: #f18c20;
}
a.nen-cam-a {
    background: #f18c20;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
a.nen-cam-a i {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-left: 10px;
    color: #f18c20;
}

.tiem-nang-detail {
    /*margin-right: 40px;*/
}

.tiem-nang_box a, .csht_box_style a {
    color: #000;
    font-size: 17px !important;
    font-weight: 500;
    display: block;
    padding-top: 10px;
}
.csht_box_style a {
    padding: 15px;
    text-align: center;
}
.tiem-nang-sc {
    position: relative;
    margin-bottom: 50px;
}
.tiem-nang-sc .owl-nav{
    display: none;
}

strong.title-td a {
    font-weight: bold;
    font-size: 17px;
}
.csht_thumb {
    height: 350px;
}
.csht_thumb img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 15px;
}
.csht_box a {
    font-size: 23px;
    padding: 25px;
    font-weight: bold;
    display: block;
}
.csht-price-dt {
    display: grid;
    padding: 0px 25px;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 25px;
}
.csht-detail {
    display: flex;
}
.csht-detail i{
    color: #85858A;
    font-size: 35px;
    width: 35px;

    display: flex;

}
.csht-detail span {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}
.csht-detail small {
    color: #cbcbcb;
    font-size: 15px;
    font-weight: 300;
}
.csht-capital {
    margin-left: 14px;
}
.csht_box h4{
    font-size: 25px;
    margin: 20px 0px;
}
.conso-antuong .wpb_wrapper {
    position: relative;
    z-index: 2;
}
.conso-antuong{
    position: relative;
    border-radius: 15px;
}
.conso-antuong:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 0.5;
    border-radius: 15px;
}
.csht_box_style h3 {
    font-weight: 500;
    font-size: 1.2em;
}
a.read-more-sg {
    display: block;
    text-align: center;
    width: 100%;
    color: #1d55a4;
}
/*.widget-cc .col-md-4, .widget-hh .col-md-4{
    display: none;
}*/
button.loadMore {
    display: none !important;
    background: transparent;
    border: none;
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
button.loadMore:hover {
    color: #006140;
}
.wpb_tabs .wpb_tabs_nav li{
    background: transparent !important;
}
.wpb_tabs .wpb_tabs_nav li a {
    border-bottom: none !important;
    font-size: 1.3em;
}
li.ui-tabs-tab:hover, li.ui-tabs-active a {
    color: #f18c20 !important;
}
.ui-tabs-panel {
    background: transparent !important;
    padding: 0 !important;
}
.ult-video{
    margin: 0 !important;
}
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img{
    border-radius: 25px !important;
}
.mat-bang_box_style h3 {
    font-size: 20px;
    padding: 15px;
}
/*.mat-bang-sc .owl-nav, .blog__box-items .owl-nav {
    text-align: center;
    margin: 20px;
}*/

.review_thumb img.img-responsive {
    border-radius: 15px;
}



.review_thumb img{
    border-radius: 10px;
}
.review_box h3{
    padding: 0;
    margin: 0;
    font-size: 18px;
    color:#006140;
    font-weight: 500;
    font-size: 24px;
}
.review_box {
    margin-top: 15px;
}
.review_box p{
    font-size: 16px;
    margin: 5px 0px !important;
}
/*.review-sc .owl-nav, .related-project .owl-nav
{
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 1;
}*/
.hidden-desktop{
    display: none !important;
}
.hidden-desktop p {
    color: #000 !important;
    font-weight: bold !important;
}
/*End Single dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡n*/
@media (max-width: 767px){
    .video_modal {
        text-align: center;
    }
    .video-modal-button {
        position: relative!important;
        top: 0!important;
        left: 0!important;
        transform: none!important;
    }
    .video-controls {
        top: 10%;
    }
    /*Hidden*/
    .hidden-mobile{
        display: none !important;
    }
    .hidden-desktop{
        display: block !important;
    }
    /*End Hidden*/
    /*dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡n*/
    ul.tab-groups {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ul.filter-box-type{
        justify-content: center;
    }
    #search-content .search-container .search-result>div .secondaryBar .keyword{
        padding: 0px !important
    }
    /*end dÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â± ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡n*/
    /*footer*/
    i.fa.fa-angle-down.tranform {
        transform: rotate(180deg);
    }
    #footer .widget-title {
        text-transform: none;
        position: relative;
        margin: 15px 0px;

    }
    #footer .widget-title i {
        margin-left: 15px;
        position: absolute;
        top: 0;
        right: 0;
    }
    /*End Footer*/
    /*Form*/

    #field_5_5 .ginput_container:after {
        top: 20px;
    }
    select#input_5_5 {
        width: 100% !important;
        
    }
    /*End Form*/
    div#feature_box_ct .col-md-6:first-child .blog-text-box a {
        font-size: 28px;
    }
    .review-sc .owl-nav {
        top: -65px;
    }
    .mat-bang_box_style h3 {
        font-size: 16px;
    }
    .wpb_content_element .wpb_tabs_nav {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow-x: scroll;
    }
    .wpb_tabs .wpb_tabs_nav li a {
        font-size: 1em;
    }
    .conso-antuong:before{
        border-radius: 0px;
    }
    .csht-details {
        margin-bottom: 25px;
    }
    .csht-price-dt {
        display: flex;
        align-items: center;
        padding: 5px;
        justify-content: space-between;
    }
    .csht-capital {
        margin-left: 10px;
    }
    .csht_box h3 {
        font-size: 17px;
    }
    .csht-detail span {
        font-size: 18px;
    }
    .tiem-nang-sc .owl-nav{
        display: none;
    }
    .tiem-nang-detail {
        margin-right: 10px !important;
    }
    .hero-sg_content a {
        padding: 10px 15px;
        font-size: 16px;
    }
    h5.vc_custom_heading {
        line-height: 1.5;
        color: #444b59;
        margin: 0px;
    }
    .post-heading h1 {
        font-size: 30px;
    }
    /*    .img-item-cs{
            height: 200px;
        }*/
    #footer .textwidget .social-group{
        justify-content: flex-start;
    }
    #footer .textwidget .social-group a{
        margin-right: 10px;
    }
    ul#main-menu{
        padding-bottom: 30px;
    }
    ul#main-menu li.last-menu-item{
        text-align:left;
    }
    ul#main-menu li.last-menu-item a{
        display: inline-block;
        color: #ffffff;
        line-height: 40px;
        height: 40px;
        margin-top: 10px;
    }
}
.home .navbar-dark .navbar-nav li .nav-link{
    color: #1D1D1E;
}
.navbar-dark .navbar-nav li .nav-link{
    color: #1D1D1E;
}
.navbar-dark .navbar-nav li.active .nav-link{
    color:  #8DC63F;
}
.navbar-dark .navbar-nav li .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link{
    color:  #8DC63F;
}
#return-to-top{
    background: var(--primary);
}
#return-to-top:hover {
    background: var(--second);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern{
    border-color:#ffffff !important;
    background-color: transparent !important;
    border: 2px solid;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:hover{
    border-color: #1D1D1E  !important;
    background-color: #1D1D1E !important;
    border: 2px solid;
}
/*.status-bottom-red{
    background: rgba(0, 43, 96, 0.86);
}*/
/*.block-project .heading,
.block-news .heading-03,
.whm-custom-heading, .block-agents .heading{
    color: #1D1D1E;
    text-transform: none;
}*/
/*.listingCard .info-container .listing-name{
        color: #1D1D1E;
}
.listingCard .info-container .listing-name:hover{
        color: #8DC63F;
}*/
.btn-blue-outline{
    border: 1px solid #8DC63F;
    background: #8DC63F;
    color: #ffffff !important;
}
.btn-blue-outline:hover{
    border: 1px solid #1D1D1E;
    background: #1D1D1E;
    color: #ffffff !important;
}
.contact .btn-blue-outline{
    border: 1px solid #1D1D1E;
    background: #1D1D1E;
    ;
    color: #ffffff !important;
    transition: all 0.3s;
}
.contact .btn-blue-outline:hover{
    border: 1px solid #1D1D1E;
    background: transparent;
    color: #1D1D1E !important;
}

.listingCard .info-container .listing-address,
.block-news .desc-home{
    color: rgba(128,128,128, 0.7);
}
/*.block-news .more,
.block-project>div .more{
        margin-bottom: 20px;
        padding: 10px 30px;
        border: 2px solid #1D1D1E;
        background: transparent;
        transition: all 0.3s;
        color: #1D1D1E;
}*/
.block-news .more:hover,
.block-project>div .more:hover{
    background: #1D1D1E;
    color: #ffffff;
}
.detail-block .right .item .info-container .title a{
    color: #1D1D1E;
}
.detail-block .right .item .info-container .date{
    color: rgba(128,128,128, 0.7);
}
.blog-wrapper #hs_cos_wrapper_module .left-title{
    color: #1D1D1E;
    text-transform: none;
}
.post-header h2,
.post-header h2 a{
    color: #1D1D1E;
}
.status-top-left{
    background: #8DC63F;
}
/*#search-content .search-container .search-result>div .result-body .row:not(.grid) .listView.box .info-container .listing-name{
    color: #1D1D1E;
}*/
/*#search-content .search-container .search-result>div .result-body .row:not(.grid) .listView.box .info-container .listing-name:hover{
    color: var(--primary);
}*/
.button-wrapper a.call-now{
    background: #1D1D1E;
    border:1px solid #1D1D1E;
}
/*.gform_wrapper .gform_footer input.button{
    background: #1D1D1E !important;
}*/
.form-content .large-butt-red{
    background: #164379 !important;
    border-radius: 10px;
}
h3.heading-tiempos{
    color: #1D1D1E;
}
#baogia div#scGform h3{
    color: #1D1D1E;
}
#footer .widget-title{
    text-transform: none;
}
.post-header .post-body{
    color: #000000;
}
#search-content .search-container .search-result>div .result-body .row:not(.grid) .listView.box .info-container .listing-price{
    color: #1D1D1E;
}
ul.essb_links_list{
    color: #1D1D1E;
}

/*.vc_row h4{
    color: #000;
}*/
.block-resident.projectCard .cover-image a .dark-overlay{
    background: -webkit-gradient(linear,left top, right top,from(rgba(0, 43, 96, 0.4)),to(rgba(0, 43, 96, 0.07)));
    background: -o-linear-gradient(left,rgba(0, 43, 96, 0.4),rgba(0, 43, 96, 0.04));
    background: linear-gradient(to right,rgba(0, 43, 96, 0.4),rgba(0, 43, 96, 0.04));
    opacity: 0;
    transition: all 0.3s;
}
.block-resident.projectCard:hover .cover-image a .dark-overlay{
    opacity: 1;
}
.error404 .page-title{
    background: #fff;
    color: #002b60;
    padding: 70px 0px 30px;
    font-weight: normal;
}
.error404 .page-title:before{
    content:none;
}
.error404 .page-content{
    padding: 100px 0;
}
.error404 .page-content h3{
    /* 	margin-bottom: 30px; */
    text-align: center;
    color: #1D1D1E;
}
.error404 .page-content form{
    max-width: 100%;
    margin: 0 auto 50px auto;
}
@media (max-width: 767px){
    .error404 .page-content form{
        max-width: 100%;
        margin: 0 auto;
    }
}
.error404 .page-content .input-group i{
    display: none;
}
.error404 .backtohome{
    display: inline-block;
    padding: 10px 30px;
    background: #1D1D1E;
    border:2px solid #1D1D1E;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}
.error404 .backtohome:hover{
    background: #1D1D1E;
    color: #ffffff;
}
.error404 .top-search{
    margin: 0 auto;
}
.error404 .listingCard .info-container .listing-name{
    text-align: left;
}
#footer #wrapper-footer-full{
    background-color: #ffffff;
}
.contact h2,
.contact h3{
    color: #1D1D1E;
}
.hs-featured-image-wrapper img{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.ginput_container input[type="file"]{
    width: 100% !important;
}

.baogia-lmg .content-duan{
    height: 100%;
}
#scGform p.text-center{
    font-size: 15px;
}
.contact.in-project .col-contact p.text-center{
    font-size: 15px;
}
.navbar-toggler[aria-expanded="true"] .fa-bars:before{
    content: '\f00d';
}
.navbar-toggler[aria-expanded="false"] .fa-bars:before{
    content: '\f0c9';
}

@media (max-width: 767px){

    #all-dp{
        position: static;
        font-size: 10px;
        display: block;
        margin: 10px auto;
    }
    div#custom_html-12 {
        margin-top: 20px;
    }
    div#nav_menu-2 {
        margin: 20px 0px;
    }
    #footer ul.menu li {
        width: 49%;
        margin: 0;
    }
    ul#menu-footer-full {
        flex-wrap: wrap;
        margin: 15px 0px;
    }
    ul#menu-footer-full li {
        width: 49%;
        margin: 5px 0px;
    }
    .top-search.d-flex.align-items-center.justify-content-center {
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }
    .phone_hd {
        display: none;
    }
    .logo-ht a {
        display: flex;
        align-items: flex-start;
    }
    .header-app .col-12 {
        order: 3 !important;
        display: none !important;
    }
    ul#main-menu{
        -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);
    }
}
.logo-ht a {
    display: flex;
    align-items: flex-start;
}
.search-result{
    top: 0 !important;
}
/*.post-type-archive-nha_dat #footer, .post-type-archive-du_an #footer,
.post-type-archive-nha_dat .menu-footer-full-container, .post-type-archive-du_an .menu-footer-full-container,
.post-type-archive-nha_dat .border-ft, .post-type-archive-du_an .border-ft,
.term-bat-dong-san-moi .border-ft, .term-bat-dong-san-moi .menu-footer-full-container, .term-bat-dong-san-moi #footer
{
    display: none;
}*/
.ct-news-wrapper{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translatey(-50%);
}
@media (min-width: 767px){
    .banner-agents-top{
        height: 0;
        padding-top: 37%;
    }
    .banner-agents-top .banner-agents-inner{
        position: absolute;
        top:0;
        transform: translatey(50%);
    }
    .header-career{
        height: 0;
        padding-top: 37%;
    }
    .header-career .bg-career{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .bread-wrapper .breadcrumb-section.type2{
        height: 0;
        padding-top: 37%;
    }
    .ct-news-wrapper{
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translatey(-50%);
    }
    /*    .page-template-contact .banner-trading-fl{
            height: 450px;
            position: relative;
        }*/
    /*    .page-template-contact .banner-trading-fl .ct-contact-wrapper{
            position: absolute;
            top: 50%;
            width: 100%;
            transform: translatey(-50%);
        }*/
}
body.post-type-archive-nha_dat #search-content .border-wrapper{
    padding: 0 30px;
}
.card-grid-container ul.nav.nav-tabs li {
    margin: 20px 60px 20px 0px;
}
.ttt {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: transparent;
}
.content-ajax img {
    border-radius: 10px;
}
.card-grid-container ul.nav.nav-tabs li a {
    padding: 0;
}
.card-grid-container ul.nav.nav-tabs li a {
    padding: 0;
    font-size: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: transparent ;
    border-color: transparent ;
    color: #f18c20;
}
.related__blog .owl-nav, .block-news .owl-nav, .tab-owl-ct .owl-nav, .tienich-sc .owl-nav,.tien-do-owl .owl-nav{
    display: block;
    text-align: center;
    margin-top: 30px;
}
a.d-block.open-ajax img {
    border-radius: 10px;
}
@media (max-width: 767px){
    .vc_custom_1558492711178{
        padding-right: 15px !important;
    }
    .banner-agents-top{
        height: 400px;
    }
    .ct-contact-wrapper{
        position: absolute;
        top: 50%;
        width: 100%;
        left: 50%;
        transform: translateX(-50%) translatey(-50%);
    }
    .lg-outer{
        height: calc(100% - 60px) !important;
    }
}
.fancybox-toolbar{
    top: 55px;
    opacity: 1 !important;
}
/*.block-project {
    border-bottom: 1px solid #dddd;
}*/
/*.block-project .owl-dots{
    display: none;
}*/
article.listingCard:hover .status-bottom-red, article.listingCard:focus .status-bottom-red, article.listingCard:active .status-bottom-red {
    background: var(--second) !important;
    color: #fff;
}
.logo-ht {
    height: 55px;
    display: flex;
    align-items: center;
}
.logo-ht a {
    height: 100%;
    width:100%;
}
.logo-ht a img {
    max-height: 100% !important;
    width: auto;
}
.header-app .col-md-4 {
    padding: 0 !important;
}
.wrapper-content {
    margin-top: 0px;
}
.ult-item-wrap {
    padding-right: 20px;
}
.ultv-video__outer-wrap:hover .ultv-video__play-icon {
    text-shadow: 2px 2px 7px #ffffff91;
}

a.showMore {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    color: #0077C8;
    text-decoration: none;
}
a.showMore::after {
    content: "+ VIEW MORE";
}
a.showMore.showLess::after {
    content: "- VIEW LESS";
}

.maker-maps {
    width: 25px;
}
.maker-maps img {
    width: 100%;
}
.single article.listingCard h3 {
    margin-top: 15px;
    margin-bottom: 0;
}
.related__post, .related__project {
    margin: 50px 0px;
}
.barr {
    position: absolute;
    top: 0;
    right: 5%;
    display: none;
    z-index: 9;
}
.barr i {
    font-size: 20px;
    margin-top: 5px;
}
.rotate i {
    transform: rotate(180deg);
}
.project-pop .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px !important;
    border-bottom: 1px solid #ddd;
}
.project-pop .modal-header i {
    font-size: 30px;
    cursor: pointer;
}
/*.img-recuit img{
    transition: 0.2s;
    border-radius: 10px;
}
.recuilt-carousel .owl-item:hover img {
    transform: scale(1.1);
}


.recuilt-carousel .owl-item:hover .img-recuit:before{
    opacity: 1;
    visibility: visible;
}
*/


.content-td {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0px;
    transition: 0.3s;
}
.content-td:hover {
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
.img-recuit{
    position: relative;
    overflow: hidden;
}
.img-recuit img{
    transition: 0.2s;
}
.content-td:hover .img-recuit img{
    transform: scale(1.1);
}
.img-recuit a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #00000085;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.content-td:hover .img-recuit a:before{
    opacity: 1;
    visibility: visible;
}
.img-recuit a {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
}
.block-project.project-hot-trend.text-center h2 {
    margin-bottom: 35px;
}
h1.project-sg_title{
    margin: 0px;
}
figcaption.vc_figure-caption {
    font-size: 15px !important;
    font-style: normal;
    padding: 10px 0px 15px 0px;
    text-align: center;
}
/*.wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button{
    margin-bottom: 0px !important;
}*/


a.more i{
    margin-bottom: 0px !important;
}
.bai-viet-lq h3 {
    margin-bottom: 50px;
}
.post-type-archive-du_an .row.list a.listing-name {
    font-size: 24px;
    margin-bottom: 0px;
    padding-top: 0;

}
.post-type-archive-du_an .listView{
    align-items: center !important;
    display: flex;
}
.post-type-archive-du_an .listing-address {
    margin-bottom: 10px !important;
}
.wpb_single_image img{
    border-radius: 10px;
}
.ult_tabmenu.style1, .ult_tabmenu.style2{
    padding: 0 15px !important;
}
.callout .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background: #e7315b;
    color: white;
    border: transparent;
}

.callout .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: #b9193e;
}
#tien-ich .wpb_text_column *:last-child {
    margin-bottom: 15px !important;
}

span.material-icons-outlined.icon-gg {
    font-size: 80px;
    margin: 0 !important;
    color: var(--second);
}
.img-item-cs figcaption.vc_figure-caption {
    display: none !important;
}
ul.post-categories{
    display: flex;
    gap:5px;
}
ul.post-categories li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #6e6e73;
}
ul.post-categories li:after {
    content: ',';
}
ul.post-categories li:last-child:after {
    display: none;
}
.recent__blog-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding-bottom: 35px;
}
.recent__blog-item:first-child {
    grid-column: 1 / span 3;
}
.recent__blog-item {
    background: #f4f4f6;
    border-radius: 10px;
    overflow: hidden;
}
.recent__blog-item a {
    color: initial;
    display: flex;
    flex-direction: column;
}

.recent__blog-img {
    height: 200px;
    flex-shrink: 0;
    position: relative;
    transition: 0.2s linear;
    cursor: pointer;
    overflow: hidden;
}

.recent__blog-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000040;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.recent__blog-item:hover .recent__blog-img:before{
    opacity: 1;
    visibility: visible;
}
.recent__blog-item:first-child .recent__blog-img {
    height: auto;
    flex-shrink: 0;
    width: 60%;
}
.recent__blog-content {
    flex: 1;
}

.recent__blog-img img {
    width: 100%;
    height: 100%;

    border-radius: inherit;
    aspect-ratio: 16/9;
    transition: 0.2s linear;
}
.recent__blog-item:hover .recent__blog-img img{
    transform: scale(1.1);
}
.recent__blog-content {
    padding: 15px 15px;
}
.recent__blog-item:first-child a{
    display: flex;
    flex-direction: row;
    align-items: center;
}
a.recent__blog-title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}

ul.post-categories li a {
    font-size: 12px;
    font-weight: 500;
}
/*h3.recent__blog-title {
    font-size: 21px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: block;
    display: -webkit-box;
}*/

span.recent__blog-category {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #6e6e73;
}
.container-app {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}
.top__single-post {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 35px;
}
span.top__single-left {
    display: flex;
    align-items: center;
}
span.top__single-left:after {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1px;
    margin: 0 10px;
    background-color: #6e6e73;
}
.share-social{
    margin-bottom: 45px;
}
@media screen and (max-width: 1023px){
    .single-post h4{
        margin: 25px 0;
    }
    .single-post figcaption.vc_figure-caption{
        margin: 0px auto 15px auto;
    }
    .top__single-post{
        margin-top: 35px;
    }
    .container-app{
        width: 100%;
        padding: 0px 15px
    }
    .single-post .wpb_text_column.wpb_content_element, #single-wrapper .tags-group {
        padding: 0;
    }
    .single-post figcaption.vc_figure-caption{
        padding: 10px 0px;
    }
    .recent__blog-items {
        grid-template-columns: repeat( 2 , 1fr) ;
    }
    .recent__blog-item:first-child {
        grid-column: 1 / span 2;
    }

}
@media screen and (max-width: 767px){
    .single-post figcaption.vc_figure-caption{
        margin: 0px auto 15px auto;
    }
    .top__single-post{
        margin-top: 35px;
    }
    .container-app{
        width: 100%;
        padding: 0px 15px
    }
    .single-post .wpb_text_column.wpb_content_element, #single-wrapper .tags-group {
        padding: 0;
    }
    .single-post figcaption.vc_figure-caption{
        padding: 10px 0px;
    }
    .recent__blog-item:first-child a{
        flex-direction: column;
    }
    .recent__blog-item:first-child .recent__blog-img{
        width: 100%;
    }
    .recent__blog-items {
        grid-template-columns: repeat(1 , 1fr);
    }
    .recent__blog-item:first-child {
        grid-column: 1;
    }
}
.wpb_video_widget .wpb_wrapper iframe {
    border-radius: 10px !important;
}
.single-du_an .wpb_video_widget .wpb_wrapper iframe {
    border-radius: 0px !important;
}

.search-boxx {
    height: 100% !important;
}
div#search-wrapper {
    margin: 35px 0px;
}

div#search-wrapper .blog-content{
    background: transparent;
}
div#search-wrapper .page-title:before{
    display: none;
}
div#search-wrapper  .cover-image img {

    border-radius: 10px;
}
div#search-wrapper h1.page-title {
    font-size: 32px;
    padding: 0;
    background: transparent;
    text-align: left;
}
div#search-wrapper .listView .cover-image {
    width: 40%;
}
div#search-wrapper .info-container {
    width: 60%;
    text-align: left;
}
div#search-wrapper .listView {
    display: flex;
    margin: 20px 0px;
}
.orr {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    font-size: 18px;
}
ul.detail-more, ul.detail-more-nt  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 20px;
}
ul.detail-more li, ul.detail-more-nt li  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
}
ul.detail-more li p, ul.detail-more-nt li p {
    margin: 0 !important;
    font-size: 16px;
}
ul.detail-more li.hidden, ul.detail-more-nt li.hidden {
    display: none;
}
a.read-more, a.read-more-nt {
    background: #f4f4f6;
    padding: 5px 15px;
    border: 1px solid #dadada !important;
    font-size: 14px;
    border-radius: 6px;
}
.form-group.top-du-an {
    margin-bottom: 0 !important;
}
ul#title-du-an > li {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
ul#title-du-an > li ul.sub-menu {
    display: none;
    position: absolute;
    top: 115%;
    left: -15px;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 999;
}
/*ul#title-du-an > li:hover ul.sub-menu{
    display: block;
}*/
/*ul#title-du-an ul.sub-menu {
    line-height: 2;
}*/

ul#title-du-an ul.sub-menu a {
    font-size: 20px;
    font-weight: bold;

}

.status-bottom-blue {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    padding: 8px 10px;
    color: #ffffff;
    background: #cd9615 !important;
    font-size: 11px;
    z-index: 2;
    transition: 0.3s;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 1;
    font-weight: bold;
}


/*Bloggg*/
.newsroom-item {
    position: relative;
    display: block;
    height: 100%;
}
.newsroom-item-article {
    position: relative;
    box-shadow: none;
    transition: box-shadow 0.25s;
    height: 435px;
    background-color: #f4f4f6;
    border-radius: 10px;
    overflow: hidden;
    transform: translateZ(0);
    display: flex;
    flex-direction: column;
}
.recruit_sc .newsroom-item-article{
    height: 400px;
}
.newsroom-item-image {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    transition: height 0.25s;
    aspect-ratio: 16/9;
}
.newsroom-item-image img{
    transition: transform 0.25s;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.newsroom-item-image img:after {
    opacity: 0;
    transition: 0.25s;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
}
.newsroom-item-content {
    transition: padding-bottom 0.25s ease;
    padding: 24px 18px;
    flex-grow: 1;
    background-color: #f4f4f6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transform: translateY(74px);
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    transition: 0.2s;
}
.newsroom-item-article:hover .newsroom-item-content {
    transform: translateY(0px);
}
.newsroom-item-header-container {
    position: relative;
    /*    display: flex;
        flex-grow: 1;*/
}
.newsroom-item-header {
    flex-direction: column;
    justify-content: space-between;
}
.newsroom-item-title {
    margin-bottom: 16px;
    font-size: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    display: -webkit-box;
}
.recruit_sc .newsroom-item-title{
    -webkit-line-clamp: 1;
    height: 30px;
}
.newsroom-item-time {
    font-size: 15px;
    color: #6e6e73;
    line-height: 1.28577;
    letter-spacing: -.016em;
    font-family: 'SF-Pro-Display';
    display: block;
    margin: 10px 0px 18px;
    font-weight: bold;
}
p.newsroom-item-description.typography-caption {
    height: 50px;
    margin: 0 !important;
    display: flex;
    align-items: center;
}
/*.newsroom-item-description {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.05s ease;
    transition-delay: 0;
    color: #6e6e73;
    position: absolute;
    left: 0;
    bottom: -30px;
    transform: translateY(100%);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}*/
/*.carousel-new-homes .owl-item:hover .newsroom-item-content{
    padding-bottom: 72px;
}*/
/*.carousel-new-homes .owl-item:hover .newsroom-item-description{
    visibility: visible;
    opacity: 1;
    transition-delay: calc(0.25 * 0.8);
    transition-duration: calc(0.25 * 0.8);
}*/
/*.carousel-new-homes .owl-item:hover .newsroom-item-image{
    height: 152px;
}*/
/*End Blog*/


rs-module-wrap#rev_slider_5_1_wrapper p {
    font-size: 18px !important;
    line-height: 1.4211;
    font-weight: 300;
    color: var(--apple-text) !important;
    font-family: 'SF-Pro-Display';
    margin: 20px 0px !important;
}
li.menu-item.last-menu-item.header-call-btn.d-block.d-lg-none .menu_hd ul li a:after {
    display: none !important
}

/*New css*/
.csht-details {
    margin-bottom: 35px;
}
.tiem-nang_thumb {
    border-radius: 10px;
    overflow: hidden;
}
/*.single-du_an img.vc_single_image-img.attachment-full {
  border: 2px solid #dc010d;
}*/
.ultv-video.ultv-aspect-ratio-16_9.ultv-subscribe-responsive-none {
    border-radius: 25px;
    overflow: hidden;
}
.ultv-video__outer-wrap{
    background: transparent !important;
}
.no-border .ultv-video.ultv-aspect-ratio-16_9.ultv-subscribe-responsive-none{
    border-radius: 0px;
}
.hotline-duan, .lienhe-duan{
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
/* 3 */
.hotline-duan a{
    background: rgb(0,172,238) !important;
    background: linear-gradient(0deg, rgb(23 68 124) 0%, rgb(23 68 124) 100%) !important;
}
.lienhe-duan a{
    background-color: #dc010d !important;
    position: relative;
}
.lienhe-duan a:before{
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-bottom-left-radius: 125px;
    border-bottom-right-radius: 125px;
    content: "";
    height: 50%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%;
}
@media screen and (max-width:767px){
    a.hotline-duan, a.lienhe-duan{
        text-align: center !important;
        width: 82% !important;
    }
}
.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}
.addtoany_shortcode {
    text-align: center;
}

/*Modal Agent*/
div#agent_forms .modal-body {
    padding: 0 50px 40px;
}
.agent_forms .modal-content, .agent_forms-single .modal-content{
    max-width: 500px;
    width: 500px !important;
}
.agent_forms-single img {
    width: 150px;
    height: 150px;
    margin: 0 auto
}
/*.agent_forms h3, .agent_forms-single h3 {
    color: #006140;
    font-family: SF-Pro-Display;
    padding-bottom: 2px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    margin: 10px 0 0px;
    font-size: 23px !important;
    text-align: center;
}*/
.header-md-agent strong{
    font-size: 18px;
    margin-top: 5px;
    display: block;
    color: var(--apple-text);
}
.header-md-agent span{
    margin-top: 10px;
    color: var(--apple-text);
}
.header-md-agent {
    width: 100%;
    position: relative;
    text-align: center;
}
.header-md-agent button.close-popup-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: var(--primary);
    color: #fff;
    padding: 5px 12px;
    margin: 0;
    border: none;
    cursor: pointer;
}
.header-md-agent button.close-popup-btn i {
    padding: 0;
    margin: 0;
}
.agent_forms .gform_footer.top_label, .agent_forms-single .gform_footer.top_label {
    height: 100% !important;
    text-align: center;
    margin-top: 22px !important;
}
.agent_forms .gform_footer.top_label .gform_button, .agent_forms-single .gform_footer.top_label .gform_button {
    margin: 0 !important;
    padding: 10px 25px;
    background: #006140 !important;
    cursor: pointer;
}
.agent_forms .gform_footer.top_label .gform_button:hover, .agent_forms-single .gform_footer.top_label .gform_button:hover{
    background:#dc010d;
}
.header-md-agent .lh-tu-van-content {
    margin-top: 50px;
    text-align: center;
}
.vc_tta-panels {
    border: none !important;
}
#hinhanh-nhamau img {
    aspect-ratio: 4/3;
}
/*End Modal Agent*/

/*Block Icon*/
.why-detail {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin-top: 15px;
}
.img-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.img-icon img{
    width: 100%;
    height: 100%;
}
.title-icon {
    margin: 20px 0px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0em;
    font-family: 'SF-Pro-Display';
}
.info-icon p {
    margin: 0px !important;
}
/*End Block*/


/*Root Padding Margin*/

.pt-35{
    padding-top: 35px;
}
.pt-50{
    padding-top: 50px;
}
.pt-75{
    padding-top: 35px;
}

.pb-35{
    padding-bottom: 35px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-75{
    padding-bottom: 75px;
}

.mt-35{
    margin-top: 35px;
}
.mt-50{
    margin-top: 50px;
}
.mt-75{
    margin-top: 35px;
}

.mb-35{
    margin-bottom: 35px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-75{
    margin-bottom: 75px;
}
ul.breadcrumb {
    display: none;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #006140;
    border-color: #006140;
}
.page-link{
    color: #17447b;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    font-weight: 600;
}
.vc_custom_1639629646069 {
    background: rgb(231,49,90);
    background: linear-gradient(105deg, rgb(231 49 90) 0%, rgb(36 51 122) 100%) !important;
}
.single-map-nd{
    position: relative;
    border-radius: 10px !important;
    overflow: hidden;
}
.directions {
    position: absolute;
    bottom: 25px;
    left: 10px;
    z-index: 9999;
    background-color: rgb(255 255 255);
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.directions i {
    font-size: 30px;
    color: #006140;
}
.makerr i {
    font-size: 60px;
    color: #dc010d;
}
/*End Root*/

.callout h3 {
    margin-top: 10px;
}



/*Venezia Beach*/
section#video-vene .ultv-video.ultv-aspect-ratio-16_9.ultv-subscribe-responsive-none {
    border-radius: 0px;
}
h2.vc_heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 45px;
}
h2.vc_heading.style_1 {
    color: #006140;
}
h2.vc_heading.style_2 {
    color: #fff;
}
h2.vc_heading.style_1, h2.vc_heading.style_2{
    position: relative;
}
h2.vc_heading:before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 150px;
    height: 60px;
    transform: translateX(-50%);
}
h2.vc_heading.style_1:before{
    background: url(../../uploads/2022/06/Artboard-8-copy.png) ;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
h2.vc_heading.style_2:before{
    background: url(../../uploads/2022/06/Artboard-8.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
section#general-vene li {
    font-size: 15px;
}
.media-vene-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    margin-top: 50px;
    padding-bottom: 50px;
}
.item-grid-vene {
    aspect-ratio: 4 / 3;
    border-radius: 25px;
    overflow: hidden;
}
.item-grid-vene img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.info-img-vene {
    position: relative;
    height: 100%;
    transform: translate(-25px, 25px);
}
.info-img-vene img{
    height: 100%;
    aspect-ratio: 5/4;
    object-fit: cover;
    border-top-right-radius: 0;
    border-top-left-radius: 25%;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%;
}
.info-img-vene:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    right: -20px;
    background: rgb(3,97,66);
    background: linear-gradient(90deg, rgba(3,97,66,1) 0%, rgba(166,207,100,1) 100%);
    content: '';
    z-index: -1;
    border-top-right-radius: 0;
    border-top-left-radius: 25%;
    border-bottom-left-radius: 25%;
    border-bottom-right-radius: 25%;
}
.text-white p {
    color: #fff !important;
}
form#gform_25, .vene-form-horiz form {
    display: flex;
    align-items: center;
}
form#gform_25 .gform_body.gform-body, .vene-form-horiz .gform_body.gform-body  {
    width: 75%;
}
form#gform_25 .gform_footer.top_label, .vene-form-horiz .gform_footer.top_label {
    width: 24%;
    margin-left: 1% !important;
}
input#gform_submit_button_25 {
    margin: 0;
    height: 100% !important;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
    background: #036142 !important;
}
.vene-form-horiz .gform_button {
    color: rgb(255, 255, 255) !important;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s linear;
    cursor: pointer;
    width: 100%;
    background-color: #f60102;
    border-radius: 4px;
    padding: 8px 25px;
    height: 100% !important;
    margin-bottom: 0px !important;
    display: block !important;
    text-align: center;
}
.spt-50{
    padding-top: 50px;
}
.spb-50{
    padding-bottom: 50px;
}
.text-justify {
    text-align: justify !important;
}
section#register-venne img {
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 25px;
}
.vc_row.wpb_row.vc_row-fluid.vc_column-gap-35 {
    padding: 0px 60px;
}
section.vc_section.relation-vene {
    padding: 0 !important;
    margin-bottom: -35px !important;
}

.util_vene {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}
.util_vene-thumb {
    aspect-ratio: 3/4;
    overflow: hidden;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.util_vene-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.util_vene-title {
    text-align: center;
    background: #036142;
    color: #fff;
    font-size: 20px;
    padding: 5px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
section#model-vene, section#promo-vene {
    padding: 50px;
}
section.ground-vene img {
    /*aspect-ratio: 16/ 8;*/
    object-fit: cover;
}
section#model-vene:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d7e1ff;
    opacity: 0.8;
    z-index: 1;
}

section#model-vene > * {
    position: relative;
    z-index: 2;
}

.model_vene {
    background: rgb(3,97,66);
    background: linear-gradient(180deg, rgba(3,97,66,1) 0%, rgba(166,207,100,1) 100%);
    padding: 10px;
    border-radius: 25px;
    margin-bottom: 35px;
}
.model_vene-img {
    border-radius: 25px;
    overflow: hidden;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.model_vene-content h3 {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 30px 0px;
}
.model_vene-content h3{
    position: relative;
}
.model_vene-content h3:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 90px;
    height: 40px;
    background: url(../../uploads/2022/06/Artboard-8.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-50%);
}
.model_vene-content ul {
    padding: 0px 35px;
    margin-bottom: 20px;
}
.model_vene-content ul li {
    color: #fff;
    line-height: 2;
    font-weight: 300;
}
.model_vene-content ul li {
    color: #fff;
    line-height: 2;
    font-weight: 300;
    padding-left: 35px;
    position: relative;
}
.model_vene-content ul li:before {
    content: '';
    background: url(../../uploads/2022/06/Artboard-4.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
}
.view-model{
    text-align: center;
    margin-bottom: 20px;
}
.view-model a {
    display: inline-block;
    border: 2px solid #fff;
    padding: 7px 30px;
    border-radius: 10px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
    background: red;
}
.gift_vene {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
}
.gift_vene-item {
    border: 1px solid #fff;
    padding: 20px 10px;
    border-radius: 15px;
}
.gift_vene-title {
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    font-weight: 600;
    margin-bottom: 35px;
}
.gift_vene-title:before {
    content: '';
    background: url(../../uploads/2022/06/Artboard-8.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 150px;
    height: 60px;
    transform: translateX(-50%);
}
.gift_vene-thumb {
    aspect-ratio: 16/9;
    border-radius: 15px;
    overflow: hidden;
}
.gift_vene-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gift_vene-content span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.gift_vene-content {
    text-align: center;
    margin: 25px 0px;
}
.gift_vene-desc {
    color: #fff;
    text-align: center;
    font-size: 13px;
}
form#gform_26 {
    position: relative;
    margin: 25px 100px;
}
.form#gform_39{
    position: relative;
}
form#gform_26 .gform_footer.top_label, form#gform_39 .gform_footer.top_label {
    position: static;
    bottom: 0;
    right: 0;
    width: 49%;
}
input#gform_submit_button_26, input#gform_submit_button_39 {
    margin: 0;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #036142 !important;
}
form#gform_26 input, div#gform_wrapper_27 input, textarea#input_27_8, textarea#input_39_8,  form#gform_39 input {
    background: #C2DC79;
    border-color: transparent !important;
    color: #000;

}
form#gform_26 input::placeholder, form#gform_39 input::placeholder , div#gform_wrapper_27 input::placeholder, textarea#input_27_8::placeholder,  textarea#input_39_8::placeholder{
    color: #fff !important;
}
.form-download {
    margin: 35px 15px !important;
}
.form-download .wpb_column.vc_column_container.vc_col-sm-4 {
    border: 2px solid #fff;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    overflow: hidden;
}
.form-download .wpb_column.vc_column_container.vc_col-sm-8{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
section#promo-vene ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.icon_vene {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.icon_vene-item {
    display: flex;
    align-items: center;
}
.icon_vene-thumb {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}
.icon_vene-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}
.icon_vene-title {
    flex: 1;
    color: #fff;
}
.bg-fixed {
    background-attachment: fixed;
}
.mySwiper2, .mySwiper3 {
    margin: 15px 0px;
}

.media-vene-item {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
}
.media-vene-item-2 {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
}
.media-vene-item img, .media-vene-item-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper2, .mySwiper3 {
    border-radius: 25px !important;
}
.mySwiper, .mySwiper4 {
    margin-bottom: 50px;
}
.mySwiper2 .swiper-button-next, .mySwiper2 .swiper-button-prev, .mySwiper3 .swiper-button-next, .mySwiper3 .swiper-button-prev{
    color:#fff;
}
.wpb_single_image.wpb_content_element.w-40 {
    width: 40%;
    margin-bottom: 15px !important;
    margin: 0 auto;
}
.radius-unset img {
    border-radius: 0px !important;
}
#info-vene-ft h3 {
    margin-bottom: 15px;
}
div#info-vene-ft {
    border: 2px solid #036142;
    border-radius: 25px;
    padding: 25px 50px;
    margin-top: 35px;
    margin-bottom: 35px;
}
textarea#input_27_8, textarea#input_39_8 {
    position: absolute;
    border-radius: 4px;
    padding: 8px 30px 8px 15px !important;
}
input#gform_submit_button_27, input#gform_submit_button_39 {
    padding: 6px;
    border-radius: 4px;
    background: #036142 !important;
    color: #fff !important;
    cursor: pointer;
}
a.list-menu-project-item.active {
    color: red;
}

/*End Venezia Beach*/

/*  Modal Popups */

div#modalTimeout .modal-popups {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#modalTimeout .modal-content {
    background: rgb(3,97,66);
    background: linear-gradient(180deg, rgba(3,97,66,1) 0%, rgba(166,207,100,1) 100%);
}
.modal-popups h3 {
    color: #fff;
    margin: 25px 0px;
}
.hotline-project {
    color: #fff;
}
.thumb-popups-project.text-center {
    width: 80px;
    display: block;
    margin: 0 auto;
}
.modal-content.modal-popups i {
    color: #fff;
    opacity: 1;
    z-index: 9;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 25px;
}

/*Vin*/
h2.vc_heading_vin.style_1 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'SF-Pro-Display';
    color: rgb(20, 48, 51);
    font-size: 45px;
    line-height: 1.4;
    filter: drop-shadow(rgb(0, 0, 0) 2px 0px 1px);
}

.vc_row.wpb_row.vc_row-fluid.bg-ud-top.vc_row-no-padding {
    position: absolute !important;
    top: 0;
    left: -290px !important;
}


/*.uu_diem-details {
    counter-increment: listCounter;
    position: relative;
    height: 200px;
}
.uu_diem-sc.grid-col-2 {
    counter-reset: listCounter;
}
.uu_diem-details{
    counter-increment: listCounter;
}
.uu_diem-details::before {
    content: "" counter(listCounter) "";
    color: rgb(0, 75, 45);
    font-size: 259.57px;
    line-height: 1.2;
    text-shadow: rgb(36 36 36) 3px 3px 5px;
    -webkit-text-stroke-width: 0px;
    position: absolute;
    z-index: 2;
    font-family: 'SF-Pro-Display';
    font-weight: bold;
}
.uu_diem_box {
    background-color: rgb(0, 51, 30);
    border-radius: 0px 10px 10px 0px;
    width: 424.034px;
    height: 176.611px;
    top: 72.8608px;
    left: 83.888px;
    position: absolute;
}
.uu_diem-details:nth-child(3) .uu_diem_box {
    left: 113px;
}
.uu_diem-details:nth-child(4) .uu_diem_box {
    left: 130px;
}*/

.flip-horzi img {
    transform: perspective(1000px) rotateY(180deg);
    -webkit-transform: perspective(1000px) rotateY(180deg);
}
.gradient-row-form {
    background: rgba(255, 255, 255, 1);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(228, 228, 228, 1));
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(228, 228, 228, 1));
    box-shadow: 0px 0px 40px -20px #000;
    -webkit-box-shadow: 0px 0px 40px -20px #000;
    border-radius: 10px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.overlay-bg {
    position: relative;
}
.overlay-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
}
.overlay-bg * {
    z-index: 2;
}
.vin-secondary.overlay-bg:before{
    background: rgba(250, 240, 210, 0.9);
}
.vin-primary.overlay-bg:before{
    background-color: rgba(0, 38, 22, 0.3);
}
.tien-ich-vin img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: right;
}
.tab-vin, .tab-lumi{
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: center;
}
ul#advanced-tabs-wrap-9378 {
    justify-content: center;
}
/*.ult_tabmenu.style1 li.ult_tab_li {
    border: none !important;
}*/

.standard-vin .img-item-cs {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.standard-vin .img-item-cs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-item-cs{
    text-align: center !important;
}
.w-25{
    width: 25%;
    margin: 0 auto;
}
.partner-lg .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.partner-lg .wpb_wrapper .wpb_single_image.wpb_content_element.vc_align_center {
    width: 20%;
}
.item-gallery-vin {
    height: 150px;
    text-align: center;
}

.item-gallery-vin img {
    height: 100%;
    width: auto;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
.gallery-vin .swiper-button-next:after, .gallery-vin .swiper-button-prev:after {
    font-size: 30px;
}
.uu-diem-vin {
    gap: 5px;
    background: #006140;
    padding: 5px;
    column-count: 2;
}
.uu-diem-vin > div{
    margin-bottom: 5px;
}
.uu-diem-vin h4 {
    color: #fff;
    font-size: 18px;
    padding: 10px;
}
.uu-diem-vin {
    row-gap: 10px;
    column-gap: 10px;
    padding: 10px;
    background: #006140;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 315px;
}
.vin-item-1 {
    grid-column: span 2;
}
.vin-item-2 {
    grid-column: span 1;
}
.uu-diem-vin img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vin-item-3 {
    grid-column: span 1;
}
.vin-item-4 {
    grid-column: span 2;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.vin-item-4 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_modal {
    position: relative;
}
.video-modal-button{
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: transparent !important;
    border: none !important;
}
li.ult_tab_li>a.ult_a span {
    color: white;
}
a.video-modal-button img {
    width: 120px;
}

.fea_vin {
    position: relative;
}
.fea_vin-info {
    position: absolute;
    top: 18px;
    right: 0;
    color: #fff;
    width: 100%;
    height: 100%;
}
.fea_vin-info p{
    padding-left: 120px;
    padding-right: 15px;
}
/*.fea-vin-2 .fea_vin-info p {
    padding-left: 120px;
    padding-right: 15px;
}
.fea-vin-3 .fea_vin-info p {
    padding-left: 110px;
}
.fea-vin-4 .fea_vin-info p {
    padding-left: 120px;
}*/
h3.fea_vin-title {
    font-size: 23px;
    text-align: center;
    text-indent: 65px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.fea_vin-info p {
    color: #fff;
    font-size: 16px;
}
.content-pop a{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.tks-you span{
    font-style: italic;
}
.content-pop h3 {
    font-size: 25px;
}
.content-pop p {
    margin: 0 0 5px!important;
}
a.video-modal-button img,.ultv-video__play-icon.ultv-animation-none img {
    transform: scale(1);
    animation: pulses 1s infinite;
    cursor:pointer;
}
@keyframes pulses {
    0% {
        transform: scale(0.85);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.85);
    }
}
.wpb_single_image.proicon img{
    max-height: 80px;
    width: auto;
}
.video_modal-img img {
    border-radius: 25px;
}
/*ul.bg-dark-list li, ul.bg-white-list li {
    font-size: 18px!important;
}
section#chinh-sach UL LI {
    font-size: 18px;
}*/
.modal {
    z-index: 99999!important;
}
#button-contact-vr {
    position: fixed!important;
    bottom: calc( 100vh / 2 - 85px )!important;
    z-index: 99999!important;
    right: 0!important;
}

/*End Vin*/

.postid-6732 .fea-vin-3 .fea_vin-info p {
    padding-left: 120px;
}
.postid-7349 .info-sticky-header .nav-link {
    font-weight: 400;
}
.ult_tab_main {
    display: unset !important;
}
.radius-unset .ultv-video.ultv-aspect-ratio-16_9.ultv-subscribe-responsive-none {
    border-radius: 0;
    overflow: hidden;
}
/*.tab-vin li.ult_tab_li.current {
    border-bottom: 1px solid #fff !important;
    background: #006140 !important;
}

.tab-vin li.ult_tab_li a span {
    color: #000;
}

.tab-vin li.ult_tab_li.current a span {
    color: #fff !important;
}
.tab-vin li.ult_tab_li:hover a span {
    color: #000 !important;
}
.ult_tabmenu.style1 li.ult_tab_li:not(:first-child) {
    border-left: 1px solid #000 !important;
}*/
.tab-vin ul li{
    margin: 10px !important;
}
.tab-vin li.ult_tab_li a, .tab-vin li.current a{
    margin: 0 !important;
}

input#gform_submit_button_25 {
    width: 100%;
}
.vene-form-vertical input {
    width: 100%;
    background-color: #f60102;
    border-radius: 4px;
    color: #fff;
}
input#gform_submit_button_48, input#gform_submit_button_30 {
    width: 100%;
    color: #fff;
    background-color: #f60102;
    border-radius: 4px;
}
form.form-download .gform_footer.top_label input {
    width: 100%;
}
/*.crm-form {
    max-width: 320px;
    margin: 0 auto;
}*/

.action-button {
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 1000;
}
.d-block {
    display: block!important;
}
.action-button .item-button {
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: 0;
    max-width: 44px;
    opacity: 1;
    pointer-events: auto;
    text-align: end;
    transition: opacity .2s ease-in-out;
    z-index: 88;
}
.action-button .item-button a, .action-button .item-button button {
    align-items: center;
    border: none;
    border-radius: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    outline: none;
    padding: 5px 5px 5px 5px;
    width: 100%;
}
.action-button .item-button a img, .action-button .item-button button img {
    width: 35px;
	max-height: 35px;
}
