@font-face {
  font-family: 'roboto';
  src: url('/font/roboto-v18-latin-regular.woff2') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html, body {
  margin: 0;
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

@media screen and (min-width: 1080px) and (max-width: 1920px) {
html, body {
  font-size: 16px;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
html, body {
  font-size: 12px;
  padding: 0rem;
  margin: 0rem;
}
}



hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-top: 3px solid rgba(0,0,0,.3);
  width: 70%;
}

/* header */
/* nav */
.navbar-brand {
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.nav-item .nav-link {
  font-size: 1rem;
}

.bg-nav-tooktee{
  background-color:#434d57;
  position:fixed;top:0;
  padding:.1rem .8rem;
  width:100%;
  z-index:1020;
  min-height:50px;
  box-shadow:1px 1px 1px #313131
}

.bg-nav-tooktee .collapse ul.navbar-nav li {
  float:left;
  position:relative
}
.bg-nav-tooktee .navbar-nav .nav-link.nav-slash{
  padding:.5rem 0
}
.bg-nav-tooktee .navbar-nav .nav-link.nav-slash:hover{
  color:rgba(255,255,255,.5)!important
}.nav-responsive{
  display:none
}
.bg-nav-tooktee .navbar-nav .nav-link{
  color:#fff
}
.nav-item.lang.active span{
  border-bottom:1px solid;
}
.bg-nav-tooktee .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{
  color:#fff
}
.bg-nav-tooktee .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-bor:hover:before{
  width:100%
}
@media(min-width:991px){
  .bg-nav-tooktee .navbar-nav .nav-bor:before{
      content:'';
      position:absolute;
      top:30px;
      left:0;
      width:0;
      border-bottom:2px solid #c82021;
      display:block;
      -webkit-transition:.25s ease-in-out width;-moz-transition:.25s ease-in-out width;
      -o-transition:.25s ease-in-out width;
      -ms-transition:.25s ease-in-out width;
      transition:.25s ease-in-out width
  }}
@media(max-width:991px){
  html, body {
      font-size: 12px;
  }

  .nav-item .nav-link {
      font-size: 1.25rem;
  }
  
  .nav-item.bar-lang{
      display:none
  }
  .nav-responsive{
      display:initial
  }
  .nav-responsive ul{
      padding:0
  }
  .nav-responsive ul li{
      display:inline-block
  }
  .bg-nav-tooktee .navbar-nav .nav-link{
      padding:.5rem 1rem!important
  }
  .bg-nav-tooktee .navbar-nav .nav-link.nav-slash{
      padding:.5rem 0!important
  }

}


@media(max-width:875px){

}
@media(max-width:767px){

}

/* footer */
footer{
  position: relative;
  bottom: 0;
  width: 100%;
  background:url('images/footer.jpg') center no-repeat;background-size:cover;
  color:#fff;
  border-top:3px solid #c82021;
  background-attachment:fixed;
  clear:both
}
footer::before{
  content:"";
  position:absolute;
  width:100%;
  background-color:rgba(0,0,0,.3);
  display:block;height:100%
}
footer .container{
  padding:2.5rem 15px;
  font-size: 0.9rem;
}

footer .row{
  margin:0
}

footer ul{
  list-style:none;
  padding:0;
}

footer ul li.title-list-footer{
  padding-bottom:1rem;font-size:1.25rem
}

footer ul li.title-list-footer .w-25{
  border-bottom:2px solid #c82021
}

footer ul li{
  padding-bottom:.5rem
}

footer ul li a{
  color:inherit
}

@media(max-width:991px){
  footer .container{
      padding:2.5rem 0
  }}
  

/* jumbotron */
.jumbotron-fluid .container-fluid {
  position: relative;
  top: 1.8rem;
  width: 100%;
  height: auto;
}    

.jumbotron-fluid {
  background-image: url(images/City.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
  width: 100%;
  margin: 0;
  padding: 0;
}

.jumbotron-text .text-box {
  background-color: rgba(0,0,0, 0.5);  
  margin: 8% 0 0 0;
  padding: 1rem 4rem 1rem;
}

@media(max-width:991px){
  .jumbotron-text .text-box {
      margin: 15% 0 0 0;
  } 
}

#headerTextLg {
  font-size: 3.2rem;
  color: white;
}

#headerTextMd {
  font-size: 3.2rem;
  color: white;
  visibility: hidden; 
  display: none;
}


@media screen and (min-width: 280px) and (max-width:444px) {
  #headerTextLg {      
    visibility: hidden;  
    display: none;
  } 

  #headerTextMd {
    visibility: visible;
    display: block;
  }
}

