/*
Theme Name: Citatah
Theme URI: https://citatah.co.id
Author: Bit Group Asia
Author URI: https://bitgroup.co.id
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Special made for PT. Citatah Tbk
*/

.copyright {
  position: absolute;
  bottom: 0%;
  right: 0%;
  font-family: "GothamLight";
  color: white;
  font-size: 12px;
}

.mb-94 {
  margin-bottom: 94px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.gap-10 {
  gap: 10px;
}

.d-grid {
  display: grid;
}

.grid-system {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 64px;
  column-gap: 20px;
  max-width: 995px;
  margin: auto;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 10px;
}

.catalogue-title-sub {
  font-size: 36px;
  line-height: 44px;
  color: #5a5555;
}

.catalogue-images-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalogue-title {
  font-size: 21px;
  line-height: 25px;
  font-weight: 300;
  font-family: "gotham";
  color: #5a5555;
  text-transform: uppercase;
}

.annual-hero-title {
  line-height: 44px;
  font-family: "GothamThin";
  font-size: 36px;
  color: #5a5555;
  text-transform: uppercase;
}

.gotham-thin {
  font-family: "GothamThin";
}

.text-inside-image {
  top: 33px;
  left: 33px;
  font-size: 21px;
  line-height: 25px;
  color: #5a5555;
  font-family: "GothamThin";
  max-width: 80%;
}

.gap-20 {
  gap: 20px;
}

.irc-p {
  line-height: 14px;
  font-size: 12px;
  font-family: "GothamThin";
  color: #5a5555;
}

.irc-title {
  font-size: 12px;
  font-family: "GothamThin";
  line-height: 14px;
  margin-bottom: 36px !important;
  color: #5a5555;
}

.irc-subtitle {
  line-height: 25px;
  font-size: 21px;
  color: #5a5555;
  font-family: "GothamBook";
}

.mt-20 {
  margin-top: 20px;
}

.rotate {
  transform: rotate(180deg);
}

.catalogue-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 10px;
  row-gap: 64px;
  padding-bottom: 125px;
  column-gap: 20px;
  max-width: 995px;
  margin: auto;
}

@media (max-width: 768px) {
  .copyright {
    right: 0;
    bottom: 4%;
    width: 100%;
  }
  .catalogue-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 10px;
  }

  .annual-hero-title {
    line-height: 24px;
    font-size: 21px;
  }

  .text-inside-image {
    max-width: 75%;
    top: 24px;
  }

  .grid-system {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0 24px;
  }

  .padding-mobile {
    padding: 0 8px !important;
  }

  pl-sm-0 {
    padding: 0 !important;
  }
}

.max-lg-half {
  max-width: 50%;
}

.object-cover {
  object-fit: cover;
}

.card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.category-images-slide-in {
  float: left;
  width: 100%;
  position: relative;
}

.carousel-item-ed {
  float: left;
  width: 100%;
  position: relative;
}

.qr-code-wrapper {
  width: 100%;
  max-width: 100px;
  height: 100px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.slide-wrapper-ed {
  padding-bottom: 100%;
  float: left;
  width: 100%;
  overflow: hidden;
}

.item.newsletter {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  /* border: 1px solid red; */
}

/*--------@font--------*/

h1 {
  font-size: 40px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.font-36 {
  font-size: 36px;
}

.font-34 {
  font-size: 34px;
}

.font-33 {
  font-size: 33px;
}

.font-30 {
  font-size: 30px;
}

.font-28 {
  font-size: 28px;
}

.font-24 {
  font-size: 24px;
}

.font-21 {
  font-size: 21px;
}

.font-16 {
  font-size: 16px;
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

.font-10 {
  font-size: 10px;
}

.font-6 {
  font-size: 6px;
}

.l-height10 {
  line-height: 100.5%;
}

.l-height15 {
  line-height: 15px;
}

.l-height16 {
  line-height: 116%;
}

.l-height17 {
  line-height: 17px;
}

.l-height18 {
  line-height: 18px;
}

.l-height19 {
  line-height: 19px;
}

.l-height25 {
  line-height: 25px;
}

.l-height24 {
  line-height: 24px;
}

.l-height22 {
  line-height: 22px;
}

.lh-normal {
  line-height: normal;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-7 {
  letter-spacing: 7px;
}

.ls-11 {
  letter-spacing: 11px;
}

.position-right {
  right: 0;
}

#productsSubMenu.open {
  padding-top: 60px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.6s !important;
  display: block !important;
}

#productsSubMenu {
  opacity: 0 !important;
  visibility: hidden !important;
  display: none !important;
  transition: opacity 0.6s !important;
}

.bold-font {
  font-weight: 700;
  font-family: "GothamBold";
}

#stone-submenu.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s;
  display: block !important;
}

#glass-submenu.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s;
  display: block !important;
}

#cramic-submenu.open {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.6s !important;
  display: block !important;
}

#quartz-submenu.open {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.6s !important;
  display: block !important;
}

#pyrolithic-submenu.open {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.6s !important;
  display: block !important;
}

#leather-submenu.open {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.6s !important;
  display: block !important;
}

#acrylic-submenu.open {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.6s !important;
  display: block !important;
}

#technical-submenu.open {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.6s !important;
  display: block !important;
}

#technological-submenu.open {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.6s !important;
  display: block !important;
}

#porcelain-submenu.open {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.6s !important;
  display: block !important;
}

#ceramic-submenu.open {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.6s !important;
  display: block !important;
}

#vinyl-submenu.open {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.6s !important;
  display: block !important;
}

#stone-plastic-submenu.open {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.6s !important;
  display: block !important;
}

.productsSubMenu {
  height: 300px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

#overlay-1 {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

#overlay-1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}

#list-international-office .justify-content-start .col-lg-4:nth-child(2) {
  width: 100%;
  max-width: 66%;
  flex: 0 0 auto;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

/*--------@normalize--------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: normal;
  line-height: normal;
}

.dropdown-item {
  padding: 0;
  font-weight: normal;
}

.navbar-brand,
.navbar-expand-lg .navbar-nav .nav-link,
.navbar .dropdown {
  padding: 0;
  margin: 0;
  transition: 0.3s;
}

.navbar-dark .navbar-nav .nav-link {
  color: transparent;
}

.form-control:focus {
  box-shadow: none;
  color: #0f0e0e;
  border: unset;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
  background-color: #f7e700;
  border-radius: 50px;
  float: left;
}

.wpcf7-form.invalid .needs-validation.mb-120 {
  margin-bottom: 0;
}

i,
a,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.slide-wrapper:focus,
.title:focus,
a:focus,
a:hover,
a {
  text-decoration: none;
  outline: none;
  color: unset;
  cursor: pointer;
}

a:hover {
  opacity: 0.3;
  color: #000;
  transition: 0.3s ease;
}

li {
  list-style: none;
}

.list-group-item {
  background-color: unset;
  border: none;
}

.list-group-item.active {
  color: inherit;
  background-color: inherit;
}

select {
  outline: none;
}

/*--------@color--------*/

.fc-darkgray {
  color: #5a5555;
}

.fc-blackopac {
  color: rgba(0, 0, 0, 0.5);
}

.fc-black {
  color: #000;
}

.fc-black-2 {
  color: #423f3f;
}

.fc-black-3 {
  color: #121111;
}

.fc-gold {
  color: #a3a07c;
}

.fc-shade {
  color: #585858;
}

.gray-background {
  background-color: #c4c4c4;
}

.black-background {
  background-color: #000;
}

.light-background {
  background-color: #f8f8f8;
}

/*--------@header---------*/

.home > .page-breaker-wrapper {
  display: none;
}

header {
  padding: 27px 78px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 99;
}

@media (max-width: 767px) {
  .desktop-menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }
}

