:root {
  counter-reset: masonry;
}

* {
  font-family: "Roboto", sans-serif;
}

@font-face {
  font-family: "Adelle Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Adelle Regular"), url("../../fonts/adelle/Adelle_Reg.woff") format("woff");
}
@font-face {
  font-family: "Adelle Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Adelle Italic"), url("../../fonts/adelle/Adelle_Italic.woff") format("woff");
}
@font-face {
  font-family: "Adelle Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Adelle Light Italic"), url("../../fonts/adelle/Adelle_LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Adelle Light";
  font-style: normal;
  font-weight: normal;
  src: local("Adelle Light"), url("../../fonts/adelle/Adelle_light.woff") format("woff");
}
@font-face {
  font-family: "Adelle SemiBold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Adelle SemiBold Italic"), url("../../fonts/adelle/Adelle_SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Adelle SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("Adelle SemiBold"), url("../../fonts/adelle/Adelle_Semibold.woff") format("woff");
}
@font-face {
  font-family: "Adelle Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Adelle Bold"), url("../../fonts/adelle/Adelle_Bold.woff") format("woff");
}
@font-face {
  font-family: "Adelle Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Adelle Bold Italic"), url("../../fonts/adelle/Adelle_BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Adelle ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: local("Adelle ExtraBold"), url("../../fonts/adelle/Adelle_ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Adelle ExtraBold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Adelle ExtraBold Italic"), url("../../fonts/adelle/Adelle_ExtraBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Adelle Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("Adelle Heavy"), url("../../fonts/adelle/Adelle_Heavy.woff") format("woff");
}
@font-face {
  font-family: "Adelle Heavy Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Adelle Heavy Italic"), url("../../fonts/adelle/Adelle_HeavyItalic.woff") format("woff");
}
.btn-green {
  background-color: #6C7B1E;
  border-radius: 0;
  color: #FFF;
}

.btn-dark {
  background-color: #2C2D31;
  border-radius: 0;
  color: #FFF;
}

.btn-brown {
  background-color: #A97C55;
  border-radius: 0;
  color: #FFF;
}

.btn-border-dark {
  border: 1px solid #2C2D31;
  border-radius: 0;
  color: #2C2D31;
}

#navbar {
  position: fixed;
  top: 0;
  z-index: 999;
  height: 85px;
  background-color: transparent;
  transition: all ease-in-out 0.2s;
  text-align: center;
  padding: 10px 0;
}
#navbar.scrolled {
  height: 75px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: #FFF;
}
#navbar.scrolled .navbar-toggle img {
  height: 100%;
}
#navbar .navbar-toggle {
  text-decoration: none !important;
  transition: all ease-in-out 0.5s;
}
#navbar .navbar-toggle img {
  transition: all ease-in-out 0.5s;
  height: 100%;
}
#navbar .navbar-toggle .hamburger {
  position: absolute;
  cursor: pointer;
  right: 5%;
  top: 50%;
  transform: translate(-5%, -50%);
}
#navbar .navbar-toggle .line {
  width: 25px;
  height: 2px;
  background: #000;
  margin: 5px;
}
#navbar .navbar-toggle .cross {
  display: none;
  width: 25px;
  height: 2px;
  background: #000;
}
#navbar .navbar-toggle .cross:nth-child(4) {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
}
#navbar .navbar-toggle .cross:nth-child(5) {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  transform: rotate(-45deg);
  margin-top: -2px;
}
#navbar .main-nav {
  transition: all ease-in-out 0.5s;
  visibility: hidden;
  opacity: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  text-align: center;
  margin-top: 10px;
}
#navbar .main-nav.open {
  visibility: visible;
  opacity: 0.9;
  height: calc(100vh - 75px);
}
#navbar .main-nav.open ul {
  visibility: visible;
  opacity: 0.9;
  height: calc(100vh - 75px);
}
#navbar .main-nav ul {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow-y: scroll;
}
#navbar .main-nav ul li {
  padding-top: 20px;
}
#navbar .main-nav ul li a {
  color: #FFF;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 400;
}
#navbar .main-nav ul li:last-child {
  padding-bottom: 20px;
}

#home .owl-stage-outer {
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.5s;
}
#home .slider-item {
  position: relative;
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#home .slider-item .description {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 45%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
}
#home .slider-item .description .title {
  font-size: 40px;
  font-weight: 400;
}
#home .slider-item .description .text {
  padding: 10px 0;
  justify-content: center;
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
}
#home .slider-item .description .button {
  margin: 20px 0;
}
#home .slider-item .description .button .btn-promo {
  font-size: 30px;
  padding: 10px 50px;
  font-weight: 300;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}
#home .slider-item .description .button .btn-promo:hover {
  transform: scale(1.1);
}

