body{
	margin: auto;	
	font-family: 'Averta' !important;
	max-width: 1920px;
    color: #333;
    background: #fff;
}
p {
    font-size: 1rem;
    line-height: 1.8;
    
}
.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}
.nopad{padding: 0 !important;}
.white{color: #fff !important;}
.bwhite{background-color: #fff !important;}
.xanh{color: #00538E !important;}
.bxanh{background-color: #0E7DB2 !important;}
.datroi{color: #00BDCD !important;}
.bdatroi{background-color: #00BDCD !important;}
.averta{font-family: 'Averta' !important;}
.montserrat{font-family: 'Montserrat', sans-serif !important;}
.playfair{
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    font-weight: 400;
}
.azvd-title{
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.azvd-title span.slim{
    font-weight: 300 !important;
}
.azvd-title.playfair,
.azvd-title .playfair {
    font-size: 2.6rem;
}
.modal.fade.show {
    background: rgb(0 23 31 / 50%);
    backdrop-filter: blur(5px);
}
@-webkit-keyframes lantoa{
    0%{
        box-shadow: 0px 0px 0 0px #1A3360;
    }
    /*50%{
        box-shadow: 0px 0px 0 10px rgb(255 255 255 / 50%);
    }*/
    100%{
        box-shadow: 0px 0px 0 20px rgb(206 173 81 / 0%);
    }
}
.btn-thanhlong {
    background: linear-gradient(
179.97deg
, rgba(0, 127, 167, 0.85662) 13.1%, rgba(0, 88, 151, 0.88641) 197%);
    border-radius: 5rem;
    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;
}
.btn-thanhlong.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: radial-gradient(119.81% 316.42% at -12.17% -153.73%, #FFF 0%, #8be1ec 100%);
}
#btn-hotline{left: 3%;}
#btn-nhanbaogia{right: 3%}
#btn-hotline .quick-alo-ph-img-circle.shake{
	background: url(./images/icon-hotline.svg) no-repeat center center !important;
}
#btn-nhanbaogia .quick-alo-ph-img-circle.shake{
	background: url(./images/icon-form.svg) no-repeat center center !important;
}
.call-now-button {
    z-index: 2;
    clear: both;
    margin: 0 auto;
    position: fixed;
    border-radius: 50px
}
.call-now-button div p {
    color: #01548e;
    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)
    }
}
.menu, .menu-burger, .menu-bg {
    position: fixed;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    border-radius: 100%;
    right: 25px;
    top: 25px;
  }
  
  .menu-bg {
    background: linear-gradient(179.97deg, rgba(0, 127, 167, 0.85662) 13.1%, rgba(0, 88, 151, 0.88641) 197%);
    z-index: 98;
    pointer-events: none;
    transition: 0.8s;
    right: 50px;
    top: 50px;
    transform: translate3d(50%, -50%, 0);
    transform-origin: center center;
  }
  .menu-bg.fs {
    transform: translate3d(50%, -50%, 0);
    width: 300vw;
    height: 300vw;
  }
  
  .menu-burger {
    color: white;
    z-index: 99;
    padding-top: 13px;
    -webkit-user-select: none;
    cursor: pointer;
    transition: 0.8s;
    transform-origin: center;
  }
  .menu-burger.fs {
    transform: rotate(-180deg) translateY(10px);
  }
  
  .menu-items {
    position: fixed;
    z-index: 9999;
    top:5%;
    right: 5%;
    font-weight: bold;
    font-size: 40px;
    color: white;
    width: 100%;
    text-align: right;
    opacity: 0;
    transition: 0.7s;
    margin-top: 100px;
    transform: translateY(-200%);
    pointer-events: none;
  }
  ul#menu-tlb li a {
        /* font-family: 'iCiel Bon Vivant Serif' !important; */
        color: #fff !important;
    }
    ul#menu-tlb li{
        font-size: 20px;
        margin-bottom: 15px;
    }
  .menu-items div {
    transition: 1s;
    opacity: 0;
    margin-top: 0px;
  }
  .menu-items.fs {
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
  }
  .menu-items.fs div {
    opacity: 1;
    margin-top: 75px;
  }
#main-body{
    background: transparent;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
#banner{   
    background: url(./images/banner1.jpg) no-repeat;
    height: 100vh;
    position: relative;
}
#banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #00BDCD -100%, rgba(0, 189, 205, 0) 50%);
}
#banner img.float-content{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
}
#banner h4.azvd-title.float-content {
    font-size: 3rem;
    text-shadow: 2px 1px 1px #0e7db2;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0%);
}