#Text {
  color: white;
  opacity: 1;
  font-size: 1.5rem;
}

.content {
  margin-left: 4rem;
  margin-right: 4rem; 
}

/* predirail */

.nameOverlay {
  background-image: url(images/nameTag.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 6rem;
  margin-top: -3px;
}

.nameOverlay h4 {
  padding-top: 2%;
  font-size: 2rem;
  text-align: center;
  height: auto;
  color:  white;
}

.printDetail{
  margin-top: 5%;
}

.btn-orange {
  color: black;
  font-size: 1rem;
  background-color: #f9ab59;
  border-radius: 50px;
  border-style: none;
}


@media(max-width:991px){
  .nameOverlay {
      margin-top: -2px;
      width: 100%;
      height: 7rem;
  }
  .nameOverlay h4 {
      padding-top: 1%;
      font-size: 2rem;
      text-align: center;
  }    
}

/* detail */

.headerText {
  margin-top: 3rem;
  background-color: #636060;
  width: 100%;
  color: white;
}

.photoHL {
  padding: 2rem;
  width:  100%;
}

.photoHL img{
  padding: 2rem;
}

/* @media screen and (min-width: 800px) and (max-width: 1280px) {
#detailHL {
  margin-top: 6rem;
}
} */

@media screen and (min-width: 1080px) and (max-width: 1920px) {
#detailHL {
  margin-top: auto;
  margin-bottom: auto;

}
}

.detailHL {
  padding: 4rem;
  font-size: 1.5rem;
  text-justify: auto;
}

.btn-darkBlue {
  font-size: 1.2rem;
  background-color: #2c4d62;
  border-radius: 50px;
  border-style: none;
}

/* detailTable */
table.imagetable {
  width: 100%;
  font-size: 1.25rem;
  color: #333333;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;
}

  table.imagetable th {
      background: #cdd6d6;
      border-width: 1px;
      width: 30%;
      padding: 0.7rem;
      border-style: solid;
      border-color: #999999;
  }

  table.imagetable td {
      background: rgba(237, 235, 247, 0);
      border-width: 1px;
      padding: 0.7rem;
      border-style: solid;
      border-color: #999999;
  }


.detailGallery {
  width: 100%;
  padding-left: 3rem;
}

/* allUnitPlan */
@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
  #allUnit {
      max-width: 70%;
      padding: 3rem;
  }
}
@media screen and (min-device-width: 790px) and (max-device-width: 900px) {
  #allUnit {
      max-width: 100%;
      padding-left: 5rem;
      padding-right: 5rem;

  }
}


@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.detailGallery {
  width: 100%;
}
#carousel1, #carousel2 {
  padding-left: 1rem;
}
}

.facilities {
  margin-top: 3rem;
}

.facilitiesDetail p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.5rem;
  text-justify: auto;
}

.column3 .headerText {
  width: 80%;
}

/* detailCol3 */
/* .roomType {
  padding-top: 3rem; 
  padding-left: 5rem;
  padding-right: 5rem;
} */
  .roomType h1 {
      font-size: 3rem;
      color: #2B4B5f;
  }
  .roomType h3 {
      font-size: 2rem;
  }
  .roomType li{
      font-size: 1.5rem;
  }

  .headerPlan{
      font-size: 2rem;
      color: #212529;
      text-align: center;
  }
  .headerPlan img {
    width: 100%;
    height: auto;
  }

  

@media(max-width:991px){
  .column1 .detailHL .btn {
      margin: 0.5rem;
  }
  .column3 .img-fluid {
      width: 100%;
  }
  .content {
      margin-left: 1rem;
      margin-right: 1rem; 
  }
  .detailTable {
      margin-bottom: 3rem;
  }
  .facilitiesDetail{
      margin-bottom: 3rem;
  }
  .column2 .detailGallery {
      margin: 0;
      padding: 0;
  }
}
/* unitPlan */
@media screen and (min-width: 280px) and (max-width:568px) {
  #unitPlan .unitPlan .headerPlan {      
      width: 50%;  
  } 
}