@media (max-width: 1199.98px) {
  #home .slider-item .description {
    width: 50%;
  }
  #home .slider-item .description .title {
    font-size: 35px;
  }
  #home .slider-item .description .text {
    font-size: 16px;
  }
  #home .slider-item .description .button .btn-promo {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  #home .slider-item .description {
    width: 50%;
  }
  #home .slider-item .description .title {
    font-size: 30px;
  }
  #home .slider-item .description .text {
    font-size: 15px;
  }
  #home .slider-item .description .button .btn-promo {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  #home .slider-item .description {
    width: 60%;
  }
}
@media (max-width: 575.98px) {
  #home .slider-item .description {
    width: 70%;
    bottom: 15%;
  }
  #home .slider-item .description .title {
    font-size: 18px;
  }
  #home .slider-item .description .text {
    font-size: 12px;
  }
  #home .slider-item .description .button .btn-promo {
    font-size: 12px;
    padding: 5px 30px;
  }
}
#about {
  padding: 60px 0 150px;
}
#about .col-md-5 {
  padding-right: 0;
}
#about .left {
  padding-left: 50px;
  color: #2C2D31;
}
#about .left .title {
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 50px;
}
#about .left .desc {
  padding-left: 50px;
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
}
#about .right {
  text-align: center;
}
#about .right .img-container {
  position: relative;
}
#about .right .img-container .img-scrolling-container {
  max-width: 500px;
  height: 700px;
  width: calc(100% - 100px);
  position: relative;
  overflow: hidden;
  left: 100px;
  top: 50px;
}
#about .right .img-container .img-scrolling {
  background-position: 50% 250%;
  background-size: cover;
  height: 100%;
  width: 100%;
  transform: scale(1.2);
}
#about .right .img-container .bg-border {
  border: 1px solid #2C2D31;
  height: 100%;
  position: absolute;
  width: 85%;
  max-width: 650px;
  z-index: -1;
}
#about .right .img-container .bg-color {
  background-color: #2C2D31;
  height: 100%;
  position: absolute;
  width: 70%;
  max-width: 450px;
  top: 100px;
  z-index: -1;
  right: 0;
}
#about .right .img-container img {
  margin-bottom: -50px;
  margin-top: 50px;
  padding: 20px;
}

@media (max-width: 1366px) {
  #about .right .img-container .img-scrolling-container {
    width: calc(100% - 130px);
    height: 550px;
  }
}
@media (max-width: 1199.98px) {
  #about .right .img-container .img-scrolling-container {
    left: 50px;
    max-width: 400px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 991.98px) {
  #about .left {
    padding-left: 15px;
  }
  #about .left .title {
    font-size: 32px;
  }
  #about .left .desc {
    font-size: 15px;
  }
  #about .right .img-container .img-scrolling-container {
    max-height: 350px;
  }
  #about .right .img-container .bg-border {
    height: 95%;
    top: 5%;
  }
  #about .right .img-container .bg-color {
    height: 95%;
  }
}
@media (max-width: 767.98px) {
  #about .left {
    padding-left: 25px;
  }
  #about .left .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #about .left .desc {
    padding-left: 0;
    padding-right: 85px;
    font-size: 15px;
  }
  #about .right {
    display: flex;
    justify-content: flex-end;
  }
  #about .right .img-container {
    max-width: 400px;
  }
  #about .right .img-container .img-scrolling-container {
    height: 0;
  }
  #about .right .img-container .bg-border {
    height: 90%;
    top: 10%;
  }
  #about .right .img-container .bg-color {
    height: 90%;
  }
}
@media (max-width: 575.98px) {
  #about .left .title {
    font-size: 20px;
  }
  #about .left .desc {
    font-size: 12px;
  }
  #about .right .img-container {
    max-width: 300px;
  }
  #about .right .img-container .bg-border {
    width: 95%;
  }
  #about .right .img-container .bg-color {
    height: 95%;
    width: 77%;
  }
  #about .right .img-container img {
    padding: 0 55px 0 18px;
  }
}
#gallery {
  background-color: #2C2D31;
  padding: 50px 20px 30px;
}
#gallery .masonry-item {
  margin: 5px;
  margin-bottom: 10px;
}
#gallery .btn-load-more {
  font-size: 22px;
  padding: 10px 60px;
  font-weight: 300;
  color: #FFF;
  transition: all ease-in-out 0.2s;
}
#gallery .btn-load-more:hover {
  transform: scale(1.1);
}

.mfp-wrap {
  height: 100% !important;
}

