html{font-size: 16px;}
body{
	margin: auto;	
	font-family: 'Montserrat', sans-serif !important;
	max-width: 1920px;
    color: #2d2d2d;
    background: #fff;
}
p {
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: -0.12px;
}
.w100{width: 100% !important;}
.w95{max-width: 95% !important;}
.w90{max-width: 90% !important;}
.w80{max-width: 80% !important;}
.w75{max-width: 75% !important;}
.cover-absolute{
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}
.section{padding: 35px 0; position: relative;}
.nopad{padding: 0 !important;}
.white{color: #fff !important;}
.bwhite{background-color: #fff !important;}
.xanh{color: #0072B6 !important;}
.bxanh{background-color: #0072B6 !important;}
.averta{font-family: 'Averta';}
.montserrat{font-family: 'Montserrat', sans-serif !important;}
.azvd-title{
    font-size: 2.3rem;
    font-weight: 700;
    font-family: 'Averta';
    color: #0072B6;
}
.azvd-title.bold{
    font-weight: 900;
    font-size: 2.3rem;
    background: -webkit-linear-gradient(357.91deg, #5AC7F6 -16.34%, #005DB5 51.6%);
    background: linear-gradient(357.91deg, #5AC7F6 -16.34%, #005DB5 51.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
img.azvd-title {
    margin-bottom: 20px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.azvd-title span.slim{
    font-weight: normal;
    color: #2d2d2d;
    font-size: 2rem;
    font-weight: 600;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: initial;
}
img.svg-wave-gold {
    margin-bottom: 20px;
}
.modal.fade.show {
    background: rgb(0 23 31 / 50%);
    backdrop-filter: blur(5px);
    z-index: 9999;
}
@-webkit-keyframes lantoa{
    0%{
        box-shadow: 0px 0px 0 0px #BF8A4C;
    }
    /*50%{
        box-shadow: 0px 0px 0 10px rgb(255 255 255 / 50%);
    }*/
    100%{
        box-shadow: 0px 0px 0 20px rgb(206 173 81 / 0%);
    }
}
.azvd-btn {
    background: linear-gradient(270deg, #EBC68D 0.01%, #BF8A4C 100%);
    border-radius: 5rem;
    padding: 12px 20px;
    border: 2px solid #fff;
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: 600;
    white-space: pre-wrap;
    /* transition: 0.5s all ease-in-out; */
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-animation: lantoa 1.5s ease-in-out infinite both;
    animation: lantoa 1.5s ease-in-out infinite both;
}
.azvd-btn:hover{
    border-color: olive;
}
.azvd-btn.hong {
    background: #F547AC !important;
}
.float-register {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 9;
}
.float-register ul {
    list-style: none;
    padding: 0px;
    background: radial-gradient(119.81% 316.42% at -12.17% -153.73%, #FFF 0%, #8be1ec 100%);
    border-radius: 2rem;
}
.scrollTop {
    padding: 5px;
    color: #fff;
    cursor: pointer;
}
.call-now-button {
    display: block !important;
    bottom: 3%;    
    box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 0.4);
    transition: 0.5s all;
}
.call-now-button {  
      background: #097DC2;
}
#btn-hotline{left: 3%;}
#btn-nhanbaogia{right: 3%}
#btn-hotline .quick-alo-ph-img-circle.shake{
	background: url(./images/icon-hotlinew.svg) no-repeat center center !important;
}
#btn-nhanbaogia .quick-alo-ph-img-circle.shake{
	background: url(./images/icon-formw.svg) no-repeat center center !important;
}
.call-now-button {
    z-index: 9999;
    clear: both;
    margin: 0 auto;
    position: fixed;
    border-radius: 50px
}
.call-now-button div p {
    color: #fff;
    display: table;
    padding: 10px;
    border-radius: 21px;
    height: 34px;
    line-height: 14px;
    font-size: 20px;
    margin: 8px 5px 8px 50px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    box-sizing: content-box;
    text-decoration: none!important;
    box-sizing: border-box
}
.quick-alo-ph-circle.active {
    width: 130px;
    height: 130px;
    top: -40px;
    left: -40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: 1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
.quick-alo-ph-circle-fill.active {
    width: 80px;
    height: 80px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.quick-alo-ph-img-circle.shake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(../../assets/images/quick-call-button-phone.png) no-repeat center center;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.quick-alo-phone-img-circle.shake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(../../assets/images/quick-call-button-phone.png) no-repeat center center;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.quick-alo-ph-img-circle.notshake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(../../assets/images/quick-call-button-phone.png) no-repeat center center;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.quick-alo-phone-img-circle.notshake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    background: url(../../assets/images/quick-call-button-phone.png) no-repeat center center;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    10% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    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)
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
.btn-close {
    border: unset;
    padding: 10px;
    background: rgb(255 255 255 / 20%) url(./images/close.svg) center/1em auto no-repeat;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 99;
    
}
.modal-header.text-center{justify-content: flex-end;}
.line-vertical {
    margin: auto;
    margin-left: 35px;
    margin-right: 35px;
}
.line-horizontal {
    width: 15vh;
    height: 1px;
    margin: auto;
    margin-bottom: 30px;
}
.modal-dialog .modal-content{
    background: #fff url(./images/bg-popup.jpg) no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.modal-dialog .modal-content::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgb(14 125 178 / 80%); */
}
img.fancybox-image {
    background: #fff;
}
.relative{
    position: relative;
}
/*CSS*/
#main-body{
    background: #e7f7fc url(./images/bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
#banner{
    position: relative;
    
}
#banner .cover-absolute img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#banner .cover-absolute h2.azvd-title{
    font-weight: 900;
    font-size: 3rem;
    line-height: 1.2;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
#banner .cover-absolute h2.azvd-title span.slim{
    font-size: 2rem;
}

#banner .cover-absolute{
    text-align: center;
}

#co-hoi-so-huu{
    position: relative;
}
#co-hoi-so-huu .cover-box{
    position: relative;
}
#co-hoi-so-huu .cover-box .text-sohuu {
    position: absolute;
    right: 15px;
    top: 5%;
    width: 30%;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
#vi-tri p{text-align: justify;}
#vi-tri .svg-vitri-p{margin-top: 30px;}
#chon-rieng-dang-cap {
    background: linear-gradient(180deg,transparent 0%, rgb(178 235 243 / 40%) 15%,rgb(178 235 243 / 40%) 85%, transparent 100%);
}
#chon-rieng-dang-cap .box-cover{
    background: url(./images/bg-dangcap.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px;    
}
#chon-rieng-dang-cap .box-cover h2.bold{
    background: radial-gradient(132.38% 135.56% at 27.36% 124.44%, #F9EFE0 0%, #DFC48E 29.17%, #F9EFE0 66.67%, #DFC48E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
#chon-rieng-dang-cap .box-cover h2 span{color: #fff; font-weight: 300;}
#chon-rieng-dang-cap p{text-align: justify; color: #fff; margin-bottom: 25px;}
#kien-truc p{text-align: justify; margin-bottom: 30px;}
#kien-truc .cover-box {
    position: relative;
}
#kien-truc .cover-box .float-item {
    position: absolute;
    left: 8em;
}
#kien-truc .cover-box .float-item.awad2 {
    left: 17em;
}
#kien-truc .cover-box .float-item.awad3 {
    left: 26em;
}
#tien-ich p{    margin-bottom: 30px;}
.azvd-grid > a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    overflow: hidden;
}
.azvd-grid > a:hover img {
    transform: translateX(5px)
    
}
.azvd-grid > a > img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
    box-shadow: 0 2px 16px var(--shadow);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.azvd-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    /*grid-auto-rows: 120px;*/
    grid-auto-rows: auto;
    grid-auto-flow: dense;
}
.horizontal {
    grid-column: span 2;
}
.vertical {
    grid-row: span 2;
}
.big {
    grid-column: span 2;
    grid-row: span 2;
}
#quan-ly-van-hanh {
    /* background: linear-gradient(0deg, white, transparent);  */
}
#tiem-nang{
    background: url(./images/bg-tiemnang.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#tiem-nang::before{
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, white, transparent);
}
#tiem-nang .bg-tiem-nang{
    /* background: linear-gradient(360deg, white, transparent); */
    background: rgb(255 255 255 / 80%);
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
    padding-top: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
