html{  scroll-behavior: smooth;}
body{background-color: #fff;}
.wrapper{
    background: url(./images/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
p{font-size: 0.9vw; line-height: 1.7; color: #2e2e2e;}
ul{ list-style: none; padding-left: unset;}
ul li{font-size: 0.9vw; line-height: 1.7;}

.azvd-title{
    color: #E76152;
    font-weight: 700;
   
}
img.azvd-title {margin-bottom: 30px;}
.section{padding: 0;}
.w100{max-width: 100% !important; width: 100%;}
.w90{max-width: 90% !important;}
.w80{max-width: 80% !important;}

.logo-casilla{
    opacity: 0;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    position: fixed;
    top: 30px;
    left: 15px;
    z-index: 99;
    width:300px;
}
#sec-banner{
    position: relative;
    background: url(./images/bg-banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
#sec-banner .float-content{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#sec-banner .float-content .left-box{
    text-align: right;
}
#sec-banner .float-content .center-box{
    text-align: center;
}
#sec-banner .float-content .right-box{
    text-align: right;
}
#sec-banner .float-content .title-casilla{
    margin-top: 30px;
}
#sec-banner .float-content .khicau-banner {
    position: absolute;
    right: 0;
    top: -100%;
    animation: balloons 8s ease-in-out infinite;
    -o-animation: balloons 8s ease-in-out infinite;
    -moz-animation: balloons 8s ease-in-out infinite;
    -webkit-animation: balloons 8s ease-in-out infinite;
}
#sec-tien-ich .khicau-banner {
    position: absolute;
    right: 0;
    top: -20vh;
    animation: balloons 8s ease-in-out infinite;
    -o-animation: balloons 8s ease-in-out infinite;
    -moz-animation: balloons 8s ease-in-out infinite;
    -webkit-animation: balloons 8s ease-in-out infinite;
}
@keyframes balloons {
    0%,100%{ transform:translateY(0); }
    50%{ transform:translateY(-25px); }
}

#sec-gioi-thieu{
    position: relative;
    /* background: url(./images/bg-gioithieu.png) no-repeat;
    background-position: center;
    background-size: cover; */
    color: #fff;
}
#sec-gioi-thieu .wave2{
    top: unset;
    bottom: 25vh;
}
#sec-gioi-thieu .wave2:nth-of-type(2){
    top: unset;
    bottom: 23vh;
}
#sec-gioi-thieu .bg-gioithieu {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
}
#sec-gioi-thieu p{color: #fff;}
#sec-gioi-thieu .float-content{
    position: relative;
    left: -50px;
}
#sec-gioi-thieu img.azvd-title{
    position: relative;
    bottom: 80px;
}
#sec-gioi-thieu p{
    position: relative;
    top: 60px;
    text-align: justify;
}
#sec-gioi-thieu img.khicau-gioithieu {
    position: absolute;
    top: 10%;
    left: 40%;
    transform: translate(-50%,-50%);
    animation: balloons 8s ease-in-out infinite;
    -o-animation: balloons 8s ease-in-out infinite;
    -moz-animation: balloons 8s ease-in-out infinite;
    -webkit-animation: balloons 8s ease-in-out infinite;
}

#sec-vi-tri{
    position: relative;
    background: url(./images/bg-vitri.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
#sec-vi-tri .float-content{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
#sec-vi-tri .float-item{
    position: absolute;
    max-width: 75%;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#sec-vi-tri .float-img-left-bottom{
    position: absolute;
    bottom: 0;
}

#sec-kien-truc{
    position: relative;
    /* background: url(./images/bg-kientruc.jpg) no-repeat;
    background-position: center;
    background-size: cover; */
}

#sec-kien-truc .box-content{
    padding: 20px;
}
#sec-kien-truc .grid{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    /* grid-auto-rows: 120px; */
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    width: 100%;
    padding: 10px;
}
.grid .big{
    grid-column: span 2;
}
.grid > a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    overflow: hidden;
    position: relative;
}
/* .grid > a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 50%) 20%, transparent 80%);
} */
.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;
}
.grid > a:hover img {
    transform: scale(1.05);
}
.grid > a > span {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    left: 15px;
    bottom: 5px;
    z-index: 2;
    text-transform: uppercase;
}