/* Desktop Menu - Hide on Mobile */
@media (min-width: 768px) {
  .desktop-menu {
    display: block;
  }

  .mobile-menu {
    display: none;
  }

  .mobile-header-nav {
    display: none !important;
  }
}

.mobile-header-nav {
  background: #ffffff;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 12px;
  position: absolute;
  top: 55px;
  width: 100%;
  height: 90svh;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
  /* Add the transition property */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  /* Add the transition property */
}

.nested-dropdown {
  display: none;
}

.border-nav {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.mobile-header-nav li {
  padding: 12px 0;
}

.mobile-header-nav li a {
  color: #5a5555;
  font-family: Gotham, sans-serif;
  /* Specify a fallback font-family */
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase !important;
  list-style: none;
  /* To remove default list bullets */
  margin: 0;
  /* To remove default margin */
  padding: 0;
  /* To remove default padding */
  line-height: normal;
  /* You can specify a specific line-height value */
}

.dropdown-content {
  display: none;
  background-color: #fff;
}

.show {
  display: block;
}

.rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

/* Style the dropdown items */
.dropdown-content li {
  font-family: "Gotham", sans-serif;
  padding-left: 12px;
  text-transform: uppercase;
  color: #5a5555;
  opacity: 1 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

/* Adjust the position and alignment of the dropdown */
.dropdown-content {
  position: static;
  top: 100%;
  left: 0;
}

.mobile-header-nav li a:hover {
  color: #5a5555;
  opacity: 1 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.hamburger-menu {
  left: 12px;
}

.hamburger-menu:hover {
  cursor: pointer;
}

.hamburger-menu .menu-item {
  background: black;
  display: block;
  height: 3px;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
  width: 40px;
}

.hamburger-menu.open .menu-item {
  margin: 0 0 5px;
}

.hamburger-menu.open .menu-item:first-child {
  transform: rotate(45deg);
  transform-origin: 10px;
}

.hamburger-menu.open .menu-item:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.open .menu-item:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 8px;
}

.nav-wrapper .navbar-right .nav-item a {
  padding: 0;
  width: 30px;
  height: 25px;
}

.navbar-right {
  right: 12px;
}

.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

.nav-item.dropdown:hover h4 {
  font-family: "GothamBold", sans-serif;
}

#dropdown:hover div#menus {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}

.dropdown-menu .sub-menu.active ~ ul li,
.sub-menu {
  cursor: pointer;
}

.dropdown-menu .navbar-right {
  display: inline-block;
}

.dropdown-menu .sub-menu + ul {
  position: absolute;
  left: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding-left: 40px;
  padding-bottom: 20px;
  padding-top: 70px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

/* .dropdown-menu .sub-menu+ul:hover,
.dropdown-menu .sub-menu:hover+ul {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s;
} */

.dropdown-menu .sub-menu ~ ul li {
  padding-bottom: 20px;
}

.dropdown-menu .sub-menu.active ~ ul li,
.dropdown-menu .sub-menu.active ~ ul {
  display: block;
}

.navbar-brand {
  width: 319px;
  height: 106px;
  overflow: hidden;
  position: relative;
}

.nav-wrapper .navbar-right .nav-item {
  width: 26px;
  height: 26px;
  text-align: center;
  margin: 0 5px;
}

.nav-wrapper .navbar-right .nav-item.sosmed-icon a {
  background-color: #bab7b7;
  border-radius: 50%;
}

.nav-item:focus {
  outline: none;
}

.nav-wrapper .dropdown-toggle::after {
  content: none;
}

.nav-wrapper .dropdown-menu {
  width: 330px;
  font-size: 16px;
  top: 62px;
  left: -98px;
  border: none;
  border-radius: unset;
  padding: 60px 0 60px 100px;
  background-color: rgba(255, 255, 255, 0.9);
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .dropdown {
  position: static;
  text-align: center;
}

.carousel-item .carousel-caption,
.search-form-wrapper,
.navbar .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}

.carousel-item.active .carousel-caption,
.search-form-wrapper.open,
.navbar .dropdown .dropdown-menu.show,
.navbar .dropdown.show .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}

.dropdown-menu.show .nav-item {
  padding: 10px 0;
}

.dropdown.show a h4,
.navbar .dropdown .dropdown-menu.show ul li,
.navbar .dropdown .dropdown-menu.show ul li:hover {
  transition: 0.3s ease-in-out;
}

.navbar .dropdown .dropdown-menu.show ul li:hover,
.dropdown.show a h4 {
  font-family: "GothamBold", sans-serif;
}

/*icon*/

.nav-item i.fa-search {
  font-size: 26px;
  color: #bab7b7;
  line-height: 20px;
}

.sticky {
  /*position: fixed;*/
  /*top: 0;*/
  /*left: 0;*/
  /*padding-left: 78px;*/
  /*padding-right: 78px;*/
  /*width: 100%;*/
  /*z-index: 99;*/
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
}

#fixed-header.sticky .navbar-right {
  right: 75px;
}

.issuu-logo.style-2 {
  background-image: url(./images/issuu-2.png);
  background-size: cover;
  display: table-cell;
}

.issuu-logo {
  background-image: url(./images/issuu.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
}

/*--------Search--------*/

.search-form-overlay {
  width: 100%;
  height: 0;
  opacity: 0;
  left: 0;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.search-form-overlay.open {
  height: 100vh;
  top: 0;
  opacity: 1;
  transition: 0.3s;
  z-index: 99;
}

.search-form-wrapper input {
  margin-top: 5px;
  padding: 0;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  height: 44px;
}

.search-form-wrapper input:focus::placeholder {
  color: transparent;
}

.autocomplete-suggestions {
  position: fixed;
}

.autocomplete-suggestion b {
  color: #000 !important;
  font-family: "GothamBold", sans-serif;
}

.search-form-overlay.open .search-result-wrapper {
  visibility: visible;
}

.search-close {
  font-size: 40px;
  right: 60px;
  top: 18px;
  position: absolute;
  cursor: pointer;
  font-family: "BrandonGrotesqueRegular", sans-serif;
}

.search-result-wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
  visibility: hidden;
  padding: 140px 95px 0 95px;
}

.search-main-result {
  padding: 20px;
  text-align: center;
}

.main-search-result {
  width: 200px;
}

.main-search-images {
  background-color: #000;
  width: 140px;
  height: 140px;
}

.search-main-result .search-content {
  padding: 0;
}

.search-result {
  padding-bottom: 50px;
}

.search-images {
  width: 70px;
  height: 70px;
  background: #000;
  float: left;
}

.search-content {
  width: calc(100% - 70px);
  height: auto;
  float: left;
  padding-left: 20px;
}

/*search form*/

.search-form-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 50px;
  z-index: 0;
}

.search-form-wrapper.open {
  display: block;
  width: 412px;
  height: 53px;
  margin: 2% auto 0 auto;
  border: 1px solid;
  z-index: 999;
  background-color: #fff;
  position: absolute;
  top: 150px;
}

/*--------@footer---------*/

footer {
  width: 100%;
  background-color: #5a5555;
  padding: 40px 78px;
}

footer .page-breaker-2 {
  margin-bottom: 36px;
}

footer .row .col-lg-2:first-child {
  padding: 0;
}

footer .row ul li {
  padding: 3px 0;
}

footer .col .gotham-book {
  padding-bottom: 10px;
}

footer .col h6 {
  padding-bottom: 5px;
}

.footer-sosmed a {
  border-radius: 50%;
}

input:focus {
  outline: none;
}

footer input {
  font-family: "GothamLight", sans-serif;
  background: #fff;
  font-size: 14px;
  border-radius: 50px 0 0 50px;
  padding: 9px 0 9px 20px;
  width: 165px;
  margin-right: -5px;
  border: 1px solid black;
}

footer input::placeholder {
  color: #000;
  opacity: 1;
}

.newsletter form {
  padding-top: 5px;
  position: absolute;
  right: 0;
}

.newsletter input {
  width: 200px;
}

.newsletter button {
  max-width: 50px;
  font-size: 14px;
  border-radius: 0 50px 50px 0;
  padding: 8px 12px 6.5px 12px;
}

.footer-sosmed-wrapper {
  display: flex;
  position: absolute;
  top: 90px;
  right: 0;
  margin-bottom: 0;
}

.footer-sosmed {
  display: table;
  float: right;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
}

.pdf-wrap {
  max-width: 135px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  display: flex;
  padding: 4px 8.71px 2.564px 11px;
  gap: 5px;
  text-transform: uppercase;
}

.pdf-container {
  padding-right: 1.5rem !important;
  align-items: center !important;
  justify-content: space-between !important;
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .pdf-container {
    display: flex !important;
    align-items: start !important;
    gap: 20px !important;
    flex-direction: column !important;
  }
}

/*--------@gallery--------*/

.images-wrapper {
  max-width: 274px;
}

#artdigest-gallery {
  max-height: 624px;
}