/* #cam-ket-loi-nhuan{
    position: relative;
    background: url(./images/bg-ads.jpg) no-repeat;
    background-size: cover;
    background-position: center;
} */
#cam-ket-loi-nhuan1{
    position: relative;
    background: url(./images/bg-banner1.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    /* margin: 30px 0; */
}
#cam-ket-loi-nhuan2{
    position: relative;
    background: url(./images/bg-banner2.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    /* margin: 30px 0; */
}
#cam-ket-loi-nhuan1 .float-content {
    position: absolute;
    bottom: -10px;
    right: 20%;
}
.cam-ket-loi-nhuan .azvd-btn{margin-top: 30px;}
/* .cam-ket-loi-nhuan .float-item h5 {
    font-size: 2rem;
    color: #555;
}
.cam-ket-loi-nhuan .float-item h5 span{
    font-size: 4rem;
    font-weight: 900;
}
.cam-ket-loi-nhuan .float-item h6 {
    font-size: 1.4rem;
    color: #555;
    font-weight: normal;
}
.cam-ket-loi-nhuan .float-item h6 span{
    font-weight: 900;
    font-size: 2.4rem;
} */
#mat-bang{position: relative;}
#mat-bang h2.azvd-title {
    margin-bottom: 30px;
}
#mat-bang .ct-mat-bang-tong-the{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}
#mat-bang-villa .cover-box{
    position: relative;
    background: linear-gradient(to right, #BF8A4C, #EBC68D);
    padding: 3px;
}
#mat-bang-villa .cover-box .border-box{
    padding: 1.2rem;
    height: 100%;
    background: linear-gradient(90deg, #e7f7fc, white);
}
#mat-bang-villa .tab-mb ul.nav.nav-pills {
    flex-direction: row;
    justify-content: center;
}
#mat-bang-villa .tab-mb ul.nav.nav-pills li.nav-item a {
    border-radius: 0;
    background: #005BAE;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    border: 1px solid #005BAE;
}
#mat-bang-villa .tab-mb ul.nav.nav-pills li.nav-item a.active{
    background: linear-gradient(271.88deg, #FFDE9A -49.27%, #FFFFCB -21.43%, #FFDB89 32.71%, #FFFFCB 69.83%, #FFDF9D 105.4%);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(235 198 141 / 60%);
    color: #005BAE;
}
#mat-bang-villa .tab-mb .tab-space{padding: 50px 0 0;}
#mat-bang-villa .tab-mb .flex-box{
    flex-direction: row;
    justify-content: center;
}
#mat-bang-villa .tab-mb h5 {
    font-size: 1.2rem;
}
#mat-bang-villa .tab-mb h5 span.box-dt{
    background: #D3D2D3;
    padding: 3px;
    font-weight: 600;
    color: #fff;
}
#mat-bang-villa .tab-mb h5 span.box-text {
    font-size: 2.4rem;
    font-weight: 600;
}
#mat-bang-villa .tab-mb table{width: 100%;}
#mat-bang-villa .tab-mb table tr{
    border-bottom: 1px dashed #999;
    color: #444;
}
#mat-bang-villa .tab-mb table tr td{padding: 3px;}
#mat-bang-villa .tab-mb table tr td:nth-child(1){
    font-weight: 600;
}
#mat-bang-villa .tab-mb table tr td:nth-child(2){
    text-align: right;
}
#mat-bang-villa .tab-mb .cover-box{
    margin-right: 30px;
    min-width: 300px;
}
#mat-bang-villa .tab-mb .cover-box ul{
    list-style: none;
    padding-left: 5px;
}
#mat-bang-villa .tab-mb .cover-box ul li{
    margin-bottom: 10px;
    margin-top: 10px;
}
#mat-bang-villa .tab-mb .cover-box ul li span{
    background: url(./images/icon-dot.svg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 3px 8px;
    font-family: 'Roboto';
    color: #fff;
}
#dau-tu h2 span{
    color: #fff;
}
#dau-tu h2{
    background: radial-gradient(132.38% 135.56% at 27.36% 124.44%, #F9EFE0 0%, #DFC48E 29.17%, #F9EFE0 66.67%, #DFC48E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
#dau-tu .bg-dautu{
    background: url(./images/bg-dangcap.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 30px 60px 30px;
    
}
#dau-tu .flex-item {
    max-width: 450px;
    width: 30%;
}
#dau-tu .svg-dautu1{
    position: relative;
    left: 4%;
}
#dau-tu .svg-dautu3{
    position: relative;
    left: -4%;
}
#lien-he{
    background: url(./images/bg-footer.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#lien-he img{margin-bottom: 25px;}
#lien-he .azvd-title{font-size: 2rem; font-weight: 900;}
#lien-he .box-address p{font-size: 0.9rem;}
.azvd-form input{
    /* border: 1px solid #097DC2 !important; */
    border-radius: 8px;
    margin-bottom: 20px !important;
    padding: 5px 10px !important;
    background: rgb(9 125 194 / 20%) !important;
    color: #2d2d2d !important;
    height: 50px;
}
.popup-img{margin-top: 20px; margin-bottom: 20px;}
.form-control, input::placeholder{
    color: #333 !important;
}
#lien-he form#azvd-form {
    margin-top: 50px;
}
.mobi-show{display: none;}
.desk-show{display: block;}
form#azvd-form-popup{text-align: center; margin-top: 20px;}
.modal-dialog .modal-header {
    padding: 15px 15px 0;
}
#vrtour .gif360 {
    height: 100px;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: translateY(-50%);
}
#vrtour h2.azvd-title {
    margin-bottom: 35px;
}
/*Responsive Apple*/
@media (min-width: 1920px){
    
}
@media (min-width: 1440px){ 
    /* #banner {height: 100vh;} */
    #dau-tu .flex-item {
        max-width: 30%;
        width: 100%;
    }
    #dau-tu .svg-dautu1{
        left: 3%;
    }
    #dau-tu .svg-dautu3{
        left: -3%;
    }
}
.popup-m{display: none;}
#popup-form .modal-dialog{
    max-width:400px;
    margin-top: 2%;
}
@media (min-width: 1200px){
    /* #popup-form .modal-dialog{max-width: 80%;} */
}
@media (max-width: 1199px){
    #popup-form .modal-dialog{margin-top: 100px}
    
    .popup-m{display: block; margin-top: 20px;}
}
@media (min-width: 1069px) and (max-width: 1439px){ 
    /* #dau-tu .svg-dautu1{
        left: 5%;
    }
    #dau-tu .svg-dautu3{
        left: -5%;
    } */
}
@media (min-width: 735px) and (max-width: 1068px){ 

}
@media (max-width: 734px){ 
    div#btn-360vr {
        /* left: 50% !important;
        transform: translateX(-50%); */
        /* bottom: 100px !important; */
    }
    #popup-form .modal-dialog{max-width: 100%; margin-top: 2% !important;}
    html{font-size: 14px;}
    .section{padding: 15px 0;}
    .mobi-show{display: block !important;}
    .desk-show{display: none !important;}
    .w90, .w85, .w80{max-width: 100% !important; width: 100% !important;}
    .azvd-title{font-size: 1.8rem !important;}
    .azvd-title span.slim{font-size: 1.4rem !important;}
    .call-now-button div p.call-text {font-size: 1rem;}
    #vi-tri .svg-vitri-p{
        margin-bottom: 25px;
    }
    #chon-rieng-dang-cap .box-cover{padding: 30px 0px;}
    #banner .cover-absolute h2.azvd-title{
        bottom: 1%;
        font-size: 1.6rem;
        width: 90%;
    }
    #banner .cover-absolute h2.azvd-title span.slim{
        font-size: 1.4rem;
    }
    #co-hoi-so-huu .cover-box{
        padding: 0 10px;
    }
    #co-hoi-so-huu .cover-box .text-sohuu{
        bottom: 2%;
        top: unset;
        width: 70%;
        left: 15%;
        text-align: center;
        right: unset;
        /* transform: translateX(-50%) !important; */
        /* -webkit-animation-duration: 0.5s; */
        /* animation-duration: 0.5s; */
    }
    #vi-tri {text-align: center;}
    #chon-rieng-dang-cap .logo-wyndham-phuquoc-b{width: 60%;}
    #kien-truc .cover-box .float-item {
        /* left: 2em;
        width: 10%; */
        display: none;
    }
    /* #kien-truc .cover-box .float-item.awad2 {
        left: 5em;
    }
    #kien-truc .cover-box .float-item.awad3 {
        left: 8em;
    } */
    .azvd-grid{grid-template-columns: repeat(auto-fit, minmax(35%, 1fr));}
    #quan-ly-van-hanh .logo-wyndham{width: 60%;}
    .cam-ket-loi-nhuan {
        background: none;
        padding: 0 !important;
    }
    #cam-ket-loi-nhuan1 .col-12,
    #cam-ket-loi-nhuan2 .col-12{padding: unset;}
    #mat-bang .ct-mat-bang-tong-the {
        position: relative;
        width: 100%;
        right: unset;
        bottom: unset;
        margin-top: 15px;
    }
    #mat-bang-villa .nav-pills:not(.flex-column) .nav-item+.nav-item:not(:first-child) {
        margin-left: 0px;
    }
    
    #mat-bang-villa .nav .nav-item{
        width: 100%;
        margin-bottom: 5px;
    }
    #mat-bang-villa .tab-mb .tab-space {
        padding: 10px 0 0;
    }
    #mat-bang-villa .mb-img {
        padding: 10px;
    }
    #mat-bang-villa .tab-mb .cover-box{
        margin: auto;
    }
    #dau-tu .bg-dautu{
        padding-top: 5px;
        padding-bottom: 0px;
    }
    #dau-tu .svg-dautu1{
        position: relative;
        left: unset;
    }
    #dau-tu .svg-dautu2{
        position: relative;
        left: unset;
        top: -35px;
    }
    #dau-tu .flex-item{
        width: 100%;
    }
    #dau-tu .svg-dautu3{
        position: relative;
        left: unset;
        top: -70px;
    }
    #lien-he .azvd-form input, #popup-form .azvd-form input {
        margin-bottom: 15px !important;
    }
    #lien-he .azvd-box{margin-bottom: 20%;}
    .modal-dialog {
        margin-top: 50px !important;
        margin-left: 20px;
        margin-right: 20px;
    }
    /* .textmod{padding: 10px 40px;} */
    .textmod img.logo{width: 60%; margin-bottom: 10px;}
    /* .textmod img.popup-m{width: 80%; margin: auto;} */
}



@media (max-width: 1441px) and (min-width: 992px){
    .azvd-title{font-size: 1.8rem;}
}
@media (min-width: 992px){
    
}
@media (max-width: 1599px){    
    .azvd-title.bold{font-size: 2rem;}
}
@media (max-width: 1550px) and (min-width: 992px){
    #mat-bang-villa .tab-mb .flex-box .mb-img{max-width: calc(90vw - 350px);}
}
div#btn-360vr {
    left: 3%;
    bottom: 100px;
}