/* 360HOVER */
.plan {
  opacity: 1;
  display: block;
  width: 80%;
  height: 100%;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); 
}

/* .plan-container:hover .plan {
  opacity: 0.3;
}

.plan-container:hover .middle {
  opacity: 1;
} */

.camera {
  background-color: rgba(250,250,250,0.5);
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}


/* column4 */
.column4 {
  margin-top: 3rem;
}
.headerTextPlan {
  background-color: #524D4D;
  width: 90%;
  color: white;
}
.roomCont p {
  font-size: 1.5rem;
}


@media screen and (min-device-width: 280px) and (max-device-width: 767px) {
  #carousel3 {
      width: 100% !important;
      margin: 0 !important;
  }
  .far {
    visibility: hidden !important;
  };
  /* #multiCarousel1 .carousel-indicators,
  #multiCarousel2 .carousel-indicators,
  #multiCarousel3 .carousel-indicators,
  {
   visibility: visible !important;
  } */
}

/* muliCarousel1 */
@media (min-width: 768px) {

  .multiCarousel .carousel-inner .carousel-item .img-fluid{
      padding: 0;
  }
  /* show 3 items */
  .multiCarousel .carousel-inner .active,
  .multiCarousel .carousel-inner .active + .carousel-item,
  .multiCarousel .carousel-inner .active + .carousel-item + .carousel-item,
  .multiCarousel .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
      display: block;
  }
  
  .multiCarousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .multiCarousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .multiCarousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
  .multiCarousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
      transition: none;
  }
  
  .multiCarousel .carousel-inner .carousel-item-next,
  .multiCarousel .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  
  .multiCarousel .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
      position: absolute;
      top: 0;
      right: -25%;
      z-index: -1;
      display: block;
      visibility: visible;
  }
  
  /* left or forward direction */
  .multiCarousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .multiCarousel .carousel-item-next.carousel-item-left + .carousel-item,
  .multiCarousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .multiCarousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
  .multiCarousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
      position: relative;
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
  }
  
  /* farthest right hidden item must be abso position for animations */
  .multiCarousel .carousel-inner .carousel-item-prev.carousel-item-right {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
      visibility: visible;
  }
  
  /* right or prev direction */
  .multiCarousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .multiCarousel .carousel-item-prev.carousel-item-right + .carousel-item,
  .multiCarousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .multiCarousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
   .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
      position: relative;
      transform: translate3d(100%, 0, 0);
      visibility: visible;
      display: block;
      visibility: visible;
  }
  #multiCarousel1 .carousel-indicators,
  #multiCarousel2 .carousel-indicators,
  #multiCarousel3 .carousel-indicators
  {
   visibility: hidden;
  }
}



#multiCarousel1 .carousel-control-prev i,
  #multiCarousel1 .carousel-control-next i,
  #multiCarousel2 .carousel-control-prev i,
  #multiCarousel2 .carousel-control-next i,
  #multiCarousel3 .carousel-control-prev i,
  #multiCarousel3 .carousel-control-next i,
  #carousel1 .carousel-control-prev i,
  #carousel1 .carousel-control-next i,
  #carousel2 .carousel-control-prev i,
  #carousel2 .carousel-control-next i,
  #carousel3 .carousel-control-prev i,
  #carousel3 .carousel-control-next i,
  #carouselSigniFacility .carousel-control-prev i,
  #carouselSigniFacility .carousel-control-next i,
  #carouselSurrounding .carousel-control-prev i,
  #carouselSurrounding .carousel-control-next i
  {
    font-size: 2rem;
}



.fa-arrow-alt-circle-right, .fa-arrow-alt-circle-left {
color:white;
}



/* facilityTab */
.facilityTab .tab-content {
  width: 100%;
}


.facilityTab .headerText {
  width: 50%;
}

.facilityTab .nav-link{
  color:  black;
  font-size: 1.5rem;
}

/* Change background color of buttons on hover */
.facilityTab .nav a:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.facilityTab .nav a.active {
  background-color: #636060;
}