#sec-tien-ich{
    position: relative;
    background: url(./images/bg-tienich.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
#sec-tien-ich .azvd-title{margin-left: auto; margin-right: auto;}
#sec-tien-ich .float-content p{text-align: justify;}

#sec-tien-ich .slideTienich .swiper-slide{
    text-align: center;
}
#sec-tien-ich .slideTienich .img-fluid{
    width: 85%;
    border-radius: 2rem;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
}
#sec-tien-ich .slideTienich .swiper-slide::after {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #E28031 -0.57%, #CA4321 99.96%);
    z-index: -1;
    max-width: 90%;
    margin: auto;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
#sec-tien-ich .slideTienich p{
    color: #fff;
    margin: 5px;
    font-weight: 400;
}
#sec-tien-ich .float-content{
    position: relative;
    bottom: 30px;
}

#sec-mat-bang-tien-ich{
    position: relative;
    /* background: url(./images/bg-mbtienich.jpg) no-repeat;
    background-position: center;
    background-size: cover; */
}
#sec-mat-bang-tien-ich .azvd-title{margin-left: auto; margin-right: auto;}
ul.box-ul{
    list-style: none;
}
ul.box-ul li{
    margin-bottom: 10px;
}
ul.box-ul li span {
    color: #fff;
    font-family: 'Roboto';
    padding: 6px;
    font-weight: 400;
}
ul.box-ul.xanh li span {
    background: url(./images/dot-xanh.svg) no-repeat;
    background-size: contain;
    background-position: center;    
    color: #0B6A71;
}
ul.box-ul.xanh p {
    color: #4B8087;
    font-weight: 400;
}
ul.box-ul.cam li span {
    background: url(./images/dot-cam.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
ul.box-ul.cam p {
    color: #D05027;
    font-weight: 400;
}

#sec-mat-bang-can-ho{
    position: relative;
    /* background: url(./images/bg-mbcanho.jpg) no-repeat;
    background-position: center;
    background-size: cover; */
}
#sec-mat-bang-can-ho .azvd-title{margin-left: auto; margin-right: auto;}
.slideMBcanho2, .slideMBcanho {
    padding: 0 30px;
}
ul.nav.nav-pills{
    justify-content: center;
    margin-bottom: 30px;
}
#sec-mat-bang-can-ho .swiper-slide.swiper-slide-active img.img-fluid{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin-bottom: 5px;
}
#sec-mat-bang-can-ho .nav-pills .nav-item a.nav-link {
    border: 2px solid #4B8087;
    padding: 10px 30px;
    font-size: 16px;
    color: #215062;
}
#sec-mat-bang-can-ho .nav-pills .nav-item a.nav-link.active {
    background: linear-gradient(180deg, #E76152 -0.62%, #D05027 98.85%);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(231 97 82 / 60%);
    color: #fff;
    border-color: transparent;
}

#sec-chinh-sach{
    position: relative;
    background: url(./images/bg-chinhsach.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
}
#sec-chinh-sach .float-content{
    position: relative;
    bottom: 18vh;
}
#sec-chinh-sach .box-content{
    max-width: 65%;
    margin: auto;
}
#sec-chinh-sach .box-item {
    padding: 0 30px;
}

#sec-doi-tac{
    position: relative;
    background: url(./images/bg-doitac.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

#sec-lien-he{
    position: relative;
    background: url(./images/bg-lienhe.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    color: #3A6C78;
    font-weight: 400;
}
#sec-lien-he a{color: #3A6C78;}
#sec-lien-he ul li{margin-bottom: 10px;}
#sec-lien-he ul li img{margin-right: 10px;}
#sec-lien-he .box-content {
    background: linear-gradient(90deg, rgba(226, 128, 49, 0.80) -0.57%, rgba(202, 67, 33, 0.80) 99.96%);
    padding: 10px 50px;
    border-radius: 20px;
    text-align: center;
    margin-top: 80px;
}
#sec-lien-he .box-content h3{color: #fff; font-size: 32px;}
#sec-lien-he .box-content #azvd-form input {
    color: #fff;
    height: 50px;
    padding-left: 5px;
    font-size: 18px;
}
#sec-lien-he .box-content #azvd-form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}
#sec-lien-he .box-content #azvd-form .azvd-btn {
    background: #fff;
    border-radius: 2rem;
    color: #E76152;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 3px;
    margin-top: 30px;
}
#sec-lien-he .box-content #azvd-form .azvd-btn span{
    border: 1px solid;
    padding: 12px 35px;
    border-radius: 2rem;
}