#gioi-thieu{
    /* height: 100vh; */
    position: relative;
    /* background: url(./images/gioi-thieu.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover; */
}
#gioi-thieu .w90{
    height: 100vh;
    position: relative;
    background: url(./images/gioi-thieu.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
#gioi-thieu2 .w90{
    height: 100vh;
    position: relative;
    background: url(./images/gioi-thieu2.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
#gioi-thieu .float-content {
    position: absolute;
    bottom: 0;
    background: rgb(245 71 172 / 80%);
    text-align: center;
    color: #fff;
    max-width: 30%;
    right: 10%;
    padding-bottom: 30px;
}
#gioi-thieu2 .float-content {
    position: absolute;
    bottom: 0;
    background: rgb(0 189 205 / 80%);
    text-align: center;
    color: #fff;
    max-width: 30%;
    left: 10%;
    padding-bottom: 30px;
}
#gioi-thieu .float-content p,
#gioi-thieu2 .float-content p{
    text-align: justify;
}
#gioi-thieu3{
    background:#00BDCD url(./images/build-wyndham.svg) no-repeat;
    background-position: bottom right;
    background-size: contain;
}
.line-vertical {
    width: 1px;
    height: 50px;
    margin: auto;
    margin-bottom: 20px;
}
.line-horizontal {
    width: 15vh;
    height: 1px;
    margin: auto;
    margin-bottom: 30px;
}
#can-ho-bien{
    position: relative;
}
#can-ho-bien .flex-box{
    display: flex;
    text-align: left;
    flex-direction: row;
    margin-bottom: 25px;
}
#can-ho-bien .flex-box h2.azvd-title {
    margin-left: 15px;
    border-left: 1px solid;
    padding-left: 30px;
}
#can-ho-bien p{text-align: justify;}
#can-ho-bien .box-content{
    max-height: 100%;
    height: 100%;
    padding: 15px 10px;
    color: #fff;
    text-align: center;    
    transition: 0.5s all cubic-bezier(0.215, 0.610, 0.355, 1);
}
#can-ho-bien .box-content:hover{
    background: rgba(245, 71, 172, 0.8) !important;
    transform: translate(-4px, -4px);
    box-shadow: 5px 5px 3px rgb(0 0 0 / 30%);
}
#can-ho-bien .box-content .azvd-title .playfair {
    font-size: 1.8rem;
}
#can-ho-bien .box-content .azvd-title{
    text-align: center;
    font-size: 1.4rem;
}
#can-ho-bien .box-content p{
    text-align: justify;
}
#can-ho-bien .box-content img{
    margin-bottom: 20px;
}
#can-ho-bien .box-content img.logo-child{
    position: relative;
    bottom: 0;
}
.box-content.one{
    background: #0E7DB2;
}
.box-content.two{
    background: #00BDCD;
}
.box-content.three{
    background: #FFF110;
    color: #333 !important;
}
#vi-tri{
    position: relative;
    background: url(./images/vi-tria.svg) no-repeat;
    background-position: top right;
    background-size: 60%;
    height: 90vh;
    /* background-attachment: fixed; */
}
#vi-tri::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(255 255 255) 5%, rgba(0, 189, 205, 0) 30%);
}
#vi-tri p{text-align: justify;}
#de-dang-so-huu{
    position: relative;
    background: url(./images/bg-dedangsohuu.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
#de-dang-so-huu::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(255 255 255) 20%, rgba(0, 189, 205, 0) 100%)
}
#de-dang-so-huu p{text-align: justify;}
#de-dang-so-huu .box-content{
    color: #fff;
    padding: 80px 20px;
    margin-top: 100px;
    position: relative;
}
#de-dang-so-huu .box-content .icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
}
#de-dang-so-huu .box-content h5 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
}
#de-dang-so-huu .box-content.one{
    background: linear-gradient(180deg, rgb(245 71 172 / 80%) 67.33%, rgba(245, 71, 172, 0) 100%);
}
#de-dang-so-huu .box-content.two{
    background: linear-gradient(180deg, rgb(0 189 205 / 80%) 62.25%, rgba(0, 189, 205, 0) 100%);
}
#tien-ich{
    background: linear-gradient(270.73deg, #0CBDCD 39.66%, rgba(12, 189, 205, 0.501161) 52.35%, rgba(12, 189, 205, 0) 99.31%);
}
#tien-ich ul{
    list-style: none;
    line-height: 2;
    padding-left: 10px;
}
#tien-ich ul li{
    font-weight: 300;
    color: #fff;
}
#tien-ich ul li span{
    font-weight: 600;
}
#tien-ich table{
    font-weight: 300;
    color: #fff;
    width: 95%;
    margin-bottom: 20px;
}
#tien-ich table span{
    font-weight: 600;
}
#tien-ich table tr td{ padding: 10px;}
#mat-bang{
    /* background: url(./images/mb-tang12a.png) no-repeat; */
    /* background-position: center; */
    /* background-size: contain; */
    /* height: 100vh; */
    position: relative;
    background: #fff;
}
#mat-bang .float-content{
    position: absolute;
    left: 0;
    top: 10%;
    transform: translateY(-50%);
    z-index: 1;
}
#mat-bang .bg-img-mb{
    opacity: 0;
    transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
}
#mat-bang .bg-img-mb.show{
    opacity: 1;
}
.list-mb span {
    color: #fff;
    background: #00BDCD;
    padding: 10px 15px;
    font-weight: 500;
    transition: 0.5s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}