/* 360facility */
.cameras360 {
  width: 3rem;
  height: 3rem;
  background-image: url(photo/logos/360logos.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

/* fl1 */
/* laptop&PC */
/* pin1 */
#fl1-pin-1 {
top: 305px;
right:auto;
left: 155px;
bottom: auto;
opacity: 1;
position: absolute;
}
@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
#fl1-pin-1 {
    top: 270px;
    right:auto;
    left: 140px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-device-width: 791px) and (max-device-width: 900px) {
#fl1-pin-1 {
    top: 207.7px;
    right:auto;
    left: 118px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 730px) and (max-width:790px) {
#fl1-pin-1 {
    top: 210px;
    right:auto;
    left: 120px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
}  

@media screen and (min-width: 591px) and (max-width:729px) {
  #fl1-pin-1 {
      top: 190px;
      right:auto;
      left: 100px;
      bottom: auto;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 451px) and (max-width:590px) {
  #fl1-pin-1 {
      top: 155px;
      left: 90px;
      bottom: auto;
      opacity: 1;
      position: absolute;
    }
}   
  
@media screen and (min-width: 409px) and (max-width:450px) {
  #fl1-pin-1 {
      top: 129px;
      right:auto;
      left: 67px;
      bottom: auto;
      opacity: 1;
      position: absolute;
    }
}   


@media screen and (min-width: 280px) and (max-width:409px) {
#fl1-pin-1 {
    top: 115px;
    right:auto;
    left: 75px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
}


#fl1-pin-1:hover {
  opacity: 0.6;
}

/* pin2 */

#fl1-pin-2 {
top: 320px;
left: 300px;
opacity: 1;
position: absolute;
}

@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
#fl1-pin-2 {
    top: 285px;
    left: 270px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-device-width: 791px) and (max-device-width: 900px) {
#fl1-pin-2 {
  top: 220px;
  left: 218px;
  opacity: 1;
  position: absolute;
}
}

@media screen and (min-width: 730px) and (max-width:790px) {
#fl1-pin-2 {
    top: 220px;
    left: 210px;
    opacity: 1;
    position: absolute;
  }
}
  
@media screen and (min-width: 591px) and (max-width:729px) {
  #fl1-pin-2 {
      top: 200px;
      left: 190px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 451px) and (max-width:590px) {
  #fl1-pin-2 {
      top: 160px;
      left: 160px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 410px) and (max-width:450px) {
  #fl1-pin-2 {
      top: 136px;
      left: 134px;
      opacity: 1;
      position: absolute;
    }
} 


@media screen and (min-width: 280px) and (max-width:409px) {
#fl1-pin-2 {
    top: 118px;
    left: 115px;
    opacity: 1;
    position: absolute;
  }
}

#fl1-pin-2:hover {
  opacity: 0.6;
}

/* pin3 */


#fl1-pin-3 {
top:200px;
left: 380px;
opacity: 1;
position: absolute;
}
@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
#fl1-pin-3 {
    top:180px;
    left: 335px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-device-width: 791px) and (max-device-width: 900px) {
#fl1-pin-3 {
    top:139px;
    left: 258px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-width: 730px) and (max-width:790px) {
#fl1-pin-3 {
      top:145px;
      left: 262px;
      opacity: 1;
      position: absolute;
    }
}
  
@media screen and (min-width: 591px) and (max-width:729px) {
  #fl1-pin-3 {
      top:130px;
      left: 240px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 451px) and (max-width:590px) {
  #fl1-pin-3 {
      top: 110px;
      left: 200px;
      opacity: 1;
      position: absolute;
    }
}    

@media screen and (min-width: 410px) and (max-width:450px) {
  #fl1-pin-3 {
      top:86px;
      left: 175px;
      opacity: 1;
      position: absolute;
    }
}     

@media screen and (min-width: 280px) and (max-width:409px) {
  #fl1-pin-3 {
      top:75px;
      left: 145px;
      opacity: 1;
      position: absolute;
    }
}
  


#fl1-pin-3:hover {
  opacity: 0.6;
}

