:root{
    --white: #fff !important;
    --newtitle: #414042 !important;
    --newtext: #6B6963 !important;
    --bgbtn: #ebf5dc !important;
    --xanhnew: #4F633E !important;
    --bgkem: #DED8CC !important;
    --bgxam: #EAEBE6 !important;
    --bgxam2: #DCDACC !important;
    
}
html{  scroll-behavior: smooth;}
body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    max-width: 1920px;
    margin: auto;
    background: #F8FFFB;
    box-shadow: 1px 1px 20px 20px #ebebeb;
}
strong{font-weight: 700;}
.desk-show{display: block; margin-left: auto; margin-right: auto;}
.mobi-show{display: none !important;}
.fancybox-image {    background: #fff;}
.navbar{    background: #EBF5DC;}
a.nav-link {
    font-size: 16px !important;
    color: #146158 !important;
}
a.nav-link:hover{    color: #B96154 !important;}
ul.navbar-nav.mx-auto{margin-right: 0 !important;}
.navbar .container-fluid{max-width: 1600px !important; margin: auto;}
li.nav-item {margin: 0 10px;}
.logo{
    max-height: 70px;
    position: relative; 
    top: -18px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar-transparent .logo{
    max-width: 100px; 
    position: relative; 
    top: -15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.w100{width: 100% !important;}
.w95{max-width: 95% !important;}
.w90{max-width: 90% !important;}
.w85{max-width: 85% !important;}
.w80{max-width: 80% !important;}
.w75{max-width: 75% !important;}
.nopad{padding-left: 0; padding-right: 0;}
.nopad-r{padding-right: 0;}
.nopad-l{padding-left: 0;}
.carmel{font-family: 'SVN-Mother Carmel' !important;    font-weight: 500;}
.white{color: #fff !important;}
.newtitle{color: #414042 !important;}
.newtext{color: #6B6963 !important;}
.index10 {
    position: relative;
    z-index: 10;
}
.section{
    position: relative; 
    padding: 50px 0;
}
.bold{font-weight: bold;}
.azvd-title{
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: var(--newtitle);
}
.azvd-title span.psmall{
    font-size: 24px;
    color: var(--newtext);
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: -12px;
}
img.azvd-title{margin-bottom: 25px; margin-left: auto; margin-right: auto;}
h2 span.carmel{
    font-size: 2.4rem;
    position: relative;
    top: 8px;
}
.scroll-content{
    max-height: 35vh;
    overflow-y: scroll;
    padding-right: 10px;
}
p{
    text-align: justify;
    font-size: 16px;
    line-height: 1.7;
    color: #4D4D4D;
}
ul{margin-bottom: 5px; padding-left: 20px;}
ul li{
    color: #4D4D4D; 
    margin-bottom: 8px;
}
.space-50px {
    height: 50px;
    width: 100%;
}
.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon{background-color: #555 !important}

ul.nav.nav-pills {
    justify-content: center;
    margin: 20px 0;
    padding: 0;
}
.nav-pills .nav-item .nav-link {
    color: #267434 !important;
    border-radius: 8px;
    padding: 15px !important;
    border: 1px solid #267434;
    font-size: 16px;
}
.nav-pills .nav-item .nav-link.active {
    background: #267434 !important;
    color: #fff !important;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(38 116 52 / 50%) !important;
}


#gioi-thieu{
    /* background: url(./img/bg-thapdoi.jpg) no-repeat;
    background-position: top center;
    background-size: cover;    
    min-height: 900px; */
    padding-bottom: 0;
    background: var(--bgkem);
}
#gioi-thieu span.psmall {
    margin-top: 1.2rem;
    line-height: 1.4;
}

#gioi-thieu .la-tre {
    position: absolute;
    right: -1%;
    top: -5%;
    z-index: 1;
    width: 20vw;
}

#vi-tri-m{
    background: #EBF3DB;
    padding: 0;
}
#vi-tri{
    background: #EBF3DB url(./img/bg-vitri.jpg) no-repeat;
    background-position: bottom right;
    background-size: 90%;  
    padding: 0;
}
#vi-tri .container-fluid{padding-left: 0;}
#vi-tri .box-content{
    padding: 0 30px;
}
#vi-tri .box-content ul{padding-left: 20px; text-align: justify;}

#kien-truc{
    padding: 20px 0;
    background: var(--bgkem) url(./img/img-kientruc.jpg) no-repeat;
    background-position: center right;
    background-size: 48% 100%;
}
#kien-truc .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    margin-bottom: 15px;
}
#kien-truc .flex-box .azvd-title{
    flex: 0 0 40%;
    max-width: 40%;
}
#kien-truc .flex-box img{
    flex: 0 0 60%;
    max-width: 60%;
}