.center-thumbnail {
  position: relative;
  overflow: hidden;
}

.maintenance-thumbanil {
  height: 300px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
}

.center-thumbnail img,
.navbar-brand img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

img.portrait {
  width: 100%;
  height: auto;
}

.portrait.top {
  top: 0;
}

.portrait.bottom {
  top: 70%;
}

.bg.cover {
  background-size: cover;
}

.bg.contain {
  background-size: contain;
}

.bg.no-repeat {
  background-repeat: no-repeat;
}

.bg.center {
  background-position: center;
}

/*--------@slick--------*/

.slick-disabled {
  opacity: 0;
  transition: 0.3s;
}

.slick-next:before {
  content: "\f054";
}

.slick-prev:before {
  content: "\f053";
}

.slick-next:before,
.slick-prev:before {
  font-family: "FontAwesome", sans-serif;
  transition: 0.3s;
}

.slick-prev:before,
.slick-next:before {
  color: rgba(0, 0, 0, 0.5);
}

.slick-next {
  right: 100px;
}

.slick-prev {
  left: 100px;
}

#product-zoom-in .slick-next {
  right: 50px;
}

#product-zoom-in .slick-prev {
  left: 50px;
}

#wishlist .slick-next {
  right: -25px;
}

#wishlist .slick-prev {
  left: -25px;
}

#related-article button.slick-next.slick-arrow {
  right: 140px;
}

#related-article button.slick-prev.slick-arrow {
  left: 60px;
}

.modal.show {
  visibility: visible;
}

.contact-list a {
  font-family: "GothamBook", sans-serif;
}

.contact-list a:hover {
  background-color: transparent;
  opacity: 1;
}

.contact-list a:hover:before {
  width: 30%;
  transition: 0.3s;
}

.contact-list a:before {
  content: "";
  border-bottom: 2px solid #000;
  width: 10%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.contact-list a.active {
  font-family: "GothamBold", sans-serif;
}

.contact-default {
  height: 150px;
  max-width: 250px;
}

.modal {
  display: block;
  visibility: hidden;
  overflow-y: hidden;
  padding: 0 10px;
}

/*--------@slider--------*/

/*carousel*/

.slide-wrapper.almost-full {
  background-size: cover;
  height: calc(100vh - 250px);
}

.slide-wrapper.almost-full.project {
  height: calc(100vh - 300px);
}

#carouselArtisticDigest-Single .slide-1 {
  background-image: url(assets/images/logo/logo-citatah.png);
  background-color: #c4c4c4;
  background-size: contain;
  background-repeat: no-repeat;
  height: 474px;
  background-position: center;
}

.single {
  overflow-x: hidden;
}

.carousel-item.active {
  height: 100%;
}

.footer-slide-1 {
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
  height: 269px;
}

.carousel-caption.map-address {
  height: 264px;
  max-width: 300px;
  padding: 40px 0 0 90px;
  /* margin: 0 auto; */
  right: auto;
  bottom: auto;
  left: auto;
}

.carousel-caption.bottom-slide {
  bottom: 0;
  right: 20%;
  left: 0;
  padding: 0;
  width: calc(100% - 30%);
}

.carousel-caption.homepage-banner {
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 996px;
  padding: 40px 160px 0 0;
}

.map-address.carousel-caption h6:last-child {
  padding-top: 20px;
}

.carousel-indicators .active {
  background-color: #5a5555;
}

.carousel-indicators li {
  background-color: #c4c4c4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.carousel-indicators.maps-slide {
  right: auto;
  margin-left: 90px;
  bottom: 35px;
}

.wrapper-slide-map {
  padding-bottom: 40px;
  padding-right: 78px;
}

#carouselArtisticDigest-Single .carousel-indicators {
  left: auto;
  bottom: 15%;
  margin-right: 9%;
}

#carouselArtisticDigest-Single .carousel-inner {
  height: 480px;
}

.fullpage-banner {
  height: 100vh;
}

.carousel-inner.almost-full-wrapper {
  height: 100vh;
}

/*#carouselProjectExampleIndicators { */
/*    height: 85vh;*/
/*}*/

/*#carouselProjectExampleIndicators .carousel-inner.almost-full-wrapper {*/
/*    height: 90vh;*/
/*}*/

.smooth-sticky .carousel-inner.almost-full-wrapper {
  height: calc(100vh - 38px);
}

.almost-full-wrapper .product-name-wrapper {
  padding-right: 70px;
}

.product-name-wrapper {
  width: 196px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 102px;
  float: left;
}

.product-caption-wrapper {
  width: calc(100% - 196px);
  float: left;
  padding: 0 40px;
  text-align: left;
}

.carousel-indicators.parallel-caption {
  left: auto;
  bottom: auto;
  top: calc(100vh - 240px);
}

#carouselProjectExampleIndicators .carousel-indicators.parallel-caption {
  top: 380px;
}

.carousel-indicators.artdg-indicator-right {
  left: auto;
  bottom: auto;
  top: 80%;
  margin-left: 0;
  margin-right: 28%;
  right: 0;
  z-index: 999;
}

.carousel-caption.project-detail {
  position: static;
  margin: 0 auto;
}

#wishlist .carousel-item {
  width: 371px;
  height: 378px;
  opacity: 1;
  display: block;
  visibility: visible;
  padding: 0;
}

#homepage-project .slide-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}

#homepage-project .slide-wrapper,
#project .slide-wrapper,
.wishlist-slider .slick-list,
.wishlist-slider {
  height: 370px;
}

#homepage-project .slide-wrapper,
#project .slide-wrapper {
  background-position: center;
}

.wishlist-slider .slide-wrapper {
  width: 371px;
  height: 378px;
}

.slide-wrapper img {
  width: 100%;
}

.wishlist-slider-nav {
  width: 600px;
  margin: 0 auto;
}

.wishlist-slider .slide-wrapper.slick-current {
  margin: 0 24px;
}

.wishlist-slider .slick-slide:not(.slick-active) {
  margin: 0 24px;
  transition: 0.3s;
}

.wishlist-slider .slide-wrapper,
.wishlist-slider-nav .slick-slide {
  position: relative;
  overflow: hidden;
}