/* pin4 */
#fl1-pin-4 {
top:200px;
left:535px;
opacity: 1;
position: absolute;
}
@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
#fl1-pin-4 {
    top:180px;
    left:475px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-device-width: 791px) and (max-device-width: 900px) {
#fl1-pin-4 {
    top:139px;
    left:376px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 730px) and (max-width:790px) {
#fl1-pin-4 {
    top:139px;
    left:376px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 591px) and (max-width:729px) {
  #fl1-pin-4 {
      top:125px;
      left:335px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 451px) and (max-width:590px) {
  #fl1-pin-4 {
      top:110px;
      left:280px;
      opacity: 1;
      position: absolute;
    }
}       

@media screen and (min-width: 410px) and (max-width:450px) {
  #fl1-pin-4 {
      top:86px;
      left:242px;
      opacity: 1;
      position: absolute;
    }
} 

@media screen and (min-width: 280px) and (max-width:409px) {
  #fl1-pin-4 {
      top:75px;
      left:208px;
      opacity: 1;
      position: absolute;
    }
}
  

#fl1-pin-4:hover {
  opacity: 0.6;
}  

/* pin5 */

#fl1-pin-5 {
top:250px;
left:590px;
opacity: 1;
position: absolute;
}

@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
#fl1-pin-5 {
    top:220px;
    left:520px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-device-width: 791px) and (max-device-width: 900px) {
#fl1-pin-5 {
    top:170px;
    left:410px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-width: 730px) and (max-width:790px) {
  #fl1-pin-5 {
    top:170px;
    left:410px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 591px) and (max-width:729px) {
  #fl1-pin-5 {
      top:156.4px;
      left:375px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 451px) and (max-width:590px) {
  #fl1-pin-5 {
      top:130px;
      left:310px;
      opacity: 1;
      position: absolute;
    }
}  

@media screen and (min-width: 410px) and (max-width:450px) {
#fl1-pin-5 {
  top:105px;
  left:263px;
  opacity: 1;
  position: absolute;
}
}  

@media screen and (min-width: 280px) and (max-width:409px) {
  #fl1-pin-5 {
      top:93px;
      left:225px;
      opacity: 1;
      position: absolute;
    }
}          

#fl1-pin-5:hover {
  opacity: 0.6;
}

/* pin6 */
#fl1-pin-6 {
top:200px;
left:720px;
opacity: 1;
position: absolute;
}
@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
#fl1-pin-6 {
    top:180px;
    left:635px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-device-width: 791px) and (max-device-width: 900px) {
#fl1-pin-6 {
    top:139px;
    left:498px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-width: 730px) and (max-width:790px) {
#fl1-pin-6 {
    top:139px;
    left:498px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 591px) and (max-width:729px) {
  #fl1-pin-6 {
      top:120px;
      left:450px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 451px) and (max-width:590px) {
  #fl1-pin-6 {
      top:105px;
      left:370px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 410px) and (max-width:450px) {
#fl1-pin-6 {
    top:86px;
    left:318px;
    opacity: 1;
    position: absolute;
  }
}


@media screen and (min-width: 280px) and (max-width:409px) {
  #fl1-pin-6 {
      top:77px;
      left:272px;
      opacity: 1;
      position: absolute;
    }
  }  
    
#fl1-pin-6:hover {
  opacity: 0.6;
}

/* fl5 */

/* pin1 */
#fl5-pin-1 {
  top:200px;
  left:670px;
  bottom: auto;
  opacity: 1;
  position: absolute;
}

@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
#fl5-pin-1 {
    top:150px;
    left:540px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-device-width: 791px) and (max-device-width: 900px) {
#fl5-pin-1 {
    top:110px;
    left:425px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 730px) and (max-width:790px) {
#fl5-pin-1 {
    top:110px;
    left:425px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 591px) and (max-width:729px) {
  #fl5-pin-1 {
      top:101px;
      left:382px;
      bottom: auto;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 451px) and (max-width:590px) {
  #fl5-pin-1 {
      top:90px;
      left:320px;
      bottom: auto;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 410px) and (max-width:450px) {
#fl5-pin-1 {
    top:72px;
    left:273px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 280px) and (max-width:409px) {
  #fl5-pin-1 {
      top:60px;
        left:235px;
        bottom: auto;
        opacity: 1;
        position: absolute;
      }
}  