#khoanh-khac{
    padding-bottom: 0;
    background-color: var(--bgxam);
}
#khoanh-khac .la-tre-trai{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: 9vw;
}

#giao-hoa{
    background-color: var(--bgxam2);
    padding-bottom: 0;
    padding-top: 50px;
}
#giao-hoa .w90{padding-bottom: 30px;}
#giao-hoa .la-tung-phai{
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 1;
    max-width: 20vw;
    transform: rotateY(180deg);
}

#nguong-cua{
    padding: 0;
    background-color: #D5DBCA;
}
#nguong-cua .flex-box{
    display: flex;
}
#nguong-cua .flex-box .box-left{
    flex: 0 0 45%;
    max-width: 45%;
    padding-top: 5rem;
    padding-left: 7.5rem;
    padding-right: 2rem;
    position: relative;
    z-index: 10;
}
#nguong-cua .flex-box .box-left .la-tung-phai{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 9vw;
}

#vo-gia{
    background-color: var(--bgkem);
    padding-bottom: 0;
}
#vo-gia .chim-trai{
    position: absolute;
    top: 0;
    left: 0;
}
#vo-gia .index10{margin-top: 20px;}

#vung-ben{
    background: url(./img/bg-vungben.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
}
#vung-ben .flex-box{
    display: flex;
}
#vung-ben .flex-box .box-left{
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    z-index: 10;
}
#vung-ben::before{
    content: '';
    position: absolute;
    background-color: #fff;
    /* max-width: 50%; */
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    border-top-left-radius: 25rem;
    border-bottom-left-radius: 25rem;
    z-index: 1;
}
#vung-ben .flex-box .box-right{
    /* flex: 0 0 50%; */
    /* max-width: 50%; */
    position: relative;
    z-index: 10;
    padding: 5rem 5rem 5rem 10rem;
}
#vung-ben ul {
    padding-left: 10px;
    list-style: none;
    position: relative;
}
#vung-ben ul li{
    margin-bottom: 15px;
    display: flex; align-items: center;
}
#vung-ben ul li span{
    
    position: relative;
    z-index: 2;
}
#vung-ben ul li span.num{
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    position: relative; left: -8px; line-height: 1;
}
#vung-ben ul li span.num::after{
    content: '';
    background-color: #A7B29A;
    top: -3px;
    left: -6px; right: 0; bottom: 0;
    height: 20px; width: 20px;
    position: absolute;
    z-index: -1;
    border-radius: 2rem;
}


.under-vungben{position: relative;}
.under-vungben p.float-content{
    position: absolute;
    top: 20%;
    left: 2%;
    z-index: 10;
    width: 20%;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    backdrop-filter: 1px;
}
.under-vungben p.float-content span{
    position: absolute; right: 0;
}