@media (max-width: 575.98px) {
  #gallery {
    padding: 20px 20px 30px;
  }
  #gallery .btn-load-more {
    font-size: 15px;
    padding: 5px 40px;
    font-weight: 300;
    margin-top: 30px;
  }
}
#tenant {
  position: relative;
  padding-top: 70px;
  margin-bottom: 100px;
}
#tenant .title {
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  color: #2C2D31;
  margin-bottom: 50px;
}
#tenant .tenant {
  position: relative;
  color: #FFF;
}
#tenant .tenant .bg-tenant {
  background: #A97C55;
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
#tenant .tenant .tenant-carousel {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#tenant .tenant .tenant-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  color: #000 !important;
  margin: 0;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 60px;
  border-radius: 5px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2) !important;
}
#tenant .tenant .tenant-carousel .owl-nav button.owl-prev {
  left: -7vw;
}
#tenant .tenant .tenant-carousel .owl-nav button.owl-next {
  right: -7vw;
}
#tenant .tenant .tenant-carousel .owl-nav button:focus {
  outline: none;
}
#tenant .tenant .tenant-carousel .owl-item {
  transition: all ease-in-out 0.5s;
}
#tenant .tenant .tenant-carousel .owl-item:not(.center) {
  opacity: 0.5;
  transform: scale(0.8);
}
#tenant .tenant .tenant-carousel .tenant-item {
  text-align: center;
  padding: 0 10px;
}
#tenant .tenant .tenant-carousel .tenant-item .logo {
  position: relative;
  margin-bottom: 10px;
}
#tenant .tenant .tenant-carousel .tenant-item .logo .bg-border {
  position: absolute;
  height: 85%;
  width: 120%;
  border: 1px solid #2C2D31;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#tenant .tenant .tenant-carousel .tenant-item .logo .logo-inner {
  position: absolute;
  background-color: #2C2D31;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tenant .tenant .tenant-carousel .tenant-item .description {
  padding-top: 70px;
  color: #2C2D31;
}
#tenant .tenant .tenant-carousel .tenant-item .description .top {
  margin-bottom: 10px;
}
#tenant .tenant .tenant-carousel .tenant-item .description .top div {
  font-weight: 600;
  font-size: 22px;
}
#tenant .tenant .tenant-carousel .tenant-item .description .bottom div {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 300;
}
#tenant .tenant .tenant-carousel .tenant-item .social {
  align-items: center;
  justify-content: center;
  display: flex;
}
#tenant .tenant .tenant-carousel .tenant-item .social a {
  color: #2C2D31;
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  border: 1px solid #2C2D31;
  border-radius: 20px;
  margin: 3px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}
#tenant .tenant .tenant-carousel .tenant-item .social a i {
  font-size: 15px;
}
#tenant .tenant .tenant-carousel .tenant-item .social a:hover {
  background-color: #2C2D31;
  color: #FFF;
}
#tenant .tenant .tenant-carousel .tenant-item .btn-detail-tenant {
  transition: all ease-in-out 0.2s;
}
#tenant .tenant .tenant-carousel .tenant-item .btn-detail-tenant:hover {
  transform: scale(1.1);
}

#modal-detail-tenant .modal-content {
  border-radius: 0;
}
#modal-detail-tenant .modal-body {
  padding: 20px 0 10px 0;
}
#modal-detail-tenant .modal-body .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
#modal-detail-tenant .modal-body .bg-border {
  position: absolute;
  top: 53%;
  left: 50%;
  height: calc(100% - 95px);
  width: calc(100% - 25px);
  border: 1px solid;
  transform: translate(-50%, -50%);
  z-index: 0;
}
#modal-detail-tenant .modal-body .tenant-detail-container {
  position: relative;
  z-index: 1;
}
#modal-detail-tenant .modal-body .top {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 80px;
}
#modal-detail-tenant .modal-body .top .bg {
  width: 85%;
}
#modal-detail-tenant .modal-body .top .logo-inner {
  position: absolute;
  background-color: #2C2D31;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal-detail-tenant .modal-body .name {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
}
#modal-detail-tenant .modal-body .desc {
  text-align: justify;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 20px 35px;
  font-weight: 300;
}
#modal-detail-tenant .modal-body .social {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 20px;
}
#modal-detail-tenant .modal-body .social a {
  color: #2C2D31;
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  border: 1px solid #2C2D31;
  border-radius: 20px;
  margin: 3px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}
#modal-detail-tenant .modal-body .social a i {
  font-size: 15px;
}
#modal-detail-tenant .modal-body .social a:hover {
  background-color: #2C2D31;
  color: #FFF;
}

.unit-detail-container {
  position: relative;
  padding: 20px 25px;
}
.unit-detail-container .top {
  text-align: center;
  margin-bottom: 5px;
}
.unit-detail-container .top div {
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
}
.unit-detail-container .top small {
  background-color: #6C7B1E;
  color: #FFF;
  padding: 3px 7px;
  font-size: 10px;
}
.unit-detail-container .desc {
  text-align: justify;
  font-size: 14px;
  margin-bottom: 20px;
}
.unit-detail-container .facility {
  font-size: 14px;
  margin-bottom: 20px;
}
.unit-detail-container .facility .img-icon {
  max-width: 20px;
}
.unit-detail-container .facility .row .col-6:nth-child(2n) {
  padding-left: 0;
}
.unit-detail-container .facility .row .col-6:nth-child(2n) .d-flex {
  flex-direction: row-reverse;
}
.unit-detail-container .facility .row .col-6:nth-child(2n) div:first-child {
  margin-left: 10px;
}
.unit-detail-container .facility .row .col-6:nth-child(2n+1) {
  padding-right: 0;
  border-right: 1px solid #000;
}
.unit-detail-container .facility .row .col-6:nth-child(2n+1) div:first-child {
  margin-right: 10px;
}
.unit-detail-container .price {
  font-size: 14px;
}
.unit-detail-container .btn-booking {
  margin-top: 10px;
  padding: 10px 50px;
  color: #FFF;
  transition: all ease-in-out 0.2s;
}
.unit-detail-container .btn-booking:hover {
  transform: scale(1.1);
}