.list-mb span:hover {
    background: #F547AC;
}
#mat-bang-can-ho{
    position: relative;
    background: #fff;
}
#mat-bang-can-ho .bg-img-mb{
    opacity: 0;
    transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
}
#mat-bang-can-ho .bg-img-mb.show{
    opacity: 1;
}
#chinh-sach{
    background: url(./images/bg-chinhsach.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    
}
#chinh-sach::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgb(255 255 255) 2.42%, rgba(196, 196, 196, 0.6) 80%, rgba(196, 196, 196, 0.6) 100%);
}
#chinh-sach .cover-box{
    text-align: center;
    padding: 8px;
}
#chinh-sach .box-content{
    text-align: center;
    height: 100%;
    padding: 15px;
    color: #fff;
    transition: 0.5s all cubic-bezier(0.215, 0.610, 0.355, 1);
}
#chinh-sach .box-content:hover{
    background: rgba(245, 71, 172, 0.8) !important;
    cursor: pointer;
    transform: translate(-4px, -4px);
    box-shadow: 5px 5px 3px rgb(0 0 0 / 30%);
}
#chinh-sach h5.azvd-title {
    font-size: 1.2rem;
}
#chinh-sach h5.azvd-title span.big {
    font-size: 2.2rem;
}
#mat-bang-tong-the{
    position: relative;
    padding: 0px;
}
#mat-bang-tong-the .float-content {
    position: absolute;
    background: rgb(245 71 172 / 80%);
    text-align: center;
    color: #fff;
    bottom: 2%;
    max-width: 40%;
    left: 2%;
    
    backdrop-filter: blur(2px);
}
#mat-bang-tong-the .float-content p{
    text-align: justify;
}
#mat-bang-tong-the .float-content h5{
    font-size: 1.2rem;
}
#mat-bang-tong-the .float-content .content-child{
    text-align: left;
}
#mat-bang-tong-the .float-content .content-child ul{
    list-style: none;
}
#mat-bang-tong-the .float-content .content-child ul li{
    font-size: 0.6rem;
}
#mat-bang-tong-the .float-content .content-child ul li span{
    font-weight: 600;
}
#lien-he .azvd-title{font-size: 1.8rem;}
#lien-he .azvd-form input,
#popup-form .azvd-form input {
    border: 1px solid #c2ded8 !important;
    border-radius: 8px;
    margin-bottom: 20px !important;
    padding: 20px 10px !important;
    background: #e6f5f2 !important;
    color: #333 !important;
    height: 50px;
}
#lien-he .box-address {
    margin-top: 30px;
}
#lien-he .box-address p{
    font-size: 1rem;
    font-weight: 400;
}
#lien-he .box-address a {
    color: #333 !important;
}
#footer{
    background: url(./images/line-footer.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
    height: 200px;
}
#popup-form #azvd-form-popup {
    margin-top: 20px;
}
#popup-form .azvd-form .btn-thanhlong{
    position: relative;
    margin-top: 35px;
    margin-bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.modal .modal-header .close{
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}
  /*IMAGE MAP*/
  #master_plan{
      position: relative;
      overflow: hidden;
      padding: 0;
  }
  #master_plan .img-backgroud{
      position: absolute;
      left: 0px;
  }
  #master_plan img{
      display: inline-block;
  }
  #master_plan .img-hover{
      opacity: 0;
      position: absolute;
      top: 0px;
      left: 0px;
  }
  .info-map {
  height: auto;
  z-index: 60;
  }
  .info-map{
      width: 100%;
      left: 0;
      top: 0;
      position: absolute;
  }
  .map-text {
      background-color: rgb(0 187 204 / 60%);
      border: 1px solid #fff;
      min-width: 200px !important;
      height: auto;
      padding: 5px 10px;
      position: absolute;
      border-radius: 2rem;
      text-align: center;
      opacity: 0;
      transform: scale(0);
      z-index: 120;
      box-shadow: 0px 0px 5px 1px #ffffff;
      transition: all .3s ease-in-out;
      backdrop-filter: blur(10px);
  }
  .map-text.show{opacity:1;transform:scale(1)}
  .map-text a{
      display:block; 
      color: #fff !important;
      font-weight: 600;
      font-size: 1rem;
  }
  .apartment-bg area{
      fill-opacity: 0;
      stroke: rgba(255,255,255,.6);
      stroke-miterlimit: 10;
      stroke-width: 4;
      stroke-dasharray: 5000;
      stroke-dashoffset: 5000;
      cursor: pointer;
  }
  .master_map{
      position: relative;
  }
  ul.info-name li{
    padding: 2px 5px;
    width: fit-content;
    border-radius: 2rem;
    font-weight: 500;
    margin-bottom: 0px;
      transition: 0.2s all ease-in-out;
  }
  ul.info-name li.show {
        color: #1a3360 !important;
        background: rgb(255 255 255 / 50%);
        font-weight: 700;  
        margin-left: -10px;  
  }