.wishlist-slider-nav .slick-slide {
  width: 71px;
  height: 71px;
  margin: 0 5px;
}

.wishlist-slider .slide-wrapper img,
.wishlist-slider-nav .slick-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wishlist-slider .slide-slide img.portrait,
.wishlist-slider-nav .slick-slide img.portrait {
  width: 100%;
  height: auto;
}

.product-slider .slick-list {
  width: 100%;
}

.product-slider .slick-track {
  display: flex;
}

.product-slider .slide-wrapper {
  height: 60vh;
  width: 100% !important;
  position: relative;
}

.product-slider .slide-wrapper h3 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

.product-slider .slide-wrapper h5 {
  position: absolute;
  right: 20%;
  bottom: 5%;
  text-align: center;
}

.modal-part .slick-list,
.product-slider-nav .slick-list {
  width: 600px;
  margin: 0 auto;
}

.modal-part .product-slider-1 .slick-list {
  width: 100%;
}

.product-slider-nav .slick-slide {
  width: 69px;
  height: 69px;
  margin: 0 5px;
}

.product-slider-nav-1 .slick-slide.slick-current.slick-active,
.product-slider-nav .slick-slide.slick-current.slick-center,
.product-slider-nav-1 .slick-slide.slick-current.slick-center,
.product-slider-nav .slick-slide.slick-current.slick-active {
  border: 2px solid #5a5555;
  display: inline-table;
}

.product-slider-nav .slick-slide img {
  object-fit: cover;
  width: 69px;
  height: 69px;
}

.item-finishing {
  /*visibility: hidden;*/
  top: 80px;
  left: 10px;
  /*opacity: 0;*/
  opacity: 1;
  transition: opacity 0.4s;
  /*position: absolute;*/
}

.item-finishing.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s;
}

.finishing-drop {
  cursor: pointer;
  width: 45px;
  height: 35px;
  display: none;
}

.finishing-drop div {
  display: block;
  background: white;
  width: 35px;
  height: 5px;
  margin: 5px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.finishing-drop.active div::before,
.finishing-drop div::before {
  background: rgb(245, 245, 245);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  transition: right 0.25s ease;
}

.finishing-drop:hover div:nth-of-type(1)::before {
  transition-delay: 0.1s;
}

.finishing-drop:hover div:nth-of-type(2)::before {
  transition-delay: 0.05s;
}

.finishing-drop:hover div::before {
  right: 0;
  transition: right 0.25s ease;
}

.finishes {
  background-color: rgb(245, 245, 245);
  border-radius: 20px;
  color: #5a5555;
  display: inline-block;
  margin: 5px 0;
  text-align: center;
  font-size: 12px;
}

.finishes.active,
.finishes:hover {
  background-color: #5a5555;
  color: rgb(245, 245, 245);
}

/*arrow*/

.carousel-control-prev.map-arrow,
.carousel-control-next.map-arrow {
  z-index: 11;
  width: auto;
  height: 30px;
  top: 100px;
  opacity: 1;
}

.carousel-control-next.map-arrow {
  left: 29%;
  right: auto;
}

.carousel-control-prev.map-arrow {
  left: 23px;
}

#project .carousel-control-next {
  right: -100px;
}

#project .carousel-control-prev {
  left: -100px;
}

.carousel-control-prev-icon.icon-arrow-left {
  background-image: url(assets/images/icon/icon-arrow.png);
  background-size: contain;
}

.carousel-control-next-icon.icon-arrow-right {
  background-image: url(assets/images/icon/icon-arrow.png);
  background-size: contain;
  transform: rotateY(180deg);
}

#carouselArtisticDigest-Single .carousel-control-prev,
#carouselArtisticDigest-Single .carousel-control-next {
  height: calc(100vh - 350px);
}

.arrow-down {
  background-image: url(assets/images/icon/icon-arrow-down.svg);
  width: 22px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.arrow-down.loadmore {
  position: absolute;
  bottom: 0;
  left: 10px;
}

.arrow-right::after {
  content: "→";
  padding-left: 10px;
}

.arrow-left::before {
  content: "←";
  padding-right: 10px;
}

.border-after::after {
  content: "";
  border-bottom: 1px solid;
  width: 60%;
  left: 40%;
  top: 25%;
  position: absolute;
}

.link-tree {
  white-space: nowrap;
}

.link-tree li {
  display: inline-block;
  width: 150px;
  position: relative;
}

.link-tree li > a::before,
.link-tree li > div::before {
  content: " ";
  background-color: white;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #a3a07c;
  top: 3px;
  width: 14px;
  height: 14px;
  z-index: 400;
  transition: 0.3s;
}

.link-tree li::after {
  content: " ";
  border-bottom: 1px solid #a3a07c;
  width: 100%;
  position: absolute;
  left: 5px;
  top: 10px;
  z-index: -1;
}

.link-tree li:last-child::after {
  border: none;
}

.link-tree li > a::before {
  background-color: #a3a07c;
}

.link-tree li a div {
  left: 6%;
  top: 170%;
  max-width: 100%;
  transform: translate(-50%, -50%);
  white-space: normal;
  transition: 0.3s;
}

.link-tree li a:hover {
  opacity: 1;
}

.link-tree li a:hover::before {
  transform: scale(1.3);
  transition: 0.3s;
}

.link-tree li a:hover div {
  color: #a3a07c;
  transition: 0.3s;
}

/*vertical slider*/

.vertical-carousel-wrapper,
.vertical-carousel {
  width: auto;
  background: #fff;
  position: relative;
}

.vertical-carousel {
  margin-bottom: 0;
  height: 350px;
}

.vertical-carousel-wrapper {
  margin-bottom: 100px;
}

.vertical-carousel .carousel-item {
  height: 270px;
}

.down-arrow-next .carousel-control-next-icon,
.top-arrow-prev .carousel-control-prev-icon {
  background: none;
}

.down-arrow-next .carousel-control-next-icon::before {
  content: "↓";
}

.top-arrow-prev .carousel-control-prev-icon::before {
  content: "↑";
}

.down-arrow-next .carousel-control-next-icon::before,
.top-arrow-prev .carousel-control-prev-icon::before {
  color: #000;
}

.top-arrow-prev {
  left: 30%;
}

.down-arrow-next {
  left: 40%;
  right: auto;
}

.top-arrow-prev,
.down-arrow-next {
  bottom: 0;
  top: auto;
}

#project > div:last-child .page-breaker-wrapper,
.vertical-carousel
  .active.carousel-item:nth-last-child(3)
  ~ a.carousel-control-next,
.vertical-carousel
  .active.carousel-item:nth-child(1)
  ~ a.carousel-control-prev {
  display: none;
}

.horizontal-image-indicator {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.category-content-slide {
  right: 0;
  left: 0;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.category-content-slide h3 {
  padding: 40px 0 25px 0;
}

.category-images-slide .slide {
  background-repeat: no-repeat;
  background-color: lightgray;
  background-position: center;
  height: 400px;
}

/*--------@tabs class--------*/

.navigation-mark a.active,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #423f3f;
  font-family: "GothamBold", sans-serif;
  background-color: inherit;
}

a.active.selected {
  color: #5a5555;
  font-family: "GothamBook", sans-serif;
}

a.selected {
  color: #c4c4c4;
}

.navigation-mark a.active + .bio {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: 10px;
  transition: 0.3s ease-in;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link:hover {
  opacity: 1;
}

.nav-pills .nav-link {
  color: #b2a8a8;
  font-family: "GothamBook", sans-serif;
  font-size: 28px;
  padding: 10px;
  cursor: pointer;
}

.slide-top {
  display: none;
}

/*--------@pagination class--------*/

.page-link {
  border: none;
}

.page-item .page-link {
  font-family: "GothamLight", sans-serif;
}

.page-item.active .page-link {
  color: #000;
  background-color: inherit;
  font-family: "GothamBold", sans-serif;
}

.page-link:hover {
  background-color: unset;
  border-color: unset;
  color: unset;
}

.tab-pane#corporate-tabContent {
  height: 448px;
}

.tab-pane h1 {
  width: 400px;
}

.tab-pane ul li {
  padding: 5px 0;
}

.tab-pane ul li a {
  cursor: pointer;
}

.tab-pane ul li a:hover {
  opacity: 0.3;
}

.tab-pane ul li a h6 {
  padding: 0;
}

.tab-pane #nav-boc-bod h1 {
  width: 100px;
}

#code-conduct ul li {
  display: inline-block;
}