@media (max-width: 991.98px) {
  #tenant .tenant .tenant-carousel .tenant-item .logo .logo-inner {
    width: 90px;
    height: 90px;
    bottom: -45px;
  }
  #tenant .tenant .tenant-carousel .tenant-item .description {
    padding-top: 40px;
  }
}
@media (max-width: 767.98px) {
  #tenant .title {
    font-size: 30px;
  }
  #tenant .tenant .tenant-carousel .tenant-item .logo .logo-inner {
    width: 90px;
    height: 90px;
    bottom: -45px;
  }
  #tenant .tenant .tenant-carousel .tenant-item .description .bottom div {
    font-size: 12px;
  }
  #tenant .tenant .tenant-carousel .tenant-item .social a {
    width: 25px;
    height: 25px;
    margin: 3px;
  }
  #tenant .tenant .tenant-carousel .tenant-item .social a i {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  #tenant {
    top: 20%;
  }
  #tenant .container-fluid {
    padding: 0;
  }
  #tenant .title {
    font-size: 25px;
  }
  #tenant .tenant .tenant-carousel {
    padding: 0;
  }
  #tenant .tenant .tenant-carousel .owl-item.mini-right {
    left: -50px;
    z-index: -1;
  }
  #tenant .tenant .tenant-carousel .owl-item.mini-left {
    right: -50px;
    z-index: -1;
  }
  #tenant .tenant .tenant-carousel .tenant-item .logo .bg-border {
    width: 110%;
  }
  #tenant .tenant .tenant-carousel .owl-nav button.owl-prev {
    left: 2vw;
  }
  #tenant .tenant .tenant-carousel .owl-nav button.owl-next {
    right: 2vw;
  }
}
#detail {
  background-image: url("../../images/bg/bg-detail.jpg");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}
#detail .bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(169, 124, 85, 0.8);
  z-index: 0;
}
#detail .title {
  position: relative;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  color: #FFF;
  margin-bottom: 50px;
}
#detail .item {
  display: flex;
  align-items: center;
}
#detail .item .text {
  text-align: justify;
  font-size: 18px;
  color: #FFF;
  font-weight: 300;
}
#detail .item .text .subtitle {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 25px;
}
#detail .item:nth-child(2n+1) {
  flex-direction: row-reverse;
  padding-right: 10vw;
}
#detail .item:nth-child(2n+1) .text {
  padding-left: 50px;
}
#detail .item:nth-child(2n) {
  padding-left: 10vw;
}
#detail .item:nth-child(2n) .text {
  padding-right: 50px;
}
#detail .item:nth-child(2n) .img-container {
  text-align: right;
}
#detail .btn-cta {
  position: relative;
  font-size: 22px;
  padding: 10px 60px;
  font-weight: 300;
  color: #FFF;
  transition: all ease-in-out 0.2s;
}
#detail .btn-cta:hover {
  transform: scale(1.1);
}

@media (max-width: 1199.98px) {
  #detail .item .text {
    font-size: 15px;
  }
  #detail .btn-cta {
    font-size: 18px;
    padding: 5px 50px;
    font-weight: 300;
  }
}
@media (max-width: 991.98px) {
  #detail .item {
    flex-direction: column-reverse !important;
    padding: 0;
  }
  #detail .item .text {
    padding: 50px;
    text-align: justify;
    font-size: 15px;
  }
  #detail .item .text .subtitle {
    font-size: 22px;
  }
  #detail .item .img-container {
    padding: 0;
  }
  #detail .item .img-container img {
    max-width: 500px;
    width: 100%;
    max-width: 550px;
  }
  #detail .item:nth-child(2n+1) {
    padding-right: 0;
  }
  #detail .item:nth-child(2n) {
    padding-left: 0;
  }
  #detail .btn-cta {
    font-size: 18px;
    padding: 5px 50px;
    font-weight: 300;
  }
}
@media (max-width: 767.98px) {
  #detail .title {
    font-size: 30px;
  }
  #detail .item .text {
    font-size: 12px;
    padding: 30px;
  }
  #detail .item .text .subtitle {
    font-size: 18px;
  }
  #detail .item .img-container img {
    max-width: 400px;
  }
}
@media (max-width: 575.98px) {
  #detail {
    padding: 35px 10px;
  }
  #detail .container-fluid {
    padding: 0;
  }
  #detail .title {
    font-size: 25px;
    margin-bottom: 25px;
  }
  #detail .item .img-container img {
    max-width: 300px;
  }
  #detail .item:nth-child(2n+1) {
    padding-left: 0;
  }
  #detail .item:nth-child(2n) {
    padding-right: 0;
  }
  #detail .btn-cta {
    font-size: 14px;
    padding: 5px 30px;
  }
}
#news {
  padding: 100px 0 50px 0;
}
#news .title {
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 50px;
  color: #2C2D31;
}
#news .news-item {
  color: #2C2D31;
  padding: 0 20px;
  border-radius: 0;
}
#news .news-item a {
  text-decoration: none;
  color: inherit;
}
#news .news-item .thumb {
  margin-bottom: 10px;
}
#news .news-item .bottom {
  padding: 10px 20px;
}
#news .news-item .bottom .title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  color: #2C2D31;
  text-align: left;
}
#news .news-item .bottom .date {
  margin-bottom: 10px;
  font-size: 12px;
}
#news .news-item .bottom .desc {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: justify;
  font-weight: 300;
}
#news .news-item .bottom .read-more a {
  font-size: 14px;
  color: #2C2D31;
  font-weight: 600;
  text-decoration: none;
}
#news .news-item .bottom.right {
  border-bottom: 2px solid #A97C55;
  padding: 0 0 10px;
  margin-bottom: 10px;
}
#news .btn-more-news {
  transition: all ease-in-out 0.2s;
}
#news .btn-more-news:hover {
  background-color: #2C2D31;
  color: #FFF;
}
#news .container-fluid {
  position: relative;
}
#news .container-fluid .container {
  padding-bottom: 60px;
}