.mb-title h4.azvd-title{
    color: #A87E51;
    margin-bottom: 0px;
}
.mb-title p{
    color: var(--newtext); 
    font-size: 18px;
    font-weight: 500;    
    text-align: center;
}
#mat-bang,
#can-ho{
    background-color: #D4DAC9;
    /* background: url(./img/bg-mb.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed; */
}
#mat-bang .mbTang .swiper-button-next, 
#mat-bang .mbTang .swiper-button-prev {
    /* top: 23px; */
    /* color: #ffffff !important; */
    background: transparent !important;
    border-radius: unset;
    border: unset
}
/* #mat-bang .mbTang .swiper-button-prev{left: 33%;} */
/* #mat-bang .mbTang .swiper-button-next{right: 33%;} */
#mat-bang .mbTang .swiper-slide {
    flex-direction: column;    
}
#mat-bang .mbTang .swiper-slide p{ 
    color: var(--newtext); 
    font-size: 18px;
    font-weight: 500;    
    text-align: center;
}
#mat-bang .mbTang .swiper-slide p sup{ 
    font-size: 12px;
    font-weight: 600;
}
#mat-bang .mbTang .swiper-slide .mb-title{opacity: 0 !important;}
#mat-bang .mbTang .swiper-slide.swiper-slide-active .mb-title{opacity: 1 !important;}

.mbCanho .swiper-slide img{margin: auto ;background: #EAEBE6;}
#can-ho .img-can-ho-left{
    position: absolute;
    left: 0;
    top: 10px;
    max-width: 50vw;
}

#tron-ven{
    background: url(./img/bg-tronven.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
}

#chu-dau-tu{
    /* background: url(./img/bg-cdt2.svg) no-repeat;
    background-size: auto;
    background-position: left top; */
    background-color: #DCDACC;
    padding-top: 40px;
}
/* #chu-dau-tu .container-fluid.w90 .row{
    padding: 30px 0;
} */
#chu-dau-tu .float-content .float-title {
    /* position: absolute;
    top: 65%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%); */
    padding: 35px 0 70px;
}
#chu-dau-tu .float-content .float-title::after{
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0; left: 50%; right: 0; bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
    border-radius: 50%;
    height: 400px; width: 400px;
}
#chu-dau-tu .float-content .la-cdt{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 35%;
    width: 35%;
}
#chu-dau-tu .float-content{ 
    position: relative;
}
#chu-dau-tu .box-content{ 
    margin-bottom: 50px;
}
#chu-dau-tu .nopad {
    padding: 0 8px;
}
#chu-dau-tu .nopad img{
    width: 100%;
    margin-bottom: 5px;
}
#chu-dau-tu .nopad p{
    font-style: italic;
    font-size: 14px;
    text-align: center;
}
#chu-dau-tu .box-image .row {
    display: flex;
    justify-content: space-between;
}
#chu-dau-tu .box-image .row div{
    padding: 0;
    flex: 0 0 24.6%;
}
/* #chu-dau-tu .box-content .row div:nth-child(1){
    padding-left: 0;
}
#chu-dau-tu .box-content .row div:nth-child(4){
    padding-right: 0;
} */

#doi-tac{
    /* background: url(./img/bg-doitac.jpg) no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    /* min-height: 900px; */
    background-color: #51633D;
    padding: 0;
    padding-top: 40px;
    text-align: center;
}
#doi-tac .la-tung-phai{
    position: absolute;
    top: 0;
    right: 1%;
    z-index: 1;
    max-width: 18vw;
}
#doi-tac .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
}
#doi-tac .container .row .col-12:nth-child(2){
    padding-left: 50px;
}
#doi-tac ul{text-align: left; padding-right: 5%;}
#doi-tac .row.logocdt{
    justify-content: space-evenly;
}
#doi-tac .logocdt-con{flex: 20%;}
#doi-tac .logocdt p {
    color: #146158;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
}

#tin-tuc img.azvd-title{    margin-left: unset; max-width: unset;}
#tin-tuc .slideTintuc .swiper-slide a{
    text-align: left;
    color: #000;
}
#tin-tuc .slideTintuc .swiper-slide a h5{
    color: #136258 ;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
#tin-tuc .slideTintuc .swiper-slide a p.time-up{
    color: #999;
}
#tin-tuc .slideTintuc .swiper-slide a p.time-up img.img-fluid {
    max-width: 15px;
    float: left;
    margin-right: 5px;
    position: relative;
    top: 5px;
}
#tin-tuc .swiper-button-next {
    right: -3%;
}
#tin-tuc .swiper-button-prev {
    left: -3%;
}