.tab-pane ul#nav-boc-bod {
  height: auto;
}

.tab-pane ul.download-wrapper {
  flex-wrap: inherit;
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
  width: 8px;
  border: none;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-corner,
::-webkit-resizer {
  display: none;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #c4c4c4;
}

::-webkit-scrollbar-track {
  background-image: url(assets/images/icon/scroll-track.png);
  background-repeat: repeat-y;
  background-size: contain;
}

.home ::-webkit-scrollbar-track,
.page-template-page-sitemap ::-webkit-scrollbar-track {
  background-image: unset;
}

.slide-down {
  cursor: pointer;
}

.slide-down a.bottom::before {
  content: "↓";
}

.slide-top a.top::before {
  content: "↑";
}

.slide-top a,
.slide-down a {
  color: #000;
}

/*--------@Modal class--------*/

/* #product-zoom-in {
  margin: 50px;
} */
.news-modal {
  padding: 80px !important;
}

.modal #container-fluid {
  background-color: rgba(255, 255, 255, 0.7);
}

.news-modal,
#product-zoom-in {
  background-color: #fff;
}

.modal-content img {
  width: 100%;
  height: auto;
}

.modal-content {
  background-color: transparent;
  border: none;
}

.bg {
  background-size: cover !important;
  background-position: center !important;
}

.modal_article p,
.short_article p {
  font-size: 12px;
}

.navigation ul {
  text-align: center;
  display: inline-table;
  width: 100%;
}

.navigation ul li a {
  color: #6c757d;
  background-color: #fff;
  border-color: #dee2e6;
  font-family: "GothamLight", sans-serif;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
}

.navigation ul li {
  display: inline-table;
}

.navigation ul li.active a {
  color: #000;
  background-color: inherit;
  font-family: "GothamBold", sans-serif;
}

/*--------@form class--------*/

.label-s {
  background-color: #e9ecef;
  opacity: 1;
  float: left;
  width: 100%;
}

.needs-validation {
  border: 1px solid #c4c4c4;
  padding: 40px;
}

.needs-validation label,
.needs-validation textarea,
.needs-validation input {
  text-align: center;
  border-radius: 50px;
  font-size: 14px;
  font-family: "GothamLight";
  vertical-align: middle;
  display: table-cell;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.needs-validation textarea {
  line-height: 119px;
  height: 119px;
  overflow: hidden;
}

.needs-validation.rounded {
  border-radius: 1.5rem !important;
}

.recaptcha {
  width: 63px;
  height: 28px;
  background-color: #b8b5b5;
  border: 1px solid #b8b5b5;
  border-radius: 50px;
  display: inline-block;
}

.recaptcha-input {
  padding: 4px 24px 1px 24px;
}

.btn-pdf {
  border: 1px solid #5a5555;
  background-color: #5a5555;
  border-radius: 50px;
  padding: 5px 20px;
  color: #fff;
  margin: 20px 0;
}

.btn-1,
.needs-validation .wpcf7-submit {
  border: 1px solid #5a5555;
  background-color: #5a5555;
  border-radius: 50px;
  padding: 10px 20px;
  color: #fff;
}

.needs-validation .wpcf7-submit {
  line-height: 10px;
}

.custom-file-label::after {
  border-radius: 50px;
}

.custom-file input {
  line-height: 1.2;
}

/*--------@button class--------*/

.select-filter {
  width: auto;
  max-width: 200px;
}

.select-filter select {
  background-color: transparent;
  border: 1px solid #7f7f7f;
  border-radius: 50px;
  padding: 10px 25px 10px 20px;
  z-index: 9;
  position: relative;
  font-size: 14px;
  color: #000;
  font-family: "GothamBold", sans-serif;
  text-transform: capitalize;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  cursor: pointer;
}

.select-filter:before {
  position: absolute;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  font-weight: 100;
  top: 9px;
  right: 27px;
  width: 0;
  height: 0;
}

.custom-select.color {
  width: 220px;
}

.custom-select.news {
  width: 210px;
}

.custom-select {
  position: absolute;
  display: block;
  height: auto;
  padding: 0 45px;
  font-weight: normal;
  line-height: normal;
  background: #fff;
  border-radius: 20px;
  border: 1px solid;
  z-index: 9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select select,
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  font-family: "GothamBlack", sans-serif;
  font-size: 18px;
  transition: 0.3s;
}

.select-selected:after {
  position: absolute;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  font-weight: 100;
  top: 7px;
  right: 45px;
  width: 0;
  height: 0;
}

.select-selected.select-arrow-active:after {
  content: "\f106";
  top: 5px;
}

.select-items div,
.select-selected {
  color: #000;
  font-size: 14px;
  padding: 12px 0;
  border: none;
  cursor: pointer;
  user-select: none;
}

.select-selected {
  background-color: transparent;
  font-family: "GothamMedium", sans-serif;
  text-transform: uppercase;
}

.select-items {
  position: relative;
  text-align: center;
  z-index: 99;
  text-transform: capitalize;
  font-family: "GothamLight", sans-serif;
}

.map-button {
  width: 100%;
  max-width: 220px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 6px 0 1px 0;
  border-radius: 50px;
  position: absolute;
  bottom: 0;
}

.career-apply-button {
  width: 224px;
  margin: 0 auto;
  height: 55px;
  line-height: 55px;
  cursor: pointer;
  color: #fff;
  transition: 0.3s ease;
}

.career-apply-button:hover {
  background-color: #fff;
  color: #000;
  transition: 0.3s ease;
}

/*--------@animate class--------*/

.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.arrow-down.loadmore.load-more--loading {
  animation: rotate 1.5s linear infinite;
  animation-delay: 0.2s;
  background-color: transparent;
  border: 0.3em solid #e1e1e1;
  border-radius: 50%;
  border-top-color: #444;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
  color: transparent;
  padding: 0;
  pointer-events: none;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(40px);
    opacity: 1;
  }

  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(0px);
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(40px);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(-10px);
    -webkit-opacity: 0;
  }
}

.arrow-down.loadmore {
  display: none;
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.icon-heart {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 20px;
  right: 0;
}

.icon-wishlist {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
}

.icon-heart {
  background-image: url(assets/images/icon/empty-heart-1.svg);
}

.icon-heart.full {
  background-image: url(assets/images/icon/full-heart.svg);
}

.carousel-fade .carousel-item.active {
  transition: 0.3s;
}

/*--------@Support class--------*/

.px-120 {
  padding: 0 120px;
}

.px-100 {
  padding: 0 100px;
}

.pl-55 {
  padding-left: 55px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mtop-65 {
  margin-top: 65px;
}

.mtop-60 {
  margin-top: 60px;
}

.index-2 {
  z-index: 2;
}

.container-content_1 {
  max-width: 1000px;
  overflow-x: hidden;
}

.overflow-none {
  overflow: unset !important;
}

#container-content {
  max-width: 1000px;
  overflow-x: hidden;
}

#homepage-product {
  max-width: 965px;
}