#fl5-pin-1:hover {
  opacity: 0.6;
}

/* pin2 */

#fl5-pin-2 {
top:200px;
left:580px;
opacity: 1;
position: absolute;
}
@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
#fl5-pin-2 {
    top:165px;
    left:460px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-device-width: 791px) and (max-device-width: 900px) {
#fl5-pin-2 {
    top:127px;
    left:364px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-width: 730px) and (max-width:790px) {
#fl5-pin-2 {
    top:127px;
    left:364px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 591px) and (max-width:729px) {
  #fl5-pin-2 {
      top:116px;
      left:315px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 451px) and (max-width:590px) {
  #fl5-pin-2 {
      top:95px;
      left:270px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 410px) and (max-width:450px) {
#fl5-pin-2 {
    top:75px;
    left:230px;
    opacity: 1;
    position: absolute;
  }
}  
  
@media screen and (min-width: 280px) and (max-width:409px) {
  #fl5-pin-2 {
      top:65px;
      left:200px;
      opacity: 1;
      position: absolute;
    }
  }  

#fl5-pin-2:hover {
  opacity: 0.6;
}

/* pin3 */

#fl5-pin-3 {
top:270px;
left:770px;
opacity: 1;
position: absolute;
}
@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
#fl5-pin-3 {
    top:220px;
    left:620px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-device-width: 791px) and (max-device-width: 900px) {
#fl5-pin-3 {
    top:170px;
    left:486px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-width: 730px) and (max-width:790px) {
#fl5-pin-3 {
    top:170px;
    left:486px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-width: 591px) and (max-width:729px) {
  #fl5-pin-3 {
      top:157px;
      left:438px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 451px) and (max-width:590px) {
  #fl5-pin-3 {
      top:120px;
      left:370px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 410px) and (max-width:450px) {
  #fl5-pin-3 {
      top:98px;
      left:310px;
      opacity: 1;
      position: absolute;
    }
}  

@media screen and (min-width: 280px) and (max-width:409px) {
  #fl5-pin-3 {
      top:90px;
      left:265px;
      opacity: 1;
      position: absolute;
    }
  }

#fl5-pin-3:hover {
  opacity: 0.6;
}

/* pin4 */
#fl5-pin-4 {
top:220px;
left:770px;
opacity: 1;
position: absolute;
}
@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
#fl5-pin-4 {
    top:170px;
    left:620px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-device-width: 791px) and (max-device-width: 900px) {
#fl5-pin-4 {
    top:130px;
    left:487px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-width: 730px) and (max-width:790px) {
#fl5-pin-4 {
    top:130px;
    left:487px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 591px) and (max-width:729px) {
  #fl5-pin-4 {
      top:120px;
      left:439px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 451px) and (max-width:590px) {
  #fl5-pin-4 {
      top:88px;
      left:368px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 410px) and (max-width:450px) {
#fl5-pin-4 {
    top:81px;
    left:311px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 280px) and (max-width:409px) {
  #fl5-pin-4 {
      top:65px;
      left:265px;
      opacity: 1;
      position: absolute;
    }
  }

#fl5-pin-4:hover {
  opacity: 0.6;
} 

/* pin5  */

#fl5-pin-5 {
top:300px;
left:820px;
opacity: 1;
position: absolute;
}
@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
#fl5-pin-5 {
    top:240px;
    left:660px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-device-width: 791px) and (max-device-width: 900px) {
#fl5-pin-5 {
    top:185px;
    left:518px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 730px) and (max-width:790px) {
#fl5-pin-5 {
    top:185px;
    left:518px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 591px) and (max-width:729px) {
  #fl5-pin-5 {
      top:171px;
      left:466px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 451px) and (max-width:590px) {
  #fl5-pin-5 {
      top:148px;
      left:390px;
      opacity: 1;
      position: absolute;
    }
}    

@media screen and (min-width: 410px) and (max-width:450px) {
#fl5-pin-5 {
    top:115px;
    left:330px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 280px) and (max-width:409px) {
  #fl5-pin-5 {
      top:100px;
      left:290px;
      opacity: 1;
      position: absolute;
    }
  }

#fl5-pin-5:hover {
  opacity: 0.6;
}