#lien-he{
    padding: 90px;
    background: url(./img/bg-lienhe.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}
/* #lien-he .box-cover {
    background: url(./images2/bg-box-lienhe.png) no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 600px;
    padding-top: 150px;
    padding-bottom: 100px;
} */

#lien-he p{color: var(--newtitle); font-size: 15px;}
#lien-he a{color:var(--newtitle); padding: 8px;}
#lien-he p span{ font-weight: 700; font-size: 20px;}
#lien-he .form h2{color: #146158; font-size: 42px;}
#lien-he .form form h2 {
    font-size: 28px !important;
    color: var(--newtitle);
    margin: inherit;
    margin-bottom: 5px;
}
#lien-he .form form input,
#lien-he .form form span{
    color: var(--newtitle);
    height: 45px;
    margin-bottom: 10px;
    padding: 0;
    font-style: italic;
}
#lien-he .form form input::placeholder{ color: var(--newtitle);}
#lien-he .form form button{
    background: linear-gradient(180deg, #8EBC41 -3.92%, #8EBC41 50.61%, #8EBC41 98.36%);
    border-radius: 8px;
    padding: 13px 5px;
    
    margin-top: 25px;
    -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;
}
#lien-he .form form button span{
    /* border: 1px solid #fff; */
    padding: 8px 30px;
    /* border-radius: 8px; */
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
#lien-he ul p{
    display: flex;
    align-items: center;
}
#lien-he ul p img{margin-right: 5px;}
#lien-he a.call-clq {
    font-weight: 700;
    text-align: left;
}
.grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(18%, 1fr));
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    width: 100%;
    padding: 10px;
    background: #fff;
}
.grid-item{
    position: relative;
    bottom: 0;
    -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 .grid-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    overflow: hidden;
    position: relative;
    -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 .grid-item a:hover {
}
.grid .grid-item 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-item.big2{
    grid-column: span 2;
    grid-row: span 1;
}
@keyframes lantoa{
    0% {
        box-shadow: 0px 0px 0 0px #FFFAE5;
    }
    100% {
        box-shadow: 0px 0px 0 20px rgba(255, 255, 255, 0);
    }
}




p.call-text{
    margin: auto;
    color: #136158;
    font-weight: 500;
    font-family: 'Fahkwang';
}


.fixed-element{
    position: fixed;
    bottom: 0;
    z-index: 10;
}
.fixed-element ul{list-style: none; display: flex;}
.fixed-element .scrollTop{
    position: fixed;
    right: 10px !important;
    bottom: 80px;
    cursor: pointer;
    width: 35px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
}
.footbar {
    /* max-width: 500px; */
    width: 100%;
    background: #fff;
    right: 0;
    left: unset;
    bottom: 0;
    position: fixed;
    z-index: 9999;
    padding: 5px 15px;
}
.footbar .nopad{padding: 0 5px;}
.footbar p {
    margin: auto;
    font-weight: 500;
    padding: 5px;
    border-radius: 8px;
    text-align: center;
    /* box-shadow: 1px 1px 10px 0px rgb(51 51 51 / 20%); */
}
.footbar p img {
    width: 25px;
    
}
.footbar p.call-text img,
.float-bottom-content .call-text 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;
}
.footbar p.call-text {
    /* background: #d6df24; */
    -webkit-animation: lantoa 1.5s ease-in-out infinite both;
    animation: lantoa 1.5s ease-in-out infinite both;
}
.footbar p.register{
    /* background: #f7f7f7; */
}
@keyframes lantoa{
    10% {
        box-shadow: 0px 0px 0 0px #8EBC41;
    }
    30% {
        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)
    }
}