@media (max-width: 991.98px) {
  #news {
    padding: 100px 0 50px 0;
  }
  #news .news-item .bottom .title {
    font-size: 13px;
  }
  #news .news-item .bottom .date {
    font-size: 10px;
  }
  #news .news-item .bottom .desc {
    font-size: 12px;
  }
  #news .news-item .bottom .read-more a {
    font-size: 13px;
  }
  #news .news-item .bottom.right {
    border-bottom: 2px solid #A97C55;
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  #news .btn-more-news {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  #news {
    padding: 100px 0 0px 0;
  }
  #news .container-fluid {
    padding: 0;
  }
  #news .col-6 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  #news .news-item .bottom {
    padding: 10px 12px;
  }
  #news .news-item .bottom.right {
    padding: 0 0 5px;
  }
  #news .news-item .bottom .title {
    font-size: 12px;
  }
  #news .news-item .bottom .date {
    font-size: 8px;
  }
  #news .news-item .bottom .desc {
    font-size: 10px;
  }
  #news .news-item .bottom .read-more a {
    font-size: 10px;
  }
  #news .btn-more-news {
    font-size: 10px;
  }
}
#unit {
  padding: 50px 0 0;
}
#unit .title {
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 100px;
  color: #2C2D31;
}
#unit .unit-item {
  padding: 0 10px;
  margin-bottom: 60px;
}
#unit .unit-item .card {
  border-radius: 0;
  border: 1px solid #2C2D31;
}
#unit .unit-item .thumb {
  margin-top: -60px;
  margin-bottom: 10px;
}
#unit .unit-item .top {
  text-align: center;
  margin-bottom: 10px;
}
#unit .unit-item .top div {
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
}
#unit .unit-item .top small {
  background-color: #6C7B1E;
  color: #FFF;
  padding: 3px 7px;
  font-size: 10px;
}
#unit .unit-item .desc {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 300;
}
#unit .unit-item .detail {
  text-align: center;
}
#unit .unit-item .detail a {
  color: #FFF;
  font-size: 15px;
  padding: 5px 40px;
  font-weight: 300;
  transition: all ease-in-out 0.2s;
}
#unit .unit-item .detail a:hover {
  transform: scale(1.1);
}
#unit #modal-detail-unit .modal-content {
  border-radius: 0;
}
#unit #modal-detail-unit .modal-body {
  padding: 20px 0 10px 0;
}
#unit #modal-detail-unit .modal-body .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
#unit #modal-detail-unit .modal-body .bg-border {
  position: absolute;
  top: 53%;
  left: 50%;
  height: calc(100% - 60px);
  width: calc(100% - 25px);
  border: 1px solid;
  transform: translate(-50%, -50%);
}
#unit .unit-detail-carousel {
  position: relative;
}
#unit .unit-detail-carousel .owl-stage {
  padding-bottom: 0;
}
#unit .unit-detail-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  color: #FFF !important;
  margin: 0;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 60px;
  border-radius: 5px;
  transform: translateY(-50%);
  background: #2C2D31 !important;
}
#unit .unit-detail-carousel .owl-nav button.owl-prev {
  left: 15px;
}
#unit .unit-detail-carousel .owl-nav button.owl-next {
  right: 15px;
}
#unit .unit-detail-carousel .owl-nav button:focus {
  outline: none;
}
#unit .unit-detail-carousel .owl-item {
  transition: all ease-in-out 0.5s;
}
#unit .unit-detail-carousel .owl-item:not(.active) {
  opacity: 0.5;
  transform: scale(0.5);
}
#unit .unit-detail-carousel .owl-item.mini-right {
  left: -100px;
  z-index: -1;
}
#unit .unit-detail-carousel .owl-item.mini-left {
  right: -100px;
  z-index: -1;
}
#unit .unit-detail-container {
  position: relative;
  padding: 20px 25px;
}
#unit .unit-detail-container .top {
  text-align: center;
  margin-bottom: 5px;
}
#unit .unit-detail-container .top div {
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
}
#unit .unit-detail-container .top small {
  background-color: #6C7B1E;
  color: #FFF;
  padding: 3px 7px;
  font-size: 10px;
}
#unit .unit-detail-container .desc {
  text-align: justify;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 300;
}
#unit .unit-detail-container .facility {
  font-size: 14px;
  margin-bottom: 20px;
}
#unit .unit-detail-container .facility .img-icon {
  max-width: 20px;
}
#unit .unit-detail-container .facility .row .col-6:nth-child(2n) {
  padding-left: 0;
}
#unit .unit-detail-container .facility .row .col-6:nth-child(2n) .d-flex {
  flex-direction: row-reverse;
}
#unit .unit-detail-container .facility .row .col-6:nth-child(2n) div:first-child {
  margin-left: 10px;
}
#unit .unit-detail-container .facility .row .col-6:nth-child(2n+1) {
  padding-right: 0;
  border-right: 1px solid #000;
}
#unit .unit-detail-container .facility .row .col-6:nth-child(2n+1) div:first-child {
  margin-right: 10px;
}
#unit .unit-detail-container .price {
  font-size: 14px;
}
#unit .unit-detail-container .btn-booking {
  margin-top: 10px;
  padding: 10px 50px;
  color: #FFF;
  transition: all ease-in-out 0.2s;
}
#unit .unit-detail-container .btn-booking:hover {
  transform: scale(1.1);
}

