html{font-size: 18px;font-family: 'Josefin Sans', sans-serif;}
body{
    font-family: 'Josefin Sans', sans-serif; 
    margin: auto !important;
    background: url(./images/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.load-item{
    position: relative;
    top: 80px;
    width: 100%;
}
/* .load-item svg path, */
.load-item svg.loaded path{
    fill: transparent;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    -webkit-animation: dash 2s linear 1s both;
    animation: dash 2s linear 1s both;
}

@-webkit-keyframes dash {
    90%{
        transform: translateX(0);
        fill: transparent;
    }
    100% {
        stroke-dashoffset: 0;
        fill:#fff;
        transform: translateX(2px);
    }
}
@keyframes dash {
    90%{
        transform: translateX(0);
        fill: transparent;
    }
    100% {
        stroke-dashoffset: 0;
        fill:#fff;
        transform: translateX(2px);
    }
}
.load-item svg{
    opacity: 1;
    filter: drop-shadow(10px 20px 30px rgba(0,0,0,.2));
    position: relative;
    top:70px;
    width: 100%;
}

@keyframes Horizontal{
    0%,100% {
        transform: none;
    }
    50% {
        transform: translate3d(50%,0,0);
    }
}
.load-item h1{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    line-height: 70px;
    font-family: 'Josefin Sans', sans-serif; 
    font-weight: 700;
    font-size: 14rem !important;
    letter-spacing: 2px;
    z-index: 9;
    filter: drop-shadow(10px 20px 30px rgba(0,0,0,.2));
}
.load-item h1 span.mask1{
    background-image: url(./images/mask1.jpg);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: Horizontal1 20s linear infinite;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: transparent;
    margin: 0;    
    padding-right: 1px;
}
.load-item h1 span.mask2{
    background-image: url(./images/mask2.jpg);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: Horizontal1 20s linear infinite;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: transparent;
    margin: 0;
}
@keyframes Horizontal1{
    0%,100%{
        background-position:  100% center;
    }
    50%{
        background-position: 15% center;
    }
}







img.fancybox-image {
    background: #fff;
    /* padding: 20px 15px; */
}
p{font-size: 1rem; font-weight: 300;}
.textL{font-size: 3rem;}
.textS{font-size: 80%; font-weight: 400;}
.azvd-title{font-size: 2rem; font-weight: 600;line-height: 50px;font-family: 'Josefin Sans', sans-serif;}
.w100{width: 100% !important;}
.w95{max-width: 95% !important;}
.w90{max-width: 90% !important;}
.w80{max-width: 80% !important;}
.w1400{max-width: 1400px !important;}
.mobi-show{display: none;}
.desk-show{display: block;}
.nopad{padding: 0 !important;}
.white{color: #fff !important;}
.cam{color: #F37E37 !important;}
.display-flex {display: flex;}
.modal.fade.show {
    background: rgb(0 23 31 / 50%);
    backdrop-filter: blur(5px);
}
.section {
    padding: unset;
    position: relative;
}

.fp-controlArrow.fp-next,
.fp-controlArrow.fp-prev{
  display: block;
  /* margin: 30px auto; */
  width: 25px;
  height: 25px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.fp-controlArrow.fp-next{ 
    transform: rotate(135deg);
    border-width: unset;
    border-color: #000 #f000 #0000 #000;
}
.fp-controlArrow.fp-prev{ 
    transform: rotate(-45deg);
    border-width: unset;
    border-color: #000 #f000 #0000 #000;
}

.slide.fp-slide.fp-table{padding-right: 15px;}
#fp-nav ul li .fp-tooltip{
    top: -5px;
    left: -8px !important;
    opacity: 1;
    width: auto;
    color: #F37E37;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    font-family:'Josefin Sans', sans-serif; 
    padding: 3px 20px 0 40px;
    transition: 0.3s all ease-in-out;
}
#fp-nav ul li .fp-tooltip::after{
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #F37E37;
    z-index: -1;
    width: 0px;
    transition: 0.3s all ease-in-out;
}
#fp-nav ul li:hover .fp-tooltip::after,
#fp-nav ul li a.active + .fp-tooltip::after{
    width: 100%;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav ul li a.active + .fp-tooltip{
    color: #fff;
    
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    background: transparent;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
    width: 150px;
    height: 20px;
    margin: -5px 0px 0px -5px;
    border-radius: 0;
    background: transparent;
    top: 3px;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    width: 30px;
    height: 1px;
    margin: -5px 0px 0px -15px;
    border-radius: 0;
    background: white;
    top: 12px;
}

#fp-nav ul li, .fp-slidesNav ul li {   margin-bottom: 15px;}
#fp-nav {
    bottom: 25px;
    top: unset;
    left: 0px !important;
}
.wrapper{
    
}
.fixed-content .hotline{
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 30px;
    background: #f37e35;
    padding: 8px 10px 4px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 1px 2px 8px 1px rgb(0 0 0 / 30%);
}
.fixed-content .hotline a{
    color: #fff;    font-weight: 400;
    font-size: 16px;
}
.fixed-content .hotline a:hover{color:#fff;}
.fixed-content .hotline a:nth-child(1){margin-right: 10px;}
.fixed-content .hotline a img{
    background: rgb(255 255 255 / 80%);
    border-radius: 3rem;
    width: 30px;
    padding: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 2px;
}
.fixed-content .logo {
    position: fixed;
    z-index: 99;
    top: 10px;
    left: 25px;
    width: 200px;
    opacity: 0;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.fixed-content .logo.move-to-center{
    /* width: 250px;
    top: 20px;
    left: 50%;
    transform: translate(-50%,0); */
    opacity: 0;
}
.box-content h2{padding-bottom: 20px;}
.box-content p{text-align: justify;}
.btn-cam.white {    
    background: #f38745;
    color: #fff;
}
.btn-cam {
    background: #fff;
    color: #f38745;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 8px;
    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;
}
@keyframes lantoa{
    0% {
        box-shadow: 0px 0px 0 0px #fff;
    }
    100% {
        box-shadow: 0px 0px 0 20px rgb(206 173 81 / 0%);
    }
}
.btn-cam::after {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
    border: 1px solid #fff;
    border-radius: 10px;
    background: rgb(255 255 255 / 20%);
    z-index: -1;
}
.btn-cam.white:hover {
    background: #fff;
    color: #f38745 !important;
}
.btn-cam:hover {
    background: #003742;
}
.bmd-form-group input {
    color: #fff;
    margin-bottom: 20px;
    height: 45px;
}
.bmd-form-group input::placeholder{
    color: #fff;
}
/*banner*/
.banner{
    background: url(./images/bg-banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.banner .row{height: 90vh;}
.banner span.azvd-title{
    margin: 0;
    font-size: 3.5rem;
    text-shadow: 2px 2px 2px #855637;
}
.nhay-du{
    position: absolute;
    top: 15%;
    left: 70%;
}
@keyframes balloons {
    0%,100%{ transform:translateY(0); }
    50%{ transform:translateY(-25px); }
}
.khi-cau {
    position: absolute;
    top: 10%;
    left: 90%;
    animation: balloons 8s ease-in-out infinite;
}

/*broadway*/
.broadway .box-content{
    background: #F37E37;
    color: #fff;
    padding: 0 40px;
    text-align: justify;
}
.broadway .box-content .h2{padding-bottom: 30px;}
.broadway .cover-box{
    position: relative;
    bottom: 36px;
}
.broadway .box-img img {
    position: relative;
    left: -30px;    
    z-index: 1;
}
.broadway .box-img::after {
    content: '';
    position: absolute;
    border: 3px solid #f37e37;
    top: -25px;
    left: 10px;
    right: 10px;
    bottom: -25px;
}

/*gioi-thieu*/
.gioi-thieu-tlb{
    background: url(./images/bg-gioi-thieu.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.gioi-thieu-tlb .box-img .box-item{position: relative; z-index: 1; color: #fff; padding-left: 15px; margin: auto;}
.gioi-thieu-tlb .box-img p.box-item{text-align: right;padding: 10px 15px 0; font-size: 15px; font-weight: 400;}
.gioi-thieu-tlb .box-img::before {
    content: '';
    position: absolute;    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 45%;
    z-index: 2;
}
.slide-gioithieu .slick-prev:before, 
.slide-gioithieu .slick-next:before
{
    color: #f37e37;
    font-size: 25px;
    margin: -5px;
}
.gioi-thieu-tlb .box-img:nth-child(1)::before {
    background: url(./images/gioi-thieu1-before.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
}
.gioi-thieu-tlb .box-img:nth-child(2)::before {
    background: url(./images/gioi-thieu2-before.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
}
.gioi-thieu-tlb .box-img:nth-child(3)::before {
    background: url(./images/gioi-thieu3-before.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
}
.gioi-thieu-tlb .box-img:nth-child(4)::before {
    background: url(./images/gioi-thieu4-before.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
}
.gioi-thieu-tlb .box-img:nth-child(5)::before {
    background: url(./images/gioi-thieu5-before.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
}
.gioi-thieu-tlb .box-img:nth-child(6)::before {
    background: url(./images/gioi-thieu6-before.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
}
.gioi-thieu-tlb .box-img:nth-child(7)::before {
    background: url(./images/gioi-thieu7-before.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
}
.gioi-thieu-tlb .box-img:nth-child(8)::before {
    background: url(./images/gioi-thieu8-before.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
}
.gioi-thieu-tlb .box-img:nth-child(9)::before {
    background: url(./images/gioi-thieu9-before.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
}
.gioi-thieu-tlb .box-img::after {
    content: '';
    position: absolute;
    background: linear-gradient(254.16deg, #FF9745 -6.94%, #D93200 211.61%);
    top: 10%;
    left: 0;
    right: 0;
    bottom: 0;
}
/*video*/
.video{
    background: url(./images/bg-video.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 2;
}
.video iframe{
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 177.77777778vh;
    height: 56.25vw;
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*don-dau*/
.don-dau .box-content{
    background: #F37E37;
    color: #fff;
    padding: 20px 40px;
    position: absolute;
    top: 60%;
    left: 50%;
    height: 50%;
}
.don-dau .cover-box{
    position: relative;
}
/* .don-dau .bg-cover::after {
    content: '';
    position: absolute;
    background: #f38745;
    top: 384px;
    left: 0;
    right: 0;
    bottom: -25px;
    z-index: -1;
} */
.don-dau .box-content h2 {    padding-bottom: 20px;}
.don-dau .box-content h2{font-size: 2.4rem;}
.don-dau .box-content h4{font-size: 1.4rem;margin-top: 20px;}

/*cong-nang*/
.cong-nang{
    background: url(./images/bg-congnang.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.cong-nang .box-content{
    background: #f38745;
    color: #fff;
    padding: 0 40px;

}

.cong-nang .cover-box{
    position: relative;
    bottom: 45px;
}
.cong-nang .box-content h2{
    padding-bottom: 10px;
}
.cong-nang .box-content h2 span.textL{font-size: 2.6rem;}
.slide-congnang img{width: 100%;}
.slide-congnang .slick-prev:before, .slide-congnang .slick-next:before{
    color: #f38745;
    font-size: 2rem;
}
.slide-congnang .slick-prev{z-index: 9; left: 20px;}
.slide-congnang .slick-next{z-index: 9; right: 40px;}
.slide-congnang p {
    position: absolute;
    bottom: 54px;
    background: linear-gradient(90deg, #F37E37 80%, rgba(243, 126, 55, 0) );
    color: #fff;
    text-align: left;
    padding: 7px 50px 5px 25px;
}
/*kien-truc*/
.kien-truc{
    background: url(./images/bg-kientruc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.kien-truc .bg-img{
    position: relative;
    top: 20px;
}
.kien-truc .float-content{
    position: absolute;
    top: -40px;
}
.kien-truc .box-content{
    background: #f38745;
    color: #fff;
    padding: 0 40px;
}
.kien-truc .box-content h2{line-height: 60px;}
.kien-truc .cover-box{
    position: relative;
    bottom: 45px;
}

/*co-hoi-dau-tu*/
.co-hoi-dau-tu .box-img{position: relative; z-index: 1;}
.co-hoi-dau-tu .box-content{
    background: #f38745;
    color: #fff;
    padding: 30px 40px;
}
.co-hoi-dau-tu .box-content::after {
    content: '';
    position: absolute;
    top: -40px;
    left: -70px;
    right: 0;
    bottom: 0;
    background: #f38745;
    z-index: -1;
}
.co-hoi-dau-tu ul li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.co-hoi-dau-tu ul li::before {
    content: '';
    background: url(./images/ico-list2.svg) no-repeat;
    position: absolute;
    top: 2px;
    left: -40px;
    background-size: cover;
    height: 50px;
    width: 50px;
}
.co-hoi-dau-tu ul li:nth-child(2)::before{
    background-position-y: -58px;
}
.co-hoi-dau-tu ul li:nth-child(3)::before{
    background-position-y: -115px;
}
.co-hoi-dau-tu ul li:nth-child(4)::before{
    background-position-y: -173px;
}
.co-hoi-dau-tu ul li:nth-child(5)::before{
    background-position-y: -231px;
}
.co-hoi-dau-tu ul li:nth-child(6)::before{
    background-position-y: -289px;
}
.co-hoi-dau-tu ul li h4{margin: unset; font-weight: 500; font-family: 'Josefin Sans', sans-serif;}
.co-hoi-dau-tu ul li p{font-size: 15px; margin-bottom: 0;}
/*tien-ich*/
.tien-ich{
    background: url(./images/bg-tienich.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
/* .tien-ich .row{height: 75vh;} */
.tien-ich .bg-cover{
    background: #f38745;
    position: relative;
    z-index: 1;
    padding: 0px 0;
    height: 560px;
}
.tien-ich .bg-cover::after{
    background: #f38745;
    content: '';
    top: 0; left: -150px; right: 0; bottom: 0;
    position: absolute;
    z-index: -1;

}
.tien-ich .box-img{position: relative;z-index: 2;}
.tien-ich .box-content{
    color: #FFF;
}
.tien-ich ul{list-style: none; padding-left: 10px;}
.tien-ich ul li {margin-bottom: 10px; font-weight: 400;}
.tien-ich ul li span {
    background: #fff;
    border-radius: 2rem;
    color: #f38745;
    font-family: 'Roboto';
    font-weight: 600;
    padding: 5px;
    font-size: 13px;
}
.tien-ich .cover-box h2 span.textL.cam {
    top: -68px;
    left: -100px;
    position: absolute;
    z-index: 9 !important;
}
/*mat-bang*/
.mat-bang .box-content h2{padding-bottom: 0;}
.mat-bang .box-content .cover-box{
    text-align: center;
    background: #f38745;
    color: #FFF;
    padding: 0px 20px 0;
}
.mat-bang .box-content .cover-box::after{
    content: '';
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    background: #f38745;
    z-index: -1;
    width: auto;
    height: 50%;
}
.mat-bang .nav-pills li.nav-item {
    border: 1px solid #fff;
    color: #fff;
}
.mat-bang ul.nav.nav-pills {
    padding-top: 15px;
    justify-content: center;
}
.mat-bang .nav-pills li.nav-item:hover a.nav-link,
.mat-bang .nav-pills li.nav-item a.nav-link.active{
    color: #f38745; 
    background: #fff;
}
.mat-bang .nav-pills li.nav-item a.nav-link{
    font-size: 16px;
    color: #fff; background: unset; box-shadow: unset; border-radius: unset;
}
.mat-bang .list-mb span {
    border: 2px solid #fff;
    padding: 10px 15px 5px;
    font-weight: 500;
    margin-right: 10px;
    cursor: pointer;
}
.mat-bang .list-mb span:hover,
.mat-bang .list-mb span.active{
    background: #fff;
    color: #f38745;;
}
.mat-bang .tab-space{padding: unset;  padding-bottom: 25px;}
.azvd-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(11%, 1fr));
    /* grid-auto-rows: 120px; */
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    width: 100%;
    padding: 10px;
}
#pill1 .azvd-grid {grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));}
.azvd-grid > a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    overflow: hidden;
    position: relative;
}
.azvd-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%);
}
#pill1 .azvd-grid .horizontal {
    grid-column: span 6;
}
#pill2 .azvd-grid .horizontal {
    grid-column: span 8;
}
.horizontal2 {
    grid-column: span 2;
}
.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 > a:hover img {
    transform: scale(1.1);
}
.azvd-grid > a > span {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    left: 15px;
    bottom: 5px;
    z-index: 2;
    text-transform: uppercase;
}
/*vi-tri*/
.vi-tri{
    background: url(./images/bg-vitri.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.vi-tri::before{
    content: '';
    position: absolute;
    left: 0;right: 0;bottom: 0;top: 0;
    background: url(./images/linemap2.svg) no-repeat;
    background-position: center;
    background-size: cover;
}
.vi-tri .row{
    /* height: 90vh; */
    position: absolute;
    bottom: 10vh;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
.vi-tri .box-content{
    /* background: #f38745; */
    color: #FFF;
    padding: 0px 40px;
    text-align: right;
}
.vi-tri .cover-box{
    position: relative;
    /* top: -40px; */
}
.vi-tri .box-content h2{line-height: 3rem;}
/*thanh-long-bay*/
.thanh-long-bay{
    background: url(./images/bg-thanhlongbay1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

#sec-broadway .thanh-long-bay .box-content{
    background: #f38745;
    color: #FFF;
    padding: 20px 40px;
    z-index: 2;
}
#sec-broadway .thanh-long-bay #myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#sec-thanh-long-bay .thanh-long-bay .box-content{
    color: #333;
    padding: 20px 40px;
    /* background: url(./images/bg-rad.svg) no-repeat; */
    background: linear-gradient(359deg, rgba(255, 255, 255, 0) 0.93%, rgba(255, 250, 242, 0.574961) 19.14%, rgb(252 194 131 / 90%) 93.17%);
    /* background-position: center;
    background-size: cover; */
}
.thanh-long-bay .row{height: 90vh;}
.thanh-long-bay.bay2{
    background: url(./images/banner-video.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.thanh-long-bay.bay2 h2 {
    color: #fff !important;
}
.thanh-long-bay.bay2 .box-content {
    /* background: unset; */
    position: relative;
}
/* .thanh-long-bay.bay2 .box-content::after {
    content: '';
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f38745;
    z-index: 1;
} */
.thanh-long-bay.bay2 .box-content .cover-box {
    position: relative;
    z-index: 2;
}
/*chu-dau-tu*/
.chu-dau-tu .box-content{
    background: #f38745;
    color: #FFF;
    padding: 20px 40px !important;
}
.chu-dau-tu h2.azvd-title {
    position: relative;
    top: 16px;
    margin: 0;
}
.chu-dau-tu .box-content h3.azvd-title {
    font-size: 1.4rem;
    line-height: 1.4;
}
/*tin-tuc*/
.slide-tintuc .slick-prev:before, 
.slide-tintuc .slick-next:before
{
    color: #f37e37;
    font-size: 25px;
    margin: -5px;
}
.tin-tuc .box-news{
    position: relative;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 1vw;
    cursor: pointer;
    margin-bottom: 15px;
}
.tin-tuc .img-news{
    position: relative;
    box-shadow: 0 10px 20px 5px rgb(0 0 0 / 10%);     
    transition: all .3s ease-in-out ; 
    border: 0px solid #f37e37;
    bottom: 0;
}
.tin-tuc .img-news p{
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
    background: #F37E37;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}
.tin-tuc .img-news p span{
    font-size: 30px;
}
.tin-tuc .img-news img{width: 100%;}
.tin-tuc .title-news {
    text-align: center;
}
.tin-tuc .title-news h5{
    color: #F37E37;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
}
.tin-tuc .title-news a{
    border: 1px solid #F37E37;
    border-radius: 2rem;
    padding: 8px 15px;
    color: #F37E37;
    transition: 0.3s all ease-in-out;
}
.tin-tuc .box-news:hover a{
    background-color: #F37E37;
    color: #fff;
}
.tin-tuc .box-news:hover .img-news{
    border: 8px solid #f37e37;
    bottom: 10px;
}
/*lien-he*/
.lien-he{
    background: url(./images/bg-lienhe.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.lien-he .box-content{
    background: #f38745;
    color: #FFF;
    padding: 30px 50px;
}
.lien-he a{
    color: #333;
}
.lien-he h2{
    padding-top: 30px;
}
.lien-he p {
    font-weight: 400;
    font-size: 16px;
}

@media (min-width:1601px){
    
    .container-fluid{max-width: 1920px;}
}
@media (max-width:1600px){
    .mat-bang .box-content .cover-box{padding: 0px 20px 0;}
    .mat-bang .container-fluid {
        position: relative;
        top: -10px;
    }
    /* .thanh-long-bay.bay2 .box-content::after {top: 50px;} */
    .don-dau .box-content h2{font-size: 2rem;}
    .don-dau .box-content{    height: 40%;    padding: 20px 40px !important;}
    .azvd-grid > a.horizontal2 > span{font-size: 14px;}
    .load-item h1{font-size: 11rem !important;}
    .azvd-title{font-size: 1.7rem; line-height: 35px;}
    p{font-size: 16px;}
    .w90{max-width: 100% !important;}
    .gioi-thieu-tlb .w1400{max-width: 1300px !important;}
    .gioi-thieu-tlb .box-img .box-item{padding-right: 15px;}
    .w1400{max-width: 1100px !important;}
    .box-content{padding: 0 15px !important;}
    .textL {font-size: 2rem !important;}
    .box-content h2 {padding-bottom: 0px !important;}
    #fp-nav ul li .fp-tooltip{font-size: 12px;}
    .fixed-content .logo{width: 150px;}
    .broadway .cover-box{bottom: 26px;}
    .don-dau .bg-cover::after{top: 317px;}
    .cong-nang .cover-box{bottom: 26px;}
    
    .kien-truc .box-content h2 {line-height: 45px;}
    .kien-truc .cover-box{bottom: 30px;}
    .co-hoi-dau-tu .box-content::after{
        top: -30px;
        left: -55px;
        bottom: -20px;
    }
    .tien-ich .bg-cover{height: 450px;}
    .tien-ich .cover-box h2 span.textL.cam{top: -53px;}
    .thanh-long-bay .box-content{padding: 5px 15px !important;}
    .lien-he .box-content{padding: 15px 25px !important;}
    .chu-dau-tu h2.azvd-title{top: 10px;}
    .lien-he p{font-size: 14px;}
}
@media (max-width: 1400px){
    .w1100{max-width: 1100px !important;}
    .chu-dau-tu .box-content h3.azvd-title{font-size: 1.1rem;}
}
@media (min-width: 769px){
    .newsa .modal-content{padding: 25px; border-radius: 25px;}
}
@media (max-width:768px){
    #pill1 .azvd-grid {
        grid-template-columns: repeat(auto-fit, minmax(12%, 1fr));
    }
    #pill1 .azvd-grid .horizontal2 {
        grid-column: span 3;
    }
    #pill2 .azvd-grid {
        grid-template-columns: repeat(auto-fit, minmax(12%, 1fr));
    }
    #pill2 .azvd-grid .horizontal {
        grid-column: span 6 !important;
    }
    #pill2 .azvd-grid .horizontal2 {
        grid-column: span 3;
    }
    #sec-broadway .thanh-long-bay .box-content{background-color: unset;}
    .video:before{content: unset;}
    .slide-congnang p{bottom: 0;}
    .video{
        width: auto;
        height: 60vw;
    }
    ul.slick-dots{position: relative !important;}
    .vi-tri::before{content: unset;}
    p{font-weight: 400;}
    .azvd-title { font-size: 1.4rem !important;}
    .textL { font-size: 1.4rem !important; font-weight: 700;}
    .desk-show{display: none;}
    .mobi-show{display: block;}
    .box-content{padding: unset !important;}
    .fixed-content .hotline{
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 98%;
        padding: 10px 10px 7px;
    }
    .banner img.act1 {
        width: 50%;
        position: relative;
        top: 5%;
    }
    .banner .act2 {
        position: absolute;
        top: 52%;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner span.azvd-title.act3 {
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.4rem;
    }
    .nhay-du {
        top: 35%;
        left: 50%;
        width: 70px;
    }
    .khi-cau{
        top: 15%;
        left: 75%;
        width: 25px;
    }
    .broadway .row div:nth-child(1) {background: #F37E37; padding-top: 15px;}
    .broadway .cover-box {bottom: unset;}
    .broadway .box-content h1{text-align: center;}
    .broadway .box-content h1 span.cam {color: #fff !important;}
    .broadway .box-img img{left: unset;}
    .broadway .box-img::after{z-index: -1;}
    .gioi-thieu-tlb .box-img .box-item{padding: 10px;}
    .gioi-thieu-tlb .box-img::before{width: 35%;}
    .gioi-thieu-tlb .box-img p.box-item{font-size: 12px; padding-top: unset;}
    .don-dau{padding-top: 30px;}
    .don-dau .box-content h2{width: unset; text-align: center;}
    .don-dau .box-content h2 .textL {font-size: 1.4rem !important;    }
    .don-dau .box-content h4{font-size: 1rem;}
    .don-dau .box-content{
        padding: 15px !important;
        position: relative;
        top: unset;
        left: unset;
        height: unset;
    }
    .don-dau .bg-cover::after{top: 27px;     left: 15px;       right: 15px;}
    .slide-congnang {padding: 15px;}
    .cong-nang h2.azvd-title{text-align: center;}
    .cong-nang h2.azvd-title span.cam{color: #fff !important;}
    .cong-nang .cover-box{bottom: unset; padding: 30px 15px;}
    .cong-nang .cover-box::after {
        content: '';
        position: absolute;
        background: #f38745;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .kien-truc .float-content{
        position: relative;
        top: unset;
    }
    .kien-truc .box-content{background: unset; color: #111}
    .kien-truc .box-content p{ font-weight: 400;}
    .kien-truc .box-content h2{color: #f38745 !important; text-align: center;}
    .kien-truc .cover-box{bottom: unset;padding: 30px 0;}
    .co-hoi-dau-tu .box-content h2{text-align: center;}
    .co-hoi-dau-tu .box-content{padding: 0 15px !important }
    .tien-ich .bg-cover{height: unset;}
    /* .tien-ich .row{height: auto;} */
    .mat-bang{padding: 30px 0;}
    .mat-bang .list-mb span {
        font-size: 12px;
        width: 100%;
        display: flex;
        border-width: 1px;
    }
    .mat-bang .box-content .cover-box::after{width: 100%;}
    .mat-bang .box-content .cover-box{padding: 0; width: auto; text-align: center;}
    .mat-bang .box-content .cover-box h2 span.textL{font-size: 1.2rem !important; text-align: center;}
    .horizontal {grid-column: span 6;}
    .horizontal2{grid-column: span 3;}
    .azvd-grid > a > span{font-size: 14px;line-height: 18px; text-transform: capitalize;}
    .vi-tri{background: linear-gradient(0deg, white, #e8f7f7);}
    .vi-tri .container-fluid{
        position: relative;
        bottom: 0;
    }
    .vi-tri .box-content{padding: 5px 15px !important;}
    .vi-tri .cover-box{top: 0px;}
    .vi-tri .row{position: unset; bottom: unset;}
    .vi-tri h2{line-height: 40px; margin: auto;}
    .thanh-long-bay{    background: linear-gradient(0deg, #e0f9fd, white);}
    .thanh-long-bay .box-content{background: unset; }
    .thanh-long-bay h2{color: #f38745 !important; text-align: center;}
    .thanh-long-bay p{color: #111;}
    .thanh-long-bay .row{height: auto;}
    .thanh-long-bay.bay2{background: unset;}
    .thanh-long-bay.bay2 .box-content::after{background: unset;}
    .chu-dau-tu .container-fluid{background: #f38745; padding-bottom: 40px;}
    .chu-dau-tu h2.azvd-title{color: #fff !important; text-align: center; padding: 20px 0;}
    .lien-he{
        background: url(./images/bg-lienhe-m.jpg) no-repeat;
        background-size: cover;
        background-position: bottom right;
    }
}

/*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(241 148 92 / 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 .4s 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;
}
.map-text img {
    max-width: 200px;
}
.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 15px 2px 5px;
  width: fit-content;
  border-radius: 2rem;
  /* font-weight: 500; */
  margin-bottom: 5px;
  /* color: #00A4C3; */
    transition: 0.5s all ease-in-out;
}
ul.info-name li.show {
      color: #f38745 !important;
      background: #fff;
      /* font-weight: 700;   */
      /* margin-left: -10px;   */
}
.tien-ich ul li.show span{
    background: #f38745;
    color: #fff;
}
.slick-dots li.slick-active button:before{color: #f38745 !important;}
.slick-dots li button:before{font-size: 20px !important;}
#azvd-form input {
    color: #fff;
}
#azvd-form-popup input{
    color: #003a41;
    background: #fff;
    padding: 0 10px;
    border-radius: 5px;
    box-shadow: 1px 3px 10px 1px rgb(0 0 0 / 10%);
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#azvd-form-popup input::placeholder{color: rgb(0 0 0 / 60%);}
#popup-form .modal-content {
    background: linear-gradient(0deg, #EE7530 0%, #F28A36 25.98%, #F8A33E 65.3%, #FBB242 101.21%, #FCB744 130.29%);
}
#popup-form .modal-content .azvd-title{color: #fff;}
#popup-form.modal .modal-dialog {
    margin-top: 2%;
}
#popup-form form{text-align: center;}
#popup-form .modal-content img.img-fluid {
    padding: 15px 0;
    margin-bottom: 10px
}
.icon-close {
    position: absolute;
    width: 25px;
    height: 25px;
    right: -5px;
    top: -5px;
    background: #fff;
    padding: 5px;
    box-shadow: 1px 1px 1px 1px rgb(51 51 51 / 20%);
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    border-radius: 2rem;
}


#popup-form-btn .modal-content {
    background: url(./images/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
#popup-form-btn .modal-content h4{
    background: #F37E37;
    margin: 0;
    padding: 15px 10px 5px;
    color: #fff;
}
#popup-form-btn form {
    padding: 15px;
    text-align: center;
}
#popup-form-btn input {
    color: #CE542D;
}
#popup-form-btn input::placeholder{color: rgb(0 0 0 / 60%);}
#popup-form-btn svg.icon-close {
    border-radius: 2rem;
    background: transparent;
    border: 1px solid #fff;
    top: 5px;
    right: 5px;
    color: #fff;
}
.form-control, .is-focused .form-control,
.form-control:invalid{
    background-image: linear-gradient(
        0deg,#f37e37 2px,rgba(156,39,176,0) 0),linear-gradient(
        0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0);
}
.is-focused .form-control {
    border-color: rgb(243 126 55 / 60%);
}

.newsa p {text-align: justify;}
.newsa .modal-dialog {
    max-width: 1000px;
}
.modal.fade.newsa .modal-dialog{
    transition: transform .5s ease-out;
}
.fade.newsa{
    transition: opacity .5s linear;
}