.float-bottom-content{
    position: fixed;
    bottom: 15px;    
    right: 15px;
    padding: 5px 0;
    background: linear-gradient(90deg, #4C8314, #56851F);
    border: 1px solid #8EBC41;
    border-radius: 10px;
    z-index: 999;
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 10px 1px rgb(65 64 153 / 40%);
}
.float-bottom-content a{
    padding: 0 10px;
    -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;
}

.float-bottom-content .call-text{
    display: flex;
}
.float-bottom-content p{    
    color: #FFf;    
    font-weight: 500;
    margin-bottom: unset;
    font-size: 16px;
    line-height: 1.2;
    margin-left: 4px;
}
.float-bottom-content p span{
    font-size: 20px; 
    /* color: #FFDD00;  */
    color: #FFF; 
    font-weight: 600; }
.float-bottom-content p img{
    margin-right: 5px; 
    position: relative;
    bottom: 2px;
    width: 25px;
    -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;
}

.group-contact ul{
    list-style: none;
    display: flex;
    margin: unset;
    padding: unset;
}
.group-contact ul li{
    padding: 0 10px;
} 

.conchim{
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 11;
    max-width: 70px;
} 

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper {
    margin-left: auto;
    margin-right: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px !important;
}
.swiper-button-next, .swiper-button-prev {
    color: var(--xanhnew) !important;
    height: 35px !important;
    width: 35px !important;
    background: rgb(255 255 255 / 80%) !important;
    border-radius: 50%;
    border: 1px solid;
}
.swiper-pagination-bullet-active{
    background: #1e813e !important;
}

.menu-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
.menu-top ul{
    display: flex;
    flex-direction: row;
}
.menu-top a.navbar-brand{position: absolute;}
.menu-top ul a.nav-link{
    padding: 25px 5px;
    /* color: #DBAC36 !important; */
}


ul.navbar-nav ul.dropmenu {
    display: none;
    position: absolute;
    padding: 0 10px;
    /* top: -250px; */
    background: #F0F7EE;
    list-style: none;
    -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;
}
ul.navbar-nav li:hover > ul.dropmenu {
	display:inherit;
    /* top: 74px; */
}
ul.navbar-nav ul.dropmenu li {
	width:auto;
	float:none;
	display:list-item;
	position: relative;
    list-style: none;
}
ul.dropmenu a.nav-link {
    padding: 15px 5px;
    font-size: 16px;
}

@media (max-width: 991px){
    .video{
        width: auto;
        height: 60vw !important;
    }
    ul.navbar-nav ul.dropmenu{
        display: inherit;
        position: relative;
    }
    a.nav-link{
        font-size: 16px !important;
        padding: 15px !important;
        margin: 5px !important;
    }
}

div#btn-360vr {
    left: 10px;
    bottom: 50px;
    position: relative;
    /* background: #8EBC41; */
    background-color: #136258;
    border-radius: 50px;
}
/*video*/
/* .video{
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.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%);
} */

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-open .modal{
    background: rgb(0 0 0 / 60%);
}
#popup .img-pop{max-height: 100vh; margin: auto;}
#popup .modal.show .modal-dialog{margin: auto;}
#popup .pop-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.modal-open .tai-lieu .btn-close {
    border: unset;
    padding: 15px;
    background: rgb(0 0 0 / 30%) url(./images2/close-w.svg) center/1em auto no-repeat;
    position: absolute;
    top: 22px !important;
    right: 22px !important;
    z-index: 99;
    margin: unset !important;
}
#popup .btn-close {
    border: unset;
    padding: 15px;
    background: rgb(0 0 0 / 30%) url(./images2/close-w.svg) center/1em auto no-repeat;
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 99;
}
#popup .btn-close:hover {
    background: rgb(0 0 0 / 70%) url(./images2/close-w.svg) center/1em auto no-repeat;
}
#azvd-form textarea{
    background: #fff;
    border-radius: 8px;
    min-height: 80px;
    padding: 10px;
}
#azvd-form .nhu-cau{
    font-size: 14px;
    color: #fff;
    font-style: italic;
    margin-top: 10px;
}
img.img-fluid.float-svg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


/*=======UPDATE 3010124+++++++*/
#banner{padding-bottom: 0;}