@media (max-width: 991.98px) {
  #unit .unit-item .top div {
    font-size: 15px;
  }
  #unit .unit-item .top small {
    font-size: 8px;
  }
  #unit .unit-item .desc {
    font-size: 12px;
  }
  #unit .unit-item .detail a {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  #unit .title {
    font-size: 25px;
    margin-bottom: 45px;
  }
  #unit .unit-item {
    padding: 0 5px;
  }
  #unit .unit-item .thumb {
    margin-top: -30px;
  }
  #unit .unit-item .card {
    padding: 8px !important;
  }
  #unit .unit-item .top div {
    font-size: 14px;
  }
  #unit .unit-item .top small {
    font-size: 8px;
  }
  #unit .unit-item .desc {
    font-size: 12px;
  }
  #unit .unit-item .detail a {
    font-size: 12px;
  }
  #unit .unit-detail-container .top div {
    font-size: 15px;
  }
  #unit .unit-detail-container .top small {
    font-size: 8px;
  }
  #unit .unit-detail-container .desc {
    font-size: 12px;
  }
  #unit .unit-detail-container .facility {
    font-size: 11px;
  }
  #unit .unit-detail-container .facility .d-flex {
    align-items: center;
  }
  #unit .unit-detail-container .price {
    font-size: 12px;
  }
  #unit .unit-detail-container .btn-booking {
    font-size: 12px;
    padding: 5px 50px;
  }
}
#download {
  padding: 0 0 30px;
}
#download .left {
  padding-right: 20px;
  font: normal normal normal 18px/35px;
  text-align: justify;
  font-weight: 300;
}
#download .right .btn-download {
  padding: 15px 18px;
  font-size: 22px;
  font-weight: 300;
  transition: all ease-in-out 0.2s;
  color: #FFF;
  text-decoration: none;
}
#download .right .btn-download:hover {
  transform: scale(1.1);
}
#download .info {
  text-align: center;
  padding: 50px 0;
}
#download .info .btn-info {
  font-size: 22px;
  padding: 15px 40px;
  font-weight: 300;
  transition: all ease-in-out 0.2s;
  color: #FFF;
  text-decoration: none;
}
#download .info .btn-info:hover {
  transform: scale(1.1);
}

@media (max-width: 991.98px) {
  #download .left {
    font-size: 13px;
  }
  #download .right .btn-download {
    font-size: 15px;
  }
  #download .info .btn-info {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  #download .left {
    font-size: 10px;
  }
  #download .right .btn-download {
    font-size: 12px;
  }
  #download .info .btn-info {
    font-size: 12px;
  }
}
#footer {
  color: #FFF;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2C2D31;
}
#footer .title {
  font-size: 30px;
  letter-spacing: 5px;
}
#footer .social {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  padding-top: 20px;
}
#footer .social a {
  color: #FFF;
  background-color: transparent;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #FFF;
  border-radius: 100%;
  margin: 3px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}
#footer .social a i {
  font-size: 17px;
  font-weight: 300;
}
#footer .social a:hover {
  background-color: #FFF;
  color: #2C2D31;
}
#footer .first img {
  max-width: 250px;
}
#footer .second ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#footer .second ul li {
  padding-top: 20px;
  transition: all ease-in-out 0.2s;
}
#footer .second ul li a {
  color: #FFF;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