@media (min-width: 1921px){

}
@media (max-width: 1600px){

}
@media (max-width: 1440px) and (min-width: 992px){
    #tien-ich table tr td {
        padding: 5px;
    }
    #mat-bang-tong-the .float-content{
        left: 0;
        max-width: 60%;
    }
    #gioi-thieu .float-content{
        max-width: 40%;
        right: 5%;
    }
    #gioi-thieu2 .float-content{
        max-width: 40%;
        left: 5%;
    }
}
@media (min-width: 992px){
    .mobi-show{display: none !important;}
    .desk-show{display: block !important;}
}
@media (max-width: 991px){
    .modal.show .modal-dialog {
        margin-top: 10px;
    }
    .textmod img.img-fluid {
        width: 250px;
    }
    .textmod h4.vangchanh.big, .textmod h4.vangchanh span.big {
        font-size: 2rem;
    }
    
    
    .cover-absolute{
        top: 10% !important;
    }
    .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,
    #lien-he .azvd-title {
        font-size: 1.2rem;
    }
    .azvd-title.playfair, .azvd-title .playfair {
        font-size: 1.6rem;
    }
    #mat-bang-tong-the .float-content h5{
        font-size: 1rem;
    }
    #chinh-sach h5.azvd-title{font-size: 0.8rem;}
    #mat-bang-tong-the .float-content .content-child ul li {
        font-size: 0.6rem;
    }
    #chinh-sach h5.azvd-title span.big {
        font-size: 1rem;
    }
    #chinh-sach .cover-box{padding: 4px;}
    .line-vertical {
        height: 20px;
        margin-bottom: 10px;
    }
    .float-content {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        width: 100%;
        max-width: 100% !important;
    }
    #banner{
        background-position: 60%;
    }
    #banner img.float-content {
        left: 50% !important;
        transform: translateX(-50%);
        margin: auto;
        width: 80%;
    }
    #banner h4.azvd-title.float-content {
        font-size: 1.8rem;
        top: 15% !important;
        left: 50% !important;
        transform: translate(-50%, 0%);
        text-align: center;
    }
    #gioi-thieu,
    #gioi-thieu2{padding: 0;}
    #gioi-thieu .w90,
    #gioi-thieu2 .w90{
        height: auto;
        background-attachment: scroll !important;
    }
    #can-ho-bien .flex-box{
        display: inline;
        text-align: center;
    }
    #can-ho-bien .flex-box h2.azvd-title{
        border: none;
        margin-left:0;
        padding-left: 0;
    }
    .list-mb span {
        font-size: 0.6rem;
        padding: 5px 10px;
    }
    #mat-bang .float-content{transform: translateY(0);}
    #vi-tri{background-image: none;}

    #tien-ich{
        background: #0CBDCD ;
    }
    #tien-ich table tr td {
        padding: 5px 10px;
    }
    #tien-ich ul li{font-size: 0.8rem;}
    .call-now-button div p.call-text {
        font-size: 1rem;
    }
    #footer{height: 100px;}
}

.modal-dialog .modal-content{
    background: url(./images/banner1.jpg) no-repeat;
}
.modal-dialog .modal-content::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(14 125 178 / 80%);
}
.textmod{color: #FFF;}
.vangchanh{color: #FFF110;}
.textmod .btn{
    background: #FFF110;
    color: rgb(14 125 178 / 100%);
    font-size: 1.6rem;
    line-height: 2;
    padding: 5px 20px;
    border-radius: 1rem;
    font-weight: bold;
    cursor: auto;
}
.textmod .btn span{
    font-size: 120%;
}
.textmod h4 {
    font-size: 1.6rem;
    font-weight: bold;
}
.textmod h4 .vangchanh{font-size: 120%;}
.textmod h4 .small{ color: #FFF; font-size: 1.6rem; font-weight: normal;}
/* .btn-thanhlong.hong{background: #f547ac;} */
.textmod h4.vangchanh.big,
.textmod h4.vangchanh span.big {
    font-size: 3rem;
}
.modal-dialog .modal-header{
    padding: 10px 24px 0;
}