.fixed-item {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: linear-gradient(90deg, #E28031 -0.57%, #CA4321 99.96%);
    border: 1px solid #FFFFFF;
    border-radius: 2rem;
    padding: 4px 8px;
    box-shadow: 2px 3px 4px rgb(0 0 0 / 30%);
    z-index: 99;
    display: flex;
}
.fixed-item a{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-right: 10px;
}
.fixed-item a.dk-nhantin{margin-right: 30px;}
.fixed-item a img{margin-right: 10px; border-radius: 2rem;}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: linear-gradient(180deg, #E76152 -0.62%, #D05027 98.85%);
    opacity: 0.8;
}
#fp-nav ul li .fp-tooltip {
    color: #e15d48;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #d55535;
    font-size: 40px;
}
.desk-show{display: block;}
.mobi-show{display: none;}
/* 
.slideTienich{
    --swiper-navigation-size: 20px;
}
.slideMBcanho{
    --swiper-navigation-size: 20px;
}
.slideMBcanho2{
    --swiper-navigation-size: 20px;
} */
.swiper-button-next{
    right: 0 !important;
}
.swiper-button-prev{
    left: 0 !important;
}

.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(190.39deg, rgb(231 97 82 / 90%) 14.54%, rgb(208 80 39 / 90%) 104.08%);
    z-index: 98;
    pointer-events: none;
    transition: 0.5s;
    right: 50px;
    top: 50px;
    transform: translate3d(50%, -50%, 0);
    transform-origin: center center;
  }
  .menu-bg.fs {    
    transition: 0.8s;
    transform: translate3d(50%, -50%, 0);
    width: 20vw;
    height: 300vw;
    border-radius: unset;
    
  }
  
  .menu-burger {
    color: #fff;
    z-index: 9999;
    padding-top: 10px;
    -webkit-user-select: none;
    cursor: pointer;
    transition: 0.3s;
    transform-origin: center;
  }
  .menu-burger.fs {
    transform: rotate(-180deg) translateY(10px);
  }  
  .menu-items {
    position: fixed;
    z-index: 9999;
    top:5%;
    right: 0;
    font-weight: normal;
    font-size: 40px;
    color: white;
    width: auto;
    text-align: right;
    opacity: 0;
    transition: 0.7s;
    margin-top: 100px;
    transform: translateX(200%);
    pointer-events: none;
  }
ul#menu-tlb li a {
    color: #fff;
    padding: 5px 20px 5px 20px;
    border-radius: 2rem 0px 0px 2rem;
}
ul#menu-tlb li a:hover {
    background-color: #fff;
    color: rgb(231 97 82 / 90%);
    
}
ul#menu-tlb li{
    font-size: 20px;
    margin-bottom: 15px;
}
.menu-items div {
    transition: 1s;
    opacity: 0;
    margin-top: 0px;
}
.menu-items.fs {
    transform: translateX(0);
    pointer-events: auto;
    opacity: 1;
}
.menu-items.fs div {
    opacity: 1;
    margin-top: 75px;
}
.island{
    position: relative;
    z-index: 10;
}
.ocean {
    z-index: 1;
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #015871;
}