.wrapper {
  padding: 0 78px;
}

.nav-tabs-wrapper {
  padding-left: 37px;
}

.page-breaker-wrapper {
  margin-bottom: 60px;
  margin-left: 78px;
  margin-right: 78px;
  /*padding-top: 160px;*/
}

header ~ .page-breaker-wrapper {
  padding-top: 160px;
}

.title-wrapper {
  padding-bottom: 60px;
}

.location-wrapper .img-wrapper {
  height: 179px;
}

.overlay {
  display: inline-table;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.img-wrapper .overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

.location-wrapper .img-wrapper .overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

.img-wrapper .overlay:hover {
  transition: 0.3s;
  cursor: pointer;
}

.img-wrapper .overlay h6 {
  display: table-cell;
  transition: 0.3s;
}

.img-wrapper .overlay:hover h6 {
  transform: scale(1.3);
  transition: 0.3s;
  color: #fff;
}

.bg-product {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 268px;
}

.slide-wrapper.bottom-position {
  background-position: bottom;
}

.darkoverlay-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.fullpage-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-product {
  margin-bottom: 60px;
}

.our-product-name {
  width: 190px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 26px 12px;
  float: left;
}

#project .caption,
#homepage-product .caption,
#homepage-project .caption {
  width: 468px;
  margin: 26px 12px;
  float: left;
}

#homepage-project .page-breaker-wrapper {
  padding: 0 15px;
}

#product-category {
  z-index: 9;
}

#product-category .category-button {
  background-color: #fff;
}

