.cursor-pointer {
    cursor: pointer;
}

/* [1] The container */
.image-cover {
    height: 300px;
    /* [1.1] Set it as per your need */
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.image-cover img {
    transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.image-cover:hover img {
    transform: scale(1.5);
}

a:hover,
.main-nav li a:hover {
    color: #ff340f;
}

.home-about .btn:hover {
    background: #268BCB;
    color: #fff;
}

.header-nav {
    min-height: 100px;
    height: auto !important;
}

/*BEGIN CONTENT PAGE CSS*/
#dvsArticleContent,
.dvsArticleContent {
    font-size: 16px;
    line-height: 150%;
}

#dvsArticleContent .tplCaption,
#dvsPageContent .tplCaption,
.dvsArticleContent .tplCaption {
    background: #F1F1F1;
}

#dvsArticleContent .tplCaption p.Image,
#dvsPageContent .tplCaption p.Image,
.dvsArticleContent .tplCaption p.Image {
    padding: 3px 5px;
    font-style: italic;
    /* font-size: 90%; */
}

#dvsArticleContent figcaption,
.dvsArticleContent figcaption {
    background: #F1F1F1;
    color: #222;
    /* font-size: 90%; */
}

#dvsArticleContent p,
#dvsPageContent p,
.dvsArticleContent p {
    margin: 0px 0px 1rem;
}

#dvsArticleContent h2,
#dvsArticleContent h2,
#dvsArticleContent h3,
#dvsArticleContent h4,
#dvsArticleContent h5,
#dvsArticleContent h6 {
    margin: 1rem 0px 1rem;
    line-height: 1.5;
}

.dvsArticleContent h2,
.dvsArticleContent h2,
.dvsArticleContent h3,
.dvsArticleContent h4,
.dvsArticleContent h5,
.dvsArticleContent h6 {
    margin: 1rem 0px 1rem;
    line-height: 1.5;
}



#dvsArticleContent h2 {
    font-size: 40px;
}

#dvsArticleContent h3,
.dvsArticleContent h3 {
    font-size: 24px;
    line-height: 1.5;
}

#dvsArticleContent h3,
.dvsArticleContent h3 {
    font-size: 22px;
    line-height: 1.5;
}

#dvsArticleContent h4,
.dvsArticleContent h4 {
    font-size: 20px;
    line-height: 1.5;
}

#dvsArticleContent h5,
.dvsArticleContent h5 {
    font-size: 18px;
    line-height: 1.5;
}

#dvsArticleContent h6,
.dvsArticleContent h6 {
    font-size: 16px;
    line-height: 1.5;
}

#dvsArticleContent ul,
.dvsArticleContent ul,
#dvsArticleContent ol,
.dvsArticleContent ol {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

#dvsArticleContent ul li,
.dvsArticleContent ul li,
#dvsArticleContent ol li,
.dvsArticleContent ol li {
    line-height: 1.5;
    margin-bottom: 10px;
}



#dvsArticleSapo,
.dvsArticleSapo {
    font-weight: 500;
    text-align: justify;
}

#dvsArticleContent img,
.dvsArticleContent img{
    width: 100%;
    max-width: 100%;
}


.section-title {
    font-size: 40px;
    color: #E58B24;
}

.section-title span {
    color: #29a1d6;
}


.blockquote {
    position: relative;
    padding-left: 40px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 26px;
    font-weight: 500;
    color: #333;
    quotes: "“""”""‘""’";
    line-height: 40px;
}

.blockquote::before {
    position: absolute;
    left: 0;
    content: open-quote;
    margin-right: 0.15em;
    vertical-align: -0.15em;
}

.blockquote::before,
.blockquote::after {
    color: #c6c6c6;
    font-size: 2em;
    font-weight: 600;
    line-height: 0.1em;
}

.blockquote::after {
    content: close-quote;
    vertical-align: -0.7em;
}

.blockquote::after {
    color: #c6c6c6;
    font-size: 2em;
    font-weight: 600;
    line-height: 0.1em;
}

.section-title.text-center::after {
    margin-left: auto;
    margin-right: auto;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin-top: 12px;
    background: linear-gradient(270deg, #E58B24 0%, #29a1d6 101.25%);
    border-radius: 2px;
}

/*End*/

.social-icons a {
    margin-right: 1rem;
    color: #fff;
}

.btn-advise {
    background: linear-gradient(86.84deg, #008dcc 0.55%, #008dcc 25.51%, #008dcc 49.5%, #008dcc 72.06%, #008dcc 92.69%);
    border-radius: 20px;
}

@media (max-width:1280px) {
    .main-nav>li {
        margin-right: 15px;
    }
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }

    div#dvsArticleContent img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.post-menu.show {
    background: #dbedf9;
    width: 50%;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 18px;
    position: relative;
}

.post-menu__content ul {
    list-style: none;
    padding-left: 16px;
    margin-bottom: 0;
    font-size: 14px;
}

/*Tuyển dụng*/

.jobTitle {
    float: left;
    width: 100%;
}

/*End*/

/* custom.css phone */

#button-contact-vr {
    position: fixed;
    bottom: 150px;
    z-index: 99999;
    right: 0.1%
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a {
    position: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap
}

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff
}

@media(max-width:736px) {
    .phone-bar {
        display: none
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7)
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8)
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7)
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%)
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%
}