/* pin6 */

#fl5-pin-6 {
top:200px;
left:510px;
opacity: 1;
position: absolute;
}
@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
#fl5-pin-6 {
    top:165px;
    left:410px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-device-width: 791px) and (max-device-width: 900px) {
#fl5-pin-6 {
    top:127px;
    left:326px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-width: 730px) and (max-width:790px) {
#fl5-pin-6 {
    top:127px;
    left:326px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 591px) and (max-width:729px) {
  #fl5-pin-6 {
      top:116px;
      left:273px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 451px) and (max-width:590px) {
  #fl5-pin-6 {
      top:94px;
      left:227px;
      opacity: 1;
      position: absolute;
    }
}     

@media screen and (min-width: 410px) and (max-width:450px) {
#fl5-pin-6 {
    top:75px;
    left:200px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 280px) and (max-width:409px) {
  #fl5-pin-6 {
      top:65px;
      left:170px;
      opacity: 1;
      position: absolute;
    }
  }


#fl5-pin-6:hover {
  opacity: 0.6;
}

/* roof */
/* pin1 */

#roof-pin-1 {
  top:200px;
  left:830px;
  bottom: auto;
  opacity: 1;
  position: absolute;
}
@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
#roof-pin-1 {
    top:150px;
    left:655px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-device-width: 791px) and (max-device-width: 900px) {
#roof-pin-1 {
    top:116px;
    left:514px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-width: 730px) and (max-width:790px) {
#roof-pin-1 {
    top:116px;
    left:514px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 591px) and (max-width:729px) {
  #roof-pin-1 {
      top:107px;
      left:463px;
      bottom: auto;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 451px) and (max-width:590px) {
  #roof-pin-1 {
      top:87px;
      left:370px;
      bottom: auto;
      opacity: 1;
      position: absolute;
    }
}      

@media screen and (min-width: 410px) and (max-width:450px) {
#roof-pin-1 {
    top:72px;
    left:330px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 280px) and (max-width:409px) {
  #roof-pin-1 {
      top:63px;
      left:285px;
      bottom: auto;
      opacity: 1;
      position: absolute;
    }
  }

#roof-pin-1:hover {
  opacity: 0.6;
}

/* pin2 */

#roof-pin-2 {
top:200px;
left:880px;
opacity: 1;
position: absolute;
}
@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
#roof-pin-2 {
    top:150px;
    left:690px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-device-width: 791px) and (max-device-width: 900px) {
#roof-pin-2 {
    top:116px;
    left:541px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-width: 730px) and (max-width:790px) {
#roof-pin-2 {
    top:116px;
    left:541px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 591px) and (max-width:729px) {
  #roof-pin-2 {
      top:107px;
      left:493px;
      bottom: auto;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 451px) and (max-width:590px) {
  #roof-pin-2 {
      top:87px;
      left:390px;
      bottom: auto;
      opacity: 1;
      position: absolute;
    }
} 

@media screen and (min-width: 410px) and (max-width:450px) {
#roof-pin-2 {
    top:72px;
    left:350px;
    bottom: auto;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 280px) and (max-width:409px) {
  #roof-pin-2 {
      top:63px;
      left:305px;
      bottom: auto;
      opacity: 1;
      position: absolute;
    }
  }
  
#roof-pin-2:hover {
  opacity: 0.6;
}

/* pin3 */

#roof-pin-3 {
top:250px;
left:630px;
opacity: 1;
position: absolute;
}
@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
#roof-pin-3 {
    top:185px;
    left:515px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-device-width: 791px) and (max-device-width: 900px) {
#roof-pin-3 {
    top:142px;
    left:407px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-width: 730px) and (max-width:790px) {
#roof-pin-3 {
    top:142px;
    left:407px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 591px) and (max-width:729px) {
  #roof-pin-3 {
      top:131px;
      left:367px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 451px) and (max-width:590px) {
 #roof-pin-3 {
    top:107px;
    left:289px;
    opacity: 1;
    position: absolute;
  }
}   

@media screen and (min-width: 410px) and (max-width:450px) {
#roof-pin-3 {
    top:89px;
    left:251px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 280px) and (max-width:409px) {
  #roof-pin-3 {
      top:79px;
      left:225px;
      opacity: 1;
      position: absolute;
    }
  }