#footer .second ul li:last-child {
  padding-bottom: 20px;
}
#footer .second ul li:hover {
  transform: scale(1.1);
}
#footer .third {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: right;
  font-weight: 300;
}
#footer .third a {
  color: #FFF;
}
#footer .third .subscriber-container {
  position: relative;
}
#footer .third .subscriber-container i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #cfcfcf;
  padding: 5px;
}
#footer .third .subscriber-container .form-subscriber {
  position: relative;
}
#footer .third .subscriber-container .form-subscriber .subscriber {
  width: 100%;
  padding: 12px 50px 12px 5px;
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}
#footer .third .subscriber-container .form-subscriber .subscriber:focus {
  outline: #A97C55;
}
#footer #btn-subscriber {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  #footer .first {
    margin-bottom: 30px;
  }
  #footer .first .text-left {
    text-align: center !important;
  }
  #footer .first .text-left img {
    max-width: 250px;
  }
  #footer .first .social {
    justify-content: center;
  }
  #footer .first .social a {
    width: 35px;
    height: 35px;
  }
  #footer .second {
    margin-bottom: 30px;
  }
  #footer .third .newsletter {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  #footer .third .newsletter .text-left {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  #footer .third .newsletter .text-left div {
    max-width: 500px;
    width: 100%;
  }
  #footer .third .newsletter .subscriber-container {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  #footer .third .newsletter .subscriber-container #form-subscriber {
    max-width: 500px;
    width: 100%;
  }
  #footer .third .desc {
    text-align: center !important;
    margin-bottom: 30px;
  }
  #footer .third .copyright {
    text-align: center !important;
  }
}
@media (max-width: 575.98px) {
  #footer .first {
    margin-bottom: 30px;
  }
  #footer .first .text-left {
    text-align: center !important;
  }
  #footer .first .text-left img {
    max-width: 180px;
  }
  #footer .first .social {
    justify-content: center;
  }
  #footer .first .social a {
    width: 35px;
    height: 35px;
  }
  #footer .second {
    margin-bottom: 30px;
  }
  #footer .second ul li {
    padding-top: 15px;
  }
  #footer .second ul li a {
    font-size: 15px;
  }
  #footer .third {
    font-size: 13px;
  }
  #footer .third .newsletter .text-left div {
    max-width: 300px;
  }
  #footer .third .newsletter .subscriber-container #form-subscriber {
    max-width: 300px;
  }
}
#news_all .first-item {
  position: relative;
  width: 100%;
  height: 768px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#news_all .first-item .description {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
}
#news_all .first-item .description .title {
  font-size: 40px;
  font-weight: 400;
}
#news_all .first-item .description .text {
  padding: 10px 0;
  justify-content: center;
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
}
#news_all .first-item .description .button {
  margin: 20px 0;
}
#news_all .first-item .description .button .btn-promo {
  font-size: 30px;
  padding: 0px 45px;
  font-weight: 300;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}
#news_all .first-item .description .button .btn-promo:hover {
  transform: scale(1.1);
}
#news_all .news-item {
  color: #2C2D31;
  padding: 0 20px;
  border-radius: 0;
}
#news_all .news-item a {
  text-decoration: none;
  color: inherit;
}
#news_all .news-item .thumb {
  margin-bottom: 10px;
}
#news_all .news-item .bottom {
  padding: 10px 20px;
}
#news_all .news-item .bottom .title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  color: #2C2D31;
  text-align: left;
}
#news_all .news-item .bottom .date {
  margin-bottom: 10px;
  font-size: 12px;
}
#news_all .news-item .bottom .desc {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: justify;
  font-weight: 300;
}
#news_all .news-item .bottom .read-more a {
  font-size: 14px;
  color: #2C2D31;
  font-weight: 600;
  text-decoration: none;
}
#news_all .news-item .bottom.right {
  border-bottom: 2px solid #A97C55;
  padding: 0 0 10px;
  margin-bottom: 10px;
}
#news_all .category-item {
  background: #E9E5E5;
  padding: 5px 15px;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  color: #000;
}
#news_all .btn-more-news {
  transition: all ease-in-out 0.2s;
}
#news_all .btn-more-news:hover {
  background-color: #2C2D31;
  color: #FFF;
}
#news_all .btn-load-more {
  font-size: 22px;
  padding: 10px 90px;
  font-weight: 300;
  color: #FFF;
  transition: all ease-in-out 0.2s;
}
#news_all .btn-load-more:hover {
  transform: scale(1.1);
}
#news_all .container-fluid {
  position: relative;
}
#news_all .container-fluid .container {
  padding-bottom: 60px;
}