#fanpage-vr img {
    max-width: 35px;
    max-height: 35px
}

#fanpage-vr .phone-vr-img-circle {
    background-color: #1877f2
}

#fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
    background-color: rgb(24 119 242 / 70%)
}

#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer
}

a.back-to-top {
    display: none;
    position: fixed;
    z-index: 9000;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}

a.back-to-top i {
    display: block;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #f05b27;
    border-radius: 6px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.7)
}

a.back-to-top:hover,
a.back-to-top:focus {
    text-decoration: none
}

#popup-showroom-vr,
div#popup-form-contact-vr {
    display: none
}

#popup-showroom-vr.active,
div#popup-form-contact-vr.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999
}

.bg-popup-vr {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(51 51 51 / 50%);
    width: 100%;
    height: 100vh
}

.content-popup-vr {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    border-radius: 5px;
    box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%);
    max-width: 600px;
    display: flex
}

.content-popup-vr input,
.content-popup-vr textarea {
    width: 100%;
    max-height: 100px;
    min-height: 38px;
    border: 1px solid #b1b1b1;
    margin-bottom: 10px;
    padding: 0 7px;
    background: #fff
}

.content-popup-vr label {
    width: 100%
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit {
    max-width: fit-content;
    padding: 5px 32px 2px;
    background: #2196f3;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 10px auto 0;
    display: block;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 29%);
    font-weight: 400;
    min-height: auto;
    line-height: 30px
}

.content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.7
}

.content-popup-vr .close-popup-vr {
    font-family: sans-serif;
    width: 23px;
    height: 23px;
    background: black;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 17px;
    border-radius: 50%;
    cursor: pointer
}

.content-popup-vr .close-popup-vr:hover {
    background: #b50000
}

.content-popup-vr .content-popup-div-vr {
    width: 100%;
    padding: 25px
}

.content-popup-vr .content-popup-img-vr {
    width: 100%;
    max-width: 45%;
    border-radius: 10px 0 0 10px;
    overflow: hidden
}

#loco-top,
#loco-bottom {
    display: block
}

#loco-top .content-popup-img-vr,
div#popup-form-contact-vr #loco-bottom .content-popup-img-vr {
    max-width: 100%;
    text-align: center
}

#contact-showroom.no-event a {
    pointer-events: none
}

.content-popup-vr .content-popup-div-vr ul {
    color: #333;
    list-style: none;
    font-size: 15px
}

.main-wrapper {
    position: relative;
}

@media(max-width:673px) {
    div#popup-form-contact-vr .content-popup-vr {
        display: block
    }

    div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr {
        max-width: 100%;
        display: none
    }
}

/*Banner lef right*/

@media screen and (max-width: 600px){
    .tet-fixed {
        display: none;
    }
}

@media(min-width:1600px) {

    .tet-fixed {
        display: block;
    }

    .fixed-left,
    .fixed-right {
        position: absolute;
         top: 334px;
        height: 600px;
        width: 160px;
    }


    .home .fixed-left,
    .home .fixed-right {
     top: 650px;
    }

    .fixed-left img,
    .fixed-right img {
        width: 100%;
    }

    .fixed-left {
        left: 0;
    }

    .fixed-right {
        right: 0;
    }

    .tet-fixed .fixed {
        position: fixed !important;
    }

    .tet-fixed .sticky-footer {
        position: absolute !important;
        bottom: 70px;
        top: unset !important;
    }

    .fixed-left {
        left: calc(((100vw - 1200px)/2) - 220px);
    }

    .fixed-right {
        right: calc(((100vw - 1200px)/2) - 220px);
    }

    .main-content {
        position: relative;
    }

    .fixed-right.position,
    .fixed-left.position {
        position: fixed;
    }

}