.ocean2 {
    z-index: 1;
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #D05027;
  }
  
  .wave {
    background: url(./images/wave.svg) repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
  }

  .wave2 {
    background: url(./images/wave2.svg) repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
  }
  
  .wave:nth-of-type(2) {
    top: -175px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
  }
  .wave2:nth-of-type(2) {
    top: -175px;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
  }
  
  @keyframes wave {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: -1600px;
    }
  }
  @keyframes swell {
    0%,
      100% {
      transform: translate3d(0, -25px, 0);
    }
    50% {
      transform: translate3d(0, 5px, 0);
    }
  }
  .endWave{
      display:none;
  }
.fixed-item a.hotline img{
    -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;
}
.fixed-item a.dk-nhantin img{
    -webkit-animation: lantoa 1s infinite ease-in-out;
    -moz-animation: lantoa 1s infinite ease-in-out;
    -ms-animation: lantoa 1s infinite ease-in-out;
    -o-animation: lantoa 1s infinite ease-in-out;
    animation: lantoa 1s infinite ease-in-out;
}
@keyframes lantoa{
    0% {
        box-shadow: 0px 0px 0 0px #FFFAE5;
    }
    100% {
        box-shadow: 0px 0px 0 20px rgba(255, 255, 255, 0);
    }
}
@-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)
    }
}
/*IMAGE MAP*/
#master_plan{
    position: relative;
    overflow: hidden;
    padding: 0;
}
img[usemap] {
	border: none;
	height: auto;
    max-width: 100%;
	width: auto;
} 
#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(226 124 106 / 80%);
    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: 500;
    font-size: 14px;
}
.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{    
    color: #0B6A71;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
ul.info-name li.show {
      /* color: #1a3360 !important; */
      font-weight: 500 ;
}
ul.info-name li.show span {
    background: #ff9800 !important;
    border-radius: 50%;
}
@media (min-width:1921px) {
    #sec-banner .i100view{width: 35vw;}
    /* #sec-banner .logo-tlb, #sec-banner .title-casilla{width: 15vw;} */
    #sec-lien-he .box-content{max-width: 90%;}
    #sec-banner .float-content .khicau-banner{width: 4vw;}
    #sec-gioi-thieu img.khicau-gioithieu{width: 5vw;}
}
@media (max-width:1920px) {
    img.azvd-title{margin-bottom: 15px;}
    ul.nav.nav-pills{margin-bottom: 15px;}
    #sec-banner .float-content{
        top: 25%;
    }
    #sec-kien-truc .azvd-title{width: 100% !important;}
    #sec-lien-he ul li img{width: 30px;}
    #sec-lien-he ul li{font-size: 20px;}
    #sec-gioi-thieu img.azvd-title{
        bottom: 50px;
    }
}
@media (min-width:1600px) {
    
}
@media (max-width:1440px) {    
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 20px;
    }
    p, ul li{font-size: 16px;}
    .w80, .w90{max-width: 95% !important;}
    #sec-banner .float-content{top: 28%;}
    #sec-banner .float-content .left-box{max-width: 20%;    margin-left: 30%;}
    #sec-banner .float-content .right-box{max-width: 35%;    margin-left: 5%;}
    #sec-gioi-thieu img.azvd-title{
        bottom: 20px;
    }
    .slideTienich {
        position: relative;
        bottom: 20px;
    }
    /* #sec-vi-tri .azvd-title{width: 100% !important;}
    #sec-vi-tri .w80, */
    #sec-kien-truc .w80{max-width: 80% !important;}
    #sec-tien-ich .float-content {
        bottom: 20px;
        flex: 0 0 70%;
        max-width: 70%;
        margin-left: 15%;
    }
    #sec-mat-bang-tien-ich ul{margin-bottom: 20px;}
    #sec-mat-bang-tien-ich ul li{font-size: 12px;}
    #sec-mat-bang-tien-ich .ul-mb{margin-bottom: 40px;}
    #sec-tien-ich .float-content .azvd-title{max-width: 450px;}
    #sec-lien-he ul li{font-size: 16px;}
    #sec-lien-he .box-content {margin-top: 15px; padding: 5px 30px;}
}
@media (max-width: 1100px){
    .swiper-button-next{    right: -5px !important;}
    .swiper-button-prev {        left: -5px !important;    }
    .wrapper{
        /* background: unset; */
        background-position: top left;
        /* background-size: unset; */
        background-attachment: fixed;
    }
    .menu-bg.fs{
        width: 300vw;
        height: 500vw;
    }
    .desk-show{display: none;}
    .mobi-show{display: block;}
    .w90,.w80{max-width: 100% !important;}
    .section{
        padding: 20px 0;
        background-image: unset !important;
    }
    #sec-banner{padding: 0;}
    #sec-banner .float-content{top: 25%;}
    #sec-banner .float-content .left-box{
        max-width: 50%;
        margin-left: 25%;
    }
    #sec-banner .float-content .title-casilla {
        margin-top: 15px;
    }
    #sec-banner .float-content .right-box{
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    #sec-banner .float-content .khicau-banner {
        top: 150px;
        max-width: 50px;
    }
    #sec-gioi-thieu{color: #2e2e2e; padding-bottom: 0;}
    #sec-gioi-thieu p{top: unset;color: #2e2e2e;}
    #sec-gioi-thieu .float-content{left: unset; text-align: center;}
    #sec-gioi-thieu img.azvd-title{bottom: 0;    margin-left: auto;margin-right: auto;}
    #sec-gioi-thieu img.khicau-gioithieu {
        top: 55%;
        left: 70%;
        max-width: 40px;
    }
    #sec-vi-tri{padding-top: 0;}
    #sec-vi-tri .float-content {
        position: relative;
        bottom: unset;
        left: unset;
        transform: unset;
    }
    #sec-vi-tri .azvd-title{ margin-bottom: 0; margin-left: auto;margin-right: auto;}
    #sec-kien-truc .azvd-title{width: auto !important;}
    #sec-kien-truc{
        background: url(./images/bg-kientruc.jpg) no-repeat !important;
        background-size: cover !important;
    }
    #sec-kien-truc .w80{max-width: 100% !important;}
    #sec-kien-truc .grid{    grid-gap: 5px;}
    #sec-kien-truc .grid .big {
        grid-column: span 3;
    }
    #sec-kien-truc p{text-align: justify;}
    #sec-tien-ich .float-content{
        bottom: unset;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: unset;
    }
    #sec-tien-ich .float-content .azvd-title {
        max-width: 100%;
    }
    #sec-tien-ich .slideTienich p{font-size: 12px;}
    .slideTienich{bottom: unset;}
    #sec-mat-bang-tien-ich .img-mb.mobi-show {
        /* max-width: 100% !important; */
        padding-left: unset;
    }
    #sec-mat-bang-tien-ich .mobi-show {
        /* max-width: 85% !important; */
        padding-left: 10%;
        margin: auto;
    }
    #sec-mat-bang-tien-ich .mobi-show ul.box-ul {
        list-style: none;
        float: left;
        width: 50%;
    }
    #sec-mat-bang-tien-ich .mobi-show ul.box-ul li{font-size: 12px;}
    #sec-mat-bang-tien-ich .mobi-show p.xanh{
        text-align: center;
        color: #4B8087;
        font-weight: 400;
    }
    #sec-mat-bang-tien-ich .mobi-show p.cam{
        text-align: center;
        color: #D05027;
        font-weight: 400;
    }
    #sec-mat-bang-can-ho .nav-pills .nav-item a.nav-link{
        padding: 8px 15px;
        font-size: 14px;
    }

    #sec-chinh-sach .float-content{
        bottom: unset;
    }
    #sec-mat-bang-can-ho .swiper-slide.swiper-slide-active img.img-fluid{
        /* box-shadow: unset; */
        /* border-radius: unset; */
    }
    #sec-doi-tac, #sec-chinh-sach{padding: 0;}
    #sec-lien-he{padding-bottom: 0;}
    #sec-lien-he .box-content{
        padding: 5px 10px;
        margin-top: 0;
    }
    #sec-lien-he .box-content h3{font-size: 24px;}
    #sec-lien-he .box-content #azvd-form input{
        height: 36px;
    }
    #sec-lien-he .box-content #azvd-form input,
    #sec-lien-he .box-content #azvd-form input::placeholder{
        font-size: 14px;
    }
}

