@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
*, *:focus {
  outline: none !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  color: #333333;
}

a {
  color: inherit;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a, span {
  display: inline-block;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

h1, h2, h3, h4 {
  font-weight: 300;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  color: #c8895e;
}

a img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover img {
  opacity: .8;
}

h5, b, strong {
  font-weight: 600;
}

/*
width layer 1488
width inner container 1488 - 40 = 1448
width container 1448 + 60 = 1508
width media screen 1508 + 60 = 1568
*/
.container-long {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1568px) {
  .container-long {
    max-width: 1508px;
  }
}

/*
width layer 1488
width inner container 1488 - 152 = 1336
width container 1336 + 60 = 1396
width media screen 1396 + 60 = 1456
*/
.container-medium {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1456px) {
  .container-medium {
    max-width: 1396px;
  }
}

/*
width layer 1488
width inner container 1488 - 280 = 1208
width container 1208 + 60 = 1268
width media screen 1268 + 60 = 1328
*/
.container {
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (min-width: 1328px) {
  .container {
    max-width: 1268px;
  }
}

/*
width layer 1488
width inner container 1488 - 512 = 976
width container 1208 + 60 = 1036
width media screen 1036 + 60 = 1096
*/
.container-small {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1036px;
}

.row-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.row-0 > .col, .row-0 > [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}

.row-4 {
  margin-right: -4px;
  margin-left: -4px;
}

.row-4 > .col, .row-4 > [class*="col-"] {
  padding-right: 4px;
  padding-left: 4px;
}

.row-6 {
  margin-right: -6px;
  margin-left: -6px;
}

.row-6 > .col, .row-6 > [class*="col-"] {
  padding-right: 6px;
  padding-left: 6px;
}

.row-8 {
  margin-right: -8px;
  margin-left: -8px;
}

.row-8 > .col, .row-8 > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.row-10 > .col, .row-10 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.row-12 {
  margin-right: -12px;
  margin-left: -12px;
}

.row-12 > .col, .row-12 > [class*="col-"] {
  padding-right: 12px;
  padding-left: 12px;
}

@media screen and (min-width: 992px) {
  .row-21 {
    margin-right: -21px;
    margin-left: -21px;
  }
  .row-21 > .col, .row-21 > [class*="col-"] {
    padding-right: 21px;
    padding-left: 21px;
  }
}

.btn {
  border-radius: 0;
  font-size: 16px;
  line-height: 1.38;
  padding: 16px;
  min-width: 160px;
}

.btn.btn-big {
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: normal;
  letter-spacing: 1.6px;
}

.btn.btn-uppercase {
  text-transform: uppercase;
  text-transform: uppercase;
  padding: 18px 44px;
}

.btn-orange {
  color: #ffffff;
  background-color: #c8895e;
  border: solid 1px #c8895e;
}

.btn-orange:hover, .btn-orange:focus {
  color: #c8895e;
  background-color: #ffffff;
}

.btn-border-orange {
  border: solid 1px #c8895e;
  color: #c8895e;
}

.btn-border-orange:hover, .btn-border-orange:focus {
  color: #ffffff;
  background-color: #c8895e;
}

.form-control {
  font-size: 14px;
  padding: 25px 20px;
  color: #2c2c2c;
  border-radius: 0;
}

.form-control:focus {
  color: #2c2c2c;
  background-color: #fff;
  border-color: #c8895e;
  -webkit-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
}

textarea.form-control {
  height: 205px;
  resize: none;
}

.color-orange {
  color: #c8895e !important;
}

.space-40 {
  height: 40px;
}

#map {
  width: 100%;
  height: 560px;
  background-color: grey;
}

.header {
  padding-top: 30px;
  position: absolute;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-animation: .5s ease-out 0s 1 slideInFromTop;
          animation: .5s ease-out 0s 1 slideInFromTop;
}

@-webkit-keyframes slideInFromTop {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInFromTop {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.header .main-logo {
  position: absolute;
}

.header .main-menu {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 15px;
  }
  .header .mobile-menu {
    padding-top: 0;
  }
}

.header-white, .d-fixed, .menu-open {
  position: fixed !important;
  padding-top: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.header-white .parent-menu > li.have-child > a:before, .d-fixed .parent-menu > li.have-child > a:before, .menu-open .parent-menu > li.have-child > a:before {
  border-top: 5px solid #333333;
}

.header-white .main-logo, .d-fixed .main-logo, .menu-open .main-logo {
  -webkit-box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #c8895e;
  padding: 15px;
}

.header-white .main-menu, .d-fixed .main-menu, .menu-open .main-menu {
  color: #333333;
}

@media screen and (min-width: 992px) {
  .header-white .main-menu nav .parent-menu, .d-fixed .main-menu nav .parent-menu, .menu-open .main-menu nav .parent-menu {
    padding-bottom: 15px;
  }
}

.header-white .main-menu .contact-number a, .d-fixed .main-menu .contact-number a, .menu-open .main-menu .contact-number a {
  border: solid 0.5px rgba(51, 51, 51, 0.4);
}

@media screen and (max-width: 991px) {
  .header-white .mobile-menu, .d-fixed .mobile-menu, .menu-open .mobile-menu {
    padding-top: 15px;
  }
}

.d-fixed {
  margin-top: 60px;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

@media screen and (max-width: 991px) {
  .header-white {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .d-fixed, .menu-open {
    margin-top: 54px;
  }
}

.menu-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .main-menu {
    text-align: right;
  }
}

.main-menu nav ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
  line-height: 2;
}

@media screen and (min-width: 992px) {
  .main-menu nav {
    display: inline-block;
  }
  .main-menu nav .parent-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
  }
}

.main-menu .contact-number {
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .main-menu .contact-number {
    display: none;
  }
}

.main-menu .contact-number a {
  margin-left: 26px;
  border-radius: 28px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding: 7px 20px;
  font-size: 15px;
}

.main-menu .contact-number a:hover {
  color: #ffffff;
  background-color: #c8895e;
  border-color: #c8895e;
}

.main-menu .contact-number a .fa-phone-alt {
  margin-right: 8px;
}

@media screen and (min-width: 1200px) and (max-width: 1279px) {
  .main-menu .contact-number a {
    padding: 7px 17px;
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .parent-menu {
    position: relative;
    height: 100% !important;
  }
  .parent-menu > li.have-child {
    position: relative;
    padding-right: 8px;
  }
  .parent-menu > li.have-child > a {
    padding-right: 14px;
  }
  .parent-menu > li.have-child > a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #ffffff;
    top: 13px;
    right: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .parent-menu > li.have-child > a:before {
    top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .parent-menu > li.have-child > a.active:before, .parent-menu > li.have-child > a:hover:before, .parent-menu > li.have-child > a:focus:before, .parent-menu > li.have-child > a:active:before {
    border-top: 5px solid #c8895e;
  }
  .parent-menu > li.have-child:hover > a {
    color: #c8895e;
  }
  .parent-menu > li.have-child:hover > a:before {
    border-top: 5px solid #c8895e;
  }
  .parent-menu > li.have-child:hover:before {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .parent-menu > li.have-child:hover .child-menu {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 5px);
  }
}

@media screen and (min-width: 992px) {
  .parent-menu > li.have-child:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #000000;
    top: calc(100% + 35px);
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .parent-menu > li > a {
    position: relative;
    text-transform: uppercase;
    padding: 0 10px;
  }
  .parent-menu > li > a.active, .parent-menu > li > a:hover, .parent-menu > li > a:focus, .parent-menu > li > a:active {
    color: #c8895e;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .parent-menu > li > a {
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .parent-menu > li > a {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .parent-menu {
    position: fixed;
    background: #fff url("../images/background-pattern-bottom.png") bottom center no-repeat;
    background-size: 100%;
    width: 100%;
    left: 0;
    top: -54px;
    height: 100%;
    color: #333;
    padding-top: 75px;
    z-index: -1;
    -webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .parent-menu > li {
    margin-bottom: 16px;
  }
  .parent-menu > li > a {
    text-transform: uppercase;
    font-weight: 500;
  }
  .parent-menu > li a {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }
  .parent-menu > li a.active, .parent-menu > li a:hover, .parent-menu > li a:focus, .parent-menu > li a:active {
    color: #c8895e;
  }
  .parent-menu > li.have-child {
    position: relative;
  }
  .parent-menu > li.have-child.active > a, .parent-menu > li.have-child.active > .to-child-menu, .parent-menu > li.have-child:hover > a, .parent-menu > li.have-child:hover > .to-child-menu, .parent-menu > li.have-child:focus > a, .parent-menu > li.have-child:focus > .to-child-menu, .parent-menu > li.have-child:active > a, .parent-menu > li.have-child:active > .to-child-menu {
    color: #c8895e;
  }
  .parent-menu > li.have-child.active > a:before, .parent-menu > li.have-child.active > .to-child-menu:before, .parent-menu > li.have-child:hover > a:before, .parent-menu > li.have-child:hover > .to-child-menu:before, .parent-menu > li.have-child:focus > a:before, .parent-menu > li.have-child:focus > .to-child-menu:before, .parent-menu > li.have-child:active > a:before, .parent-menu > li.have-child:active > .to-child-menu:before {
    border-top: 8px solid #c8895e !important;
  }
  .parent-menu > li.have-child > .to-child-menu {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: right;
    vertical-align: middle;
    line-height: 30px;
    z-index: 1;
    cursor: pointer;
  }
  .parent-menu > li.have-child > a:before {
    display: none;
  }
  .parent-menu > li.have-child .child-menu {
    opacity: 0;
    margin-top: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .parent-menu > li.have-child.show .child-menu {
    opacity: 1;
    margin-top: 16px;
    visibility: visible;
    height: 100%;
  }
  .parent-menu > li.have-child.show .child-menu.child-length-5 {
    height: 150px;
  }
  .parent-menu > li.have-child.show .child-menu.child-length-4 {
    height: 120px;
  }
  .parent-menu > li.have-child.show .child-menu.child-length-3 {
    height: 90px;
  }
  .parent-menu > li.have-child.show .child-menu.child-length-2 {
    height: 60px;
  }
  .parent-menu > li.have-child.show .child-menu.child-length-1 {
    height: 30px;
  }
  .parent-menu.active {
    opacity: 1;
    visibility: visible;
    top: 54px;
  }
  .parent-menu .mobile-phone.contact-number {
    display: inline-block;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .parent-menu {
    background-size: 300%;
  }
}

@media screen and (min-width: 992px) {
  .child-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #00031b;
    padding: 11px !important;
    top: calc(100% + 40px);
    left: -250%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    max-width: 922px;
  }
  .child-menu > li {
    width: 180px;
  }
  .child-menu > li > a {
    position: relative;
  }
  .child-menu > li > a:after {
    content: '';
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  }
  .child-menu > li > a:hover:after {
    position: absolute;
    background-color: rgba(200, 137, 94, 0.7);
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
  }
  .child-menu > li > a span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    line-height: 1.43;
    z-index: 2;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  }
  .child-menu.child-length-5 {
    left: -250%;
  }
  .child-menu.child-length-4 {
    left: -200%;
  }
  .child-menu.child-length-3 {
    left: -150%;
  }
  .child-menu.child-length-2 {
    left: -100%;
  }
  .child-menu.child-length-1 {
    left: -50%;
  }
}

@media screen and (max-width: 991px) {
  .child-menu a > img {
    display: none;
  }
}

.main-title {
  font-size: 40px;
  margin-bottom: 1rem;
  color: #c8895e;
}

@media screen and (max-width: 991px) {
  .main-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .main-title {
    font-size: 30px;
  }
}

.head-title {
  font-size: 45px;
  line-height: 1.22;
  margin-bottom: 1rem;
  color: #c8895e;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .head-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .head-title {
    font-size: 30px;
  }
}

.second-title {
  font-size: 20px;
  opacity: .7;
  line-height: 1.2;
  margin: 40px 0;
}

.small-title {
  font-size: 18px;
  color: rgba(112, 112, 112, 0.7);
  line-height: 1.22;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .small-title {
    font-weight: 600;
  }
}

.sub-title {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.29;
  letter-spacing: 1.4px;
  color: #333333;
  opacity: 0.6;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .sub-title {
    font-size: 12px;
    font-weight: 600;
  }
}

.hover-title {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hover-title:hover {
  color: #c8895e;
}

.inner-head-center {
  text-align: center;
  margin: 0 auto 80px;
}

.inner-head-center.inner-head-max {
  max-width: 736px;
}

@media screen and (max-width: 991px) {
  .inner-head-center {
    margin-bottom: 0;
  }
}

.learn-more {
  color: #c8895e;
  position: relative;
  padding-right: 24px;
}

.learn-more .fa-long-arrow-alt-right {
  position: absolute;
  right: 4px;
  top: 6px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.learn-more:hover .fa-long-arrow-alt-right {
  right: 0;
}

.thumb-caption {
  padding-top: 14px;
  font-size: 18px;
  opacity: .6;
}

.banner-cover {
  position: relative;
  z-index: 1;
  min-height: 304px;
}

.banner-cover .banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.banner-cover .banner-text {
  padding-top: 356px;
  padding-bottom: 285px;
  color: #ffffff;
  max-width: 775px;
  font-weight: 300;
}

.banner-cover .banner-text h1, .banner-cover .banner-text h2 {
  font-size: 60px;
  color: #c8895e;
  font-weight: 300;
}

.banner-cover .banner-text p {
  font-size: 18px;
  line-height: 1.56;
}

.banner-cover .banner-text a {
  opacity: .7;
  position: relative;
  padding-right: 24px;
}

.banner-cover .banner-text a .fa-long-arrow-alt-right {
  position: absolute;
  right: 4px;
  top: 6px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.banner-cover .banner-text a:hover {
  color: #c8895e;
  opacity: 1;
}

.banner-cover .banner-text a:hover .fa-long-arrow-alt-right {
  right: 0;
}

.unit-banner {
  position: relative;
}

.unit-banner img {
  width: 100%;
}

.unit-banner .unit-position {
  position: absolute;
  bottom: 15%;
  right: 7.8%;
  width: 25%;
}

.unit-banner .unit-position img {
  width: auto;
}

@media screen and (max-width: 991px) {
  .unit-banner-detail {
    padding-top: 54px;
  }
}

.slide-arrow {
  position: absolute;
  font-size: 14px;
  letter-spacing: 1px;
  top: calc(50% - 11px);
  text-transform: uppercase;
  color: white;
  z-index: 1;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media screen and (min-width: 992px) {
  .slide-arrow {
    color: rgba(255, 255, 255, 0);
  }
}

.slide-arrow:hover {
  color: white;
}

.slide-arrow.slide-next {
  right: 0;
  padding-right: 30px;
}

.slide-arrow.slide-prev {
  left: 0;
  padding-left: 30px;
}

.slide-arrow-box {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  -webkit-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.slide-arrow-box:hover {
  color: #333333;
}

.slide-arrow-box.slide-next {
  right: 12px;
}

.slide-arrow-box.slide-prev {
  left: 12px;
}

.visible-slide .slide-arrow-box.slide-next {
  right: -7px;
}

.visible-slide .slide-arrow-box.slide-prev {
  left: -7px;
}

@media screen and (min-width: 992px) {
  .visible-slide .slide-arrow-box.slide-next {
    right: -15px;
  }
  .visible-slide .slide-arrow-box.slide-prev {
    left: -15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible-slide.unit-visible-slide .slide-arrow-box {
    top: 26%;
  }
}

.slide-arrow-only {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: rgba(51, 51, 51, 0.5);
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.slide-arrow-only:hover {
  color: #333333;
}

.slide-arrow-only.slide-next {
  right: -30px;
}

.slide-arrow-only.slide-prev {
  left: -30px;
}

.dynamic-slide .slide-arrow-only {
  top: calc(50% - 60px);
}

.dynamic-slide .slide-arrow-only.slide-next {
  right: 0px;
}

.dynamic-slide .slide-arrow-only.slide-prev {
  left: 0px;
}

.icon-list {
  text-align: center;
  margin-bottom: 30px;
}

.icon-list > h4 {
  font-size: 16px;
  font-weight: 300;
  margin: 16px auto;
  max-width: 190px;
  line-height: 1.63;
}

.icon-list .inner-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}

.section {
  padding-top: 105px;
  padding-bottom: 95px;
  background-color: #ffffff;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 85px;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-pt-big {
  padding-top: 176px;
}

@media screen and (max-width: 991px) {
  .section-pt-big {
    padding-top: 150px;
  }
}

.section-bg-black {
  background-color: #00031b;
  color: #ffffff;
  padding-top: 85px;
  padding-bottom: 50px;
}

.section-about {
  padding-bottom: 270px;
}

@media screen and (min-width: 992px) {
  .section-about {
    position: relative;
  }
  .section-about:before {
    content: '';
    position: absolute;
    width: 500px;
    height: 1px;
    background-color: #c8895e;
    top: 105px;
  }
}

@media screen and (max-width: 991px) {
  .section-about {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .section-about {
    padding-bottom: 60px;
  }
}

.section-about .inner-about {
  position: relative;
}

.section-about .inner-about img {
  -webkit-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 992px) {
  .section-about {
    margin-top: 0 !important;
  }
  .section-about .about-half {
    width: 760px;
    max-width: 57%;
  }
  .section-about .about-text {
    max-width: 612px;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .section-about .about-images {
    position: absolute;
    max-width: 50%;
  }
  .section-about .about-images.about-images-1 {
    top: -205px;
    right: 64px;
    max-width: 33%;
  }
  .section-about .about-images.about-images-2 {
    bottom: -200px;
    right: 16px;
  }
  .section-about .about-videos {
    max-width: 56.5%;
    width: 749px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 991px) {
  .section-about .about-images-1 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 445px;
  }
  .section-about .about-images-2 {
    max-width: 90%;
    margin-right: -15px;
    margin-left: auto;
    margin-top: -10px;
  }
  .section-about .about-videos {
    padding-top: 55px;
    max-width: 90%;
    margin-left: -15px;
    z-index: 1;
    position: relative;
  }
  .section-about .about-videos .thumb-caption {
    position: absolute;
    top: 0;
  }
}

.popup-video {
  position: relative;
}

.popup-video .play-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 95px;
}

@media screen and (max-width: 767px) {
  .popup-video .play-overlay {
    font-size: 60px;
  }
}

@media screen and (max-width: 991px) {
  .popup-gallery .popup-video .play-overlay {
    font-size: 65px;
  }
}

.section-about-page {
  padding-top: 121px;
  padding-bottom: 106px;
}

@media screen and (max-width: 991px) {
  .section-about-page {
    padding-bottom: 80px;
  }
}

.about-right {
  position: relative;
}

.about-right .about-right-images img {
  -webkit-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
}

.about-right .about-right-images-1 {
  position: absolute;
  right: 60px;
  top: 0;
  -webkit-animation: 1s ease-out 0s 1 slideInFromTop1;
          animation: 1s ease-out 0s 1 slideInFromTop1;
}

@-webkit-keyframes slideInFromTop1 {
  0% {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInFromTop1 {
  0% {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .about-right .about-right-images-1 {
    position: relative;
    margin-left: auto;
    max-width: 60%;
    right: 16px;
  }
}

.about-right .about-right-images-2 {
  padding-top: 100px;
  margin-left: 20px;
  -webkit-animation: 1s ease-out 0s 1 slideInFromLeft1;
          animation: 1s ease-out 0s 1 slideInFromLeft1;
}

@-webkit-keyframes slideInFromLeft1 {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInFromLeft1 {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .about-right .about-right-images-2 {
    padding-top: 30px;
    margin-left: 0;
    max-width: 75%;
  }
}

.about-right .about-right-images-3 {
  position: relative;
  float: right;
  margin-top: -100px;
  margin-right: 26px;
  -webkit-animation: 1s ease-out 0s 1 slideInFromBottom1;
          animation: 1s ease-out 0s 1 slideInFromBottom1;
}

@-webkit-keyframes slideInFromBottom1 {
  0% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInFromBottom1 {
  0% {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .about-right .about-right-images-3 {
    margin-top: -20px;
    margin-right: -15px;
    max-width: 92%;
  }
}

@media screen and (max-width: 767px) {
  .section-centerpieces .inner-head-center {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-centerpieces .icon-list .inner-icon {
    height: 50px;
    max-width: 70px;
    margin: auto;
  }
  .section-centerpieces .icon-list .inner-icon img {
    max-height: 50px;
  }
}

@media screen and (max-width: 991px) {
  .section-develop {
    margin-bottom: 30px;
  }
}

.section-develop .icon-list h4 {
  font-weight: 600;
  margin: 0 auto 20px;
}

.section-prime {
  z-index: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 360px;
}

@media screen and (max-width: 1279px) {
  .section-prime {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 991px) {
  .section-prime {
    padding-bottom: 60px;
  }
}

.section-prime p {
  font-size: 18px;
  margin-bottom: 32px;
}

.section-prime ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-prime ul li {
  position: relative;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 74px;
  padding-right: 35px;
  font-size: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1279px) {
  .section-prime ul li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    min-height: 55px;
  }
}

.section-prime ul li span {
  position: absolute;
  text-transform: uppercase;
  left: 0;
  width: 56px;
  height: 55px;
  border: solid 1px #c8895e;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  font-weight: 600;
  color: #c8895e;
}

.section-prime .prime-map {
  position: absolute;
  top: 0;
  right: 90px;
  z-index: -1;
}

@media screen and (max-width: 1399px) {
  .section-prime .prime-map {
    right: 0;
  }
}

.section-prime .prime-map:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 139px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(81%, #ffffff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 81%);
}

@media screen and (max-width: 991px) {
  .section-prime .prime-map {
    position: relative;
    right: 0;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.section-prime .prime-map-list {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 752px;
}

.section-prime .prime-map-list span {
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
  width: 8.777%;
  height: 6.905%;
  text-align: center;
  -webkit-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #c8895e;
  background-color: #ffffff;
  font-weight: 600;
  -webkit-animation: 2s ease-out 0s 1 slideInFromLeft;
          animation: 2s ease-out 0s 1 slideInFromLeft;
}

@-webkit-keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.section-prime .prime-map-list span.prime-map-building {
  background: url(../images/icon/building.png) center center no-repeat;
  top: 47%;
  left: 73%;
  border-radius: 0;
  background-size: 100%;
  width: 23%;
  height: 20.5%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .section-prime .prime-map-list span {
    font-size: 10px;
  }
}

@media screen and (max-width: 991px) {
  .section-prime .main-title {
    margin-top: 30px;
  }
}

.section-bg-flex {
  background-attachment: fixed !important;
  position: relative;
  z-index: 0;
}

.section-bg-flex:before {
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(25%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 25%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.section-pattern-top {
  background: url("../images/background-pattern-top.png") top center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .section-pattern-top {
    background-size: 150%;
  }
}

.section-pattern-bottom {
  background: url("../images/background-pattern-bottom.png") bottom center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .section-pattern-bottom {
    background-size: 150%;
  }
}

.section-unit {
  padding-top: 0;
  padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .section-unit {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section-unit .inner-unit-right {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-unit .visible-slide .slide-arrow-box {
    top: 17%;
  }
}

.section-info {
  padding-top: 256px;
  padding-bottom: 238px;
}

@media screen and (max-width: 991px) {
  .section-info {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .section-info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-info .main-title {
  font-size: 60px;
  line-height: 1.22;
}

@media screen and (max-width: 991px) {
  .section-info .main-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .section-info .main-title {
    font-size: 36px;
  }
}

.section-info p {
  font-size: 18px;
  max-width: 560px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .section-info p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .section-info .btn {
    font-size: 16px;
    letter-spacing: 0;
    padding: 12px 16px;
  }
}

@media screen and (max-width: 767px) {
  .inner-blog-list {
    margin-bottom: 15px;
  }
}

.inner-blog-list figure {
  margin-bottom: .5rem;
}

@media screen and (max-width: 767px) {
  .inner-blog-list figure img {
    width: 100%;
  }
}

.date {
  font-size: 14px;
  color: rgba(54, 54, 54, 0.5);
  margin-bottom: 6px;
}

@media screen and (min-width: 992px) {
  .site-plan-left .main-title {
    font-size: 50px;
  }
}

.site-plan-left span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.6);
  line-height: 2.33;
  letter-spacing: 1.2px;
}

.site-plan-right {
  -webkit-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  padding: 19.5% 5.5% 14%;
  z-index: 1;
  position: relative;
  background-color: #ffffff;
}

@media screen and (min-width: 992px) {
  .site-plan-right {
    margin-top: -180px;
  }
}

.tooltip-inner {
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  max-width: 400px;
  padding: 14px;
}

@media screen and (max-width: 991px) {
  .tooltip-inner {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .tooltip-inner {
    font-size: 11px;
  }
}

.tooltip-inner:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #000000;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.tooltip[x-placement=bottom] .tooltip-inner:before {
  top: 0;
  bottom: auto;
  border-top: none;
  border-bottom: 8px solid #000000;
}

.floor-panel .floor-number {
  position: absolute;
  width: 6.8%;
  height: 4.7%;
  max-width: 24px;
  max-height: 24px;
  text-align: center;
  -webkit-box-shadow: 0 1.5px 7.5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.5px 7.5px 0 rgba(0, 0, 0, 0.16);
  background-color: #c8895e;
  color: #fff;
  border-radius: 50%;
  line-height: 1.5;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .floor-panel .floor-number {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}

.floor-title {
  margin: 24px 0 0;
  list-style: none;
  padding-left: 30px;
}

.floor-title li {
  display: block;
  position: relative;
  counter-increment: inst;
  margin-bottom: 5px;
}

.floor-title li:before {
  content: counter(inst);
  position: absolute;
  left: -30px;
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-box-shadow: 0 1.5px 7.5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.5px 7.5px 0 rgba(0, 0, 0, 0.16);
  background-color: #c8895e;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  top: 3px;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .nav-tab li {
    position: relative;
  }
  .nav-tab a {
    letter-spacing: .3px;
    -webkit-transition: none;
    transition: none;
  }
  .nav-tab a.active, .nav-tab a:hover {
    color: #c8895e;
    font-weight: 600;
    letter-spacing: normal;
  }
  .nav-tab-block {
    display: block;
  }
  .nav-tab-block li {
    padding-left: 16px;
  }
  .nav-tab-block li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #c8895e;
    left: 0;
    top: 11px;
    border-radius: 50%;
  }
  .nav-tab-inblock {
    margin-bottom: 42px;
  }
  .nav-tab-inblock li {
    padding: 0 10px;
  }
  .nav-tab-inblock a.active, .nav-tab-inblock a:hover, .nav-tab-inblock a:focus {
    border-bottom: 2px solid #c8895e;
  }
}

.section-unit-detail {
  padding-top: 0;
  padding-bottom: 106px;
}

@media screen and (max-width: 991px) {
  .section-unit-detail {
    padding-bottom: 80px;
  }
  .section-unit-detail .unit-detail-right {
    margin-top: 40px;
  }
}

.head-unit-detail {
  position: relative;
  background-color: #00031b;
  color: #ffffff;
  padding: 29px 21px;
  margin-top: -53px;
  margin-bottom: 100px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .head-unit-detail {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.head-unit-detail h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .head-unit-detail h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.tab-content-unit figure {
  text-align: center;
  -webkit-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
}

.tab-content-unit .unit-detail {
  background-color: #00031b;
  color: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .tab-content-unit .unit-detail + figure img {
    max-width: 305px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-content-unit .unit-detail + figure img {
    max-width: 233px;
  }
}

@media screen and (max-width: 991px) {
  .tab-content-unit .unit-detail {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.tab-content-unit .unit-detail span, .tab-content-unit .unit-detail strong {
  font-size: 20px;
}

@media screen and (max-width: 1400px) {
  .tab-content-unit .unit-detail span, .tab-content-unit .unit-detail strong {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-content-unit .unit-detail span, .tab-content-unit .unit-detail strong {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .tab-content-unit .unit-detail strong {
    border-right: 1px solid #ffffff;
    padding-right: 10px;
  }
  .tab-content-unit .unit-detail i, .tab-content-unit .unit-detail .svg-inline--fa {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .tab-content-unit .unit-detail .inner-unit-detail {
    margin-bottom: 16px;
  }
  .tab-content-unit .unit-detail strong, .tab-content-unit .unit-detail span {
    display: block;
  }
  .tab-content-unit .unit-detail i:not(.fa-long-arrow-alt-right), .tab-content-unit .unit-detail .svg-inline--fa:not(.fa-long-arrow-alt-right) {
    margin-right: 10px;
  }
}

.other-unit {
  position: relative;
  padding-top: 60px;
}

@media screen and (min-width: 991px) {
  .other-unit {
    padding-top: 120px;
  }
  .other-unit:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(62%, rgba(255, 255, 255, 0)), color-stop(38%, white));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 62%, white 38%);
    z-index: 1;
  }
  .other-unit .other-unit-right {
    z-index: 2;
  }
}

@media screen and (max-width: 991px) {
  .other-unit .other-unit-right {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .other-unit:before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, white));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 60%, white 40%);
  }
}

.unit-detail-left .main-title {
  font-style: italic;
  margin-bottom: 30px;
}

.unit-detail-left h5 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 1.6px;
}

.unit-detail-left p, .unit-detail-left ul {
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (min-width: 992px) {
  .unit-detail-left p, .unit-detail-left ul {
    font-size: 16px;
  }
}

.unit-detail-left ul {
  padding-left: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .unit-detail-left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .unit-detail-left ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.unit-detail-left i, .unit-detail-left .svg-inline--fa {
  margin-right: 5px;
}

.section-unit-gallery {
  padding-top: 0;
}

.head-gallery {
  position: relative;
  color: #ffffff;
}

.head-gallery:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  top: 0;
  background-color: #20232e;
  z-index: 0;
}

.head-gallery h3 {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  padding-top: 70px;
  padding-bottom: 50px;
  margin: 0;
  line-height: 1.23;
  z-index: 1;
}

.relative-img {
  position: relative;
}

.relative-img h4 {
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
  padding: 28px 40px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.section-vision-mission,
.section-banner-page {
  position: relative;
  z-index: 0;
}

.section-vision-mission .banner-bg-full,
.section-banner-page .banner-bg-full {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
  height: 100%;
}

.section-vision-mission:before,
.section-banner-page:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, transparent), color-stop(45%, rgba(58, 61, 74, 0.49)), color-stop(50%, #20232e));
  background-image: linear-gradient(to right, transparent 40%, rgba(58, 61, 74, 0.49) 45%, #20232e 50%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-vision-mission,
  .section-banner-page {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-vision-mission .container,
  .section-banner-page .container {
    max-width: 100%;
  }
  .section-vision-mission .banner-bg-full,
  .section-banner-page .banner-bg-full {
    position: relative;
    height: 220px;
    background-position-x: 0% !important;
  }
  .section-vision-mission .banner-bg-full:after,
  .section-banner-page .banner-bg-full:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 25%;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(50%, rgba(58, 61, 74, 0.49)), color-stop(80%, #20232e));
    background-image: linear-gradient(to bottom, transparent 5%, rgba(58, 61, 74, 0.49) 50%, #20232e 80%);
  }
  .section-vision-mission:before,
  .section-banner-page:before {
    display: none;
  }
  .section-vision-mission .vison-mission,
  .section-banner-page .vison-mission {
    background: #20232e;
    margin-left: -30px;
    margin-right: -30px;
    padding: 40px 30px;
  }
}

.section-vision-mission {
  color: #ffffff;
}

.section-banner-page {
  padding-top: 120px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .section-banner-page {
    padding-top: 54px;
    background-color: #f5f5f5;
  }
  .section-banner-page .banner-bg-full:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(50%, rgba(245, 245, 245, 0.49)), color-stop(80%, #f5f5f5));
    background-image: linear-gradient(to bottom, transparent 5%, rgba(245, 245, 245, 0.49) 50%, #f5f5f5 80%);
  }
}

.section-banner-page:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, transparent), color-stop(40%, rgba(245, 245, 245, 0.49)), color-stop(52%, #f5f5f5));
  background-image: linear-gradient(to right, transparent 30%, rgba(245, 245, 245, 0.49) 40%, #f5f5f5 52%);
}

.banner-reward {
  text-align: center;
}

.banner-reward h2 {
  text-transform: uppercase;
  color: #d48e5f;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -2px;
}

.banner-reward h2 span {
  color: #366275;
}

@media screen and (min-width: 1456px) {
  .banner-reward h2 {
    font-size: 30px;
    margin-top: 68px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1199px) {
  .banner-reward h2 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.banner-reward .reward-pannel {
  max-width: 480px;
  margin: auto;
}

.banner-reward .reward-percent {
  position: relative;
  z-index: 1;
  background-color: #366275;
  color: #ffffff;
  font-weight: 700;
  font-size: 50px;
  width: 140px;
  height: 132px;
  line-height: 132px;
  border-radius: 65px;
  font-style: italic;
}

.banner-reward .reward-percent sup {
  font-size: 40%;
  top: -1.17rem;
  font-style: normal;
  margin-left: 3px;
}

.banner-reward .reward-desc {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d99161), to(#7d593b));
  background-image: linear-gradient(to bottom, #d99161, #7d593b);
  color: #ffffff;
  width: 140px;
  height: 150px;
  border-radius: 0 0 65px 65px;
  font-weight: 700;
  font-style: italic;
  padding: 75px 15px 15px;
  font-size: 12px;
  margin-top: -63px;
  z-index: 0;
}

@media screen and (max-width: 1327px) {
  .banner-reward h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-reward img {
    max-width: 220px;
  }
  .banner-reward h2 {
    font-size: 20px;
    letter-spacing: -1px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .banner-reward img {
    max-width: 180px;
  }
  .banner-reward h2 {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .banner-reward .reward-percent {
    width: 92px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    border-radius: 40px;
  }
  .banner-reward .reward-desc {
    width: 92px;
    border-radius: 0 0 40px 40px;
    height: 140px;
    padding: 54px 10px 15px;
    font-size: 10px;
    margin-top: -40px;
  }
}

@media screen and (max-width: 767px) {
  .banner-reward {
    padding-top: 40px;
    max-width: 300px;
    margin: auto;
  }
}

@media screen and (max-width: 359px) {
  .banner-reward {
    max-width: 260px;
  }
  .banner-reward img {
    max-width: 160px;
  }
  .banner-reward h2 {
    font-size: 12px;
    letter-spacing: -1px;
  }
  .banner-reward .reward-percent {
    width: 78px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
  }
  .banner-reward .reward-desc {
    width: 78px;
    border-radius: 0 0 35px 35px;
    height: 130px;
    font-size: 8px;
    margin-top: -40px;
  }
}

.section-projects {
  padding-bottom: 46px;
}

@media screen and (min-width: 992px) {
  .section-projects .icon-list {
    margin-bottom: 116px;
  }
}

@media screen and (min-width: 992px) {
  .projects-panel .slick-list {
    overflow: visible;
  }
  .projects-panel .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .projects-panel .slick-track .item {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media screen and (max-width: 991px) {
  .projects-panel {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .projects-panel {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.content-panel {
  max-width: 986px;
}

.dynamic-content p, .dynamic-content ul, .dynamic-content ol, .dynamic-form p, .dynamic-form ul, .dynamic-form ol {
  margin-bottom: 1rem;
  line-height: 1.75;
}

.dynamic-content figure, .dynamic-form figure {
  margin-bottom: 2rem;
}

.dynamic-content h2, .dynamic-content h3, .dynamic-content h4, .dynamic-content h5, .dynamic-form h2, .dynamic-form h3, .dynamic-form h4, .dynamic-form h5 {
  color: #c8895e;
  font-weight: 300;
  margin-bottom: 1rem;
}

.dynamic-content h2, .dynamic-form h2 {
  font-size: 35px;
}

.dynamic-content h3, .dynamic-form h3 {
  font-size: 30px;
}

.dynamic-content h4, .dynamic-form h4 {
  font-size: 25px;
}

.dynamic-content h5, .dynamic-form h5 {
  font-size: 20px;
  font-weight: 600;
}

.dynamic-content ul, .dynamic-form ul {
  padding-left: 16px;
  line-height: 2.19;
  list-style: none;
}

.dynamic-content ul li, .dynamic-form ul li {
  position: relative;
}

.dynamic-content ul li:before, .dynamic-form ul li:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  left: -12px;
  background-color: #666666;
  top: 16px;
}

.dynamic-content ol, .dynamic-form ol {
  padding-left: 17px;
}

.dynamic-content ol li, .dynamic-form ol li {
  padding-left: 5px;
}

.dynamic-content .dynamic-quotes, .dynamic-form .dynamic-quotes {
  position: relative;
  font-size: 25px;
  font-style: italic;
  text-align: center;
  max-width: 614px;
  margin: 45px auto;
}

.dynamic-content .dynamic-quotes p, .dynamic-form .dynamic-quotes p {
  margin: 10px 0;
}

.dynamic-content .dynamic-quotes b, .dynamic-content .dynamic-quotes strong, .dynamic-form .dynamic-quotes b, .dynamic-form .dynamic-quotes strong {
  font-weight: 600;
}

.dynamic-content .dynamic-quotes .svg-inline--fa, .dynamic-form .dynamic-quotes .svg-inline--fa {
  color: #c8895e;
}

.dynamic-content .single-slide, .dynamic-content .visible-slide, .dynamic-content .dynamic-slide, .dynamic-form .single-slide, .dynamic-form .visible-slide, .dynamic-form .dynamic-slide {
  max-width: 642px;
  margin: 0 auto 2rem;
  text-align: center;
}

.dynamic-content .single-slide .slide-arrow-box, .dynamic-content .visible-slide .slide-arrow-box, .dynamic-content .dynamic-slide .slide-arrow-box, .dynamic-form .single-slide .slide-arrow-box, .dynamic-form .visible-slide .slide-arrow-box, .dynamic-form .dynamic-slide .slide-arrow-box {
  top: calc(50% - 55px);
}

.dynamic-content .single-slide p, .dynamic-content .visible-slide p, .dynamic-content .dynamic-slide p, .dynamic-form .single-slide p, .dynamic-form .visible-slide p, .dynamic-form .dynamic-slide p {
  font-size: 14px;
  margin-top: 14px;
}

.dynamic-form p {
  max-width: 576px;
}

.dynamic-form form {
  max-width: 834px;
}

.dynamic-form.text-center p, .dynamic-form.text-center form {
  margin-left: auto;
  margin-right: auto;
}

.dashed-top {
  border-top: 1px dashed rgba(112, 112, 112, 0.5);
  padding-top: 75px;
  margin-top: 75px;
}

.news-list {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .news-list {
    margin-bottom: 30px;
  }
}

.news-list h3 {
  margin-bottom: 20px;
  overflow: hidden;
}

.news-list .more-right {
  display: block;
}

@media screen and (min-width: 768px) {
  .news-list .more-right {
    float: right;
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .news-list img {
    width: 100%;
    margin-bottom: 16px;
  }
  .news-list h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .news-list p {
    margin-bottom: 6px;
  }
}

.pagination .page-item .page-link {
  border-radius: 0;
  border: solid 1px rgba(112, 112, 112, 0.2);
  min-width: 46px;
  height: 46px;
  text-align: center;
  padding: 14px;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
}

.pagination .page-item .page-link:hover {
  background-color: #c8895e;
  color: #ffffff;
}

.pagination .page-item.active .page-link {
  background-color: #c8895e;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .sidebar {
    margin-top: 30px;
    margin-bottom: 24px;
  }
}

.sidebar h5 {
  text-transform: uppercase;
  color: rgba(112, 112, 112, 0.8);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 1;
  margin-bottom: 16px;
}

.section-news-detail {
  padding-top: 150px;
}

@media screen and (max-width: 991px) {
  .section-news-detail {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .featured-thumbs img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.dropdown-toggle {
  width: 100%;
  text-align: left;
  border: solid 1px rgba(112, 112, 112, 0.3);
  text-transform: uppercase;
  color: rgba(112, 112, 112, 0.8);
  font-size: 14px;
  background-color: #ffffff;
  padding: 17px;
}

@media screen and (max-width: 991px) {
  .dropdown-toggle {
    padding: 10px;
  }
}

.dropdown-toggle:after {
  float: right;
  margin-top: 10px;
}

.dropdown-menu {
  width: 100%;
  border-radius: 0;
  -webkit-transform: none !important;
          transform: none !important;
  top: 100% !important;
  max-height: 220px;
  overflow-x: scroll;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 6px 17px;
}

.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background-color: #c8895e;
}

.modal-backdrop {
  z-index: 99991;
}

.modal {
  z-index: 99992;
}

.modal-dialog {
  max-width: 830px;
  padding-left: 15px;
  padding-right: 15px;
}

.modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  padding: 45px 40px 20px;
  -webkit-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .modal-dialog .modal-content {
    padding: 22px 20px 15px;
  }
  .modal-dialog .modal-content img {
    margin-bottom: 80px;
    margin-top: 30px;
  }
}

.modal-dialog .close {
  position: absolute;
  right: -12px;
  top: -12px;
  background-color: #000000;
  opacity: 1 !important;
  text-shadow: none;
  color: #ffffff;
  font-weight: 300;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
}

.modal-dialog .dynamic-content h4 {
  margin-bottom: 1rem;
}

.modal-dialog .dynamic-content p, .modal-dialog .dynamic-content ul, .modal-dialog .dynamic-content ol {
  margin-bottom: 1.2rem;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .modal-dialog .dynamic-content p, .modal-dialog .dynamic-content ul, .modal-dialog .dynamic-content ol {
    font-size: 16px;
  }
}

.modal-dialog .dynamic-content ul li:before {
  top: 18px;
}

#accordion {
  margin-top: -40px;
}

.panel-accordion {
  border-bottom: solid 0.5px rgba(112, 112, 112, 0.4);
}

.panel-accordion .dropdown-toggle {
  width: 100%;
  text-align: left;
  border: 0;
  text-transform: uppercase;
  padding: 0;
  font-weight: 600;
  color: #c8895e;
  background-color: #ffffff;
  padding-bottom: 40px;
  padding-top: 40px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .panel-accordion .dropdown-toggle {
    font-size: 18px;
  }
}

.panel-accordion .dropdown-toggle:after {
  float: right;
  margin-top: 10px;
  border-top: 0;
  border-bottom: .3em solid;
}

.panel-accordion .dropdown-toggle.collapsed:after {
  border-top: .3em solid;
  border-bottom: 0;
}

.panel-accordion .icon-list {
  margin-bottom: 40px;
}

.panel-accordion .icon-list .inner-icon {
  height: 140px;
  margin-bottom: 12px;
}

.section-privilage {
  padding-bottom: 85px;
}

@media screen and (max-width: 991px) {
  .section-privilage {
    padding-bottom: 0;
  }
}

.privilage-left.privilage-left-btn {
  margin-top: 16px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .privilage-left.privilage-left-btn {
    margin-top: 30px;
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .privilage-left p {
    max-width: 445px;
  }
}

@media screen and (max-width: 767px) {
  .privilage-left .btn.btn-border-orange.ml-3 {
    margin-left: 0 !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .privilage-right {
    margin-right: -30px;
  }
}

@media screen and (min-width: 768px) {
  .privilage-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .privilage-right {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .privilage-right img {
    margin: 0 5px;
  }
  .privilage-right img:first-child {
    margin-left: 0;
  }
  .privilage-right img:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .privilage-right {
    text-align: center;
  }
  .privilage-right img {
    width: 100%;
  }
  .privilage-right img:not(:last-child) {
    margin-bottom: -22%;
  }
}

@media screen and (max-width: 767px) {
  .privilage-right {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.section-address {
  position: relative;
  padding: 0;
}

.address-info {
  background-color: #c8895e;
  color: #ffffff;
  padding: 110px 40px 40px;
}

@media screen and (min-width: 992px) {
  .address-info {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 100%;
    width: 386px;
  }
}

@media screen and (max-width: 991px) {
  .address-info {
    padding: 40px 30px 24px;
  }
}

.address-info .address-list:not(:last-child) {
  margin-bottom: 32px;
}

.address-info ul {
  list-style: none;
  padding-left: 0;
}

.address-info ul .svg-inline--fa, .address-info ul i {
  margin-right: 5px;
}

.address-info h5 {
  line-height: 2.17;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .dropdown-tab {
    margin-bottom: 14px;
  }
  .dropdown-tab.dropdown-tab-body, .dropdown-tab.dropdown-tab-floor {
    margin-top: 30px;
    margin-bottom: 24px;
  }
}

.dropdown-tab .dropdown-toggle {
  background-color: #fff;
  border: 2px solid #c8895e;
}

.dropdown-tab .dropdown-toggle span {
  color: #c8895e;
  text-transform: capitalize;
}

.dropdown-tab .dropdown-toggle:after {
  border-top: .3em solid #c8895e;
}

@media screen and (min-width: 992px) {
  .dropdown-tab .dropdown-toggle {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .dropdown-tab .dropdown-menu {
    display: block;
    position: relative;
    width: 100%;
    background-color: transparent;
    padding: 0;
    margin: 0;
    float: none;
    color: inherit;
    text-align: inherit;
    top: 0;
    font-size: inherit;
    border: 0;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-tab .dropdown-menu .nav {
    display: block;
  }
  .dropdown-tab .dropdown-menu .nav-pills a, .dropdown-tab .dropdown-menu .nav-tab a {
    width: 100%;
    border-radius: 0;
    background-color: inherit;
    font-size: 14px;
    padding: 6px 17px;
  }
  .dropdown-tab .dropdown-menu .nav-pills a.active, .dropdown-tab .dropdown-menu .nav-pills a:hover, .dropdown-tab .dropdown-menu .nav-tab a.active, .dropdown-tab .dropdown-menu .nav-tab a:hover {
    color: #ffffff;
    background-color: #c8895e;
  }
}

.dropdown-tab.dropdown-tab-foot .dropdown-toggle {
  border: none;
}

.dropdown-tab.dropdown-tab-foot .dropdown-toggle span {
  color: inherit;
  text-transform: inherit;
}

.dropdown-tab.dropdown-tab-foot .dropdown-toggle:after {
  border-top: 0.3em solid rgba(112, 112, 112, 0.8);
}

.section-blank {
  padding-top: 225px;
  padding-bottom: 150px;
}

@media screen and (max-width: 991px) {
  .section-blank {
    padding-top: 200px;
    padding-bottom: 125px;
  }
}

@media screen and (max-width: 767px) {
  .section-blank {
    padding-top: 175px;
    padding-bottom: 100px;
  }
}

.section-blank .inner-head-center {
  max-width: 100%;
}

.section-blank .inner-head-center .btn {
  margin-top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section-site-plan {
    padding-bottom: 60px;
  }
}

.footer {
  background-color: #00031b;
}

@media screen and (min-width: 992px) {
  .footer {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #00031b));
    background-image: linear-gradient(to right, #ffffff 50%, #00031b 50%);
  }
}

.foot-left {
  padding-top: 84px;
  padding-bottom: 36px;
}

@media screen and (max-width: 991px) {
  .foot-left {
    text-align: center;
    background-color: #fff;
    margin-left: -167px;
    margin-right: -167px;
    border-bottom: 6px solid #c8895e;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
  }
}

.foot-right {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-color: #00031b;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .foot-right {
    border-left: 6px solid #c8895e;
    padding-left: 80px;
  }
}

.inner-foot {
  font-size: 14px;
  line-height: 1.86;
}

@media screen and (max-width: 991px) {
  .inner-foot {
    margin-bottom: 30px;
  }
  .inner-foot .dropdown-toggle {
    padding: 7px 10px;
    font-size: 12px;
  }
}

.inner-foot ul {
  padding-left: 0;
  list-style: none;
  line-height: 1.86;
  margin-bottom: 0;
}

.inner-foot ul .svg-inline--fa, .inner-foot ul i {
  margin-right: 10px;
}

@media screen and (min-width: 992px) {
  .inner-foot ul {
    margin-bottom: 58px;
  }
}

@media screen and (max-width: 991px) {
  .inner-foot ul.d-flex {
    margin-top: 16px;
  }
}

.inner-foot ul a:hover {
  color: #c8895e;
}

.inner-foot .social-facebook a:hover {
  color: #4267B2;
}

.inner-foot .social-instagram a:hover {
  color: #bc2a8d;
}

.inner-foot .social-twitter a:hover {
  color: #00acee;
}

@media screen and (min-width: 992px) {
  .inner-foot .nav-pills {
    margin-bottom: 14px;
  }
  .inner-foot .nav-pills .nav-link {
    border-radius: 0;
    border: solid 0.5px #ededed;
    opacity: .4;
    font-size: 8px;
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing: 0.8px;
  }
  .inner-foot .nav-pills .nav-link:hover, .inner-foot .nav-pills .nav-link.active {
    color: #333333;
    background-color: #ffffff;
    opacity: 1;
  }
}

.inner-foot h5 {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: 1.2px;
  opacity: .6;
  text-transform: uppercase;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .inner-foot.inner-foot-right .col-foot-menu:last-child {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .inner-foot.inner-foot-right .col-foot-menu:last-child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .inner-foot.inner-foot-right .col-foot-menu:last-child ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.form-subscribe {
  margin-bottom: 58px;
  position: relative;
}

.form-subscribe .subscribe-email {
  width: 100%;
}

.form-subscribe .input-subscribe {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 100px 15px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form-subscribe .submit-subscribe {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: 0;
  color: #c8895e;
  text-transform: uppercase;
  padding: 0;
  height: 53px;
  padding-right: 24px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-subscribe .submit-subscribe .fa-long-arrow-alt-right {
  position: absolute;
  right: 4px;
  top: 18px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-subscribe .submit-subscribe:hover {
  color: #ffffff;
}

.form-subscribe .submit-subscribe:hover .fa-long-arrow-alt-right {
  right: 0;
}

.copy-right {
  font-size: 12px;
  opacity: .6;
}

.chat-wa {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9998;
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
  .chat-wa {
    right: 30px;
    bottom: 50px;
  }
}

.chat-wa.chat-wa-abs {
  position: absolute;
  right: 6px;
  bottom: 106px;
}

.visible-slide {
  margin-left: -15px;
  margin-right: -15px;
}

.visible-slide .item {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 992px) {
  .visible-slide {
    margin-left: -30px;
    margin-right: -30px;
  }
  .visible-slide .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.visible-slide .slick-list {
  overflow: visible;
}

.visible-slide img {
  -webkit-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
}

.multiple-slide-2 {
  margin-left: -8px;
  margin-right: -8px;
}

@media screen and (min-width: 992px) {
  .multiple-slide-2 .slick-list {
    overflow: visible;
  }
}

.multiple-slide-2 .item {
  padding-left: 8px;
  padding-right: 8px;
}

.multiple-slide-2 .slide-arrow-box.slide-prev {
  left: -12px;
}

.multiple-slide-2 .slide-arrow-box.slide-next {
  right: -12px;
}

.multiple-slide-2 .relative-img h4 {
  padding: 24px 12px;
}

@media screen and (min-width: 1200px) {
  .about-left {
    margin-left: 100px;
  }
}

.col-about-left {
  -webkit-animation: 1s ease-out 0s 1 slideInFromLeft;
          animation: 1s ease-out 0s 1 slideInFromLeft;
}

@keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
  .col-about-left {
    -ms-flex: 0 0 53.868%;
    -webkit-box-flex: 0;
            flex: 0 0 53.868%;
    max-width: 53.868%;
  }
  .about-left p {
    max-width: 576px;
  }
  .col-about-right {
    -ms-flex: 0 0 46.132%;
    -webkit-box-flex: 0;
            flex: 0 0 46.132%;
    max-width: 46.132%;
  }
}

@media screen and (min-width: 768px) {
  .mobile-and-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
  .col-about-left,
  .col-about-right {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-about-left .about-right, .col-about-left .about-left,
  .col-about-right .about-right,
  .col-about-right .about-left {
    max-width: 650px;
    margin: 30px auto 0;
  }
  .mobile-menu {
    float: right;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    padding: 15px 0;
  }
  .mobile-menu .fa-times {
    display: none;
  }
  .menu-open .mobile-menu .fa-times {
    display: inline-block;
  }
  .menu-open .mobile-menu .fa-bars {
    display: none;
  }
  .main-logo img {
    max-width: 60px;
  }
  .home-banner .slick-list {
    overflow: visible;
  }
  .home-banner .banner-cover {
    height: 500px;
  }
  .home-banner .banner-text {
    position: absolute;
    background-color: #00031b;
    left: 0;
    max-width: 100%;
    text-align: center;
    top: 500px;
    padding: 60px 30px;
  }
  .home-banner .banner-text h1 {
    font-size: 45px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .desktop-and-tablet {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */