body,
html {
  padding: 0;
  margin: 0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden; }

.heading {
  font-weight: normal; }

@font-face {
  font-family: EBGaramond08;
  src: url("../font/font/EBGaramond08-Regular.ttf"); }

@font-face {
  font-family: Montserrat;
  src: url("../font/font/Montserrat-Regular.otf"); }

.detail-residences .container {
  max-width: 100%; }

.detail-residences .topbar {
  min-width: 100%;
  height: 100px;
  background-color: #023d54;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.detail-residences .topbar-mobile {
  display: none; }

.detail-residences .img_logo {
  width: 55%;
  -o-object-fit: cover;
  object-fit: cover; }

.detail-residences .carousel-indicators li {
  background-color: #e4e8f1; }

.detail-residences .carousel-indicators .active {
  background-color: #AE935E; }

.detail-residences .title {
  font-family: EBGaramond08;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 1.8px;
  text-align: center;
  color: #AE935E; }

.detail-residences .fa-times {
  color: #ffffff;
  font-size: 20px; }

.detail-residences .list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 0; }

.detail-residences .list li {
  margin-right: 1.5rem; }

.detail-residences .list li a {
  font-family: EBGaramond08;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: 1.4px;
  color: #625d58; }

.detail-residences .list_menu {
  color: #AE935E !important; }

.detail-residences .list_menu:hover {
  color: #AE935E;
  text-decoration: none;
  border-bottom: 5px solid #AE935E;
  padding-bottom: 15px;
  -webkit-transition: 0.3 all ease;
  -o-transition: 0.3 all ease;
  transition: 0.3 all ease; }

.detail-residences .list-mobile {
  display: none; }

.detail-residences .img_room {
  width: 100%;
  height: 470px;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain; }

@media only screen and (max-width: 767px) {
  html,
  body {
    padding: 0;
    margin: 0;
    font-weight: normal; }
  .detail-residences .topbar {
    display: none !important;
    min-width: 100%;
    height: 100px;
    background-color: #023d54;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .detail-residences .topbar-mobile {
    display: block;
    min-width: 100%;
    height: 130px;
    background-color: #023d54;
    margin-bottom: 20px; }
  .detail-residences .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 18px;
    height: 3px;
    background-color: #e4e8f1;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -999px;
    cursor: pointer; }
  .detail-residences .title {
    font-size: 14px; }
  .detail-residences .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px 30px 15px; }
  .detail-residences .fa-times {
    padding-bottom: 18px; }
  .detail-residences .list {
    display: none; }
  .detail-residences .list-mobile {
    display: block;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 30px; }
  .detail-residences .list-mobile li {
    margin-right: 2rem; }
  .detail-residences .list-mobile li a {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: 1.4px;
    color: #625d58; }
  .detail-residences .list_menu:hover {
    color: #AE935E;
    text-decoration: none;
    border-bottom: 2px solid #AE935E;
    padding-bottom: 15px;
    -webkit-transition: 0.3 all ease;
    -o-transition: 0.3 all ease;
    transition: 0.3 all ease; }
  .detail-residences .img_room {
    margin-top: 10px;
    height: 325px;
    -o-object-fit: cover;
    object-fit: cover; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .detail-residences .topbar {
    height: 60px;
    padding: 0 20px; }
  .detail-residences .title {
    margin-right: 214px; } }

@media only screen and (min-width: 1024px) {
  .detail-residences .title {
    margin-top: 10px; } }