@media (max-width: 1199.98px) {
  #news_all .first-item .description .title {
    font-size: 35px;
  }
  #news_all .first-item .description .text {
    font-size: 16px;
  }
  #news_all .first-item .description .button .btn-promo {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  #news_all .first-item .description .title {
    font-size: 30px;
  }
  #news_all .first-item .description .text {
    font-size: 15px;
  }
  #news_all .first-item .description .button .btn-promo {
    font-size: 20px;
  }
  #news_all .news-item .bottom .title {
    font-size: 13px;
  }
  #news_all .news-item .bottom .date {
    font-size: 10px;
  }
  #news_all .news-item .bottom .desc {
    font-size: 12px;
  }
  #news_all .news-item .bottom .read-more a {
    font-size: 13px;
  }
  #news_all .news-item .bottom.right {
    border-bottom: 2px solid #A97C55;
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  #news_all .first-item {
    height: 500px;
  }
  #news_all .first-item .description .title {
    font-size: 18px;
  }
  #news_all .first-item .description .text {
    font-size: 12px;
  }
  #news_all .first-item .description .button .btn-promo {
    font-size: 12px;
    padding: 5px 30px;
  }
  #news_all .container-fluid {
    padding: 0;
  }
  #news_all .col-6 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  #news_all .news-item .bottom {
    padding: 10px 12px;
  }
  #news_all .news-item .bottom.right {
    padding: 0 0 5px;
  }
  #news_all .news-item .bottom .title {
    font-size: 12px;
  }
  #news_all .news-item .bottom .date {
    font-size: 8px;
  }
  #news_all .news-item .bottom .desc {
    font-size: 10px;
  }
  #news_all .news-item .bottom .read-more a {
    font-size: 10px;
  }
}
#news_detail .description {
  padding-top: 20px;
}
#news_detail .description .title {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 5px;
}
#news_detail .description .date-container {
  display: flex;
  margin-bottom: 10px;
}
#news_detail .description .date-container .identity {
  margin-right: 10px;
}
#news_detail .description .date-container .identity .user {
  font-weight: 600;
}
#news_detail .description .date-container .category-container {
  display: flex;
}
#news_detail .description .date-container .category-container .category-item {
  background: #E9E5E5;
  padding: 1px 10px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  color: #000;
}
#news_detail .description .social {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
#news_detail .description .social a {
  color: #2C2D31;
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  border: 1px solid #2C2D31;
  border-radius: 20px;
  margin: 3px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}
#news_detail .description .social a i {
  font-size: 15px;
}
#news_detail .description .social a:hover {
  background-color: #2C2D31;
  color: #FFF;
}
#news_detail .description .text {
  margin-bottom: 20px;
  font-weight: 300;
}
#news_detail .after-description {
  display: flex;
  margin-bottom: 50px;
}
#news_detail .after-description .social {
  margin-bottom: 0;
  margin-right: 5px;
}
#news_detail .after-description .category-container {
  display: flex;
  align-items: center;
}
#news_detail .after-description .category-container .category-item {
  background: #E9E5E5;
  padding: 1px 10px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  height: 35px;
  text-decoration: none;
  color: #000;
}
#news_detail .news-item {
  color: #2C2D31;
  padding: 0 20px;
  border-radius: 0;
}
#news_detail .news-item a {
  text-decoration: none;
  color: inherit;
}
#news_detail .news-item .thumb {
  margin-bottom: 10px;
}
#news_detail .news-item .bottom {
  padding: 10px 20px;
}
#news_detail .news-item .bottom .title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  color: #2C2D31;
  text-align: left;
}
#news_detail .news-item .bottom .date {
  margin-bottom: 10px;
  font-size: 12px;
}
#news_detail .news-item .bottom .desc {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: justify;
  font-weight: 300;
}
#news_detail .news-item .bottom .read-more a {
  font-size: 14px;
  color: #2C2D31;
  font-weight: 600;
  text-decoration: none;
}
#news_detail .news-item .bottom.right {
  border-bottom: 2px solid #A97C55;
  padding: 0 0 10px;
  margin-bottom: 10px;
}
#news_detail .btn-load-more {
  font-size: 22px;
  padding: 10px 90px;
  font-weight: 300;
  color: #FFF;
  transition: all ease-in-out 0.2s;
}
#news_detail .btn-load-more:hover {
  transform: scale(1.1);
}

@media (max-width: 991.98px) {
  #news_detail .description .date-container {
    display: block;
  }
  #news_detail .description .date-container .identity {
    margin-bottom: 10px;
  }
  #news_detail .description .date-container .category-container {
    display: block;
  }
  #news_detail .description .date-container .category-container .category-item {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #news_detail .after-description {
    display: block;
  }
  #news_detail .after-description .social {
    margin-bottom: 10px;
    margin-right: 0;
  }
  #news_detail .after-description .category-container {
    display: block;
  }
  #news_detail .after-description .category-container .category-item {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 0;
    margin-bottom: 5px;
    height: auto;
  }
  #news_detail .news-item .bottom .title {
    font-size: 13px;
  }
  #news_detail .news-item .bottom .date {
    font-size: 10px;
  }
  #news_detail .news-item .bottom .desc {
    font-size: 12px;
  }
  #news_detail .news-item .bottom .read-more a {
    font-size: 13px;
  }
  #news_detail .news-item .bottom.right {
    border-bottom: 2px solid #A97C55;
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  #news_detail .container {
    max-width: 90%;
  }
  #news_detail .description .title {
    font-size: 30px;
  }
  #news_detail .description .category-item {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  #news_detail .description .title {
    font-size: 25px;
  }
  #news_detail .container-fluid {
    padding: 0;
  }
  #news_detail .col-6 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  #news_detail .news-item .bottom {
    padding: 10px 12px;
  }
  #news_detail .news-item .bottom.right {
    padding: 0 0 5px;
  }
  #news_detail .news-item .bottom .title {
    font-size: 12px;
  }
  #news_detail .news-item .bottom .date {
    font-size: 8px;
  }
  #news_detail .news-item .bottom .desc {
    font-size: 10px;
  }
  #news_detail .news-item .bottom .read-more a {
    font-size: 10px;
  }
}

/*# sourceMappingURL=brand.css.map */