#roof-pin-3:hover {
  opacity: 0.6;
}

/* pin4 */

#roof-pin-4 {
top:180px;
left:370px;
opacity: 1;
position: absolute;
}
@media screen and (min-device-width: 901px) and (max-device-width: 1024px) {
#roof-pin-4 {
    top:140px;
    left:290px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-device-width: 791px) and (max-device-width: 900px) {
#roof-pin-4 {
    top:108px;
    left:234px;
    opacity: 1;
    position: absolute;
  }
}
@media screen and (min-width: 730px) and (max-width:790px) {
#roof-pin-4 {
    top:108px;
    left:234px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 591px) and (max-width:729px) {
  #roof-pin-4 {
      top:100px;
      left:210px;
      opacity: 1;
      position: absolute;
    }
}

@media screen and (min-width: 451px) and (max-width:590px) {
  #roof-pin-4 {
      top:81px;
      left:163px;
      opacity: 1;
      position: absolute;
    }
}   

@media screen and (min-width: 410px) and (max-width:450px) {
#roof-pin-4 {
    top:67px;
    left:141px;
    opacity: 1;
    position: absolute;
  }
}

@media screen and (min-width: 358px) and (max-width:409px) {
  #roof-pin-4 {
      top:59px;
      left:130px;
      opacity: 1;
      position: absolute;
    }
  }

#roof-pin-4:hover {
  opacity: 0.6;
}  

@media screen and (min-width: 280px) and (max-width:568px) {
  #surrounding .headerText {
      width: 100%;
  }
}

location
#location .headerText {
margin-bottom: 3rem;

}

/* @media screen and (min-device-width: 1024px) {
  #location .locationContent {
      margin-left: 1em;
  }
} */

#location .locationContent {
/* position: relative; */
font-size: 1.5rem;
}

#location .img {
  width: 100%
}

/* commentation */
#commentation .headerText {
margin-bottom: 3rem;
}
#commentation h1 {
font-size: 3rem;
color: #2B4B5f;
}
#commentation .bullet{
margin-top:5rem;
margin-bottom:5rem;
}
#commentation .bullet p{
font-size: 1.5rem;
}

#commentation .bulletPic {
margin: 0.2rem; 
width: 100%
} 

@media screen and (min-width: 280px) and (max-width:568px) {
  #surrounding .headerText {
      width: 100%;
  }
  #facebook {
      font-size: 1rem;
  }
}




/* review */

#signature .headerText {
  margin-bottom: 3rem;
}
#signature h1 {
  font-size: 3rem;
  color: #2B4B5f;
}
#signature .bullet p{
  font-size: 1.5rem;
}

#signature .bulletPic {
  margin: 0.2rem; 
  width: 100%
} 
#signature .bulletPic p {
  font-size: 1.5rem;
  color: white;
  background:rgba(0,0,0, 0.5);
  background-size: cover;
  position: absolute;
  text-align: center;
  bottom: 1%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
} 

#signature .bulletPic .bgOff p {
width: 100%;
} 

@media screen and (min-width: 1080px) and (max-width: 1920px) {
#signature {
  margin: 0;
  padding: 0;
}
#signature .bulletPic .bgOff p {
  width: 100%;
  background-size: cover;
} 
}


#signature .bulletPic .bgOff2 p {
width: 100%;
} 

#signature .bulletPic .bgOff3 p {
width: 100%;
} 

@media screen and (min-width: 280px) and (max-width:568px) {
  /* #signature .bulletPic p {      
      width: 100%;    
  }  */
  #signature {
    margin: 1.25rem;
    padding: 0;
  }
  #signature .bulletPic .bgOff p {
    width: 100%;
    background-size: cover;
  } 
  .container-fluid {
    margin: 0;  
  }
}
/* 
@media screen and (min-width: 320px) and (max-width:568px) {
  #signature .bulletPic .goldBorder {      
      width: 70%;    
  }
} */

.bulletPic .col-md-4 ,.col-md-6 {
  padding: 0.1rem;
}


/* carouselSigniFacility */
#carouselSigniFacility {
  margin: auto;
}

i .fa {
  color: white !important;
}