.action-btn{
    background: var(--bgbtn);
    border-radius: 2rem;
    border: unset;
    padding: 16px 32px;
    font-size: 20px;
    font-weight: 700;
    color: var(--xanhnew);
    -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;
    cursor: pointer;
}
.action-btn:hover{
    background: linear-gradient(90deg, #4C8314, #56851F);
    color: #fff;
}
#can-ho .sale-box {
    background: var(--xanhnew);
    border-radius: 16px;    
    padding: 40px;
}
#can-ho .sale-box .azvd-title,
#can-ho .sale-box p{
    color: #fff;
    text-align: center;
}
#cam-hung .flex-box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}




@media (min-width: 1601px){
    .azvd-title{margin-bottom: 30px;}
    #vi-tri .box-content{padding-left: 10px !important; padding-right: 10% !important;}
    #gioi-thieu .box-content{margin-right: 5%;}
    #khoanh-khac .azvd-title{margin-bottom: 40px;}
}
@media (max-width: 1600px){
    /* img.azvd-title{max-width: 500px;} */
    .navbar a.nav-link {font-size: 16px !important;}
    p{font-size: 16px;}
    .azvd-title{font-size: 24px;line-height: 1.2; margin-bottom: 25px;}
    h2 span.carmel{font-size: 24px;}
    #lien-he .form {
        padding: 50px 10px 10px 10px;
    }
    #lien-he .form h2 {
        font-size: 32px;
    }
    #lien-he .form form{
        padding: 10px 20px;
    }
}
@media (min-width: 1441px){
    .mbCanho .swiper-slide img{max-width: 94%;}
    #vung-ben p,
    #vung-ben ul li{font-size: 15px;}
}
@media (max-width: 1440px){
    .section{padding: 30px 0;}
    .navbar a.nav-link{
        font-size: 14px !important;
        padding: 10px !important;
    }
    p, ul li{font-size: 13px; line-height: 1.6;}
    #nguong-cua ul li{font-size: 12px; margin-bottom: 5px;}
    /* img.azvd-title{max-height: 150px;} */
    .w80{max-width: 90% !important;}
    #banner{padding-top: 70px; padding-bottom: 0;}
    #banner2 p.float-content{font-size: 16px !important; top: 3% !important;}
    #vi-tri{background-size: 70%;}
    #vi-tri img.azvd-title.img-fluid.desk-show {width: 70%;}
    #mat-bang img.azvd-title.img-fluid{max-width: 30vw;}
    #chu-dau-tu .box-content{
        padding: 50px 0;
        margin-bottom: 0;
    }
    #chu-dau-tu .nopad p{font-size: 12px;}
    #chu-dau-tu .float-content{position: unset;}
    #lien-he p strong{font-size: 22px;}
    .mbCanho .swiper-slide img{max-width: 90%;}
    .azvd-title span.psmall{font-size: 22px;}
    #cam-hung .azvd-title span.psmall{top: 0;}
    #cam-hung .azvd-title{line-height: 1.2;}
    #cam-hung .flex-box{margin-top: 20px;}
    #nguong-cua .flex-box .box-left{
        padding-top: 1rem;
        padding-left: 5rem;
    }
    #vung-ben ul li{margin-bottom: 8px;}
    #vung-ben .flex-box .box-left{
        flex: 0 0 45%;
        max-width: 45%;
    }
    #vung-ben::before{left: 43%;}
    #vung-ben .flex-box .box-right{padding-left: 7rem;}
    #chu-dau-tu .float-content .float-title::after{
        width: 350px;
        height: 350px;
    }
    #chu-dau-tu img.img-fluid.logo-phulong{max-width: 140px;}
    .under-vungben p.float-content{width: 25%;font-size: 1rem;}
}
@media (min-width: 1201px){
    #vi-tri .box-content{padding-right: 30px; padding-left:  0px;}
    #gioi-thieu .box-content {margin-right: 2%;}
    #tin-tuc{background-color: #EAEBE6;}
    #tin-tuc .la-tre-duoi,
    #tin-tuc .la-tung-tren{
        position: absolute;
    }
    #tin-tuc .la-tre-duoi{
        bottom: 0;
        right: 0;
    }
    #tin-tuc .la-tung-tren{
        top: 0; left: 0;
    }
}
@media (max-width: 1200px){
    .swiper-button-next, .swiper-button-prev{display: none !important;}
    #chu-dau-tu .box-image .row div {
        padding: 0;
        flex: 0 0 49%;
    }
}
@media (min-width: 920px){
    #popup .pop-container{
        max-width: 900px;
        padding: unset;
        
    }
    #popup .pop-container .col-12.text-center{padding: unset;}
    #popup .btn-close {
        right: 0px !important;
        margin: unset;
    }
    #doi-tac .azvd-title {text-align: center; margin-left: unset; margin-right: unset;}
    .swiper-pagination {
    position: relative !important;
    margin-top: 10px;
}
}



@media (max-width: 919px){    
    .nopad-r{padding-right: 15px;}
    .desk-show{display: none !important;}
    .mobi-show{display: block !important; margin-left: auto; margin-right: auto;}
    .navbar a.nav-link{padding: 8px !important;}
    /* img.img-fluid{width: 100%;} */
    #lien-he p strong{font-size: 4vw;}    
    .grid {border-radius: unset;}
    .space30px{height: 30px; width: 100%;}    
    .w90,.w80{max-width: 100% !important;}
    .section{padding: 20px 0;}
    p{font-size: 16px;}
    .navbar.fixed-top{padding: unset;}
    .navbar.fixed-top .logo{max-height: 45px; top: -8px}
    .azvd-title{font-size: 22px; text-align: center;}
    /* img.azvd-title{max-height: 100px;} */

    #banner{padding-top: 50px;}
    #banner2{padding-left: 15px; padding-right: 15px;}
    #banner2 p.float-content{position: relative !important;top: unset;left: unset;transform: unset; font-size: 14px !important; max-width: 80%; padding: 20px 0;}
    #gioi-thieu{text-align: center;}
    #gioi-thieu .float-content{position: relative !important;top: unset;left: unset;transform: unset;}
    #gioi-thieu .box-content{padding: unset;}

    #vi-tri-m{
        padding: 10px 0;
    }
    #vi-tri{padding-bottom: 60px; background-size: 150%;}
    #vi-tri .container-fluid{padding-left: 15px;}
    #vi-tri .box-content{padding: unset;}

    #video{ padding: 15px;}
    #video .video-left{max-width: 20vw;}
    #video .video-right{max-width: 25vw; bottom: 0;}

    #gioi-thieu .la-tre{
        right: 0%;
        top: -50px;
        width: 25vw;
    }

    #kien-truc{background: rgb(194 182 156 / 50%); padding-bottom: 0;}

    #khoanh-khac .la-tre-trai{max-width: 18vw;}

    #nguong-cua .flex-box{flex-direction: column;}
    #nguong-cua .flex-box .box-left .la-tung-phai{max-width: 18vw;}
    #nguong-cua .flex-box .box-left{
        flex: 0 0 100%; 
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    #nguong-cua .flex-box .box-right{
        flex: 0 0 100%; 
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    #vo-gia .chim-trai{max-width: 28vw;}

    #vung-ben{background: #FFF; padding-bottom: 0;}
    #vung-ben .flex-box{flex-direction: column;}
    #vung-ben .flex-box .box-left{
        flex: 0 0 100%; 
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    #vung-ben .flex-box .box-right{
        flex: 0 0 100%; 
        max-width: 100%;
        padding: 15px;
    }
    
    #mat-bang,
    #can-ho{
        background-color: #EDF4DD;
    }
    #mat-bang{background-position: top left;}
    #mat-bang .mbTang .swiper-slide p{font-size: 20px; display: none;}
    #mat-bang img.azvd-title.img-fluid{max-width: 100%;}
    .mbCanho .swiper-slide img {
        max-width: 100%;
    }
    .mbCanho p.text-center.bold{display: none;}
    #mat-bang .azvd-title{display: none;}
    #mat-bang .mbTang .swiper-slide.swiper-slide-active p{display: none;}
    
    #chu-dau-tu .box-content{
        padding: unset;
        margin-bottom: 15px;
    }
    #doi-tac{background: url(./img/bg-doitac-m.jpg) no-repeat; background-size: 100% 100%; min-height: unset;}
    #doi-tac .azvd-title{width: unset;}
    #doi-tac .container{position: relative; top: unset; transform: unset; left: unset; padding-top: 20px;}
    #doi-tac .logocdt-con{flex: 50%;}
    #doi-tac .logo-doitac{max-width: 90%; padding-bottom: 50px;}
    #doi-tac ul li {
        font-size: 12px;
        margin-bottom: 0px;
    }
    #doi-tac p { font-size: 12px;}
    
    #cdt{
        padding-top: 0; padding-bottom: 0;
    }
    .footbar{background: #fff !important;}
    .footbar a{color: #136158;}
    
    #lien-he{
        background: #136258 url(./img/bg-lienhe-m.jpg) no-repeat;
        background-size: cover;
        background-position: top center;
        padding: 25px 0px;
        padding-bottom: 100px;
    }
    #lien-he .logo-contact{max-width: 40vw;}
    #lien-he .icon-social {max-width: 60vw;}
    #lien-he .box-cover{min-height: unset;}
    #lien-he .form{padding: 10px;}
    #lien-he .box-cover{background: unset; padding-top: 0px;}
    #lien-he p span{font-size: 16px;}

    #onetab h2{text-align: center;}
    .thank-page h1.display-3{font-size: 24px;}


   
    #chu-dau-tu .float-content .float-title {
        position: relative;
        top: unset;
        left: unset;
        width: auto;
        transform: unset;
        padding-top: 30px;
    }
    #chu-dau-tu .float-content .float-title .logo-phulong{
        max-width: 100px;
    }
    #chu-dau-tu .float-content .float-title::after{width: 270px; height: 270px;}
    #doi-tac .container .row .col-12:nth-child(2){padding-left: 15px;}
    p, ul li{font-size: 13px;}
    #doi-tac ul{padding-right: 0; padding-left: 30px;}
    div#btn-360vr{bottom: 60px;}
    .under-vungben p.float-content{display: none;}
}
@media (max-width: 430px){
    .azvd-title{font-size: 22px;}
    #chu-dau-tu .nopad p{font-size: 8px;}
    /* img.azvd-title{max-height: 80px;} */
    ul.dropmenu a.nav-link{font-size: 14px;}
    .navbar a.nav-link{padding: 5px !important;}
    p{font-size: 13px; line-height: 1.5;}
    .nav-pills .nav-item .nav-link {
        font-size: 12px !important;padding: 5px 10px !important;
    }
    .fixed-element .scrollTop{bottom: 100px !important;}
    
    .footbar p{font-size: 12px;}
    .footbar p.register{color: #333;}
    #lien-he .form form h2{font-size: 20px !important;}
    img.azvd-title{
        max-width: 100%;
        margin: auto;
        margin-bottom: 20px;
    }
    #chu-dau-tu .nopad p{
        font-size: 8px;
    }
    #mat-bang .azvd-title{margin-bottom: 5px;}
    #can-ho{padding-top: 0;}
    .mbCanho p.text-center.bold {
        font-size: 20px;
        color: var(--newtitle);
    }
}
@media (max-width: 390px){
    #chu-dau-tu .float-content .float-title::after{
        width: 250px; height: 250px;
    }
    .azvd-title{font-size: 20px;}
    #kien-truc .flex-box .azvd-title{
        flex: 0 0 45%;
        max-width: 45%;
    }
    #kien-truc .flex-box img{
        flex: 0 0 55%;
        max-width: 55%;
    }
}


.en #chu-dau-tu h2.azvd-title {
    font-size: 1.5rem;
}

img.gif360-tour {
    padding: 6px;
    bottom: 5px;
    position: relative;
}