.product-single-banner {
  width: 100%;
  height: 363px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-logo {
  max-width: 250px;
  height: auto;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-logo img {
  width: 100%;
  height: auto;
}

.opera-class {
  position: absolute;
  margin-top: -105px;
  right: 0;
  display: inline-flex;
}

.opera-class li {
  max-width: 100px;
}

.bulleted {
  width: 60px;
  height: 60px;
  background-color: #c4c4c4;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto;
}

.thumbnail,
.eql-banner {
  background-image: url(assets/images/logo/logo-citatah.png);
  width: 100%;
  padding: 0;
  background-repeat: no-repeat;
  background-color: lightgray;
  background-size: contain;
  background-position: center;
}

.corporate-images-wrapper {
  height: 445px;
  margin-top: 10px;
  padding-right: 20px;
}

.bio {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.eql-banner {
  height: 327px;
}

.caption-gallery {
  bottom: 20px;
  left: 20px;
}

.icon-download {
  width: 13px;
  height: 100%;
  background-image: url(assets/images/icon/icon-download.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.carouselNewsEvent .slide h3 {
  padding: 40px 0 20px 0;
}

.news-content {
  height: auto;
  overflow: auto;
  text-align: justify;
  padding-right: 10px;
}

.faq-content ul,
.faq-content ol {
  padding-top: 30px;
}

.faq-content li {
  list-style: unset;
  padding-bottom: 20px;
}

.faq-content p {
  font-size: 12px;
}

.faq-content strong {
  font-family: "GothamBold", sans-serif;
}

.faq-answer {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in;
  height: 0;
  text-align: justify;
}

.faq-answer.active {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease-in;
  height: auto;
}

.faq-question {
  cursor: pointer;
  position: relative;
}

.faq-question::before {
  content: "";
  border-bottom: 2px solid #000;
  width: 10%;
  height: 1px;
  position: absolute;
  bottom: -10px;
  transition: 0.3s;
}

.active.faq-question::before,
.faq-question:hover::before {
  width: 80%;
  transition: 0.3s;
}

.faq-wrapper li {
  list-style-position: inside;
  list-style-type: decimal;
}

.pangkubuwono-residence-1 {
  background-image: url(assets/images/logo/logo-citatah.png);
  background-size: contain;
}

.catalogue-thumbnail-caption {
  display: table;
  height: 100%;
}

.catalogue-thumbnail-caption h5 {
  display: table-cell;
  vertical-align: middle;
  height: 240px;
}

.catalogue-thumbnail-overlay {
  height: 240px;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.3s ease;
}

.fix-thumbnail-wrapper .catalogue-thumbnail-overlay {
  top: 0;
  height: 100%;
}

.fix-thumbnail-wrapper a:hover {
  opacity: 1;
}

.catalogue-thumbnail:hover .catalogue-thumbnail-overlay {
  height: 0;
  transition: 0.3s ease;
  opacity: 1;
}

.catalogue-thumbnail.center-thumbnail > a {
  opacity: 1;
}

.catalogue-thumbnail,
.eql-thumbnail {
  height: 240px;
}

.fix-thumbnail-wrapper .catalogue-thumbnail.portrait {
  width: 100%;
  height: auto;
}

.issuu-iframe {
  width: 100%;
  max-width: 500px;
}

.issuu-iframe iframe {
  width: 100%;
  height: 500px;
}

.catalogue-thumbnail,
.eql-thumbnail,
.other-article-thumbnail {
  width: 100%;
  background-color: #c4c4c4;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.fix-thumbnail-wrapper,
.fix-thumbnail-wrapper .catalogue-thumbnail {
  width: 300px;
}

.fix-thumbnail-wrapper .catalogue-thumbnail-caption {
  display: table;
  height: 100%;
}

.fix-thumbnail-wrapper .catalogue-thumbnail-caption h5 {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
}

.fix-thumbnail-wrapper .catalogue-thumbnail {
  height: 180px;
}

.fix-thumbnail-wrapper .catalogue-thumbnail img {
  width: 100%;
  height: auto;
}

.other-article-thumbnail {
  height: 176px;
  width: 176px;
}

.artistic-digest-caption {
  right: 130px;
  bottom: 50px;
}

#artistic-single-content {
  height: 438px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: 150px;
}

.content-maintenance {
  height: 190px;
}

#pangkubowono-residence-content {
  height: 240px;
  overflow-y: scroll;
}

#bod-boc .tab-pane ul {
  height: 500px;
}

.tab-pane ul {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.tab-pane ul li .group_pdf ul {
  height: auto;
}

.tab-pane ul li.group-open .group_pdf {
  display: block;
}

.tab-pane ul li .group_pdf {
  display: none;
}

.tab-pane ul li .group_pdf {
  padding-left: 40px;
}

.group-open a.accordeon-title {
  color: #423f3f;
  font-family: "GothamBold", sans-serif;
  background-color: inherit;
}

#container-full {
  padding: 0 75px;
  margin: 0 auto;
}

.artdig-title-wrapper {
  font-size: 87px;
}

.artdig-title-wrapper h4 {
  letter-spacing: normal;
}

.artdg-caption-left,
.artdg-caption-right {
  z-index: 15;
}

.artdg-caption-right {
  right: 0;
}

.artdg-caption-left {
  left: 0;
}

.artdg-caption {
  right: 0;
  left: 0;
  top: 20%;
  bottom: 20%;
}

.artdg-caption-2 {
  right: 0;
  top: 18%;
  bottom: 37%;
  width: 65%;
  height: 65%;
  background-color: #f9f9f9;
}

.page-breaker-2,
.page-breaker {
  width: 100%;
  height: 1px;
}

.page-breaker {
  background: rgba(0, 0, 0, 0.3);
}

.page-breaker-2 {
  background-color: rgba(255, 255, 255, 0.6);
}

.product-space {
  padding-left: 5px;
  padding-right: 5px;
}

.address-wrapper {
  max-width: 180px;
}

.mobile-part {
  display: none;
}

.home-slide-mobile {
  display: none;
}

.mc4wp-alert {
  color: #ffffff;
  text-align: right;
  font-family: "GothamBook", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.mc4wp-alert.mc4wp-error {
  color: #ff8f8f;
}

.mc4wp-form-fields {
  display: flex;
  justify-content: end;
}

/*_______MOBILE_____/*/

@media screen and (min-width: 1441px) {
  .post-type-archive-catalogue .col-xl-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 1440px) {
  .center-thumbnail.corporate-images-wrapper img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1280px) {
  .bio {
    bottom: 30px;
  }

  .contact-list a:before {
    left: auto;
    transform: translate(0, 0);
  }

  .carousel-control-next.map-arrow {
    left: 350px;
  }

  /* #carouselExampleIndicators {
    padding-top: 100px;
  } */
}

@media screen and (max-width: 1200px) {
  .contact-list a:before {
    left: 0;
    transform: translate(0, 0);
  }

  #container-content.sitemap {
    width: 100%;
    max-width: unset;
    padding-left: 78px;
  }
}

@media screen and (max-width: 1100px) {
  .carousel-caption.homepage-banner {
    padding: 40px;
    bottom: auto;
  }

  .product-caption-wrapper {
    float: none;
    padding: 0;
  }

  #container-content {
    width: 100%;
    padding: 0 40px;
  }

  #homepage-project .product-caption-wrapper {
    width: auto;
  }

  .vertical-carousel {
    height: 150px;
  }
}

@media screen and (max-width: 992px) {
  .finishing-drop {
    height: 20px;
    display: block;
  }

  .finishing-drop div {
    height: 3px;
    margin: 3px;
  }

  .item-finishing {
  }

  .finishes {
    font-size: 10px;
  }

  .qr-code-wrapper {
    max-width: 30%;
    height: auto;
  }

  .qr-code-wrapper.active {
    max-width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
  }

  .desktop-part {
    display: none;
  }

  .mobile-part {
    display: block;
  }

  .collapse:not(.show) {
    display: flex;
  }

  .product-single-banner {
    height: 144px;
  }

  .contact-default {
    height: 190px;
  }

  .custom-select.color {
    width: 121px;
    padding: 0 20px;
  }

  .select-selected:after {
    font-size: 20px;
    right: 30px;
  }

  .select-selected {
    font-size: 10px;
  }

  .font-30 {
    font-size: 20px;
  }

  h3 {
    font-size: 12px;
  }

  button.close-part,
  button.close {
    margin-right: 15px;
  }

  .navbar-nav.navbar-right {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .newsletter form {
    position: relative;
  }

  footer input.text-left,
  footer .container-fluid,
  .newsletter-wrapper .text-right {
    text-align: center !important;
  }

  .l-height22 {
    line-height: 20.5px;
  }

  .product-slider-1 .slide-wrapper,
  .product-slider .slide-wrapper {
    /*max-width: 280px;*/
    /*margin: 0 10px;*/
    /*height: 400px!important;*/
    /*width: 100%;*/
    overflow: hidden;
    position: relative;
    width: auto;
  }

  .product-slider-1 .slide-wrapper img,
  .product-slider .slide-wrapper img {
    /* position: absolute;
    left: 50%;
    top: 50%; */
    /* height: 100%; */
    /* width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 50px; */
  }

  .product-slider-1 .slide-wrapper h3,
  .product-slider .slide-wrapper h3 {
    padding: 30px;
  }

  .product-slider-nav-1 .slick-list,
  .product-slider-nav .slick-list {
    width: auto;
    max-width: 600px;
    margin-left: 25px;
    margin-right: 30px;
  }

  #project .carousel-control-next,
  #project .carousel-control-prev {
    width: 10%;
  }

  #project .carousel-control-prev {
    left: -70px;
  }

  #project .carousel-control-next {
    right: -70px;
  }

  #product-zoom-in .slick-prev {
    left: 0;
  }

  #product-zoom-in .slick-next {
    right: 5px;
  }

  .wrapper-slide-map,
  footer .row h6 ul li {
    padding: 0;
  }

  footer .row ul li {
    padding: 10px 0;
  }

  .map-address.carousel-caption h6:last-child {
    padding-top: 10px;
  }

  .footer-sosmed {
    margin: 0 6px;
    display: inline-table;
    float: none;
  }

  .newsletter button {
    padding: 8px 12px 6px 12px;
  }

  footer h6 ul,
  .newsletter {
    padding-bottom: 40px;
  }

  footer .row h6 ul,
  .category-content-slide {
    margin-top: 30px;
  }

  .mtop-65 {
    margin-top: 0;
  }

  footer .row ul:first-child,
  footer .row ul:last-child {
    margin-bottom: 65px;
  }

  .carousel-control-prev.map-arrow {
    left: 21px;
  }

  .horizontal-image-indicator {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    left: 0;
    right: 0;
    bottom: auto;
    top: 410px;
  }

  .down-arrow-next {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .carousel-caption.map-address {
    margin: 0 auto;
    padding-left: 0;
    width: 220px;
    line-height: 12px;
  }

  .carousel-indicators.maps-slide {
    left: 0;
    right: 0;
    top: 200px;
    margin-left: auto;
    margin-right: 153px;
  }

  .carousel-control-next.map-arrow {
    right: 21px;
    left: auto;
  }

  .map-address .font-16 {
    font-size: 18px;
    font-family: "Bebas-Regular", sans-serif;
    padding-bottom: 25px;
  }

  .map-address h6,
  .map-address .gotham-book {
    line-height: 12px;
    font-size: 10px;
  }

  .address-wrapper {
    max-width: 145px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
  }

  footer .container-fluid {
    max-width: 300px;
    margin: 0 auto;
  }

  footer input {
    width: 245px;
    padding: 10px 0 9px 10px;
  }

  footer .row ul .gotham-book {
    font-family: "GothamMedium", sans-serif;
  }

  footer h6 ul li,
  footer .row ul .gotham-thin {
    font-size: 14px;
  }

  .footer-sosmed-wrapper {
    width: 100%;
    height: 28px;
    display: flex;
    margin: 0 auto;
    top: 0;
    position: relative;
    justify-content: space-around;
  }

  .mc4wp-form-fields {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .finishing-drop {
    height: 15px;
    width: 30px;
    overflow: hidden;
  }

  .finishing-drop div {
    height: 2px;
    margin: 2px;
  }

  .item-finishing {
    top: 68px;
  }

  .bod-mobile {
    left: 0;
    right: 0;
    width: 210px;
    margin: 0 auto;
  }

  .our-product h3,
  .title {
    font-family: "BrandonGrotesqueRegular", sans-serif;
  }

  .product-slider-1 .slide-wrapper,
  .product-slider .slide-wrapper {
    height: 410px;
  }

  .slide-wrapper .font-24 {
    font-size: 14px;
  }

  .slide-wrapper .font-30 {
    font-size: 16px;
  }

  /*.term-indonesian-treasures .product-slider .slide-wrapper img {*/
  /*    top: 70%;*/
  /*}*/

  .tab-pane .gotham-bold {
    font-family: "Bebas-Regular", sans-serif;
  }

  .faq-container .tab-pane .gotham-bold {
    font-family: inherit;
  }

  .product-logo {
    font-size: 20px;
    font-family: "Bebas-Regular", sans-serif;
    max-width: 250px;
    width: auto;
  }

  .contact-default,
  .catalogue-thumbnail-overlay,
  .catalogue-thumbnail {
    height: 160px;
  }

  .fix-thumbnail-wrapper .catalogue-thumbnail-overlay,
  .fix-thumbnail-wrapper .catalogue-thumbnail {
    height: 100%;
  }

  .catalogue-thumbnail-caption h5 {
    line-height: 160px;
  }

  .font-28,
  .nav-pills .nav-link {
    font-size: 18px;
  }

  .nav-wrapper .navbar-right .nav-item.sosmed-icon a.issuu-logo {
    height: 22px;
  }

  .our-product h3,
  .font-34,
  .gotham-book h3,
  .search-close {
    font-size: 16px;
  }

  .font-36,
  h1 {
    font-size: 20px;
  }

  .project-name-wrapper,
  .career-wrapper h4.career-division {
    font-size: 14px;
  }

  h3.bebas-regular,
  h4 {
    font-size: 12px;
  }

  .product-caption-detail,
  .dropdown-menu ul ul li,
  .nav-wrapper .dropdown-menu,
  .faq-content,
  .our-product h4,
  .needs-validation textarea,
  .needs-validation input,
  .l-height17 h5,
  .career-wrapper h4 {
    font-size: 10px;
  }

  .nav-item i.fa-search {
    font-size: 16px;
  }

  .product-name-wrapper {
    text-align: left;
  }

  .product-caption-wrapper {
    float: left;
  }

  .dropdown-menu .sub-menu + ul {
    padding-right: 15px;
  }

  #homepage-product {
    padding-bottom: 20px;
  }

  #homepage-project .title-wrapper {
    padding-bottom: 0;
  }

  .nav-item.sosmed-icon i {
    top: 4px;
    font-size: 14px;
  }

  .nav-item.sosmed-icon i.fa-heart {
    top: 5px;
    font-size: 12px;
  }

  .nav-tabs-wrapper,
  #fixed-header,
  .container-fluid,
  #homepage-project .col,
  .nav-wrapper .navbar-right .nav-item a {
    padding: 0;
  }

  .wrapper {
    padding: 17px 37px;
  }

  header {
    padding: 17px 0;
  }

  footer {
    padding: 40px 37px;
  }

  .pl-55,
  #container-full {
    padding: 0 25px;
  }

  .modal #container-content {
    padding: 0;
  }

  #container-content.sitemap,
  #container-content {
    padding: 0 20px;
  }

  /* #fixed-header.sticky,
  .sticky {
    padding: 0;
  } */

  .search-result-wrapper {
    padding: 40px 30px;
  }

  .nav-pills .nav-link {
    padding: 16px 0;
  }

  .our-product .p-3 {
    padding: 0 15px !important;
  }

  .almost-full-wrapper .product-name-wrapper {
    padding-right: 20px;
  }

  .col-lg-1.col-1 {
    padding-right: 0;
  }

  .carousel-caption.bottom-slide {
    padding-top: 40px;
  }

  .dropdown-menu .sub-menu + ul {
    padding-top: 50px;
  }

  .tab-pane h1 {
    padding: 10px 0 0 0;
    line-height: 23px;
    width: 300px;
    display: inline-block;
  }

  .title-wrapper {
    padding-bottom: 30px;
  }

  h3.l-height24 {
    line-height: 19px;
  }

  .l-height17 h5 {
    line-height: 12px;
  }

  .page-breaker-wrapper {
    margin-left: 21px;
    margin-right: 21px;
    margin-bottom: 0;
  }

  .page-breaker-wrapper.headpage {
    padding-top: 72px;
  }

  .tab-pane h1 {
    margin-bottom: 0 !important;
  }

  .our-product {
    margin-bottom: 40px;
  }

  .career-wrapper {
    margin-top: 40px;
  }

  .carousel-caption.bottom-slide {
    bottom: auto;
  }

  .nav-item i.fa-search {
    top: 0;
  }

  .nav-item.sosmed-icon i {
    left: 0;
  }

  .carousel-caption.bottom-slide,
  .nav-item.sosmed-icon i {
    right: 0;
  }

  .search-form-tigger i,
  #fixed-header.sticky .navbar-right {
    right: 0;
  }

  .navbar-right .sosmed-icon a,
  .nav-wrapper .navbar-right .nav-item .navbar-form {
    position: relative;
  }

  .search-form-tigger i,
  .nav-item.sosmed-icon i {
    position: absolute;
  }

  .carousel-caption.bottom-slide,
  .almost-full-wrapper .product-name-wrapper {
    width: auto;
  }

  .fix-thumbnail-wrapper,
  .fix-thumbnail-wrapper .catalogue-thumbnail,
  .recaptcha-input,
  .recaptcha {
    width: 100%;
  }

  .issuu-iframe {
    max-width: 100%;
  }

  .issuu-iframe iframe {
    border: none;
    width: 100%;
    height: 600px;
  }

  #project .carousel-item.active {
    margin: 0 10px 0 0;
    width: 90%;
  }

  #project .carousel-item.active + .carousel-item {
    display: inline-block;
  }

  .product-caption-wrapper {
    width: calc(100% - 155px);
  }

  .search-form-wrapper.open {
    width: 220px;
    height: 30px;
    top: 70px;
  }

  .navbar-brand {
    width: 112px;
    height: 38px;
  }

  .main-search-images {
    width: 70px;
    height: 70px;
  }

  .icon-download {
    width: 19px;
    height: 19px;
  }

  .carousel-indicators.parallel-caption li {
    width: 6px;
    height: 6px;
  }

  .nav-wrapper .navbar-right .nav-item a,
  .nav-wrapper .navbar-right .nav-item,
  .nav-wrapper .navbar-right .nav-item .navbar-form {
    width: 22px;
    height: 22px;
  }

  .nav-wrapper .navbar-right .nav-item {
    margin: 5px 5px;
  }

  .nav-wrapper .dropdown-menu {
    width: 182px;
    padding: 40px 0 40px 40px;
    left: -40px;
    top: 24px;
  }

  .career-wrapper .career-apply-button {
    font-size: 12px;
    width: 103px;
    height: 53px;
  }

  .product-name-wrapper {
    height: auto;
  }

  .needs-validation textarea {
    border-radius: 20px;
  }

  .tab-pane ul {
    height: 400px;
  }

  /* .tab-pane {height: 500px;} */
  #nav-contact-tabpane .tab-pane {
    height: auto;
  }

  .search-form-overlay.open {
    height: 100vh;
  }

  .search-form-wrapper input {
    font-size: 10px;
    margin: 0;
    padding: 4px;
    height: 100%;
  }

  .carousel-indicators.parallel-caption {
    top: calc(100vh - 240px);
    margin-right: 5%;
  }

  .needs-validation .btn {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .opera-class {
    margin-top: 0;
    position: relative;
  }
}

@media screen and (max-width: 720px) {
  h5 {
    font-size: 10px;
  }
}

@media screen and (max-width: 576px) {
  .contact-default {
    height: auto;
  }

  .map-button {
    margin: 20px auto 0 auto;
  }

  .catalogue-thumbnail-caption {
    height: 160px;
    display: table;
  }

  .catalogue-thumbnail-caption h5 {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
  }

  .border-after::after {
    display: none;
  }

  .home-slide-mobile {
    display: block;
  }

  .home-slide-desktop {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .opera-class {
    display: block !important;
  }

  .opera-class li {
    display: inline-table;
  }
}

@media screen and (max-width: 374px) {
  .product-caption-wrapper {
    width: calc(100% - 100px);
  }

  .excerpt {
    width: auto;
  }

  footer input {
    width: 180px;
  }
}

/* Maintenance Mode */