.aboutPage span.fa {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: auto;
    border-radius: 50%;
    font-size: 40px;
    color: #FFFFFF;
    opacity: 0.9;
    background-color: #f15826;
    border: 2px solid #f15826;
    webkit-transition: all .5s ease;
    moz-transition: all .5s ease;
    os-transition: all .5s ease;
    transition: all .5s ease;
}

.rental_location iframe {
    width: 100%;
}

.label_news {
    position: absolute;
    top: 0;
    color: #fff;
    background: #2595d2;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.label_sale {
    position: absolute;
    top: 0;
    color: #fff;
    background: #f04f24;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.label_sold {
    position: absolute;
    top: 0;
    color: #fff;
    background: #f04f24;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}



/*Slider đối tác*/

.section {
    position: relative;
    height: auto;
}

.partner-wrapper {
    position: relative;
}

.partner-next,
.partner-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: unset;
    border-radius: 100px;
    background: #fff;
    box-shadow: 1px 1px 4px 1px #ccc;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 14px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.partner-next:hover,
.partner-prev:hover {
    color: #fff;
    background: #0086C9;
}

.partner-wrapper {
    position: relative;
}

.partner-next {
    right: -5%;
    top: 55px;
}

.partner-prev {
    left: -5%;
    top: 55px;
}

.partner-next i,
.partner-prev i {
    font-size: 20px;
}

.img-frame {
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 6px 1px #ccc;
}

.img-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*End*/

/*Tab search home*/
.lookup-assets-wrapper {
    background-color: rgba(240, 78, 37, 0.7);
    padding-top: 30px;
    padding-bottom: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

.nav-tabs {
    margin-left: -12px;
    border: none;
    margin-bottom: 1px;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    background: #29a6d9;
    color: #fff;
    border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: rgba(240, 78, 37, 0.7);
    color: #fff;
    border: none;
}


/*End*/

a.application_form.btn.btn-primary {
    background: #f26425;
    border: none;
    border-radius: 0;
    font-size: 20px;
    padding: 10px;
}

section.section-4 {
    padding: 50px 0;
}

.pt-20,
.py-20 {
    padding-top: 20px !important;
}

.mt-20,
.my-20 {
    margin-top: 20px !important;
}

.border-top {
    border-top: 1px solid #d1cdcd !important;
}

.consultant-info__name {
    font-size: 20px;
    font-weight: 700;
    color: #e02d2d;
}

.consultant-info__pos {
    font-size: 20px;
    margin-bottom: 24px;
}

.consultant-info__frame img {
    width: 314px !important;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(243 123 42) !important;
}

.btn-primary {
    background: #f05c27;
    border: #f05c27;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #fff !important;
}


.consultant-info__frame {
    text-align: center;
    margin-bottom: 20px;
}

.contact-group {
    display: -webkit-box;
    display: -ms-flexbox;
    /*    display: flex;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
}

.contact-group ul {
    width: 100%;
    /*    display: flex;*/
    margin-bottom: 0;
    padding: 0;
    margin-top: 0;
    justify-content: space-around;
    list-style: none;
}

.contact-group .item {
    opacity: 1;
    margin-bottom: 10px;
}

.contact-group .item:first-child {
    padding-left: 0;
}

.contact-group .item .avatar {
    margin-right: 10px;
    float: left;
}

.contact-group .item .avatar img {
    width: 62px;
    border-radius: 50%;
    border: 2px solid #f0f0f0;
    display: block;
    margin-bottom: 0px;
}

.contact-group .item .detail {
    margin-bottom: 10px;
    display: inline-block;
}

.contact-group .item p.title {
   color: #e60908;
    font-weight: bold;
    font-size: 16px;
}

.contact-group .item .detail p {
    margin: 2px;
}

.contact-group .item .name {
    color: #000;
    font-weight: bold;
}

.contact-group .item .links {
    font-size: 14px;

}



.site-footer-wrapper .contact-group .item .links a {
    border: 1px solid #ffffff66;
    border-radius: 20px;
    padding: 2px 4px;
    color: #efefef;
    display: inline-block;
    transition: all 0.3s;
}

.contact-group .item .links a:first-child {
    margin-right: 2px;
    margin-bottom: 2px;
    color: #000;
}

.contact-group .item .links a:before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../image/tt_phone.png');
    margin: 0px 2px -2px;
    color: #000;
}


.contact-group .item .links a {
    font-size: 13px;
    color: #000;
}

.contact-group .item .links a.zalo:before {
    background-image: url('../image/tt_zalo.png');
}

h3.text-uppercase.mb-4.text-right {
    line-height: 38px;
}

.table-warning {
    --bs-table-color: #fff;
    --bs-table-bg: #f26425;
    --bs-table-border-color: #fff;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.page-title h3 {
    line-height: 150%;
 
}
