@charset "UTF-8";
/*!
 =========================================================
 * MLAC
 =========================================================
 */
html, body {
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

@keyframes slide-right {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

@keyframes slide-left {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
}

@media only screen and (max-width: 575px) {
  .container {
    padding: 0 13%;
  }
}

@media only screen and (width: 1024px) {
  .col-md-11half {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

a {
  font-family: Barlow;
  text-decoration: none !important;
  outline: none !important;
  cursor: pointer;
}

a:hover .fa-caret-right, a:hover .fa-caret-left {
  -webkit-animation: slide-right 1s ease-in-out infinite;
  animation: slide-right 1s ease-in-out infinite;
}

a:hover .fa-caret-right {
  -webkit-animation: slide-right 1s ease-in-out infinite;
  animation: slide-right 1s ease-in-out infinite;
}

a:hover .fa-caret-left {
  -webkit-animation: slide-left 1s ease-in-out infinite;
  animation: slide-left 1s ease-in-out infinite;
}

a.readmore {
  font-size: 16px;
  color: #555555;
}

section {
  padding: 120px 0;
  position: relative;
  background-size: cover;
  color: #666666;
}

section h1 {
  font-family: Barlow;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: normal;
  color: #666666;
  margin-bottom: 1em;
}

@media only screen and (max-width: 991px) {
  section h1 {
    font-size: 25px;
  }
}

section h2 {
  font-family: Barlow;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: normal;
  color: #666666;
  margin-bottom: 1em;
}

@media only screen and (max-width: 991px) {
  section h2 {
    font-size: 20px;
  }
}

section h3 {
  font-family: Barlow;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: normal;
  color: #666666;
  margin-bottom: 1em;
}

@media only screen and (max-width: 991px) {
  section h3 {
    font-size: 18px;
  }
}

section h4 {
  font-family: Barlow;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  color: #666666;
  margin-bottom: 1em;
}

@media only screen and (max-width: 991px) {
  section h4 {
    font-size: 16px;
  }
}

section h5 {
  font-family: Barlow;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  color: #666666;
  margin-bottom: 1em;
}

@media only screen and (max-width: 991px) {
  section h5 {
    font-size: 14px;
  }
}

section p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #666666;
  margin-bottom: .5em;
}

@media only screen and (max-width: 991px) {
  section p {
    font-size: 15px !important;
    margin-bottom: 1em;
  }
}

section:first-child {
  padding-top: 95px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section:first-child {
    padding-top: 70px !important;
  }
  section:first-child.home-slider {
    padding-top: 0px !important;
  }
}

@media only screen and (max-width: 991px) {
  section {
    padding: 40px 0;
  }
  section:first-child {
    padding-top: 40px;
  }
  section:last-child {
    padding-bottom: 9em;
  }
}

section.p-200 {
  padding-top: 200px;
}

@media only screen and (max-width: 991px) {
  section.p-200 {
    padding-top: 120px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  section.p-200 {
    padding-top: 135px !important;
  }
}

section ul, section ol {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  font-family: Open Sans;
  font-size: 16px;
  color: #666666;
  line-height: 1.87;
}

section ul li, section ol li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  section ul li, section ol li {
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 991px) {
  section ul, section ol {
    font-size: 15px !important;
  }
}

img {
  width: 100%;
  height: auto;
}

figure {
  position: relative;
}

.tag {
  opacity: 0.4;
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.8px;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .tag {
    font-size: 11px;
  }
}

blockquote {
  margin: 50px 0;
  position: relative;
  font-family: Barlow;
  font-size: 25px;
  font-weight: normal;
  font-style: italic;
  color: #666666;
  quotes: "“" "”" "‘" "’";
}

blockquote:before {
  position: absolute;
  content: open-quote;
  left: 0;
  top: 50%;
  transform: translate(-95%, -43%);
  opacity: 0.4;
  font-family: Barlow;
  font-size: 200px;
  font-weight: 500;
  font-style: italic;
  color: #f6ac6f;
}

@media only screen and (max-width: 767px) {
  blockquote:before {
    font-size: 150px;
    transform: translate(20%, -58%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  blockquote:before {
    font-size: 150px;
    transform: translate(20%, -44%);
  }
}

blockquote b {
  font-weight: 600;
  color: #824015;
}

@media only screen and (max-width: 767px) {
  blockquote br {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  blockquote {
    font-size: 20px;
  }
}

.btn {
  box-shadow: none !important;
  text-transform: uppercase;
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.8px;
  text-align: center;
}

.btn.btn-primary {
  border-radius: 7px;
  border: 1px solid transparent;
  background-color: #b87745;
  color: #ffffff !important;
  padding: 13px 17px;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  color: #b87745 !important;
  background-color: #ffffff !important;
  border-color: #b87745 !important;
}

@media only screen and (max-width: 991px) {
  .btn.btn-primary {
    font-size: 12px;
    padding: 10px 17px;
  }
}

.btn.btn-white {
  border-radius: 7px;
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #824015 !important;
  padding: 13px 17px;
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
  background-color: #b87745;
  color: #ffffff !important;
  border-color: #fff !important;
}

@media only screen and (max-width: 991px) {
  .btn.btn-white {
    font-size: 12px;
    padding: 10px 17px;
  }
}

.btn.btn-outline-primary {
  border-radius: 7px;
  border: solid 1px #824015;
  color: #824015 !important;
  padding: 13px 17px;
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
  color: #fff !important;
  background-color: #824015 !important;
  border-color: #824015 !important;
}

@media only screen and (max-width: 991px) {
  .btn.btn-outline-primary {
    font-size: 12px;
    padding: 10px 17px;
  }
}

.not-btn {
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.8px;
  color: #666666;
}

.not-btn:hover {
  color: #824015;
}

@media only screen and (max-width: 991px) {
  .not-btn {
    font-size: 12px;
  }
}

.page-content {
  position: relative;
  margin-top: 40px;
  padding-top: 60px;
}

@media only screen and (max-width: 991px) {
  .page-content {
    padding-top: 20px;
  }
}

.page-content.mp-0 {
  padding: 0;
  margin: 0;
}

.social-media ul {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.social-media ul li {
  margin-right: 30px;
  margin-bottom: 1rem;
}

.social-media ul li a {
  font-size: 30px;
  line-height: 33px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #000;
}

.social-media ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.dropdown .btn-default {
  background: #FFF;
  padding: 0.75rem 1rem;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
}

.dropdown .btn-default:after {
  border: none;
  width: 10px;
  height: 6px;
  background-image: url("../images/icons/arrow-down.png");
  background-size: 100%;
  vertical-align: unset;
  background-repeat: no-repeat;
  margin-left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.dropdown .dropdown-menu {
  width: 100%;
  border-radius: 0;
}

.dropdown .nav {
  display: block;
  margin-bottom: 0 !important;
}

.dropdown .nav:after {
  display: none;
}

.dropdown .nav li a, .dropdown .nav li .nav-link, .dropdown .nav .nav-item a, .dropdown .nav .nav-item .nav-link {
  font-size: 16px !important;
  border: none !important;
  display: block;
  padding: .5rem 1rem;
  color: #333;
}

.dropdown .nav li a.active, .dropdown .nav li .nav-link.active, .dropdown .nav .nav-item a.active, .dropdown .nav .nav-item .nav-link.active {
  color: #000;
}

select {
  font-size: 15px;
  color: #555555;
  position: relative;
  border-radius: 7px;
  border: solid 1px #555555;
  height: auto;
  max-width: 100%;
  padding: .5rem 2.25rem .5rem 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: 0;
  background: #ffffff url(../images/icons/arrow-down.png) no-repeat;
  background-position: right 25px center;
}

.filter-select {
  position: relative;
  margin-bottom: 0;
}

.filter-select:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 6px;
  background-image: url("../img/icon/chevron-down.png");
  background-size: cover;
}

.filter-select .custom-select {
  padding-right: 30px;
  height: auto !important;
  background: none;
  box-shadow: none !important;
}

.custom-select {
  border-radius: 0px;
  padding-right: 30px;
  background: #fff url("../img/icon/chevron-down.png") no-repeat right 10px center;
  box-shadow: none !important;
  height: auto !important;
}

.custom-select:focus {
  box-shadow: none !important;
}

.nav-tab-dropdown .dropdown-menu {
  border-radius: 0;
}

.nav-tab-dropdown .nav {
  display: block;
  margin-bottom: 0 !important;
}

.nav-tab-dropdown .nav .nav-item .nav-link {
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
}

.nav-tab-dropdown .btn {
  padding: 0;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
  background-color: transparent !important;
}

.nav-tab-dropdown .btn:focus, .nav-tab-dropdown .btn:active {
  background-color: transparent !important;
}

.nav-tab-dropdown .btn:after {
  border: none;
  width: 21px;
  height: 12px;
  background-image: url("../img/icon/chevron-down.png");
  background-size: 100%;
  vertical-align: unset;
  margin-left: 25px;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev, .slick-next {
  z-index: 1;
  width: 45.3px;
  height: 45.3px;
  background: #824015;
  border-radius: 50%;
}

.slick-prev i, .slick-next i {
  text-align: center;
  color: #ffffff;
  font-size: 22px;
}

.slick-prev:hover, .slick-next:hover {
  background: #b87745 !important;
}

.slick-prev:focus, .slick-next:focus {
  background: #824015;
}

@media only screen and (max-width: 991px) {
  .slick-prev, .slick-next {
    width: 32px;
    height: 32px;
  }
}

.slick-prev {
  letter-spacing: 3px;
}

.slick-next {
  letter-spacing: -3px;
}

.slick-slide {
  align-self: flex-start;
}

.owl-prev, .owl-next {
  z-index: 1;
  width: 45.3px;
  height: 45.3px;
  background: #824015 !important;
  border-radius: 50% !important;
  line-height: 0 !important;
  outline: none !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block !important;
}

.owl-prev i, .owl-next i {
  text-align: center;
  color: #ffffff;
  font-size: 22px;
}

.owl-prev:hover, .owl-next:hover {
  background: #b87745 !important;
}

.owl-prev:focus, .owl-next:focus {
  background: #824015;
}

@media only screen and (max-width: 991px) {
  .owl-prev, .owl-next {
    width: 32px;
    height: 32px;
  }
}

.owl-prev {
  letter-spacing: 3px;
  left: 3%;
}

@media only screen and (max-width: 767px) {
  .owl-prev {
    left: -7%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .owl-prev {
    left: -4%;
  }
}

.owl-next {
  letter-spacing: -3px;
  right: 3%;
}

@media only screen and (max-width: 767px) {
  .owl-next {
    right: -7%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .owl-next {
    right: -4%;
  }
}

.owl-theme .owl-nav .disabled {
  opacity: 1 !important;
}

.swiper-nav {
  position: relative;
  text-align: right;
  float: right;
  bottom: 20px;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .swiper-nav {
    bottom: 10px;
  }
}

.swiper-nav .swiper-pagination {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}

.swiper-nav .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-nav .swiper-pagination-custom, .swiper-nav .swiper-pagination-fraction {
  width: auto;
  position: relative;
}

.swiper-nav .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  position: relative;
}

.swiper-nav .swiper-button-next.swiper-button-disabled, .swiper-nav .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  color: #824015 !important;
}

.swiper-nav .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #824015;
  border-radius: 50%;
  display: none;
  margin: 0 8px;
}

.swiper-nav .swiper-pagination-bullet:hover {
  background-color: #b87745;
}

@media only screen and (max-width: 767px) {
  .swiper-nav .swiper-pagination-bullet {
    margin: 0 3px;
  }
}

.swiper-nav .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  display: inline-block;
  opacity: 1;
}

.swiper-nav .swiper-button-next, .swiper-nav .swiper-button-prev {
  font-size: 35px;
  color: #824015;
  top: auto;
  transform: none;
  position: relative;
  outline: 0;
}

.swiper-nav .swiper-button-next:before, .swiper-nav .swiper-button-next::after, .swiper-nav .swiper-button-prev:before, .swiper-nav .swiper-button-prev::after {
  display: none;
}

.swiper-nav .swiper-button-next:hover, .swiper-nav .swiper-button-prev:hover {
  color: #b87745;
}

@media only screen and (max-width: 991px) {
  .swiper-nav .swiper-button-next, .swiper-nav .swiper-button-prev {
    font-size: 30px;
  }
}

.swiper-nav .swiper-button-next {
  right: 0;
  left: 0;
}

.swiper-nav .swiper-button-prev {
  right: 0;
  left: 0;
}

.pagination {
  text-align: center;
  justify-content: center;
  padding: 40px 0;
}

.pagination .page-item {
  width: 35px;
  height: 35px;
  margin: 0 7px;
}

.pagination .page-item .page-link {
  padding: 0;
  width: 35px;
  height: 35px;
  box-shadow: none;
  border: 0;
  font-family: Barlow;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.6px;
  text-align: center;
  color: #824015;
  line-height: 2.3;
  background-color: transparent;
  text-transform: uppercase;
}

.pagination .page-item .page-link i {
  font-size: 14px;
  letter-spacing: 2.8px;
}

.pagination .page-item .page-link:hover {
  border-bottom: solid 3px #f6ac6f;
  color: #824015;
}

.pagination .page-item.active .page-link {
  border-bottom: solid 3px #f6ac6f;
  font-weight: bold;
}

.pagination .page-item.prev, .pagination .page-item.next {
  width: auto;
  height: auto;
}

.pagination .page-item.prev .page-link, .pagination .page-item.next .page-link {
  border-radius: 0;
  color: #666666;
  font-weight: bold;
  letter-spacing: 2.8px;
  width: auto;
  height: auto;
}

.pagination .page-item.prev .page-link:hover, .pagination .page-item.next .page-link:hover {
  background-color: transparent;
  color: #824015;
}

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .pagination .page-item {
    margin: 0;
  }
  .pagination .page-item:not(.active) {
    display: none;
  }
  .pagination .page-item.prev, .pagination .page-item.next {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .pagination {
    justify-content: space-between !important;
  }
}

.nav.nav-tab-rounded {
  margin-bottom: 30px;
}

.nav.nav-tab-rounded .nav-item {
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav.nav-tab-rounded .nav-item {
    margin-right: 5px;
  }
}

.nav.nav-tab-rounded .nav-item .nav-link {
  font-size: 14px;
  padding-bottom: 0;
  color: #878580;
  padding: 10px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav.nav-tab-rounded .nav-item .nav-link {
    padding: 10px;
  }
}

.modal .close-modal {
  position: absolute;
  right: -2%;
  top: -2%;
  z-index: 99;
  opacity: 1;
  background: url(../images/icons/close-gallery.png);
  background-size: contain;
  border: 0 !important;
  background-repeat: no-repeat;
  padding: 1.2rem;
  cursor: pointer;
  outline: none;
}

.modal .close-modal:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.modal .modal-content {
  border-radius: 0;
}

.modal .modal-body {
  padding: 0;
  position: relative;
}

.modal-backdrop {
  background-color: #000000;
}

.fancybox-image {
  width: auto;
  height: auto;
  max-width: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow, .mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

.mfp-arrow::before,
.mfp-arrow::after {
  display: none;
}

.mfp-arrow {
  opacity: 1;
  width: 90px;
  height: 90px;
}

.mfp-arrow.mfp-arrow-left {
  background: url(../images/icons/prev-gallery.png) no-repeat center center;
  left: 5%;
}

@media only screen and (max-width: 991px) {
  .mfp-arrow.mfp-arrow-left {
    left: 9%;
    top: 53%;
  }
}

.mfp-arrow.mfp-arrow-right {
  background: url(../images/icons/next-gallery.png) no-repeat center center;
  right: 5%;
}

@media only screen and (max-width: 991px) {
  .mfp-arrow.mfp-arrow-right {
    right: 9%;
  }
}

@media only screen and (max-width: 991px) {
  .mfp-arrow {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.mfp-close {
  position: absolute;
  right: -20px !important;
  top: -20px !important;
  padding: 0 !important;
  opacity: 1;
  font-size: 0;
  background: url(../images/icons/close-gallery-btn.png) no-repeat center center !important;
  line-height: 37px !important;
  width: 37px !important;
  height: 37px !important;
}

.mfp-close img {
  width: auto;
  height: auto;
}

.mfp-close:hover {
  background: url(../images/icons/close-gallery-hover.png) no-repeat center center !important;
}

@media only screen and (max-width: 991px) {
  .mfp-close {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}

@media only screen and (max-width: 767px) {
  .mfp-iframe-scaler {
    transform: scale(0.85);
    overflow: visible;
  }
}

@media only screen and (max-width: 991px) {
  .mfp-image-holder .mfp-content {
    max-width: 60%;
  }
}

.mfp-figure figure {
  border: solid 7px #ffffff;
}

img.mfp-img {
  padding: 0;
}

.mfp-bottom-bar {
  margin-top: 20px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.fancybox-button.fancybox-button--close {
  outline: none;
}

.thankyou, .notfound {
  padding-bottom: 8.5em;
}

@media only screen and (max-width: 767px) {
  .thankyou, .notfound {
    padding-bottom: 9em;
  }
}

.thankyou .t h1 {
  margin-bottom: 20px;
}

.thankyou .t p {
  margin-bottom: 30px;
}

.thankyou::before {
  content: url("../images/SUPERGRAFIK.png");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .thankyou::before {
    top: 0;
    left: 0;
    transform: translate(-50%, -20%) scale(0.4);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .thankyou::before {
    transform: translate(-50%, -50%) scale(0.6);
  }
}

.thankyou::after {
  content: url("../images/SUPERGRAFIK.png");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(51%, -50%);
}

@media only screen and (max-width: 767px) {
  .thankyou::after {
    top: 0;
    right: 0;
    transform: translate(50%, -20%) scale(0.4);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .thankyou::after {
    transform: translate(51%, -50%) scale(0.6);
  }
}

.thankyou .tyicon {
  margin-bottom: 30px;
}

.thankyou .tyicon img {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .thankyou .tyicon img {
    width: 60px;
  }
}

@-moz-keyframes spined {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spined {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spined {
  100% {
    transform: rotate(360deg);
  }
}

.notfound .thefours {
  font-family: Barlow;
  font-size: 130px;
  font-weight: 500;
  line-height: 0.46;
  text-align: center;
  color: #e29049;
  margin-bottom: 20px;
}

.notfound .thefours img {
  width: auto;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-animation: spined 5s linear infinite;
  -moz-animation: spined 5s linear infinite;
  animation: spined 5s linear infinite;
}

@media only screen and (max-width: 991px) {
  .notfound .thefours img {
    width: 100px;
    height: 100px;
    margin: 0 7px;
    position: relative;
    bottom: 4px;
  }
}

@media only screen and (max-width: 991px) {
  .notfound .thefours {
    font-family: Barlow;
    font-size: 80px;
    font-weight: 500;
    line-height: 0.75;
    text-align: center;
    color: #e29049;
  }
}

.notfound .t h1 {
  margin-bottom: 20px;
}

.notfound .t p {
  margin-bottom: 30px;
}

.main {
  position: relative;
  /* transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; */
}

.main--index {
  background-color: #F8F8F8;
  font-style: 15px;
  padding: 50px 0;
  line-height: 20px;
}

.main--index .list {
  padding-left: 0;
  list-style: none;
}

.main__card {
  display: block;
  max-width: 320px;
  margin: 0 auto 50px;
  min-height: 300px;
  background: #824015;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 5px 5px 30px -5px #ddd;
}

.main__card-label {
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.main__card-header {
  position: relative;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  letter-spacing: 1px;
  padding: 30px 0 20px 0;
}

.main__card-header figure > img {
  max-width: 160px;
}

.main__card-list {
  background: #fff;
  border-top: 0;
}

.main__card-list .main__card-item > a {
  display: block;
  font-weight: 700;
  color: #333;
  padding: 13px 20px;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  border-top: 1px solid #eee;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  position: relative;
}

.main__card-list .main__card-item > a > i {
  float: right;
  position: relative;
  top: 5px;
}

.main__card-list .main__card-item > a:hover,
.main__card-list .main__card-item > a.active {
  background: #e7e8e8;
  border-top: 1px solid #fff;
  border-left: 5px solid #824015;
  text-decoration: none;
}

.form-row {
  margin: 0 !important;
}

.form-row.bordered .form-group {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0;
}

.form-row.bordered .form-group:first-child {
  border-left: 0;
  border-right: 0;
}

.form-row.bordered .form-group:last-child {
  border-left: 0;
  border-right: 0;
}

@media only screen and (max-width: 767px) {
  .form-row.bordered .form-group {
    border-left: 0;
    border-right: 0;
  }
}

.form-group {
  padding: 25px !important;
  margin: 0;
}

.form-group.p35 {
  padding: 35px 25px !important;
}

@media only screen and (max-width: 767px) {
  .form-group.p35 {
    padding: 30px 25px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form-group.p35 {
    padding: 15px 20px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form-group {
    padding: 15px 20px !important;
  }
}

.form-group label {
  margin-bottom: 0;
  opacity: 0.4;
  font-family: Barlow;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .form-group label {
    font-size: 11px !important;
  }
}

.form-control {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  opacity: 1;
  font-family: Open Sans;
  font-size: 25px;
  letter-spacing: normal;
  color: #ffffff;
  padding: 0;
  height: 50px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

@media only screen and (max-width: 767px) {
  .form-control {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form-control {
    font-size: 16px;
  }
}

.form-control:focus {
  color: #ffffff;
  opacity: 1;
  border-color: #f6ac6f;
  border-bottom: solid 3px #f6ac6f;
  box-shadow: none;
  background-color: transparent;
}

.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

select.form-control {
  background: #ffffff url(../images/icons/arrow-down-gray.png) no-repeat;
  background-position: right 25px center;
}

select.form-control:not(:focus):invalid {
  color: rgba(85, 85, 85, 0.5);
}

.custom-select.form-select {
  background: transparent;
  border: 0;
  padding: 0;
  font-family: Open Sans;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.12;
  color: #ffffff;
  height: 50px !important;
}

.custom-select.form-select:after {
  position: absolute;
  right: 15px;
  display: inline-block;
  font-size: 18px;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .custom-select.form-select {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-select.form-select {
    font-size: 16px;
  }
}

textarea {
  min-height: 200px;
}

.radio-group label {
  opacity: 1;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .radio-group label {
    font-size: 15px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .radio-group label {
    font-size: 12px !important;
  }
}

.radio-group .radio-item {
  margin: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .radio-group .radio-item {
    margin: 7px 0;
  }
}

.radio-group .radio-item {
  display: inline-block;
}

.radio-group .radio-item input[name="custom-radio"] {
  display: none;
}

.radio-group .radio-item input[name="custom-radio"] + label > span.outer {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: -3px 14px 0 0;
  border: solid 1px #ffffff;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
}

.radio-group .radio-item input[name="custom-radio"] + label span.inner {
  display: block;
  position: absolute;
  display: none;
  width: 5px;
  height: 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

.radio-group .radio-item input[name="custom-radio"]:checked + label span.inner {
  background-color: #fff;
  display: block;
}

select.custom-select.form-select {
  opacity: 0;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
  opacity: 0;
}

.select {
  background: transparent;
  border: 0;
  padding: 0;
  font-family: Open Sans;
  font-size: 25px;
  font-weight: normal;
  line-height: 50px;
  color: #ffffff;
  height: 50px !important;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .select {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .select {
    font-size: 16px;
  }
}

.select-styled {
  text-align: left;
}

.select-styled:after {
  position: absolute;
  right: 0px;
  display: inline-block;
  font-size: 25px;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .select-styled:after {
    font-size: 20px;
    right: 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .select-styled:after {
    font-size: 16px;
  }
}

.select-styled:active:after, .select-styled.active:after {
  position: absolute;
  right: 0;
  display: inline-block;
  font-size: 25px;
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .select-styled:active:after, .select-styled.active:after {
    font-size: 20px;
    right: 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .select-styled:active:after, .select-styled.active:after {
    font-size: 16px;
  }
}

.select-options {
  display: none;
  position: absolute;
  padding: 0;
  top: 100%;
  left: -25px;
  right: -26px;
  z-index: 1000;
  margin: 25px 0 0;
  float: left;
  list-style: none;
  background-clip: padding-box;
  border: none;
  box-shadow: 0 0 10px 0 rgba(186, 186, 186, 0.59);
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .select-options {
    right: -25px;
  }
}

.select-options li {
  font-family: Open Sans;
  font-size: 25px;
  font-weight: normal;
  color: rgba(102, 102, 102, 0.5);
  transition: all 0.2s ease-in;
  padding: 12px 25px;
  border-bottom: solid 0.5px rgba(102, 102, 102, 0.6);
  margin-bottom: 0;
}

.select-options li:last-child {
  border-bottom: none;
}

.select-options li:hover {
  opacity: 1;
  color: #f6ac6f;
}

.select-options li[rel="hide"] {
  display: none;
}

@media only screen and (max-width: 767px) {
  .select-options li {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .select-options li {
    font-size: 16px;
  }
}

header.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: transparent;
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
  header.header .col-md-11half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media (max-width: 1199px) {
  header.header .menu-outer {
    display: none;
  }
}

@media (max-width: 1199px) {
  header.header .branding-outer {
    margin: 15px 10px;
    padding: 0;
  }
}

header.header .logo {
  top: 50%;
  transform: translateY(-20%);
  position: relative;
  width: 213px;
}

@media (max-width: 1199px) {
  header.header .logo {
    width: 100%;
  }
  header.header .logo img {
    width: 141px;
  }
}

@media only screen and (max-width: 767px) {
  header.header .logo img {
    width: 94px;
  }
}

header.header.header-white .main-menu ul {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

header.header.header-white .main-menu ul li.hassubmenu .mainlink::after {
  border-top: .3em solid #fff;
}

header.header.header-white .main-menu ul li:hover.hassubmenu .mainlink::after {
  border-top: .3em solid #f6ac6f;
}

header.header.header-white .main-menu ul li a.mainlink {
  color: #fff !important;
}

header.header.header-white .extra-menu ul.main-position li a {
  color: #fff !important;
}

header.header.header-white .extra-menu ul.main-position li a:hover, header.header.header-white .extra-menu ul.main-position li a.active {
  color: #f6ac6f !important;
}

header.header.header-white .extra-menu ul.nav-lang .sl-nav li {
  color: #fff;
}

header.header.header-white .extra-menu ul.nav-lang .sl-nav li ul li {
  color: #555555;
}

header.header.header-white .burger-menu .icon {
  color: #ffffff;
  background: #ffffff;
}

header.header.header-white .burger-menu .icon:before, header.header.header-white .burger-menu .icon:after {
  background: #ffffff;
}

header.header.header-white .burger-menu.active .icon {
  color: #555555;
  background: transparent;
}

header.header.header-white .burger-menu.active .icon:before, header.header.header-white .burger-menu.active .icon:after {
  background: #555555;
}

.navbar-toggler {
  outline: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  display: none;
  color: #555555;
  padding: 0;
}

.navbar-toggler:hover {
  color: #555555;
}

@media (max-width: 1199px) {
  .navbar-toggler {
    display: block;
  }
}

.burger-menu {
  display: inline-block;
  width: 23px;
  height: 42px;
  cursor: pointer;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .burger-menu {
    display: none;
  }
}

.burger-menu .icon {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 2px;
  color: #555555;
  text-indent: -100px;
  background: #555555;
  transition: all .2s ease-out;
}

.burger-menu .icon:before, .burger-menu .icon:after {
  content: '';
  width: 21px;
  height: 2px;
  background: #555555;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}

.burger-menu .icon:before {
  top: -8px;
}

.burger-menu .icon:after {
  bottom: -8px;
}

.burger-menu.active .icon {
  background: transparent;
}

.burger-menu.active .icon:before {
  top: 0;
  transform: rotateZ(45deg);
}

.burger-menu.active .icon:after {
  bottom: 0;
  transform: rotateZ(-45deg);
}

/**
 * -----------------------------------------------------
 * MENU
 * -----------------------------------------------------
 */
/**
 * Main Menu
 */
.main-menu {
  clear: both;
  float: right;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px rgba(102, 102, 102, 0.4);
}

.main-menu ul li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
  padding: 10px 0 17px 0px;
}

.main-menu ul li:first-child {
  margin-left: 0;
}

.main-menu ul li::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: solid 3px #f6ac6f;
  opacity: 0;
}

.main-menu ul li:hover::after, .main-menu ul li.active::after {
  opacity: 1;
}

.main-menu ul li:hover .mainlink, .main-menu ul li.active .mainlink {
  -webkit-text-fill-color: #f6ac6f;
  -webkit-text-stroke-width: .7px;
  -webkit-text-stroke-color: #f6ac6f;
  color: #f6ac6f !important;
}

.main-menu ul li:hover.hassubmenu .mainlink::after, .main-menu ul li.active.hassubmenu .mainlink::after {
  border-top: .3em solid #f6ac6f;
}

.main-menu ul li a {
  font-family: Barlow;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.75px;
  color: #555555 !important;
  text-transform: capitalize;
}

.main-menu ul li.hassubmenu .mainlink::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid #666666;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

@media (max-width: 1199px) {
  .main-menu ul li.hassubmenu .mainlink::after {
    display: none;
  }
}

.main-menu ul li.hassubmenu:before {
  content: " ";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 120%;
  height: 35px;
  background: transparent;
}

.main-menu ul li.hassubmenu:hover .sub-menu {
  display: block;
}

.main-menu ul li.hassubmenu:hover .sub-menu li {
  position: relative;
}

.main-menu ul li.hassubmenu:hover .sub-menu li .sub-menu {
  position: absolute;
  top: 0;
  display: none;
  padding-top: 0px;
}

.main-menu ul li.hassubmenu:hover .sub-menu li:hover .sub-menu {
  display: block;
}

.main-menu ul li .sub-menu {
  display: none;
  width: 120%;
  text-align: left;
  background: #fff;
  left: 50%;
  top: calc(100% + 22px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  position: absolute;
  z-index: 2;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  box-shadow: 0 3px 20px 0 rgba(85, 85, 85, 0.2);
}

@media (max-width: 1199px) {
  .main-menu ul li .sub-menu {
    margin-top: 0;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    padding: 0;
    max-width: unset;
    min-width: unset;
  }
}

.main-menu ul li .sub-menu:before {
  content: " ";
  position: absolute;
  left: 43%;
  top: -10px;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff;
  filter: drop-shadow(0px -3px 11px rgba(0, 0, 0, 0.15));
}

@media (max-width: 1199px) {
  .main-menu ul li .sub-menu:before {
    display: none;
  }
}

.main-menu ul li .sub-menu li {
  margin-left: 0;
  display: block;
  width: 100%;
  padding: 11px 14px;
  clear: both;
  white-space: nowrap;
  background-color: #ffffff;
  border: 0;
  border-bottom: solid 0.5px rgba(102, 102, 102, 0.25);
}

.main-menu ul li .sub-menu li:last-child {
  border-bottom: none;
}

.main-menu ul li .sub-menu li a {
  font-family: Barlow;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: normal;
  text-align: left;
  color: #555555;
  text-transform: capitalize;
}

.main-menu ul li .sub-menu li:hover a, .main-menu ul li .sub-menu li:active a, .main-menu ul li .sub-menu li.active a {
  color: #f6ac6f !important;
}

.main-menu ul li .sub-menu li::after {
  display: none;
}

/**
 * Extra Menu
 */
.extra-menu {
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
}

.extra-menu img {
  margin-top: -17px;
}

.extra-menu ul.main-position {
  list-style: none;
  margin: 0;
  margin-left: -15px;
  text-align: right;
  margin-right: 29%;
}

.extra-menu ul.main-position li {
  display: inline-block;
  padding: 0px 6px;
}

.extra-menu ul.main-position li a {
  font-family: Barlow;
  font-size: 14px;
  letter-spacing: normal;
  color: #666666;
}

.extra-menu ul.main-position li a:hover, .extra-menu ul.main-position li a.active {
  color: #f6ac6f;
}

.extra-menu ul.top-right-button {
  list-style: none;
  margin: 0;
  text-align: right;
  list-style: none;
  margin: 0;
  background-color: #a46f36;
  border: 0;
  position: absolute;
  padding: 10px 5px;
  padding-top: 15px;
  right: 9%;
  top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.extra-menu ul.top-right-button li {
  display: inline-block;
  padding: 0px 10px;
}

.extra-menu ul.top-right-button li a {
  font-family: Barlow;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.84px;
  text-align: center;
  color: #f6c036;
}

.extra-menu ul.top-right-button li a:hover, .extra-menu ul.top-right-button li a.active {
  color: #fff;
}

.extra-menu ul.nav-lang {
  position: absolute;
  padding: 10px 5px;
  padding-top: 20px;
  margin: 0;
  right: 0;
  top: 0;
}

.extra-menu ul.nav-lang img {
  width: 19.7px;
  height: 19.7px;
  margin: 0;
  margin-right: 10px !important;
}

.extra-menu ul.nav-lang .sl-nav {
  display: inline;
}

.extra-menu ul.nav-lang .sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}

.extra-menu ul.nav-lang .sl-nav li {
  cursor: pointer;
}

.extra-menu ul.nav-lang .sl-nav li ul {
  display: none;
}

.extra-menu ul.nav-lang .sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 10px 10px;
  z-index: 2;
  font-size: 15px;
  color: #555555;
  border-bottom: solid 0.5px rgba(102, 102, 102, 0.25);
  text-align: center;
}

.extra-menu ul.nav-lang .sl-nav li ul li:last-of-type {
  border-bottom: none;
}

.extra-menu ul.nav-lang .sl-nav li ul li span {
  padding-left: 5px;
}

.extra-menu ul.nav-lang .sl-nav li ul li span:hover, .extra-menu ul.nav-lang .sl-nav li ul li span.active {
  color: #f6ac6f;
}

.extra-menu ul.nav-lang .sl-nav li ul li img {
  margin-right: 0 !important;
}

.extra-menu ul.nav-lang .sl-nav li:hover ul {
  position: absolute;
  top: 29px;
  right: -15px;
  display: block;
  background: #fff;
  width: 78px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.extra-menu ul.nav-lang .sl-nav li:hover .triangle {
  position: absolute;
  top: 17px;
  right: -6px;
  z-index: 10;
  height: 12px;
  overflow: hidden;
  width: 28px;
  background: transparent;
}

.extra-menu ul.nav-lang .sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/**
 * Language Menu
 */
.menu-lang {
  margin-right: 5px;
}

.menu-lang img {
  border: 2px solid transparent;
  height: 16px;
}

.menu-lang img:hover {
  border: 2px solid #824015;
}

.menu-lang.active img {
  border: 2px solid #824015;
}

/**
 * ----------------------------------------------------
 * MENU END
 * ----------------------------------------------------
 */
/**
 * Mobile Menu FIXED
 */
.fixed-m-menu {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 888;
  transition: all 0.5s;
}

.fixed-m-menu .menu-inner {
  background: #ffffff;
  min-width: 100%;
  height: 100%;
  padding-top: 80px;
  overflow-y: scroll;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fixed-m-menu .menu-inner {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .fixed-m-menu .menu-inner {
    padding-top: 100px;
  }
}

.fixed-m-menu .menu-outer {
  background: #fff;
}

@media (max-width: 1199px) {
  .fixed-m-menu {
    display: block !important;
  }
}

.fixed-m-menu.open {
  top: 0;
}

.fixed-m-menu .main-menu {
  background: #fff;
  float: none;
  margin-left: 0px;
  padding: 0 37px;
}

.fixed-m-menu .main-menu img {
  width: 35px;
}

.fixed-m-menu .main-menu > ul {
  width: 100%;
  text-align: left;
  display: block;
  border-bottom: 0;
}

.fixed-m-menu .main-menu > ul > li {
  display: block;
  position: relative;
  margin: 0;
  padding: 12px 0;
}

.fixed-m-menu .main-menu > ul > li::after {
  display: none;
}

.fixed-m-menu .main-menu > ul > li:hover::after, .fixed-m-menu .main-menu > ul > li.active::after {
  display: none;
}

.fixed-m-menu .main-menu > ul > li.hassubmenu .expand-button {
  display: inline-block;
  padding: 0;
  width: 0;
  height: 0;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: absolute;
  right: 0;
  top: 22px;
}

.fixed-m-menu .main-menu > ul > li.hassubmenu a {
  display: inline-block;
}

.fixed-m-menu .main-menu > ul > li.hassubmenu .sub-menu {
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  border: 0;
  margin-top: 8px;
  width: 100%;
}

.fixed-m-menu .main-menu > ul > li.hassubmenu::before {
  display: none;
}

.fixed-m-menu .main-menu > ul > li a {
  display: block;
  font-size: 15px;
  text-align: left;
  color: #666666 !important;
}

.fixed-m-menu .main-menu > ul > li .sub-menu {
  display: none;
  position: absolute;
  z-index: 2;
  padding-top: 0;
  text-align: left;
}

.fixed-m-menu .main-menu > ul > li .sub-menu li {
  padding: 3px 0;
  border: 0;
}

.fixed-m-menu .main-menu > ul > li .sub-menu li a {
  background: transparent;
  font-size: 14px;
  color: #666666 !important;
  text-align: left;
}

.fixed-m-menu .main-menu > ul > li .sub-menu li:hover {
  background: transparent;
}

.fixed-m-menu .main-menu > ul > li:hover .sub-menu {
  display: none;
}

.fixed-m-menu .main-menu > ul.lang-search {
  display: flex;
}

.fixed-m-menu .main-menu .app {
  border: 0;
}

.fixed-m-menu .main-menu .app li {
  margin: 0;
  margin-right: 12px;
  padding: 0;
}

.fixed-m-menu .main-menu .nav-lang {
  margin: 0;
  padding: 0;
  border: 0;
}

.fixed-m-menu .main-menu .nav-lang img {
  width: 18px;
  height: 18px;
  margin: 0;
  margin-right: 10px !important;
}

.fixed-m-menu .main-menu .nav-lang i {
  font-size: 15px;
  color: #666666;
}

.fixed-m-menu .main-menu .nav-lang ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}

.fixed-m-menu .main-menu .nav-lang li {
  cursor: pointer;
  padding: 0;
}

.fixed-m-menu .main-menu .nav-lang li::after {
  display: none;
}

.fixed-m-menu .main-menu .nav-lang li ul {
  display: none;
}

.fixed-m-menu .main-menu .nav-lang li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 10px 10px;
  z-index: 2;
  font-size: 15px;
  color: #555555;
  text-align: center;
  margin: 0;
}

.fixed-m-menu .main-menu .nav-lang li ul li span {
  padding-left: 5px;
}

.fixed-m-menu .main-menu .nav-lang li ul li span:hover, .fixed-m-menu .main-menu .nav-lang li ul li span.active {
  color: #f6ac6f;
}

.fixed-m-menu .main-menu .nav-lang li ul li img {
  margin-right: 0 !important;
}

.fixed-m-menu .main-menu .nav-lang li:hover ul {
  position: absolute;
  top: 29px;
  left: 0;
  display: block;
  background: #fff;
  width: 135px;
  text-align: center;
  padding-top: 0px;
  z-index: 1;
  border-radius: 0;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
}

.fixed-m-menu .main-menu .nav-lang li:hover .triangle {
  position: absolute;
  top: 17px;
  left: 18px;
  z-index: 10;
  height: 12px;
  overflow: hidden;
  width: 28px;
  background: transparent;
}

.fixed-m-menu .main-menu .nav-lang li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
}

.fixed-m-menu .extra-menu {
  background-color: #a47036;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0;
  overflow: hidden;
}

.fixed-m-menu .extra-menu .outer {
  padding: 13px;
}

.fixed-m-menu .extra-menu .outer a {
  font-family: Barlow;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.15;
  letter-spacing: 0.78px;
  text-align: center;
  color: #f6c036;
}

.fixed-m-menu .extra-menu .outer a i {
  margin-right: 5px;
}

.home-slider {
  padding: 0;
  margin: 0;
  height: 100vh;
  background-color: #824015;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .home-slider {
    height: auto;
    background-color: #ffffff;
  }
  .home-slider .swiper-nav .swiper-pagination {
    transform: translateY(-60%);
  }
  .home-slider .btn {
    border: solid 1px #824015;
    color: #824015 !important;
    background-color: transparent !important;
  }
  .home-slider .btn:hover, .home-slider .btn:focus, .home-slider .btn:active {
    color: #fff !important;
    background-color: #824015 !important;
    border-color: #824015 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-slider {
    height: auto;
    padding-top: 0px !important;
  }
}

.home-slider .swiper-slide .slide-caption {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  text-align: right;
}

.home-slider .swiper-slide .slide-caption h1 {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .home-slider .swiper-slide .slide-caption {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    transform: none;
    text-align: center;
    padding: 80px 13%;
    overflow: hidden;
  }
  @-moz-keyframes spin {
    100% {
      -moz-transform: translate(-50%, -50%) scale(0.3) rotate(360deg);
    }
  }
  @-webkit-keyframes spin {
    100% {
      -webkit-transform: translate(-50%, -50%) scale(0.3) rotate(360deg);
    }
  }
  @keyframes spin {
    100% {
      transform: translate(-50%, -50%) scale(0.3) rotate(360deg);
    }
  }
  .home-slider .swiper-slide .slide-caption h1 {
    color: #666666;
    line-height: 1.52;
    margin-bottom: 30px;
  }
  .home-slider .swiper-slide .slide-caption::before {
    content: url(../images/supergrafik-all.png);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.3);
    z-index: 2;
    -webkit-animation: spin 8s linear infinite;
    -moz-animation: spin 8s linear infinite;
    animation: spin 8s linear infinite;
  }
}

.home-slider .swiper-slide img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .home-slider .swiper-slide img {
    height: auto;
  }
}

.home-slider .container.khusus-arrow {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .home-slider .container.khusus-arrow {
    position: absolute;
    top: 55%;
    left: 6%;
  }
}

.home-slider .swiper-nav {
  position: absolute;
  left: 0;
  bottom: 80px;
  padding: 0 15px;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .home-slider .swiper-nav {
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-slider .swiper-nav {
    bottom: 45px;
  }
}

.home-slider .swiper-nav .swiper-button-next.swiper-button-disabled, .home-slider .swiper-nav .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  color: #fff !important;
}

.home-slider .swiper-nav .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  display: none;
}

@media only screen and (max-width: 767px) {
  .home-slider .swiper-nav .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.home-slider .swiper-nav .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  display: inline-block;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .home-slider .swiper-nav .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
  }
}

.home-slider .swiper-nav .swiper-button-next, .home-slider .swiper-nav .swiper-button-prev {
  font-size: 35px;
  color: #fff;
  top: auto;
  transform: none;
  position: relative;
}

.home-slider .swiper-nav .swiper-button-next:before, .home-slider .swiper-nav .swiper-button-next::after, .home-slider .swiper-nav .swiper-button-prev:before, .home-slider .swiper-nav .swiper-button-prev::after {
  display: none;
}

.home-slider .swiper-nav .swiper-button-next:hover, .home-slider .swiper-nav .swiper-button-prev:hover {
  color: #b87745;
}

@media only screen and (max-width: 767px) {
  .home-slider .swiper-nav .swiper-button-next, .home-slider .swiper-nav .swiper-button-prev {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-slider .swiper-nav .swiper-button-next, .home-slider .swiper-nav .swiper-button-prev {
    font-size: 30px;
  }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}

.home-slider .icon-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 44px;
  bottom: 45px;
  border: 1px solid #fff;
  border-radius: 25px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .home-slider .icon-scroll {
    width: 17px;
    height: 22px;
    top: 51%;
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-slider .icon-scroll {
    width: 22px;
    height: 28px;
    bottom: 30px;
  }
}

.home-slider .icon-scroll:before {
  position: absolute;
  left: 50%;
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  margin-left: -5px;
  top: 8px;
  border-radius: 50%;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@media only screen and (max-width: 767px) {
  .home-slider .icon-scroll:before {
    width: 5px;
    height: 5px;
    margin-left: -2px;
    top: 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-slider .icon-scroll:before {
    width: 6px;
    height: 6px;
    margin-left: -3px;
    top: 3px;
  }
}

.home-slider .after-div {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .home-slider .after-div {
    display: none;
  }
}

.home-about {
  padding-bottom: 40px;
  background-image: linear-gradient(#824015 80%, #ffff 20%);
}

@media only screen and (max-width: 767px) {
  .home-about {
    padding: 0;
    background: none;
  }
  .home-about .container {
    padding: 0;
  }
  .home-about [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-about {
    padding-bottom: 20px;
  }
}

@-moz-keyframes spin3 {
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes spin3 {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin3 {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-moz-keyframes spin2 {
  100% {
    -moz-transform: translate(-50%, -50%) scale(0.6) rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.6) rotate(360deg);
  }
}

@keyframes spin2 {
  100% {
    transform: translate(-50%, -50%) scale(0.6) rotate(360deg);
  }
}

.home-about::before {
  content: url(../images/supergrafik-all.png);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-animation: spin3 8s linear infinite;
  -moz-animation: spin3 8s linear infinite;
  animation: spin3 8s linear infinite;
}

@media only screen and (max-width: 767px) {
  .home-about::before {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .home-about::before {
    transform: translate(-50%, -50%) scale(0.6);
    -webkit-animation: spin2 8s linear infinite;
    -moz-animation: spin2 8s linear infinite;
    animation: spin2 8s linear infinite;
  }
}

.home-about .after-div {
  position: absolute;
  bottom: 15%;
  transform: translateY(10%);
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .home-about .after-div {
    bottom: 20%;
    transform: translateY(15%);
  }
}

@media only screen and (max-width: 767px) {
  .home-about .after-div {
    display: none;
  }
}

.home-about .liner {
  position: absolute;
  top: 19%;
  left: -102%;
  width: 100%;
  height: 2px;
  background-color: #f6ac6f;
}

.home-about h1, .home-about p {
  color: #ffffff;
}

.home-about .txt {
  padding-right: 18%;
  padding-top: 8%;
}

.home-about .txt strong {
  color: #f6ac6f;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .home-about .txt {
    padding: 55px 13%;
    background: #824015;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-about .txt {
    padding-right: 5%;
  }
}

.home-about .slider {
  z-index: 2;
  margin-bottom: 40px;
}

.home-about .swiper-nav {
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .home-about .swiper-nav {
    bottom: 5px;
    right: 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-about .swiper-nav {
    bottom: 10px;
    right: -5px;
  }
}

.home-facilities {
  padding-top: 50px;
}

.home-facilities.quotes {
  padding-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .home-facilities.quotes {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-facilities.quotes {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .home-facilities.quotes {
    padding-bottom: 0;
  }
}

.home-facilities.steps {
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-facilities.steps {
    padding-bottom: 5em;
  }
}

.home-facilities.steps::before {
  content: url("../images/SUPERGRAFIK.png");
  position: absolute;
  left: 0;
  transform: translateX(-51%);
  z-index: 3;
}

.home-facilities.steps.beforeSticky::before {
  top: 65px;
}

.home-facilities.steps.onSticky::before {
  position: fixed;
  top: 65px;
}

.home-facilities .after-div {
  position: absolute;
  bottom: 0;
  transform: translateY(45%);
  width: 100%;
  z-index: 1;
}

.home-facilities blockquote {
  font-size: 35px;
  text-align: center;
  color: #666666;
  margin: 30px auto;
}

.home-facilities blockquote::before {
  transform: translate(-95%, -40%);
}

@media only screen and (max-width: 767px) {
  .home-facilities blockquote::before {
    transform: translate(-70%, -48%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-facilities blockquote::before {
    transform: translate(-85%, -40%);
  }
}

@media only screen and (max-width: 991px) {
  .home-facilities blockquote {
    font-size: 25px;
    margin: 10px auto;
  }
}

@media only screen and (max-width: 767px) {
  .home-facilities .img {
    margin-bottom: 50px;
  }
}

.home-facilities .facilities-step {
  padding: 6em 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .home-facilities .facilities-step {
    padding: 2.5em 0;
  }
}

@media only screen and (max-width: 991px) {
  .home-facilities .facilities-step .steps {
    position: relative;
    left: 0;
    transform: none;
  }
}

.home-facilities .facilities-step h1 {
  margin-bottom: 20px;
}

.home-facilities .facilities-step .features .head {
  font-family: Barlow;
  font-size: 14px;
  font-weight: 600;
  line-height: 4.29;
  letter-spacing: 1.4px;
  color: #666666;
}

.home-facilities .facilities-step .features .icon {
  padding: 0;
  margin-bottom: 20px;
}

.home-facilities .facilities-step .features .icon img {
  width: auto;
  height: 60px;
  object-fit: none;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-facilities .facilities-step .features .icon img {
    width: auto;
    height: 40px;
    object-fit: contain;
  }
}

@media only screen and (max-width: 991px) {
  .home-facilities .facilities-step .features .icon {
    margin-bottom: 10px;
  }
}

.home-facilities.horizontal {
  background: white;
  padding: 0;
  display: none;
}

@media only screen and (min-width: 1025px) {
  .home-facilities.horizontal {
    display: block;
  }
}

.home-facilities.horizontal svg {
  transform: rotate(-180deg);
}

.home-facilities.horizontal svg circle {
  stroke-width: 0.2;
  fill: transparent;
}

.home-facilities.horizontal svg .sprogress-circle-back {
  stroke: #DDDDDD;
}

.home-facilities.horizontal svg .sprogress-circle-line {
  stroke: url(#grad);
  opacity: 1;
  stroke-dasharray: 138.339;
  stroke-dashoffset: 101.369;
}

.home-facilities.horizontal .sprogress-image {
  position: relative;
  width: 625px;
  height: 625px;
  margin: 0 auto;
  top: 0;
  transform: translateY(-10%);
  z-index: 5;
}

.home-facilities.horizontal .sprogress-image img {
  position: absolute;
  border-radius: 50%;
  width: 510px;
  height: 510px;
  object-fit: cover;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.home-facilities.horizontal .sprogress-image .step-number {
  width: 85px;
  height: 85px;
  background-color: #E29049;
  border-radius: 50%;
  font-family: Barlow;
  font-size: 25px;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  z-index: 1;
}

.home-facilities.horizontal .sprogress-step {
  position: absolute;
  transform: translateY(5%);
  z-index: 3;
  width: 625px;
  height: 625px;
  margin: 0 auto;
  top: 0;
  left: 62px;
}

.home-facilities.horizontal .horizontal-container {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-facilities.horizontal .horizontal-container.pre-sticky {
  top: 0;
}

.home-facilities.horizontal .horizontal-container.sticky {
  position: fixed;
  top: 0;
}

.home-facilities.horizontal .horizontal-container.post-sticky {
  bottom: 0;
}

.home-facilities.horizontal .horizontal-container.post-sticky .horizontal-content {
  bottom: 0;
}

.home-facilities.horizontal .horizontal-content {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.home-facilities.horizontal .horizontal-item {
  display: block;
  width: 1140px;
  height: 100vh;
  background: white;
  position: absolute;
  -webkit-animation: fadeout 1s linear;
  visibility: hidden;
}

.home-facilities.horizontal .horizontal-item.one {
  -webkit-animation: fadein 1s linear;
  visibility: visible;
}

.home-facilities.horizontal .horizontal-item.one .step-number {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home-facilities.horizontal .horizontal-item.two .step-number {
  bottom: 0;
  right: 0;
  transform: translate(-150%, -50%);
}

.home-facilities.horizontal .horizontal-item.three .step-number {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.home-facilities.horizontal .horizontal-item.fadeout {
  -webkit-animation: fadeout 1s linear;
  visibility: hidden;
}

.home-facilities.horizontal .horizontal-item.fadein {
  -webkit-animation: fadein 1s linear;
  visibility: visible;
}

.home-facilities-mobile {
  text-align: center;
  padding-bottom: 4em;
  padding-top: 35px;
  display: block;
}

@media only screen and (min-width: 1025px) {
  .home-facilities-mobile {
    display: none;
  }
}

.home-facilities-mobile .after-div {
  position: absolute;
  bottom: 0;
  transform: translateY(45%);
  width: 100%;
  z-index: 1;
}

.home-facilities-mobile .img {
  margin-bottom: 120px;
  padding: 0;
}

.home-facilities-mobile .img img {
  border-radius: 50%;
  width: 275px;
  height: 275px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-facilities-mobile .img img {
    width: 320px;
    height: 320px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .home-facilities-mobile .img img {
    width: 320px;
    height: 320px;
  }
}

.home-facilities-mobile .img .circle {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  border: double 2px transparent;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #B28040, #E0AF45);
  background-origin: border-box;
  background-clip: content-box, border-box;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-facilities-mobile .img .circle {
    width: 350px;
    height: 350px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .home-facilities-mobile .img .circle {
    width: 350px;
    height: 350px;
  }
}

.home-facilities-mobile .facilities-step {
  padding: 2.5em 0;
}

.home-facilities-mobile .facilities-step h1 {
  margin-bottom: 20px;
}

.home-facilities-mobile .facilities-step .features .head {
  font-family: Barlow;
  font-size: 14px;
  font-weight: 600;
  line-height: 4.29;
  letter-spacing: 1.4px;
  color: #666666;
}

.home-facilities-mobile .facilities-step .features .icon {
  padding: 0;
  margin-bottom: 10px;
}

.home-facilities-mobile .facilities-step .features .icon img {
  width: auto;
  height: 60px;
  object-fit: none;
  margin-bottom: 12px;
}

.home-facilities-mobile .khusus-arrow {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-facilities-mobile .khusus-arrow {
    top: 41%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .home-facilities-mobile .khusus-arrow {
    top: 41%;
  }
}

.home-facilities-mobile .khusus-arrow .swiper-nav {
  bottom: 0;
}

.home-facilities-mobile .khusus-arrow .swiper-nav .swiper-button-next, .home-facilities-mobile .khusus-arrow .swiper-nav .swiper-button-prev {
  color: #b87745;
  font-size: 35px;
}

.home-facilities-mobile .khusus-arrow .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: Barlow;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  opacity: 1;
  background-color: #e29049;
  margin: 0 10px;
}

.home-facilities-mobile .khusus-arrow .swiper-pagination-bullet-active {
  background-color: #e29049;
}

.home-masterplan {
  padding: 0;
}

.home-masterplan .content-box {
  background-color: rgba(130, 64, 21, 0.9);
}

.home-masterplan .content-box h2, .home-masterplan .content-box p {
  color: #ffffff;
}

.home-masterplan .content-box .slick-item {
  padding: 33px 25%;
  text-align: center;
}

.home-masterplan .content-box .slick-prev, .home-masterplan .content-box .slick-next {
  background: white;
}

.home-masterplan .content-box .slick-prev i, .home-masterplan .content-box .slick-next i {
  color: #824015;
}

.home-masterplan .content-box .slick-prev:hover, .home-masterplan .content-box .slick-next:hover {
  background-color: #cccccc !important;
}

.home-masterplan .content-box .slick-prev {
  left: 12%;
}

.home-masterplan .content-box .slick-next {
  right: 12%;
}

.home-masterplan .masterplan-pins {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  /*max-width: 1439px;*/
  height: 100%;
}

.home-masterplan .mp-pin {
  width: 109px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.home-masterplan .mp-pin a {
  display: block;
}

.home-masterplan .mp-pin a .hovered {
  display: none;
}

.home-masterplan .mp-pin a:hover .not-hovered {
  display: none;
}

.home-masterplan .mp-pin a:hover .hovered {
  display: block;
}

.tooltip > .tooltip-inner {
  width: 312px !important;
  max-width: none;
  background-color: #824015 !important;
  padding: 27px 20px !important;
  color: white !important;
  text-align: center !important;
  border-radius: 0 !important;
}

.tooltip > .tooltip-inner h3 {
  margin-bottom: 15px !important;
}

.tooltip > .arrow {
  display: none !important;
}

.home-gallery {
  background: #B87745 url("../images/bg-home-gallery.png");
  background-size: 110%;
  padding-top: 10em;
  padding-bottom: 12em;
}

@media only screen and (max-width: 767px) {
  .home-gallery {
    background-size: 350%;
    padding-top: 5em;
    padding-bottom: 5.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-gallery {
    background-size: 200%;
    padding-top: 5em;
    padding-bottom: 8em;
  }
}

.home-gallery h1 {
  margin-bottom: 60px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .home-gallery h1 {
    margin-bottom: 25px;
  }
}

.home-gallery .slider-home-gallery .slick-slide {
  margin: 15px;
}

.home-gallery .slider-home-gallery .slick-slide img {
  opacity: 0.4;
}

.home-gallery .slider-home-gallery .slick-slide:hover img, .home-gallery .slider-home-gallery .slick-slide.slick-current img {
  opacity: 1;
}

.home-gallery .slider-home-gallery .slick-prev {
  left: 10%;
}

@media only screen and (max-width: 767px) {
  .home-gallery .slider-home-gallery .slick-prev {
    left: 14%;
  }
}

.home-gallery .slider-home-gallery .slick-next {
  right: 10%;
}

@media only screen and (max-width: 767px) {
  .home-gallery .slider-home-gallery .slick-next {
    right: 14%;
  }
}

.home-our-project {
  background-color: #F7F7F7;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .home-our-project {
    padding-top: 75px;
    padding-bottom: 20px;
  }
}

.home-our-project .before-div {
  position: absolute;
  top: 0;
  transform: translateY(-45%);
  width: 100%;
  z-index: 1;
}

.home-our-project .txt {
  align-self: center;
}

@media only screen and (max-width: 767px) {
  .home-our-project .txt {
    margin-bottom: 65px;
  }
}

.home-our-project .txt p {
  margin-bottom: 35px;
}

.home-our-project .txt .btn {
  margin-bottom: 20px;
}

.home-our-project .project-select {
  width: 100%;
  border: 0;
  border-radius: 0;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.75px;
  color: #ffffff;
  padding: 12px 20px;
  background: #e29049 url(../images/icons/arrow-down.png) no-repeat;
  background-position: right 20px center;
  text-transform: uppercase;
  background-size: 9px;
  margin-bottom: 30px;
}

.home-our-project .nav-tab {
  margin-bottom: 40px;
  margin-left: 50px;
  overflow-x: scroll;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-our-project .nav-tab {
    margin-left: 0px;
  }
}

.home-our-project .nav-tab li {
  min-width: 50%;
  flex: 1 1 auto;
}

.home-our-project .nav-tab li a {
  font-family: Barlow;
  font-size: 16px;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 2.4px;
  text-align: center;
  color: #666666;
  text-transform: uppercase;
  position: relative;
  border-bottom: solid 1px rgba(102, 102, 102, 0.4);
}

.home-our-project .nav-tab li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: solid 3px #f6ac6f;
  opacity: 0;
}

.home-our-project .nav-tab li a:hover {
  color: #824015;
}

.home-our-project .nav-tab li a.active {
  color: #824015;
}

.home-our-project .nav-tab li a.active::after {
  opacity: 1;
}

.home-our-project .owl-stage-outer {
  width: 130%;
}

@media only screen and (max-width: 767px) {
  .home-our-project .owl-stage-outer {
    width: 100%;
  }
}

.home-our-project .slick-item figcaption {
  text-align: center;
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  .home-our-project .slick-item figcaption {
    padding: 35px 0;
  }
}

.home-our-project .slick-item a {
  font-family: Barlow;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #666666;
}

.home-our-project .slick-item a:hover {
  color: #824015;
}

@media only screen and (max-width: 991px) {
  .home-our-project .slick-item a {
    font-size: 18px;
  }
}

.home-our-project .owl-prev, .home-our-project .owl-next {
  -webkit-transform: translate(0, -200%);
  -ms-transform: translate(0, -200%);
  transform: translate(0, -200%);
}

.home-contact.maps {
  padding: 0;
}

.home-contact.maps .map-responsive {
  position: relative;
  height: 100%;
  z-index: 5;
}

.home-contact.maps .map-responsive::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 65%, #f7f7f7 100%);
  background-repeat: no-repeat;
}

.home-contact.maps .mapouter {
  height: 617px;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .home-contact.maps .mapouter {
    height: 400px;
  }
  .home-contact.maps .mapouter .gm-style img {
    transform: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact.maps .mapouter {
    height: 450px;
  }
}

.home-contact .contact-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 6;
  width: 830px;
  box-shadow: 0 3px 20px 0 rgba(64, 64, 64, 0.27);
}

@media only screen and (max-width: 767px) {
  .home-contact .contact-box {
    width: 100%;
    left: 0;
    transform: none;
    position: relative;
    margin: 0;
    padding: 0 13%;
    text-align: center;
    box-shadow: none;
    top: 0;
    transform: translateY(-25%);
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact .contact-box {
    width: 600px;
  }
}

.home-contact .contact-box h2, .home-contact .contact-box p {
  color: #ffffff;
  margin-bottom: 0.7em;
}

.home-contact .contact-box .location {
  background-color: #E29049;
  padding: 30px 35px;
}

@media only screen and (max-width: 767px) {
  .home-contact .contact-box .location {
    padding: 35px;
  }
}

.home-contact .contact-box .question {
  background-color: #824015;
  background-image: url("../images/pattern-qbox.png");
  padding: 30px 35px;
}

.home-contact .contact-box .question h2 {
  margin-bottom: 0;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .home-contact .contact-box .question h2 {
    margin-bottom: 25px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact .contact-box .question h2 {
    margin-top: 7px;
  }
}

.home-contact .contact-box .question .outer {
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .home-contact .contact-box .question .outer {
    display: block;
    position: relative;
  }
}

.home-news-updates {
  background-color: #fff7f0;
  padding-bottom: 8em;
  padding-top: 13em;
}

@media only screen and (max-width: 767px) {
  .home-news-updates {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-news-updates {
    padding-top: 11em;
    padding-bottom: 5em !important;
  }
}

.home-news-updates .news-title {
  margin-bottom: 35px;
}

.home-news-updates .news-item .nws {
  margin-bottom: 50px;
}

.home-news-updates .news-item .tag {
  opacity: 0.4;
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  .home-news-updates .news-item .tag {
    font-size: 11px;
  }
}

.home-news-updates .news-item a .title {
  font-family: Barlow;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  .home-news-updates .news-item a .title {
    font-size: 20px;
  }
}

.home-news-updates .news-item a .readmore {
  margin-top: 25px;
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 2.8px;
  color: rgba(102, 102, 102, 0.72);
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .home-news-updates .news-item a .readmore {
    font-size: 13px;
  }
}

.home-news-updates .news-item a .readmore i {
  margin-left: 4px;
}

.home-news-updates .news-item a:hover .title, .home-news-updates .news-item a:hover .readmore {
  color: #824015;
}

.home-news-updates .see-all {
  text-align: right;
}

.home-news-updates .see-all a {
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.8px;
  text-align: right;
  color: #666666;
  opacity: 0.4;
}

@media only screen and (max-width: 991px) {
  .home-news-updates .see-all a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .home-news-updates .see-all {
    text-align: left;
  }
}

.gallery .title, .services .title, .facilities .title {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 991px) {
  .gallery .title, .services .title, .facilities .title {
    margin-bottom: 1rem;
  }
}

.gallery::before, .services::before, .facilities::before {
  content: url("../images/SUPERGRAFIK.png");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-51%, -50%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .gallery::before, .services::before, .facilities::before {
    top: 0;
    left: 0;
    transform: translate(-50%, -20%) scale(0.4);
  }
}

.gallery::after, .services::after, .facilities::after {
  content: url("../images/SUPERGRAFIK.png");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(51%, -50%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .gallery::after, .services::after, .facilities::after {
    top: 0;
    right: 0;
    transform: translate(50%, -20%) scale(0.4);
  }
}

.gallery .gallery-with-filter, .gallery .services-gallery, .gallery .facilities-gallery, .services .gallery-with-filter, .services .services-gallery, .services .facilities-gallery, .facilities .gallery-with-filter, .facilities .services-gallery, .facilities .facilities-gallery {
  margin-bottom: 50px;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .gallery .gallery-with-filter, .gallery .services-gallery, .gallery .facilities-gallery, .services .gallery-with-filter, .services .services-gallery, .services .facilities-gallery, .facilities .gallery-with-filter, .facilities .services-gallery, .facilities .facilities-gallery {
    margin-bottom: 0;
  }
}

.gallery .gallery-with-filter .grid-item, .gallery .services-gallery .grid-item, .gallery .facilities-gallery .grid-item, .services .gallery-with-filter .grid-item, .services .services-gallery .grid-item, .services .facilities-gallery .grid-item, .facilities .gallery-with-filter .grid-item, .facilities .services-gallery .grid-item, .facilities .facilities-gallery .grid-item {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .gallery .gallery-with-filter .grid-item, .gallery .services-gallery .grid-item, .gallery .facilities-gallery .grid-item, .services .gallery-with-filter .grid-item, .services .services-gallery .grid-item, .services .facilities-gallery .grid-item, .facilities .gallery-with-filter .grid-item, .facilities .services-gallery .grid-item, .facilities .facilities-gallery .grid-item {
    margin-bottom: 20px;
  }
}

.gallery .gallery-with-filter .grid-item figure, .gallery .services-gallery .grid-item figure, .gallery .facilities-gallery .grid-item figure, .services .gallery-with-filter .grid-item figure, .services .services-gallery .grid-item figure, .services .facilities-gallery .grid-item figure, .facilities .gallery-with-filter .grid-item figure, .facilities .services-gallery .grid-item figure, .facilities .facilities-gallery .grid-item figure {
  box-shadow: 0 3px 20px 0 rgba(59, 59, 59, 0.43);
  margin: 0;
  overflow: hidden;
}

.gallery .gallery-with-filter .grid-item figure .img, .gallery .services-gallery .grid-item figure .img, .gallery .facilities-gallery .grid-item figure .img, .services .gallery-with-filter .grid-item figure .img, .services .services-gallery .grid-item figure .img, .services .facilities-gallery .grid-item figure .img, .facilities .gallery-with-filter .grid-item figure .img, .facilities .services-gallery .grid-item figure .img, .facilities .facilities-gallery .grid-item figure .img {
  overflow: hidden;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}

.gallery .gallery-with-filter .grid-item figure figcaption, .gallery .services-gallery .grid-item figure figcaption, .gallery .facilities-gallery .grid-item figure figcaption, .services .gallery-with-filter .grid-item figure figcaption, .services .services-gallery .grid-item figure figcaption, .services .facilities-gallery .grid-item figure figcaption, .facilities .gallery-with-filter .grid-item figure figcaption, .facilities .services-gallery .grid-item figure figcaption, .facilities .facilities-gallery .grid-item figure figcaption {
  padding: 20px;
  text-align: center;
  background: white;
  overflow: hidden;
  position: relative;
}

.gallery .gallery-with-filter .grid-item figure figcaption p, .gallery .services-gallery .grid-item figure figcaption p, .gallery .facilities-gallery .grid-item figure figcaption p, .services .gallery-with-filter .grid-item figure figcaption p, .services .services-gallery .grid-item figure figcaption p, .services .facilities-gallery .grid-item figure figcaption p, .facilities .gallery-with-filter .grid-item figure figcaption p, .facilities .services-gallery .grid-item figure figcaption p, .facilities .facilities-gallery .grid-item figure figcaption p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  text-align: center;
  color: #b87745;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .gallery .gallery-with-filter .grid-item figure figcaption p, .gallery .services-gallery .grid-item figure figcaption p, .gallery .facilities-gallery .grid-item figure figcaption p, .services .gallery-with-filter .grid-item figure figcaption p, .services .services-gallery .grid-item figure figcaption p, .services .facilities-gallery .grid-item figure figcaption p, .facilities .gallery-with-filter .grid-item figure figcaption p, .facilities .services-gallery .grid-item figure figcaption p, .facilities .facilities-gallery .grid-item figure figcaption p {
    font-size: 18px !important;
  }
}

.gallery .gallery-with-filter .grid-item figure:hover, .gallery .services-gallery .grid-item figure:hover, .gallery .facilities-gallery .grid-item figure:hover, .services .gallery-with-filter .grid-item figure:hover, .services .services-gallery .grid-item figure:hover, .services .facilities-gallery .grid-item figure:hover, .facilities .gallery-with-filter .grid-item figure:hover, .facilities .services-gallery .grid-item figure:hover, .facilities .facilities-gallery .grid-item figure:hover {
  cursor: pointer;
}

.gallery .gallery-with-filter .grid-item figure:hover .img, .gallery .services-gallery .grid-item figure:hover .img, .gallery .facilities-gallery .grid-item figure:hover .img, .services .gallery-with-filter .grid-item figure:hover .img, .services .services-gallery .grid-item figure:hover .img, .services .facilities-gallery .grid-item figure:hover .img, .facilities .gallery-with-filter .grid-item figure:hover .img, .facilities .services-gallery .grid-item figure:hover .img, .facilities .facilities-gallery .grid-item figure:hover .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.gallery .gallery-with-filter .grid-item figure:hover figcaption, .gallery .services-gallery .grid-item figure:hover figcaption, .gallery .facilities-gallery .grid-item figure:hover figcaption, .services .gallery-with-filter .grid-item figure:hover figcaption, .services .services-gallery .grid-item figure:hover figcaption, .services .facilities-gallery .grid-item figure:hover figcaption, .facilities .gallery-with-filter .grid-item figure:hover figcaption, .facilities .services-gallery .grid-item figure:hover figcaption, .facilities .facilities-gallery .grid-item figure:hover figcaption {
  background: #B87745;
}

.gallery .gallery-with-filter .grid-item figure:hover figcaption p, .gallery .services-gallery .grid-item figure:hover figcaption p, .gallery .facilities-gallery .grid-item figure:hover figcaption p, .services .gallery-with-filter .grid-item figure:hover figcaption p, .services .services-gallery .grid-item figure:hover figcaption p, .services .facilities-gallery .grid-item figure:hover figcaption p, .facilities .gallery-with-filter .grid-item figure:hover figcaption p, .facilities .services-gallery .grid-item figure:hover figcaption p, .facilities .facilities-gallery .grid-item figure:hover figcaption p {
  color: #fff;
}

.tab-wrap {
  margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .tab-wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.category-bar-filters {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #666666;
}

@media only screen and (max-width: 767px) {
  .category-bar-filters {
    border: 0;
  }
}

.category-bar-filters img {
  width: auto;
  margin-right: 10px;
}

.category-bar-filters li {
  display: inline-block;
  position: relative;
  font-family: Barlow;
  padding: 15px 25px;
  line-height: 31px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.4px;
  color: #666666;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0;
  height: 62px;
}

@media only screen and (max-width: 767px) {
  .category-bar-filters li {
    display: block;
    padding: 15px 10px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.category-bar-filters li::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: solid 3px #f6ac6f;
  opacity: 0;
}

.category-bar-filters li:hover, .category-bar-filters li.active {
  color: #824015;
}

.category-bar-filters li:hover::after, .category-bar-filters li.active::after {
  opacity: 1;
}

.select-gallery-filter {
  width: 100%;
  box-shadow: 0 0 5px 0 rgba(85, 85, 85, 0.28);
  background-color: #e29049;
}

.select-gallery-filter a.select-name.btn-default {
  background-color: transparent;
  display: block;
  padding: 12px 20px;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.75px;
  color: #ffffff;
  text-transform: uppercase;
  align-items: flex-start;
  text-align: left;
  position: relative;
}

.select-gallery-filter img {
  width: auto;
  height: 23px;
  margin-right: 5px;
}

.select-gallery-filter ul {
  padding: 0;
  background-color: #fff;
  border: 0;
  box-shadow: 0 0 5px 0 rgba(85, 85, 85, 0.28);
}

.select-gallery-filter ul li {
  padding: 15px 20px;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.75px;
  color: #666;
  text-transform: uppercase;
  margin: 0;
  border-bottom: solid 0.5px rgba(102, 102, 102, 0.25);
}

.select-gallery-filter ul li:last-of-type {
  border-bottom: none;
}

.select-gallery-filter ul img {
  filter: brightness(0.1);
}

.facilities .title {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
  .facilities .title {
    margin-bottom: 1rem;
  }
}

.facilities::before {
  content: url("../images/SUPERGRAFIK.png");
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-51%, 20%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .facilities::before {
    top: 0;
    left: 0;
    transform: translate(-50%, -20%) scale(0.4);
  }
}

.facilities::after {
  content: url("../images/SUPERGRAFIK.png");
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(51%, 20%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .facilities::after {
    top: 0;
    right: 0;
    transform: translate(50%, -20%) scale(0.4);
  }
}

.facilities .grid-item.category .category-icon-wrapper {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}

.facilities .grid-item.category .filter-icon {
  position: relative;
  width: 41px;
  height: 41px;
  background-color: #ffffff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  display: inline-block;
  margin-right: 10px;
}

.facilities .grid-item.category.kids .filter-icon.icon-kids {
  background-image: url("../images/icons/cat-kids.png");
}

.facilities .grid-item.category.adults .filter-icon.icon-adults {
  background-image: url("../images/icons/cat-adults.png");
}

.facilities .grid-item.category.matures .filter-icon.icon-matures {
  background-image: url("../images/icons/cat-matures.png");
}

.gallery .title {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
  .gallery .title {
    margin-bottom: 1rem;
  }
}

.gallery::before {
  content: url("../images/SUPERGRAFIK.png");
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-51%, 20%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .gallery::before {
    top: 0;
    left: 0;
    transform: translate(-50%, -20%) scale(0.4);
  }
}

.gallery::after {
  content: url("../images/SUPERGRAFIK.png");
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(51%, 20%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .gallery::after {
    top: 0;
    right: 0;
    transform: translate(50%, -20%) scale(0.4);
  }
}

.gallery .category-bar-filters li {
  padding: 15px 80px;
  line-height: 31px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .gallery .category-bar-filters li {
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 991px) {
  .kpa-simulation {
    padding-bottom: 5.55em;
  }
}

.kpa-simulation::before {
  content: url("../images/SUPERGRAFIK.png");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-51%, -50%);
}

@media only screen and (max-width: 767px) {
  .kpa-simulation::before {
    top: 0;
    left: 0;
    transform: translate(-51%, -20%) scale(0.4);
    z-index: -2;
  }
}

.kpa-simulation::after {
  content: url("../images/SUPERGRAFIK.png");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(51%, -50%);
}

@media only screen and (max-width: 767px) {
  .kpa-simulation::after {
    top: 0;
    right: 0;
    transform: translate(51%, -20%) scale(0.4);
    z-index: -2;
  }
}

.kpa-simulation .box-simulation {
  box-shadow: 0 0 20px 0 rgba(88, 88, 88, 0.2);
  background-color: #b87745;
  margin-top: 50px;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
}

.kpa-simulation .box-simulation .form-control {
  border-bottom: 0;
}

.kpa-simulation .box-simulation .total {
  background-color: #824015;
}

.kpa-simulation .box-simulation .total .result-total {
  line-height: 50px;
}

.kpa-simulation .after-div {
  position: absolute;
  bottom: 0;
  transform: translateY(45%);
  width: 100%;
  z-index: 1;
}

.kpa-simulation .footnote {
  opacity: 0.6;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: normal;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .kpa-simulation .footnote {
    font-size: 12px;
    line-height: 1.82;
  }
}

.landing-category {
  margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .landing-category {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .landing-category {
    padding-bottom: 7em !important;
  }
}

.landing-category::before {
  content: url("../images/SUPERGRAFIK.png");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .landing-category::before {
    top: 0;
    left: 0;
    transform: translate(-50%, -20%) scale(0.4);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .landing-category::before {
    transform: translate(-50%, -50%) scale(0.6);
  }
}

.landing-category::after {
  content: url("../images/SUPERGRAFIK.png");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(51%, -50%);
}

@media only screen and (max-width: 767px) {
  .landing-category::after {
    top: 0;
    right: 0;
    transform: translate(50%, -20%) scale(0.4);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .landing-category::after {
    transform: translate(51%, -50%) scale(0.6);
  }
}

.landing-category h1 {
  margin-bottom: 65px;
}

@media only screen and (max-width: 991px) {
  .landing-category h1 {
    margin-bottom: 50px;
  }
}

.landing-category .card-item {
  width: 100%;
  overflow: hidden;
  z-index: 5;
  position: relative;
}

.landing-category .card-item:hover {
  cursor: pointer;
}

.landing-category .card-item:hover .card-image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.landing-category .card-item:hover .card-title {
  background-color: #E29049;
}

.landing-category .card-item:hover .card-title h2 {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .landing-category .card-item {
    margin-bottom: 40px;
  }
}

.landing-category .card-title {
  position: relative;
  margin-bottom: 0;
  background-image: url("../images/lan-cat-pattern.png");
  background-color: #B87745;
  background-size: cover;
  padding: 15px 25px;
}

.landing-category .card-title h2 {
  margin-bottom: 5px;
  font-weight: 500;
  color: #ffffff;
}

.landing-category .card-image {
  height: 385px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .landing-category .card-image {
    height: 300px;
  }
}

.on-progress {
  background-image: url("../images/on-prog-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .on-progress {
    padding-bottom: 6em;
  }
}

.on-progress img {
  width: auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .on-progress img {
    width: 65px;
  }
}

.on-progress h1, .on-progress p {
  color: #ffffff;
  margin-bottom: 20px;
}

.on-progress .btn {
  margin-top: 20px;
}

.project-header {
  background-color: #824015;
}

.project-header h1, .project-header p {
  color: #ffffff;
}

.project-header p {
  line-height: 1.87;
}

.project-header .container {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .project-header:before {
    content: url("../images/supergrafik-all.png");
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-43%, 53%) scale(0.3);
    z-index: 1;
  }
}

.project-header::after {
  content: "";
  width: 100%;
  height: 751px;
  background: url("../images/bg-project-landing.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 50%);
}

@media only screen and (max-width: 767px) {
  .project-header::after {
    transform: translate(0, 13%);
  }
}

@media only screen and (max-width: 767px) {
  .project-header {
    padding-bottom: 100px;
  }
  .project-header p br {
    display: none;
  }
}

.project-items {
  z-index: 2;
  margin-bottom: 6em;
  padding-top: 0;
}

@media only screen and (max-width: 991px) {
  .project-items {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-items {
    padding-top: 55px;
  }
}

.project-items .project-list.accordion {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .project-items .project-list.accordion .accordion__item {
    margin-bottom: 0px;
  }
}

.project-items .project-list.accordion .accordion__item .accordion-header {
  transition: all .5s;
  position: relative;
  z-index: 2;
}

.project-items .project-list.accordion .accordion__item .accordion-header:hover {
  cursor: pointer;
}

.project-items .project-list.accordion .accordion__item .accordion-header .txt {
  background: url("../images/pattern-prjt.png");
  background-size: cover;
  padding: 65px;
}

.project-items .project-list.accordion .accordion__item .accordion-header .txt.on-left {
  background-color: #B87745;
}

.project-items .project-list.accordion .accordion__item .accordion-header .txt.on-right {
  background-color: #E29049;
}

@media only screen and (max-width: 767px) {
  .project-items .project-list.accordion .accordion__item .accordion-header .txt {
    padding: 40px;
    background-size: 135%;
    padding-bottom: 7em;
    transition: all .3s;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-items .project-list.accordion .accordion__item .accordion-header .txt {
    padding: 45px;
    padding-bottom: 7em;
  }
}

.project-items .project-list.accordion .accordion__item .accordion-header .txt h2, .project-items .project-list.accordion .accordion__item .accordion-header .txt p {
  color: #ffffff;
}

.project-items .project-list.accordion .accordion__item .accordion-header .txt .p-name {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .project-items .project-list.accordion .accordion__item .accordion-header .txt .p-name {
    margin-bottom: 15px;
  }
}

.project-items .project-list.accordion .accordion__item .accordion-header .txt .set-inside {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project-items .project-list.accordion .accordion__item .accordion-header .txt .set-inside .desc .i .t {
  opacity: 0.7;
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .project-items .project-list.accordion .accordion__item .accordion-header .txt .set-inside .desc .i .t {
    font-size: 12px !important;
  }
}

.project-items .project-list.accordion .accordion__item .accordion-header .txt .set-inside .desc .i .v {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .project-items .project-list.accordion .accordion__item .accordion-header .txt .set-inside .desc .i.see-d {
    margin-top: 30px;
  }
}

.project-items .project-list.accordion .accordion__item .accordion-header .txt .set-inside .desc p {
  margin-bottom: 0;
}

.project-items .project-list.accordion .accordion__item .accordion-header .txt .set-inside .desc .btn {
  padding: 10px 12px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .project-items .project-list.accordion .accordion__item .accordion-header .txt .set-inside .desc .btn {
    font-size: 13px !important;
    margin-bottom: 10px;
  }
}

.project-items .project-list.accordion .accordion__item .accordion-header .img img {
  margin-top: -19%;
}

@media only screen and (max-width: 767px) {
  .project-items .project-list.accordion .accordion__item .accordion-header .img img {
    margin-top: -25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-items .project-list.accordion .accordion__item .accordion-header .img img {
    margin-top: -80px;
    object-fit: cover;
    height: 125%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-items .project-list.accordion .accordion__item .accordion-header .img {
    margin-bottom: 2px;
  }
}

.project-items .project-list.accordion .accordion__item .accordion-body {
  color: #353535;
  display: none;
  background-color: #FFF7F0;
  position: relative;
  overflow: hidden;
}

.project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents {
  padding: 125px 85px;
}

@media only screen and (max-width: 767px) {
  .project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents {
    padding: 40px 20px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents {
    padding: 65px;
    padding-bottom: 90px;
  }
}

.project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents .close-accordion img {
  width: 14.7px;
  height: 14.7px;
}

.project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents .close-accordion img:hover {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents .close-accordion {
    margin-bottom: 30px;
  }
}

.project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents h2 {
  color: #e29049;
  margin-bottom: 2.5em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents h2 {
    margin-bottom: 2em;
  }
}

.project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents h2 b {
  font-weight: bold;
  letter-spacing: 3px;
}

.project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents .tower-map {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents .tower-map {
    margin-bottom: 40px;
  }
}

.project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents .room-item {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents .room-item {
    margin-bottom: 35px;
  }
}

.project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents .room-item .icon-color {
  background-color: #ffffff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents .room-item .icon-color {
    width: 20px;
    height: 20px;
  }
}

.project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents .room-item .icon-color, .project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents .room-item p, .project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents .room-item a {
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents .room-item a {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .project-items .project-list.accordion .accordion__item .accordion-body .accordion-body__contents {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .project-items .project-list.accordion .accordion__item.active .accordion-header .txt, .project-items .project-list.accordion .accordion__item:last-child .accordion-header .txt {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .project-items .project-list.accordion .accordion__item:last-child .accordion-body .accordion-body__contents {
    padding-bottom: 40px;
  }
}

@-webkit-keyframes move {
  0% {
    transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 80px, 0px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale3d(1.3, 1.3, 1.3) translate3d(0, 0px, 0px);
  }
}

.project-detail-header {
  transform: scale(1.3);
  background-color: #824015;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 677px;
  animation: move 9s ease-in-out;
  -webkit-animation: move 9s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .project-detail-header {
    animation: none;
    height: 200px;
    transform: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-detail-header {
    height: 435px;
  }
}

.vr-wrap {
  padding: 0 !important;
}

.vr-wrap .container {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .vr-wrap .container {
    position: relative;
    top: 0;
    transform: translateY(-35px) !important;
    z-index: 3;
  }
}

.vr-wrap .before-div {
  position: absolute;
  top: 0;
  transform: translateY(-18%);
  width: 100%;
}

.vr-box {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(30%);
  min-width: 435px;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .vr-box {
    position: relative;
    transform: none;
    min-width: 1px;
    width: 100%;
  }
}

.vr-box .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vr-box .item .list {
  width: 64px;
  height: 64px;
  background: white;
  border-radius: 50%;
  position: relative;
  padding: 20px;
  margin: 15px 0;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .vr-box .item .list {
    width: 52px;
    height: 52px;
    margin: 12px 0;
    margin-right: 25px;
  }
}

.vr-box .item .list img {
  width: auto;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .vr-box .item .list img {
    transform: translate(-50%, -50%) scale(0.8);
  }
}

.vr-box .item .list .count {
  font-family: Barlow;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #e29049;
  border-radius: 50%;
  border: solid 2px #ffffff;
  text-align: center;
  position: absolute;
  top: 0;
  right: -5px;
  --size: 25px;
  width: var(--size);
  height: var(--size);
}

@media only screen and (max-width: 767px) {
  .vr-box .item .list .count {
    border: solid 1.5px #ffffff;
    top: -5px;
    right: 0;
    font-size: 11px;
    --size: 21px;
    width: var(--size);
    height: var(--size);
  }
}

.vr-box .tx {
  align-self: center;
  padding: 0;
}

.vr-box .vr-top {
  background-color: #824015;
  padding: 15px 50px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .vr-box .vr-top {
    padding: 18px 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vr-box .vr-top {
    padding: 15px 25px;
  }
}

.vr-box .vr-top p {
  color: #ffffff;
  margin-bottom: 0;
}

.vr-box .vr-top .type {
  font-family: Barlow;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.vr-box .vr-top .type b {
  font-size: 20px;
  letter-spacing: normal;
}

@media only screen and (max-width: 767px) {
  .vr-box .vr-top .type {
    font-size: 14px !important;
  }
  .vr-box .vr-top .type b {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .vr-box .vr-top .size {
    font-size: 14px !important;
  }
}

.vr-box .vr-bottom {
  background-color: #E29049;
  background-image: url("../images/vr-pattern.png");
  padding: 15px 50px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .vr-box .vr-bottom {
    padding: 18px 23px;
    background-size: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vr-box .vr-bottom {
    padding: 15px 25px;
  }
}

.vr-box .vr-bottom .btn {
  display: block;
}

@media only screen and (max-width: 767px) {
  .vr-box .vr-bottom .btn {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 12px;
  }
}

.detail-information {
  padding-bottom: 80px;
  padding-top: 9em;
}

@media only screen and (max-width: 767px) {
  .detail-information {
    padding-top: 40px;
    padding-bottom: 6em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .detail-information {
    padding-top: 7em;
  }
}

.detail-information .description {
  margin-bottom: 6em;
}

@media only screen and (max-width: 767px) {
  .detail-information .description {
    margin-bottom: 2.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .detail-information .description {
    margin-bottom: 4em;
  }
}

.detail-information .description .ico {
  align-self: flex-end;
}

@media only screen and (max-width: 767px) {
  .detail-information .description .ico {
    padding: 40px 0;
  }
}

.detail-information .description .ico .icon {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .detail-information .description .ico .icon {
    margin-bottom: 25px;
  }
  .detail-information .description .ico .icon p {
    font-size: 14px !important;
  }
}

.detail-information .description .ico .icon .frame {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.detail-information .description .ico .icon img {
  width: auto;
  height: 55px;
}

.detail-information .description .ico .icon.term-condition .frame::after {
  content: url("../images/icons/term-condition-icon.png");
  position: absolute;
  top: 5px;
  right: -10px;
}

.detail-information .description .ico .term-detail {
  padding-left: 6px;
  display: flex;
  margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
  .detail-information .description .ico .term-detail {
    padding: 0 30px;
  }
}

.detail-information .description .ico .term-detail .sk {
  padding-right: 10px;
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .detail-information .description .ico .term-detail .sk {
    padding-left: 0;
    padding-right: 15px;
  }
}

.detail-information .description .ico .term-detail .sk .ic {
  width: 17px;
  height: 17px;
}

.detail-information .description .ico .term-detail .d {
  margin-top: 4px;
}

.detail-information .description .ico .term-detail .d p {
  font-size: 12px !important;
  font-weight: normal;
  font-style: italic;
  line-height: 1.67;
}

.detail-information .legend .map img {
  width: 412px;
  height: auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .detail-information .legend .map img {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .detail-information .legend .map {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .detail-information .legend .map {
    padding-right: 5%;
  }
}

.detail-information .legend .legend-info .three-d {
  margin-top: 3.5em;
}

@media only screen and (max-width: 767px) {
  .detail-information .legend .legend-info .three-d {
    margin-top: 2.3em;
  }
}

.detail-information .legend .legend-info .outer {
  padding-left: 6px;
}

.detail-information .legend .legend-info .title {
  font-weight: bold;
  line-height: 2.4;
  color: #e29049;
}

@media only screen and (max-width: 767px) {
  .detail-information .legend .legend-info .title {
    margin-bottom: 20px;
  }
}

.detail-information .legend .legend-info ol.symbol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 45px;
  column-count: 2;
}

@media only screen and (max-width: 767px) {
  .detail-information .legend .legend-info ol.symbol {
    column-count: 1;
  }
}

.detail-information .legend .legend-info ol.symbol li {
  counter-increment: my-awesome-counter;
  margin-bottom: 20px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .detail-information .legend .legend-info ol.symbol li {
    margin-bottom: 15px;
  }
}

.detail-information .legend .legend-info ol.symbol li::before {
  content: counter(my-awesome-counter);
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 600;
  color: #824015;
  background: #F6AC6F;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  --size: 26px;
  left: calc(-1 * var(--size) - 21px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
}

.detail-information .before-div {
  position: absolute;
  top: 0;
  transform: translateY(-18%);
  width: 100%;
}

.detail-information .after-div {
  position: absolute;
  bottom: 0;
  transform: translateY(45%);
  width: 100%;
  z-index: 1;
}

.specification {
  background-color: #824015;
  background-image: url("../images/bg-spec.png");
}

@media only screen and (max-width: 991px) {
  .specification {
    background-size: 350%;
    padding-top: 100px;
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .specification {
    background-size: cover;
  }
}

.specification h1, .specification h4, .specification ul, .specification li {
  color: white;
}

.specification h1 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .specification h1 {
    margin-bottom: 60px;
  }
}

.specification h4 {
  text-transform: uppercase;
  font-family: Barlow;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .specification h4 {
    font-size: 18px !important;
  }
  .specification h4:after {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 18px;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
}

.specification .list-spec {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .specification .list-spec {
    display: none;
    overflow: hidden;
  }
}

.specification .slist {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .specification .slist {
    margin-bottom: 15px;
  }
  .specification .slist.active h4:after {
    content: "\f0d8";
  }
}

@media only screen and (max-width: 991px) {
  .units {
    padding-top: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .units {
    padding-bottom: 7em;
  }
}

.units .before-div {
  position: absolute;
  top: 0;
  transform: translateY(-45%);
  width: 100%;
  z-index: 1;
}

.units .after-div {
  position: absolute;
  bottom: 0;
  transform: translateY(45%);
  width: 100%;
  z-index: 1;
}

.units::before {
  content: url("../images/SUPERGRAFIK.png");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-51%, -50%);
}

@media only screen and (max-width: 767px) {
  .units::before {
    transform: translate(-51%, -50%) scale(0.5);
    z-index: -2;
  }
}

.units::after {
  content: url("../images/SUPERGRAFIK.png");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(51%, -50%);
}

@media only screen and (max-width: 767px) {
  .units::after {
    transform: translate(51%, -50%) scale(0.5);
    z-index: -2;
  }
}

.units .head {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .units .head {
    margin-bottom: 2.5rem;
  }
  .units .head h1 {
    margin-bottom: 0;
  }
}

.units .apartement-unit-gallery {
  margin-bottom: 50px;
}

.units .apartement-unit-gallery .grid-item {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.units .apartement-unit-gallery .grid-item .img {
  box-shadow: 0 3px 20px 0 rgba(59, 59, 59, 0.43);
  overflow: hidden;
}

.units .apartement-unit-gallery .grid-item .img img {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}

.units .apartement-unit-gallery .grid-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.units .slider-style-mobile {
  position: relative;
}

.contact-bottom {
  padding: 60px;
  padding-top: 85px;
  background-image: url("../images/banner-bottom-contact.png");
  background-color: #B87745;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .contact-bottom {
    padding: 75px 37px;
    padding-bottom: 8em !important;
  }
  .contact-bottom .container {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-bottom {
    padding-bottom: 5.5em !important;
  }
}

.contact-bottom h2 {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .contact-bottom h2 {
    margin-bottom: 1.5em;
  }
}

.contact-bottom .tx {
  align-self: center;
}

@media only screen and (max-width: 767px) {
  .contact-bottom .btn-white {
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff !important;
  }
  .contact-bottom .btn-white:hover, .contact-bottom .btn-white:focus, .contact-bottom .btn-white:active {
    background-color: #ffffff;
    color: #b87745 !important;
    border-color: #fff !important;
  }
}

.news-updates-top {
  background-image: linear-gradient(#824015 90%, #ffff 10%);
  padding-bottom: 40px;
}

.news-updates-top::after {
  content: url("../images/supergrafik-all.png");
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-16%, -3%) scale(0.8);
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .news-updates-top::after {
    bottom: 0;
    left: 0;
    transform: translate(-45%, 2%) scale(0.4);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-updates-top::after {
    bottom: 0;
    left: 0;
    transform: translate(-45%, -10%) scale(0.5);
  }
}

@media only screen and (max-width: 991px) {
  .news-updates-top {
    background-image: linear-gradient(#824015 77%, #ffff 23%);
  }
}

.news-updates-top .news-landing {
  z-index: 2;
  box-shadow: 0 3px 20px 0 rgba(88, 88, 88, 0.17);
}

@media only screen and (max-width: 991px) {
  .news-updates-top .news-landing {
    box-shadow: none;
  }
}

.news-updates-top .title-box {
  box-shadow: 0 4px 10px 0 rgba(85, 85, 85, 0.15);
  background: url("../images/bg-news-landing-box.png") #e29049;
  width: 360px;
  padding: 65px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
  text-align: right;
}

.news-updates-top .title-box h1 {
  font-weight: 500;
  line-height: 1.43;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .news-updates-top .title-box h1 {
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
  }
}

@media only screen and (max-width: 991px) {
  .news-updates-top .title-box {
    box-shadow: none;
    width: 100%;
    top: 0;
    left: 0;
    padding: 30px 40px;
    position: relative;
    text-align: left;
    right: auto;
    transform: none;
  }
  .news-updates-top .title-box .btn {
    margin-bottom: 20px;
  }
}

.news-updates-top .swiper-slide img {
  box-shadow: 0 3px 20px 0 rgba(88, 88, 88, 0.17);
}

.news-updates-top .swiper-nav {
  bottom: -40px;
}

.news-updates-top .after-div {
  position: absolute;
  bottom: 10%;
  transform: translateY(20%);
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .news-updates-top .after-div {
    bottom: 22%;
    transform: translateY(15%);
  }
}

@media only screen and (max-width: 767px) {
  .posts {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .posts .pagination {
    padding: 0;
  }
}

.posts .post-content {
  padding-right: 80px;
}

@media only screen and (max-width: 991px) {
  .posts .post-content {
    padding-right: 15px;
  }
}

.posts h2 {
  margin-bottom: 15px;
  line-height: 1.5;
}

.posts .media {
  margin-bottom: 90px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .posts .media {
    display: grid;
  }
}

@media only screen and (max-width: 767px) {
  .posts .media .media-img {
    order: 1;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.posts .media .media-img img {
  width: 255px;
  height: 185px;
  object-fit: cover;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .posts .media .media-img img {
    width: 100%;
    height: auto;
    padding: 0;
  }
}

.posts .media .media-body {
  padding-right: 8%;
}

@media only screen and (max-width: 767px) {
  .posts .media .media-body {
    padding-right: 0;
    order: 2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts .media .media-body {
    padding-right: 5%;
  }
}

.posts .media .media-body a:hover h2 {
  color: #824015;
}

.posts .media .media-body p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .posts .media .media-body p {
    font-size: 15px;
  }
}

.posts .media .media-body p.date {
  margin-bottom: 5px;
  text-transform: uppercase;
  opacity: 0.5;
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 1.4px;
  color: #555555;
}

@media only screen and (max-width: 991px) {
  .posts .media .media-body p.date {
    font-size: 12px !important;
    margin-bottom: 8px;
    letter-spacing: 1.1px;
  }
}

.posts .media.tanpa-image .media-body {
  padding-right: 0;
}

.posts.news-items {
  padding-top: 90px;
}

@media only screen and (max-width: 767px) {
  .posts.news-items {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts.news-items {
    padding-top: 65px;
  }
}

.posts.news-items .postingan-row {
  margin-bottom: 5em;
}

@media only screen and (max-width: 991px) {
  .posts.news-items .postingan-row {
    margin-bottom: 2em;
  }
}

.posts.news-items .panel-filter {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .posts.news-items .panel-filter {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts.news-items .panel-filter {
    margin-bottom: 40px;
  }
}

.posts.news-items .panel-filter .title {
  display: inline-block;
  margin-right: 20px;
}

.posts.news-items .panel-filter .title p {
  font-family: Barlow;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #e29049;
}

@media only screen and (max-width: 991px) {
  .posts.news-items .panel-filter .title p {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 991px) {
  .posts.news-items .panel-filter .title {
    margin-bottom: 30px;
  }
}

.posts.news-items .panel-filter select {
  opacity: 0;
}

.posts.news-items .panel-filter .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
  opacity: 0;
}

.posts.news-items .panel-filter .select {
  margin-right: 20px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.8px;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 246px;
  padding: 12px 20px;
  text-transform: unset;
  background-color: #e29049;
}

@media only screen and (max-width: 767px) {
  .posts.news-items .panel-filter .select {
    width: 100%;
    margin-bottom: 30px;
  }
}

.posts.news-items .panel-filter .select:hover, .posts.news-items .panel-filter .select:focus, .posts.news-items .panel-filter .select.clicked {
  background-color: #824015;
}

.posts.news-items .panel-filter .select-styled {
  text-align: left;
}

.posts.news-items .panel-filter .select-styled:after {
  position: absolute;
  right: 21px;
  display: inline-block;
  font-size: 16px;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.posts.news-items .panel-filter .select-styled:active:after, .posts.news-items .panel-filter .select-styled.active:after {
  position: absolute;
  right: 21px;
  display: inline-block;
  font-size: 16px;
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.posts.news-items .panel-filter .select-options {
  display: none;
  position: absolute;
  width: 246px;
  padding: 0;
  top: 100%;
  left: 0;
  z-index: 1000;
  margin: .125rem 0 0;
  float: left;
  list-style: none;
  background-clip: padding-box;
  border: none;
  box-shadow: 0 3px 10px 0 rgba(78, 78, 78, 0.13);
  background-color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .posts.news-items .panel-filter .select-options {
    width: 100%;
  }
}

.posts.news-items .panel-filter .select-options li {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.8px;
  text-align: left;
  color: #666666;
  transition: all 0.2s ease-in;
  padding: 10px 20px;
  border-bottom: solid 0.5px rgba(102, 102, 102, 0.6);
}

.posts.news-items .panel-filter .select-options li:last-child {
  border-bottom: none;
}

.posts.news-items .panel-filter .select-options li:hover {
  font-weight: bold;
  color: #824015;
}

.posts.news-items .panel-filter .select-options li[rel="hide"] {
  display: none;
}

.posts.news-items .postingan {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .posts.news-items .postingan {
    margin-bottom: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts.news-items .postingan {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .posts.posts-detail {
    padding-bottom: 100px;
  }
}

.posts.posts-detail p {
  margin-bottom: 1em;
}

@media only screen and (max-width: 991px) {
  .posts.posts-detail .recent .r {
    font-size: 20px !important;
  }
}

.posts.posts-detail .recent-item {
  margin-top: 25px;
  margin-bottom: 40px;
}

.posts.posts-detail .recent-item img {
  width: 160px;
  height: auto;
  margin-bottom: 20px;
  box-shadow: 0 3px 20px 0 rgba(85, 85, 85, 0.15);
}

@media only screen and (max-width: 991px) {
  .posts.posts-detail .recent-item {
    padding-right: 50px;
  }
}

.posts.posts-detail .recent-item .d {
  opacity: 0.5;
  font-size: 12px !important;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #555555;
  margin-bottom: 10px;
}

.posts.posts-detail .recent-item a h4 {
  font-weight: normal;
}

.posts.posts-detail .recent-item a h4:hover {
  color: #824015;
  font-weight: 500;
}

.posts.posts-detail .main-image {
  margin-bottom: 65px;
}

@media only screen and (max-width: 991px) {
  .posts.posts-detail .main-image {
    margin-bottom: 40px;
  }
}

.posts.posts-detail .main-image .caption {
  opacity: 0.6;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  .posts.posts-detail .main-image .caption {
    font-size: 12px !important;
  }
}

.posts.posts-detail .main-image .title-box {
  box-shadow: 0 4px 10px 0 rgba(85, 85, 85, 0.15);
  background: url("../images/bg-news-detail-box.png") #e29049;
  padding: 25px 40px;
  position: relative;
  margin-bottom: 20px;
}

.posts.posts-detail .main-image .title-box h1 {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.6;
}

.posts.posts-detail .date {
  opacity: 0.5;
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  color: #555555;
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .posts.posts-detail .date {
    font-size: 12px !important;
    margin-bottom: 20px;
  }
}

.posts.posts-detail ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  font-family: Open Sans;
  font-size: 16px;
  color: #666666;
  line-height: 1.87;
}

.posts.posts-detail ul li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .posts.posts-detail ul li {
    margin-bottom: 15px;
  }
}

.posts.posts-detail img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.posts.posts-detail blockquote {
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .posts.posts-detail blockquote {
    padding: 0 50px;
  }
}

.posts.posts-detail .post-slider .swiper-nav {
  position: relative;
  text-align: right;
  float: right;
  bottom: 20px;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .posts.posts-detail .post-slider .swiper-nav {
    bottom: 10px;
  }
}

.posts.posts-detail .post-slider .swiper-nav .swiper-pagination {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}

.posts.posts-detail .post-slider .swiper-nav .swiper-container-horizontal > .swiper-pagination-bullets, .posts.posts-detail .post-slider .swiper-nav .swiper-pagination-custom, .posts.posts-detail .post-slider .swiper-nav .swiper-pagination-fraction {
  width: auto;
  position: relative;
}

.posts.posts-detail .post-slider .swiper-nav .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  position: relative;
}

.posts.posts-detail .post-slider .swiper-nav .swiper-button-next.swiper-button-disabled, .posts.posts-detail .post-slider .swiper-nav .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  color: #824015 !important;
}

.posts.posts-detail .post-slider .swiper-nav .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #824015;
  border-radius: 50%;
  display: none;
  margin: 0 12px;
}

.posts.posts-detail .post-slider .swiper-nav .swiper-pagination-bullet:hover {
  background-color: #b87745;
}

.posts.posts-detail .post-slider .swiper-nav .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  display: inline-block;
  opacity: 1;
}

.posts.posts-detail .post-slider .swiper-nav .swiper-button-next, .posts.posts-detail .post-slider .swiper-nav .swiper-button-prev {
  font-size: 35px;
  color: #824015;
  top: auto;
  transform: none;
  position: relative;
}

.posts.posts-detail .post-slider .swiper-nav .swiper-button-next:before, .posts.posts-detail .post-slider .swiper-nav .swiper-button-next::after, .posts.posts-detail .post-slider .swiper-nav .swiper-button-prev:before, .posts.posts-detail .post-slider .swiper-nav .swiper-button-prev::after {
  display: none;
}

.posts.posts-detail .post-slider .swiper-nav .swiper-button-next:hover, .posts.posts-detail .post-slider .swiper-nav .swiper-button-prev:hover {
  color: #b87745;
}

.posts.posts-detail .post-slider .swiper-nav .swiper-button-next {
  right: 0;
  left: 0;
}

.posts.posts-detail .post-slider .swiper-nav .swiper-button-prev {
  right: 0;
  left: 0;
}

.posts.posts-detail .photo-caption {
  margin: 70px auto;
  text-align: left;
  width: 403px;
}

@media only screen and (max-width: 767px) {
  .posts.posts-detail .photo-caption {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.posts.posts-detail .photo-caption p {
  opacity: 0.6;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  .posts.posts-detail .photo-caption p {
    font-size: 12px !important;
  }
}

.posts.posts-detail .photo-caption img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .posts.posts-detail .photo-caption img {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .posts.posts-detail .photo-caption {
    width: 100%;
  }
}

.posts.posts-detail .share {
  margin: 70px 0;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .posts.posts-detail .share {
    margin: 50px 0;
    display: block;
  }
}

.posts.posts-detail .share p {
  font-family: Barlow;
  font-size: 25px;
  font-weight: 500;
  color: #666666;
  margin-right: 15px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .posts.posts-detail .share p {
    font-size: 20px !important;
    margin-bottom: 40px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .posts.posts-detail .share p {
    font-size: 20px !important;
  }
}

.posts.posts-detail .share .social {
  color: #ffffff;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 2px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  transition: all 220ms ease-in-out;
  top: 50%;
  transform: translateY(-50%);
}

.posts.posts-detail .share .social:hover {
  transform: translateY(-25px);
}

.posts.posts-detail .share .social i {
  font-size: 12px;
}

.posts.posts-detail .share .facebook {
  background: #4267b2;
}

.posts.posts-detail .share .twitter {
  background: #55acee;
}

.posts.posts-detail .share .email {
  background: #7D7D7D;
}

.posts.posts-detail .share .linkedin {
  background: #0077b5;
}

.posts.posts-detail .share .link {
  background: #95d039;
}

.posts.posts-detail .share .whatsapp {
  background: #24d366;
}

.career-vacancy h1 {
  margin-bottom: 20px;
}

.career-vacancy .vacancy-list {
  margin-bottom: 10px;
}

.career-vacancy .vacancy-list .vacancy-item {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px rgba(102, 102, 102, 0.3);
}

.career-vacancy .vacancy-list .vacancy-item:last-child {
  border-bottom: none;
}

.career-vacancy .vacancy-list .vacancy-item h3 {
  font-weight: normal;
  color: #666666;
  margin-bottom: 20px;
  display: inline-block;
}

.career-vacancy .vacancy-list .vacancy-item h3:hover {
  color: #824015;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .career-vacancy .vacancy-list .vacancy-item h3 {
    font-size: 20px !important;
    margin-bottom: 15px;
  }
}

.career-vacancy .vacancy-list .vacancy-item .status-job {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.career-vacancy .vacancy-list .vacancy-item .status-job i {
  margin-right: 8px;
}

.career-vacancy .vacancy-list .vacancy-item .status-job .separator {
  margin: 0 7px;
}

@media only screen and (max-width: 991px) {
  .career-vacancy .vacancy-list .vacancy-item .status-job {
    margin-bottom: 25px;
  }
}

.career-vacancy .vacancy-list .vacancy-item .popup-job a {
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.8px;
  color: #666666;
  text-transform: uppercase;
}

.career-vacancy .vacancy-list .vacancy-item .popup-job a:hover {
  color: #824015;
}

@media only screen and (max-width: 991px) {
  .career-vacancy .vacancy-list .vacancy-item .popup-job {
    margin-bottom: 23px;
  }
  .career-vacancy .vacancy-list .vacancy-item .popup-job a {
    font-size: 13px;
  }
}

.career-vacancy .vacancy-list .vacancy-item .button-job {
  margin-top: -15px;
}

.career-vacancy .vacancy-list .vacancy-item .button-job .btn-primary:hover {
  color: #ffffff !important;
  background-color: #824015 !important;
}

@media only screen and (max-width: 767px) {
  .career-vacancy .vacancy-list .vacancy-item .button-job {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .career-vacancy .vacancy-list .vacancy-item .button-job {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 991px) {
  .career-vacancy {
    padding-bottom: 6em !important;
  }
}

@media only screen and (max-width: 767px) {
  .modal-career .modal-dialog {
    max-width: 75%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .modal-career .close-modal {
    transform: scale(0.5);
    right: -7%;
    top: -19px;
  }
}

.modal-career .modal-body {
  padding: 90px;
  overflow: hidden;
}

.modal-career .modal-body::after {
  content: url("../images/SUPERGRAFIK.png");
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(17%, 31%);
}

@media only screen and (max-width: 991px) {
  .modal-career .modal-body::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .modal-career .modal-body {
    max-height: 60vh;
    overflow: scroll;
    padding: 0;
    margin: 30px;
    margin-right: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-career .modal-body {
    max-height: 60vh;
    overflow: scroll;
    padding: 0;
    margin: 40px;
    margin-right: 20px;
    padding-right: 20px;
  }
}

.modal-career .modal-body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

.modal-career .modal-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #EFEFEF;
}

.modal-career .modal-footer {
  padding: 0;
  border: 0;
  background-color: #b87745;
}

.modal-career .modal-footer .button-job-footer .btn {
  display: block;
  border-radius: 0;
  padding: 15px 17px;
  border: 0 !important;
}

.modal-career .modal-footer::before {
  transform: none;
  display: block;
  position: absolute;
  right: 0;
  bottom: 48px;
  left: 0;
  content: "";
  height: 135px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #ffffff 60%);
  background-repeat: no-repeat;
}

.modal-career .head-title {
  margin: 0;
  margin-bottom: 25px;
}

.modal-career h3 {
  font-family: Barlow;
  font-size: 25px;
  font-weight: 600;
  color: #824015;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .modal-career h3 {
    font-size: 20px !important;
  }
}

.modal-career p {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #666666;
  margin-bottom: 25px;
}

.modal-career .status-job {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .modal-career .status-job {
    display: block;
    margin-bottom: 15px;
  }
  .modal-career .status-job p {
    margin-bottom: 5px;
  }
}

.modal-career .status-job i {
  margin-right: 8px;
}

.modal-career .status-job .separator {
  margin: 0 7px;
}

@media only screen and (max-width: 767px) {
  .modal-career .status-job .separator {
    display: none;
  }
}

.modal-career .button-job {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.modal-career .button-job .btn-primary:hover {
  color: #ffffff !important;
  background-color: #824015 !important;
}

.modal-career ul {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  padding: 0;
  color: #666666;
  margin-bottom: 25px;
}

.modal-career ul li {
  font-weight: normal;
  margin-left: 17px;
  margin-top: 8px;
}

.maps {
  padding: 0;
}

.maps .map-responsive {
  position: relative;
  height: 100%;
  z-index: 25;
}

.maps .mapouter {
  height: 389px;
  box-shadow: 0 3px 20px 0 rgba(56, 56, 56, 0.16);
}

@media only screen and (max-width: 767px) {
  .maps .mapouter {
    height: 170px;
  }
  .maps .mapouter .gm-style img {
    transform: scale(0.7);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .maps .mapouter {
    height: 330px;
  }
}

.contact-info {
  padding-bottom: 0;
}

.contact-info .jt {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .contact-info .jt {
    margin-bottom: 0;
  }
}

.contact-info .information .big-title {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .contact-info .information .big-title {
    margin-bottom: 35px;
  }
}

.contact-info .information .big-title p {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .contact-info .information .big-title .kiri {
    margin-bottom: 25px;
  }
}

.contact-info .information .big-title .kiri i {
  margin-right: 5px;
}

.contact-info .information .big-title .kiri a:hover p {
  color: #824015;
}

.contact-info .information .title {
  font-family: Barlow;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.6px;
  color: #824015;
}

.contact-info .information .email {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .contact-info .information .email {
    font-size: 13px;
  }
}

.contact-info .information .cp {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .contact-info .information .cp {
    display: block;
  }
}

.contact-info .information .cp b {
  font-weight: bold;
  color: #824015;
}

.contact-info .information .cp .separator {
  margin: 0 5px;
}

@media only screen and (max-width: 767px) {
  .contact-info .information .cp .separator {
    display: none;
  }
}

.contact-info .information .office {
  font-weight: bold;
}

.contact-info .information .small-title {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .contact-info .information .small-title {
    margin-bottom: 65px;
  }
}

.contact-info .information .small-title .one-line p, .contact-info .information .small-title .one-line .cp {
  display: inline;
}

@media only screen and (max-width: 767px) {
  .contact-info .information .small-title .one-line p, .contact-info .information .small-title .one-line .cp {
    display: block;
  }
}

.contact-info .information .small-title .one-line .separator {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .contact-info .information .small-title .one-line .separator {
    display: none;
  }
}

.contact-info::after {
  content: url("../images/supergrafik-all.png");
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-20%, -17%);
}

@media only screen and (max-width: 767px) {
  .contact-info::after {
    bottom: 0;
    left: 0;
    transform: translate(-45%, 21%) scale(0.3);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info::after {
    bottom: 0;
    left: 0;
    transform: translate(-32%, -6%) scale(0.6);
  }
}

.form-on-contact {
  margin-top: -55px;
  padding-top: 170px;
  padding-bottom: 9em;
  background-color: #b87745;
}

@media only screen and (max-width: 767px) {
  .form-on-contact {
    margin-top: -86px;
  }
}

.form-on-contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/before-contact-form.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -18%);
}

@media only screen and (max-width: 767px) {
  .form-on-contact::before {
    transform: translate(0, -2%);
  }
}

.form-on-contact .title {
  text-align: center;
  margin-bottom: 35px;
}

.form-on-contact .title h1, .form-on-contact .title p {
  color: #ffffff;
}

.form-on-contact .title h1 {
  margin-bottom: 20px;
}

.form-on-contact .contact-form {
  text-align: center;
}

.form-on-contact .contact-form .row {
  margin-bottom: 12px;
}

.form-on-contact .contact-form .row .col-md-4 {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .form-on-contact .contact-form .row .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .form-on-contact .contact-form .row {
    margin-bottom: 0;
  }
}

.form-on-contact .contact-form .tag {
  margin-bottom: 0;
  opacity: 0.7;
  font-family: Barlow;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .form-on-contact .contact-form .tag {
    font-size: 12px !important;
  }
}

.form-on-contact .contact-form .btn {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .form-on-contact .contact-form .btn {
    margin-top: 50px;
    margin-bottom: 3em;
  }
}

@media only screen and (max-width: 767px) {
  .form-on-contact .contact-form {
    text-align: left;
  }
}

.pre-footer {
  z-index: 99;
  left: 0;
  position: relative;
  margin-top: -40px;
}

.pre-footer h5 {
  padding: 5px 20px;
  margin-bottom: 0;
  font-family: Barlow;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 2.8px;
  text-align: center;
  color: #824015;
  position: relative;
  background-color: #e29049;
  display: inline-block;
  border-top-right-radius: 7px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .pre-footer h5 {
    font-size: 15px;
  }
}

footer {
  background: #824015;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 35px;
}

footer a:hover, footer a i:hover {
  color: #f6ac6f !important;
}

footer::after {
  content: url("../images/sentral-bottom.png");
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 72%);
}

footer .head_title {
  opacity: 0.7;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 5px;
}

footer .head_title i {
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  footer .head_title {
    font-size: 11px;
    display: inline-block;
  }
}

footer .footer_address .address {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  footer .footer_address .address {
    margin-bottom: 25px;
  }
}

footer .footer_address i {
  margin-right: 20px;
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  footer .footer_address i {
    font-size: 15px;
  }
}

footer .footer_address h5 {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  footer .footer_address h5 {
    font-size: 18px;
  }
}

footer .footer_address p {
  margin-bottom: 0;
}

footer .footer_address .street {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.75;
  color: #ffffff;
  margin-bottom: 28px;
}

@media only screen and (max-width: 991px) {
  footer .footer_address .street {
    font-size: 14px;
    line-height: 2;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer_address .street {
    margin-bottom: 25px;
  }
}

footer .footer_address .phone a, footer .footer_address .email a {
  display: block;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.75;
  color: #ffffff;
}

footer .footer_address .phone a:not(:first-child) i, footer .footer_address .email a:not(:first-child) i {
  visibility: hidden;
}

@media only screen and (max-width: 991px) {
  footer .footer_address .phone a, footer .footer_address .email a {
    font-size: 14px;
    line-height: 2;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer_address {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer_address {
    margin-bottom: 40px;
  }
}

footer .footer_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer_menu ul {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer_menu ul li {
    margin-bottom: 7px;
  }
}

footer .footer_menu ul li a {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 200;
  line-height: 2.19;
  color: #ffffff !important;
}

footer .footer_menu ul li a:hover {
  color: #f6ac6f !important;
}

@media only screen and (max-width: 991px) {
  footer .footer_menu ul li a {
    font-size: 15px;
  }
}

footer .footer_menu ul li i {
  font-size: 16px;
  line-height: 2.19;
  color: #ffffff;
}

footer .footer_menu ul li i:hover {
  cursor: pointer;
  color: #f6ac6f;
}

@media only screen and (max-width: 991px) {
  footer .footer_menu ul li i {
    font-size: 15px;
  }
}

footer .footer_menu ul li.hassubmenu {
  position: relative;
}

@media only screen and (max-width: 767px) {
  footer .footer_menu ul li.hassubmenu a.toggle-collapse {
    position: absolute;
    right: 0;
  }
}

footer .footer_menu ul li.hassubmenu a.toggle-collapse.collapsed i:before {
  content: '\f0d7';
}

footer .footer_menu ul.submenu {
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  footer .footer_menu ul.submenu {
    padding: 3px 0;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer_menu ul.submenu {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer_menu ul.submenu li {
    margin-bottom: 0;
  }
}

footer .footer_menu ul.submenu li a {
  font-family: Barlow;
  font-size: 16px;
  font-weight: 200;
  color: #ffffff;
}

footer .footer_menu ul.submenu li a:hover {
  color: #f6ac6f;
}

@media only screen and (max-width: 767px) {
  footer .footer_menu ul.submenu li a {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  footer .footer_menu .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer_menu {
    margin-bottom: 40px;
  }
}

footer .footer_socmed .instagram-feeds {
  margin-top: 28px;
  margin-bottom: 46px;
  padding: 0 15px;
  padding-right: 2px;
}

footer .footer_socmed .instagram-feeds .ig-list-photo {
  padding-right: 13px;
  padding-bottom: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer_socmed .instagram-feeds {
    margin-bottom: 0;
  }
}

footer .sitemap .widget-title {
  position: relative;
}

footer .sitemap .widget-title a {
  display: block;
  font-family: Barlow;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2.6px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: .5;
}

footer .sitemap .widget-title a:hover {
  color: #ffffff !important;
}

footer .sitemap .widget-title a:after {
  position: absolute;
  right: 0;
  top: -2px;
  display: block;
  font-size: 15px;
  color: #ffffff;
  opacity: 0.5;
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

footer .sitemap .widget-title a.toggle-collapse.collapsed:after {
  content: '\f0d7';
}

footer .copyright {
  opacity: 0.5;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.71;
  text-align: left;
  color: #ffffff;
}

footer .copyright p {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  footer .copyright {
    font-size: 11px;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .copyright {
    font-size: 11px;
  }
}

footer .info .whatsapp {
  width: 80px;
  height: 80px;
}

@media only screen and (max-width: 991px) {
  footer .info .whatsapp {
    width: 54px;
    height: 54px;
  }
}

footer .info p {
  opacity: 0.3;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.71;
  text-align: right;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  footer .info p {
    opacity: .5;
    font-size: 11px;
  }
}

footer .info a {
  color: #ffffff;
}

footer .info a:hover {
  color: #ffffff;
}

footer .info:hover {
  opacity: 1;
}

.bottom-footer {
  background-color: #e29049;
}

.bottom-footer img {
  width: auto;
  display: block;
  margin: 0 auto;
  padding: 30px 0;
}

@media only screen and (max-width: 991px) {
  .bottom-footer img {
    width: 213px;
  }
}


/** CUSTOM **/
.gallery .gallery-with-filter .grid-item a.video figure{
  display: block;
}
.gallery .gallery-with-filter .grid-item a.video figure .play-btn{
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
  width: 100%;
}
.gallery .gallery-with-filter .grid-item a.video figure .play-btn i{
  display: inline-block;
  color: #fff;
  font-size: 70px;
  text-shadow:  0 1px rgba(30, 30, 30, .3);

}
.page-template-page-homepage  .fixed-m-menu .main-menu ul li.menu-about > a{
      -webkit-text-fill-color: #666666 !important;
      -webkit-text-stroke-width: 0px;
      -webkit-text-stroke-color: #666666 !important;
      color: #666666 !important;
}

.page-template-page-on-progress header.header.header-white  .main-menu ul li.menu-project > a::after,
.tax-project-category  header.header.header-white .main-menu ul li.menu-project > a::after,
.single-sentralt-project header.header.header-white .main-menu ul li.menu-project > a::after{
  border-top: .3em solid #f6ac6f;
}
.page-template-page-on-progress .main-menu ul li.menu-project::after,
.single-post .main-menu ul li.menu-news::after,
.single-sentralt-project .main-menu ul li.menu-project::after,
.main-menu ul li:hover::after, .main-menu ul li.active::after {
  opacity: 1;
}
.page-template-page-on-progress .main-menu ul li.menu-project > a,
.single-post .main-menu ul li.menu-news > a,
.single-sentralt-project .main-menu ul li.menu-project > a,
.main-menu ul li:hover .mainlink, .main-menu ul li.active .mainlink {
  -webkit-text-fill-color: #f6ac6f;
  -webkit-text-stroke-width: .7px;
  -webkit-text-stroke-color: #f6ac6f;
  color: #f6ac6f !important;
}
.page-template-page-homepage  .main-menu ul li.menu-about > a{
  -webkit-text-fill-color: #fff !important;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff !important;
  color: #fff !important;
}
.page-template-page-homepage  .main-menu ul li.menu-about::after{
  opacity: 0;
}
.contact-info .information p a{
  font-family: Open Sans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #666666;
}
.contact-info .information p a:hover{
  text-decoration: underline !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white !important;
}
.form-control:disabled, .form-control[readonly]{
  background: transparent !important;
  font-weight: 400 !important;
}
blockquote  strong{	
  font-weight: 600;	
  color: #824015;	
}
.pagination .page-item .page-link a{	
  color: #824015;	
}
.pagination .page-item.prev .page-link a,.pagination .page-item.next .page-link a{
  color: #666666;
}
.pagination .page-item.prev .page-link a:hover,.pagination .page-item.next .page-link a:hover{	
  background-color: transparent;	
  color: #824015;	
}
.mfp-bottom-bar{
  display: none;
}
.specification .slist ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.75;
}

@media only screen and (max-width: 767px){
  .specification .slist ul{
      display: none;
      overflow: hidden;
  }
  .specification .active.slist ul{
      display: block !important;
      overflow: visible !important;
  }
}
.extra-menu ul.nav-lang .sl-nav li ul li a{
  color: #555555;
}

.single-sentralt-project .specification .slist  p{
  color: #fff;
}