/*MAPS*/
    .box-slider {
        width: 100%;
        height: 818px;
        z-index: 1;
        overflow: hidden;
        -webkit-user-select: none;
        user-select: none;
    }   
    .box-slider{
        position: relative;
        display: block;
    }    
/*    .box-slider{min-height: 768px;}*/
    .group-central{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #c49776;;
    left: 0;
    top: 0;
/*    pointer-events: none;*/
    opacity: 1;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;        
    } 
    .content-main {
        height: 100vh;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        position: absolute;
    }
  .group-central.show-text .content-main {
      z-index: 5;
  }
    .facilities-map{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }
    .facilities-map{
          height: 768px;
    }
    .facilities-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 2600px;
    height: 1400px;
    margin-left: -100px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;        
    }
.facilities-bg{
  transform: scale(0.48); left: -517px; top: -365px;
}
.facilities-bg::before{
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #c49776 0, rgba(0, 0, 0, 0) 80%);
    } 
    .floor-03{ background: #c0a886;} 
    .floor-03 .facilities-bg::before{
      background: linear-gradient(0deg, #c0a886 0, rgba(214,177,148,0) 100%);
    }    
    .floor-40{ background: #467084;}   
    .floor-40 .facilities-bg::before{
      background: linear-gradient(0deg, #467084 0, rgba(214,177,148,0) 100%);
    }    
    .container-main{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;      
    }
    .facilities .title-main {
        position: absolute;
        width: 100%;
        height: auto;
        text-align: center;
        top: 0;
        left: 0;
        padding: 1.5rem 5%;
        z-index: 2;
    }    
    .facilities .title-main span.text1 {
        color: #000;
        opacity: .6;
        font-size: calc(100vw/50);
        font-family: 'Roboto';
    }
    .facilities .title-main span.text2 {
        color: #fff;
        opacity: 1;font-size: calc(100vw/40);font-family: 'Roboto';
    }    
    .content-center {
        display: block;
        position: relative;
        width: auto;
        height: auto;
        z-index: 10;
        padding: 0 15px;
    }    
    .facilities .content-center {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }   
    .scrollA,.scrollB,.scrollC,.scrollD{
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        overflow: visible;
    }    
    .info-facilities {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin: 0;
        z-index: 10;
    }   
    .faci-list {
        width: auto;
        display: block;
        margin: 0 .8rem 5vh 0;
    }   
    .faci-list ul {
        list-style: none;
        display: block;
        margin: 0 1rem 0 0;
        padding: 0;
        width: auto;
    }  
    .faci-list, .faci-list ul, .hover-li {
        position: relative;
        height: auto;
    }    
    .hover-li {
    width: 100%;
    margin: 0.28rem;
    padding: .25rem 0rem .25rem 0rem;
    background-color: rgba(255,255,255,0);
    cursor: pointer;
    z-index: 10;
    text-align: left;
    }
    .hover-li::before {
        content: '';
        border-radius: 1.5rem;
        transition: all .3s ease-in-out;
        pointer-events: none;
    }
    .hover-li::before, .info-box, .text-faci i {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }    
.hover-li.current::before {
    background-color: #df0000;
    box-shadow: 0 .8rem 1rem 0 rgba(0, 0, 0, 0.1);
}
        
    .hover-li, .hover-li span {
        display: flex;
        white-space: nowrap;
        align-items: center;
    } 
.hover-li p, .hover-li span {
    position: relative;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    margin: 0;
}
.hover-li span {
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    padding: 12px;
    margin: 0 .3rem 0 0;
    text-align: center;
    border-radius: 50%;
}
.show-box-pic {
    width: 14.5rem;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    padding: .3rem;
    transition: transform .5s ease-in-out, opcaity .5s ease-in-out;
    box-shadow: 0 1rem 1.5rem 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    text-align: left;
    cursor: pointer;
    color: #76563d;
    border-radius: .8rem;
    z-index: 100;
}.show-box-pic {
    opacity: 0;
    transform: scale(0);
}.show-box-pic.showup {
    transform: scale(1);
    opacity: 1;
}.show-box-pic.no-pic {
    width: auto;
    max-width: 16rem;
    padding: .3rem 1rem;
}


.all-dot, .text-faci {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.dot-num {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: center center;
    z-index: 10;
}
.dot-num:hover{display: none;}
.dot-num>span {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    pointer-events: none;
    z-index: 1;
}
.dot-num>span, .text-faci span {
    color: #fff;
    font-weight: 700;
}
.dot-num i, .dot-num::after {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.dot-num i {
    left: -3px;
    top: -3px;
    width: 42px;
    height: 42px;
    background: linear-gradient(-45deg, #fff, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1), #fff);
    background-size: 180% 180%;
    display: none;
    box-shadow: 0 .8rem 1rem 0  rgba(0, 0, 0, 0.2);
}
.color-01 i {
    background-color: #b07d54;
}
.dot-num.show i {
    display: block;
    animation: Rotate 5s linear infinite;
}
.dot-num i, .dot-num::after {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.color-01 .dot-num::after, .color-01 .hover-li span {
    background-color: #467084;
}
.color-01 .dot-num::after, .color-01 .hover-li span {
    background-color:  #467084;
}
.color-02 .dot-num::after, .color-02 .hover-li span {
    background-color: #467084;
}
.dot-num::after {
    content: '';
    transition: background-color .3s ease-in-out;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;	
}
.color-01 .dot-num.current::after, .color-02 .dot-num.current::after {
    background-color: #d02127;
    box-shadow: 0 .8rem 1rem 0 rgba(0, 0, 0, 0.2);
    animation:ripple 2s infinite;
    pointer-events:none;	
}
.dot-num.current {
    transform: scale(1.2);
    z-index: 20;
}
@keyframes ripple{
    0%{
        transform:scale(0.3);
        opacity:1;
    }
    60%{
        transform:scale(2);
        opacity:.3;
    }
    100%{
        transform:scale(3);
        opacity:0;
    }
}
.nav-mb{
  display:block;
  /* margin: 30px 0px 0px; */
}
.nav-mb ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -2.975em;
  margin-bottom: 0;
}
.maps-temp.active{
  display: block !important;opacity: 1;
}
.nav-mb ul li{display: inline-block;margin: 10px 5px;cursor: pointer;position: relative;overflow: hidden;}
.nav-mb ul li span{
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Roboto',sans-serif;
  color: #797979;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 10;
  overflow: hidden;
  transition: all .3s ease-in-out;
  z-index: 10;
}
.nav-mb ul li.active span,.nav-mb ul li:hover span {
  border-radius: 5px;
  color: #fff;background: #df0000;
  transition: all .3s ease-in-out;
}
/*END MAPS*/
.hidden{display:none !important;}
.tienich2.box-img{
  position: relative;
  overflow: hidden;
  height: 380px;
  border-radius: 10px;
}
.tienich3.box-img{
  margin:10px;
  height: 330px;
}
/* .layout
{
    height: 550px;
} */
.box-img .img{
      width: 100%;
      height: 100%;
      background-position: center center !important;
      background-size: cover !important;
}
                    .floating-buttons {
                        position: fixed;
                        bottom: 20px;
                        right: 20px;
                        display: flex;
                        flex-direction: column;
                        gap: 12px;
                        z-index: 9999;
                    }
                    .floating-buttons a{
                        color: #fff;
                    }
                    .floating-buttons a.pulse-button {
                        display: flex;
                        align-items: center;justify-content: center;
                        position: relative;
                        width: 70px;
                        height: 70px;
                        background-color: #e51b24;
                        border-radius: 50%;
                        overflow: hidden;
                        animation: pulse 2s infinite;
                        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
                        transition: transform 0.3s ease, box-shadow 0.3s ease;
                        text-decoration: none;
                        text-align: center;
                    }

                    .floating-buttons a.pulse-button:hover {
                        transform: scale(1.1);
                        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
                    }
                    .floating-buttons a.pulse-button span i{
                        width: 50px;
                        font-size: 25px;
                        line-height: 25px;
                    }
                    .hotline-mall{
                        font-size: calc(100vw / 98);
                    }
                    @keyframes pulse {
                        0% {
                            box-shadow: 0 0 0 0 rgba(53, 132, 140, 0.4);
                        }

                        70% {
                            box-shadow: 0 0 0 15px rgba(53, 132, 140, 0);
                        }

                        100% {
                            box-shadow: 0 0 0 0 rgba(53, 132, 140, 0);
                        }
                    }
.owl-carousel-layout .owl-item{
    transition: all .4s ease;
}

.owl-carousel-layout .owl-item .layout{
    transition: all .4s ease;
}

.owl-carousel-layout .owl-item.active .layout{
    opacity: .2;
/*    transform: scale(.85);*/
    filter: blur(2px);
}

.owl-carousel-layout .owl-item.center .layout{
    opacity: 1;
/*    transform: scale(1);*/
    filter: blur(0);
    z-index: 99;
}

.box_l{padding-right: 50px;}
.box_r{padding-left: 50px;}
/* ===== NAV WRAPPER ===== */
.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

/* ===== BUTTON BASE ===== */
.owl-nav button {
    pointer-events: all;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(6px);
}

/* ===== ICON ===== */
.owl-nav button i {
    font-size: 18px;
    color: #111;
    transition: 0.3s;
}

/* ===== HOVER EFFECT ===== */
.owl-nav button:hover {
    background: #111;
    transform: scale(1.08);
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.owl-nav button:hover i {
    color: #fff;
}

/* ===== PREV POSITION ADJUST ===== */
.owl-prev {
    margin-left: -20px;
}

/* ===== NEXT POSITION ADJUST ===== */
.owl-next {
    margin-right: -20px;
}

/* ===== MOBILE OPTIMIZE ===== */
@media (max-width: 768px) {
    .owl-nav button {
        width: 40px;
        height: 40px;
    }

    .owl-prev {
        margin-left: -10px;
    }

    .owl-next {
        margin-right: -10px;
    }
/*     .layout
    {
        height: 450px;
    }
	.layout img{height:100% !important;} */
}
.hover-li p{white-space: wrap;font-family: "tahoma", sans-serif;}
.floating-contact{
    position:fixed;
    right:20px;
    bottom:70px;
    display:flex;
    flex-direction:column;
    gap:15px;
    z-index:99999;
}

.circle-btn{

    width:82px;
    height:82px;

    border-radius:50%;

    display:flex;
    flex-direction:column;

    justify-content:center;
    align-items:center;

    text-decoration:none;
    color:#fff;

    box-shadow:0 8px 25px rgba(0,0,0,.25);

    transition:.3s;

    animation:pulse 2s infinite;

}

.circle-btn i{

    font-size:26px;
    margin-bottom:6px;

}

.circle-btn img{

    width:28px;
    height:28px;
    margin-bottom:6px;

}

.circle-btn span{

    font-size:12px;
    font-weight:700;
    line-height:1;

}

.phone{

    background:#16a34a;

}

.zalo{

    background:#0084ff;

}

.quote{

    background:#ff9800;

}

.circle-btn:hover{

    transform:translateY(-5px) scale(1.08);

}

.phone i{

    animation:ring 1.2s infinite;

}

@keyframes ring{

0%{transform:rotate(0);}
10%{transform:rotate(18deg);}
20%{transform:rotate(-18deg);}
30%{transform:rotate(18deg);}
40%{transform:rotate(-18deg);}
50%{transform:rotate(0);}

}

@keyframes pulse{

0%{
box-shadow:0 0 0 0 rgba(255,255,255,.7);
}

70%{
box-shadow:0 0 0 18px rgba(255,255,255,0);
}

100%{
box-shadow:0 0 0 0 rgba(255,255,255,0);
}

}

@media screen and (max-width: 1180px) {
  .facilities-bg{transform: scale(0.48);left: -630px; top: -377px; }
  .info-facilities{
        display: block;white-space: nowrap;overflow-y: hidden;
        overflow-x: auto;
    } 
    .info-facilities::-webkit-scrollbar {display: none;}
    .faci-list{display: inline-flex;width: 25%;justify-content: center;}
    #popupBox {margin: 18% auto 0% auto;transform: scale(.95);}      
}
@media screen and (max-width: 1024px) {
  .facilities-bg {transform: scale(0.38);left: -685px;top: -414px;}
  .faci-list{display: inline-flex;width: 33.333333%;justify-content: center;}
  #popupBox {margin: 48% auto 0% auto;transform: scale(.95);} 
}
@media screen and (max-width: 932px) {
    .facilities-bg {transform: scale(0.34);left: -715px;top: -439px;}
    #popupBox {margin: 48% auto 0% auto;transform: scale(.95);}
}
@media screen and (max-width: 844px) {
    .facilities-bg {    transform: scale(0.34);     left: -744px;    top: -439px;    }
    #popupBox {margin: 14% auto 0% auto;transform: scale(.65);}
}
@media screen and (max-width: 820px) {
  .facilities-bg{ transform: scale(0.34); left: -794px; top: -424px;  } 
  .faci-list{display: inline-flex;width: 33.3333333%;justify-content: center;}
  #popupBox {margin: 46% auto 0% auto;transform: scale(0.95);} .item-box-3{width:33.333333%;margin: 15px 0px 0px 0px;}
}
@media screen and (max-width: 800px) {
/*MAPS*/
.facilities {
  position: relative;
  left: auto;top: auto;
}
.facilities .container-main{
        position: relative;
        height: auto;
        display: block;
        padding: 0;
        will-change: unset;
}
.facilities-map{
  position: relative;
  height: 301px;
}
.facilities .facilities-bg
{

}
.facilities .content-center
{
        position: relative;
        left: auto;
        bottom: auto;
        padding: 20px;
}
.floor-01 .content-center {
        width: 100%;
        height: auto;
        left: auto;
        right: auto;
        top: auto;
        background: #c49776;
    }
.tienich.box-img {
    width: 100%;
    height: 294px;
  }	

}
@media screen and (max-width: 768px) {
.box-slider {
    width: 100%;
    height: 615px;
}	
  .facilities-map {height: 460px;}  
  .facilities-bg{ transform: scale(0.34); left: -794px; top: -424px;  }
	
  #popupBox {margin: 45% auto 0% auto;transform: scale(.85);} .item-box-3{width:33.333333%;margin: 15px 0px 0px 0px;}
.floating-contact{

left:0;
right:0;
bottom:10px;

flex-direction:row;

justify-content:center;

gap:18px;

}

.circle-btn{

width:72px;
height:72px;

}

.circle-btn i{

font-size:22px;

}

.circle-btn img{

width:24px;
height:24px;

}

.circle-btn span{

font-size:11px;

}
}
@media screen and (max-width: 700px) {
  .faci-list {width: 50%;margin: 0 .8rem 0vh 0;}
}
@media screen and (max-width: 603px) {
  .faci-list {width: 50%;margin: 0 .8rem 0vh 0;}
}
@media screen and (max-width: 460px) {
.faci-list {width: 50%;margin: 0 .8rem 0vh 0;}  
}
@media screen and (max-width: 440px) {
    .facilities-bg {transform: scale(0.21);left: -986px;top: -515px;}
    .facilities-map {height: 300px;}.item-box-3{width:33.333333%;margin: 15px 0px 0px 0px;}
  }
@media screen and (max-width: 430px) {
	 
    .faci-list {width: 50%;margin: 0 .8rem 0vh 0;}
    .facilities-bg {transform: scale(0.21);left: -986px;top: -515px;}
    .facilities-map {height: 300px;}
    .hover-li p, .hover-li span {
        font-size: 10px;
    }
.facilities .title-main span.text1 {font-size: calc(100vw / 30);}
.facilities .title-main span.text2 { font-size: calc(100vw / 20);}
.nav-mb ul li span {padding: 5px 10px;font-size: calc(100vw / 31);}
    #popupBox {margin: 46% auto 0% auto;transform: scale(.95);}.item-box-3{width:33.333333%;margin: 15px 0px 0px 0px;}
}  
@media screen and (max-width: 412px) {
	
}
@media screen and (max-width:390px){ 
    .facilities-bg {   transform: scale(0.2);   left: -1009px;   top: -515px; }  
    #popupBox {margin: 46% auto 0% auto;}
}
@media screen and (max-width:360px){
	
}