/*
    Theme Name: Inspiral
    Theme URI: -
    Author: Lucia Hyaning
    Author URI: -
    Description: Custom template for Inspiral website
    Version: 1.0
*/
@media screen and (min-width:1025px)
{
    .sbi-owl-prev
	{
		 left: -36px !important;
  }
	.sbi-owl-next
	{
		 right: -36px !important;
	}
}
@font-face {
  font-family: 'TeXGyreAdventor-Regular';
  src: url('fonts/texgyreadventor-regular-webfont.eot');
  src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'), url('fonts/texgyreadventor-regular-webfont.svg#tex_gyre_adventorregular') format('svg');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'TeXGyreAdventor-Bold';
  src: url('fonts/texgyreadventor-bold-webfont.eot');
  src: url('fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/texgyreadventor-bold-webfont.woff') format('woff'), url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype'), url('fonts/texgyreadventor-bold-webfont.svg#tex_gyre_adventorbold') format('svg');
  font-weight: normal;
  font-style: normal
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font: normal 16px/1.4 TeXGyreAdventor-Bold;
  color: #fff;
  margin: 0
}

body .image {
  display: block;
  float: left;
  height: auto;
  overflow: hidden;
  z-index: 2;
}

body .text {
  color: #fff;
  float: left
}

body .element {
  float: left;
  width: 30px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center
}
.dc
{
 position: absolute;
 left: -9999px;
 }
body a {
  outline: 0;
}

body a:hover {
  outline: 0;
}

body .text span {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: Bold;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal
}

body.home .main-wrapper {
  border: none;
}

body .main-wrapper {
  border: 13px solid rgb(255, 255, 255);
}

body.page-template-homepage-v2 .main-wrapper {
  border: none;
}

body .hide {
  display: none;
}

body .hidden {
  visibility: hidden;
}

body .show-popup {
  display: block !important;
}

body .blur {
  -webkit-filter: blur(10px) !important;
  filter: blur(10px) !important;
}

body.page-template {
  overflow: scroll;
  overflow-x: hidden;
}

body.page-template::-webkit-scrollbar {
  width: 0px !important;
  background: transparent;
}

body.page-template::-webkit-scrollbar-thumb {
  background: #FF0000;
}

body em {
  font-style: italic;
}

body strong {
  font-weight: bold;
}

body h1 {
  float: left;
  width: 100%;
  color: #444;
  font-size: 54px;
  padding-bottom: 25px;
}

body h2 {
  float: left;
  width: 100%;
  color: #444;
  font-size: 38px;
  padding-bottom: 25px;
}

body h3 {
  float: left;
  width: 100%;
  color: #444;
  font-size: 28px;
  padding-bottom: 25px;
}

body.page-template-homepage,
body.page-template-homepage-v2 {
  background-color: #85a596 !important;
  overflow: hidden;
}

body.page-template-contact {
 
  height: 100vh;
  background-color: #f6f6f6;
  border: 13px solid rgb(255, 255, 255);
}

body.page-template-contact .main-wrapper {
  border: 0;
}

body.post-type-archive-project {
  float: left;
  width: 100%;
  background-color: #f6f6f6;
}

body .clearfix {
  clear: none !important;
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| 3D Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: #85a596;
}

#container canvas {
  height: 100% !important;
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| Animation Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#animation.animation {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  z-index: 1;
  /*transform-style: preserve-3d;*/
  width: 100%;
  /*-webkit-backface-visibility: hidden;backface-visibility: hidden;*/
}

/*#animation.animation .top{height: calc(100%/3);position: absolute;top: 0;left:  0;right:  0;z-index: 2;}
#animation.animation .mid{height: calc(100%/3);position: absolute;top: calc(100%/3);left:  0;right: 0;z-index: 2;}
#animation.animation .bot{height: calc(100%/3);position: absolute;left: 0;right: 0;bottom: 0;z-index: 2;}
#animation.animation .bg{position: absolute;z-index: 1;top: 0;left: 0;height: 100%;width: 100%;background: url('assets/images/top-b.png');background-size: cover!important;background-position: center!important;background-repeat: no-repeat;display: block;transition: background-image 1s ease-in-out;}*/

#animation.animation .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  /*background-color: #f00;*/
}

#animation.animation .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  /*background-color: #000;*/
}

#animation.animation .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('assets/images/top-b.png');
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  display: block;
  transition: background-image 1s ease-in-out;
}

body.page-template-homepage-parallax {
  overflow: scroll;
  overflow-x: hidden;
}

body.page-template-homepage-parallax::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

body.page-template-homepage-parallax::-webkit-scrollbar-thumb {
  background: #FF0000;
}

body.page-template-homepage-parallax .main-wrapper {
  display: none;
}

body.page-template-homepage-parallax #footer.footer {
  display: none
}

body.page-template-homepage-parallax2 {
  overflow: scroll;
  overflow-x: hidden;
}

body.page-template-homepage-parallax2::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

body.page-template-homepage-parallax2::-webkit-scrollbar-thumb {
  background: #FF0000;
}

body.page-template-homepage-parallax2 .main-wrapper {
  display: none;
}

body.page-template-homepage-parallax2 #footer.footer {
  display: none
}

#wrapper-animation.wrapper-animation {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#wrapper-animation.wrapper-animation .example {
  width: 100%;
  margin: 0 auto;
  position: relative;
  float: none !important
}

#wrapper-animation.wrapper-animation .example .parallax {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  text-indent: -999px;
  float: left
}

#wrapper-animation.wrapper-animation .example .parallax .level {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-position: center center; */
  background-position: top center;
  background-repeat: no-repeat;
  transform: rotateX(-180deg);
  background-size: cover;
}

#wrapper-animation.wrapper-animation .example .parallax.enhanced,
#wrapper-animation.wrapper-animation .example .parallax.enhanced:first-child {
  background: 0
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| Header Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#header.header {
  position: relative;
  float: left;
  z-index: 0;
  background-color: #f6f6f6;
  width: 100%;
  padding-bottom: 15px;
  opacity: 1;
  transition: all 1s;
}

#header.header .header-wrapper {
  float: left;
  width: 100%;
}

#header.header .header-content {
  position: relative;
  width: 91%;
  margin: 0 auto;
  padding-top: 20px;
}

#header.header .header-content .logo {
  display: block;
  float: left;
  width: 300px;
}

#header.header .header-content .navigation {
  position: relative;
  float: right;
  overflow: hidden;
  width: 500px;
  margin-top: 45px;
}

#header.header .header-content .navigation .menu-menus-container {
  float: left;
  width: calc(90% - 20px);
}

#header.header .header-content .navigation .menu-menus-container .menu-item {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  float: left;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 2px;
  margin-left: 10%;
  text-transform: uppercase;
}

#header.header .header-content .navigation .menu-menus-container .menu-item a {
  color: #555;
  outline: 0;
}

#header.header .header-content .navigation .menu-menus-container .menu-item a:hover {
  border-bottom: 1px solid #000;
  color: #555;
  outline: 0;
}

#header.header .header-content .navigation .menu-menus-container li:first-child {
  margin-left: 0
}

#header.header .header-content .navigation .menu-menus-container .menu-item.current-menu-item {
  border-bottom: 1px solid #aaa
}

#header.header .header-content .navigation .menu-menus-container .menu-item.current-menu-item a {
  color: #aaa
}

#header.header .header-content .navigation .menu-menus-container .menu-item.current-menu-item a:hover {
  border-bottom: none;
}

#header.header .header-content .navigation .search {
  display: block;
  position: relative;
  float: left;
  width: 20px;
  height: auto;
  margin-left: 10%;
  overflow: hidden;
  cursor: pointer;
}

#header.header.header-top {
  opacity: 0;
  transition: none;
}

#header.header .header-content .navigation .mobile-nav {
  display: none;
}

body.single-project #header.header {
  border-top: 13px solid rgb(255, 255, 255);
  border-left: 13px solid rgb(255, 255, 255);
  border-right: 13px solid rgb(255, 255, 255);
}

body.single-news #header.header {
  border-top: 13px solid rgb(255, 255, 255);
  border-left: 13px solid rgb(255, 255, 255);
  border-right: 13px solid rgb(255, 255, 255);
}

body.page-template-contact #header.header {
  background-color: transparent;
}

body.post-type-archive-project #header.header {
  background-color: transparent;
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| Header Fixed Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#header-fixed.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  border: 13px solid #fff;
  border-bottom: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;
  opacity: 0;
}

#header-fixed.header .header-wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 11px;
  background-color: rgba(246, 246, 246, 1)
}

#header-fixed.header .header-content {
  position: relative;
  width: 91%;
  margin: 0 auto;
}

#header-fixed.header .header-content .logo {
  display: block;
  float: left;
  width: 300px;
}

#header-fixed.header .header-content .navigation {
  position: relative;
  float: right;
  overflow: hidden;
  width: 500px;
  margin-top: 45px;
}

#header-fixed.header .header-content .navigation .menu-menus-container {
  float: left;
  width: calc(90% - 20px);
}

#header-fixed.header .header-content .navigation .menu-menus-container .menu-item {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  float: left;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 2px;
  margin-left: 10%;
  text-transform: uppercase;
}

#header-fixed.header .header-content .navigation .menu-menus-container .menu-item a {
  color: #555
}

#header-fixed.header .header-content .navigation .menu-menus-container .menu-item a:hover {
  border-bottom: 1px solid #000;
  color: #555
}

#header-fixed.header .header-content .navigation .menu-menus-container li:first-child {
  margin-left: 0
}

#header-fixed.header .header-content .navigation .menu-menus-container .menu-item.current-menu-item {
  border-bottom: 1px solid #aaa
}

#header-fixed.header .header-content .navigation .menu-menus-container .menu-item.current-menu-item a {
  color: #aaa
}

#header-fixed.header .header-content .navigation .menu-menus-container .menu-item.current-menu-item a:hover {
  border-bottom: none;
}

#header-fixed.header .header-content .navigation .search {
  display: block;
  position: relative;
  float: left;
  width: 20px;
  height: auto;
  margin-left: 10%;
  overflow: hidden;
  cursor: pointer;
}

#header-fixed.header.header-top {
  background-color: transparent;
  z-index: 50;
  transition: all .5s;
  opacity: 1;
}

#header-fixed.header.header-top .header-wrapper {
  opacity: 0.96;
  background-color: rgba(246, 246, 246, 0.96)
}

#header-fixed.header .header-content .navigation .mobile-nav {
  display: none;
}

body.admin-bar #header-fixed.header.header-top {
  margin-top: 32px;
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| Mobile Navigation Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#mobile-navigation.mobile-navigation {
  display: none;
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| Popup Search Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#popup-search.popup-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 100;
  display: none;
}

#popup-search.popup-search .search-container {
  float: left;
  width: 100%;
}

#popup-search.popup-search .search-container .header-search {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  border: 13px solid #fff;
  border-bottom: none;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;
  opacity: 1;
}

#popup-search.popup-search .search-container .header-search .header-wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 11px;
  background-color: rgba(246, 246, 246, 1)
}

#popup-search.popup-search .search-container .header-search .header-content {
  position: relative;
  width: 91%;
  margin: 0 auto;
}

#popup-search.popup-search .search-container .header-search .header-content .logo {
  display: block;
  float: left;
  width: 150px
}

#popup-search.popup-search .search-container .header-search .header-content .navigation {
  position: relative;
  float: right;
  overflow: hidden;
  width: 400px;
  margin-top: 8px
}

#popup-search.popup-search .search-container .header-search .header-content .navigation .menu-menus-container {
  float: left;
  width: calc(90% - 20px);
}

#popup-search.popup-search .search-container .header-search .header-content .navigation .menu-menus-container .menu-item {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  float: left;
  font-size: .32em;
  line-height: 1.8;
  letter-spacing: 2px;
  margin-left: 10%;
  text-transform: uppercase;
}

#popup-search.popup-search .search-container .header-search .header-content .navigation .menu-menus-container .menu-item a {
  color: #555
}

#popup-search.popup-search .search-container .header-search .header-content .navigation .menu-menus-container .menu-item a:hover {
  border-bottom: 1px solid #000;
  color: #555
}

#popup-search.popup-search .search-container .header-search .header-content .navigation .menu-menus-container li:first-child {
  margin-left: 0
}

#popup-search.popup-search .search-container .header-search .header-content .navigation .menu-menus-container .menu-item.current-menu-item {
  border-bottom: 1px solid #aaa
}

#popup-search.popup-search .search-container .header-search .header-content .navigation .menu-menus-container .menu-item.current-menu-item a {
  color: #aaa
}

#popup-search.popup-search .search-container .header-search .header-content .navigation .menu-menus-container .menu-item.current-menu-item a:hover {
  border-bottom: none;
}

#popup-search.popup-search .search-container .header-search .header-content .navigation .search {
  display: block;
  position: relative;
  float: left;
  width: 20px;
  height: auto;
  margin-left: 10%;
  overflow: hidden;
  cursor: pointer;
}

#popup-search.popup-search .search-container .container-form-search {
  position: fixed;
  top: 101px;
  left: 0;
  right: 0;
  width: 100%;
  border: 13px solid #fff;
  border-top: none;
  padding: 20px 0;
  background-color: rgb(191, 203, 198);
}

#popup-search.popup-search .search-container .container-form-search .search-form-wrapper {
  width: 91%;
  margin: 0 auto;
}

#popup-search.popup-search .search-container .container-form-search .search-form-wrapper .search-form {
  float: right;
  width: 100%;
  max-width: 1200px;
  border-bottom: 1px solid rgb(219, 226, 223);
}

#popup-search.popup-search .search-container .container-form-search .search-form-wrapper .search-form .screen-reader-text {
  display: none;
}

#popup-search.popup-search .search-container .container-form-search .search-form-wrapper .search-form .search-field {
  float: left;
  width: 100%;
  background: url(assets/images/search.svg) rgb(191, 203, 198);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right center;
  font-family: 'TeXGyreAdventor-Regular';
  font-size: 0.6em;
  font-weight: 400;
  color: rgb(76, 97, 89);
  height: 42px;
}

#popup-search.popup-search .search-container .container-form-search .search-form-wrapper .search-form .search-submit {
  display: none;
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| Popup Search Result Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#search-result.search-result {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 100vh;
  margin: 0 auto;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  overflow: auto;
  z-index: 100;
  display: none;
  border: 13px solid #fff;
}

#search-result.search-result .content-search-result {
  width: 91%;
  margin: 0 auto;
  clear: both
}

#search-result.search-result .content-search-result .header {
  padding-top: 15px;
  position: relative;
  float: left;
  width: 100%
}

#search-result.search-result .content-search-result .header .logo {
  display: block;
  float: left;
  width: 150px
}

#search-result.search-result .content-search-result .header .close-search {
  float: right;
  width: 12px;
  margin-top: 12px;
  margin-right: 4px;
  cursor: pointer;
}

#search-result.search-result .content-search-result .container-form-search {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  margin-top: 100px
}

#search-result.search-result .content-search-result .container-form-search .search-form-wrapper {
  float: left;
  width: 100%
}

#search-result.search-result .content-search-result .container-form-search .search-form-wrapper .search-form {
  float: left;
  width: 100%
}

#search-result.search-result .content-search-result .container-form-search .search-form-wrapper .search-form .search-field {
  float: left;
  width: 100%;
  font-family: 'TeXGyreAdventor-Regular';
  font-size: 36px;
  font-weight: bold;
  color: #999;
  height: 42px;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  padding-bottom: 15px
}

#search-result.search-result .content-search-result .container-form-search .search-form-wrapper .search-form .search-submit {
  display: none
}

#search-result.search-result .content-search-result .project {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 50px;
  border-bottom: 1px solid #ccc
}

#search-result.search-result .content-search-result .project .link-project {
  float: left;
  width: 100%
}

#search-result.search-result .content-search-result .project .text-title {
  float: left;
  width: 100%;
  color: #85a596;
  font-size: 13px;
  letter-spacing: 1px
}

#search-result.search-result .content-search-result .project .project-list {
  float: left;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #ddd;
  background-image: url(assets/images/detail-search.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: right center;
  padding: 30px 0
}

#search-result.search-result .content-search-result .project .project-list .title {
  float: left;
  width: 100%;
  color: #5d5e5c;
  font-size: 22px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  max-width: 565px
}

#search-result.search-result .content-search-result .project .project-list .building {
  float: left;
  width: 100%;
  color: #5d5e5c;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#search-result.search-result .content-search-result .news {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px
}

#search-result.search-result .content-search-result .news .link-news {
  float: left;
  width: 100%
}

#search-result.search-result .content-search-result .news .text-title {
  float: left;
  width: 100%;
  color: #85a596;
  font-size: 13px;
  letter-spacing: 1px
}

#search-result.search-result .content-search-result .news .news-list {
  float: left;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #ddd;
  background-image: url(assets/images/detail-search.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: right center;
  padding: 30px 0
}

#search-result.search-result .content-search-result .news .news-list .title {
  float: left;
  width: 100%;
  color: #5d5e5c;
  font-size: 22px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  max-width: 565px
}

#search-result.search-result .content-search-result .news .news-list .date {
  float: left;
  width: 100%;
  color: #5d5e5c;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#search-result.search-result .no-result {
  float: left;
  width: 100%;
  margin-top: 20px
}

#search-result.search-result .no-result .text-no-result {
  float: left;
  width: 100%;
  color: #5d5e5b;
  font-size: 18px
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| Hero Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#hero.hero {
  position: relative;
  float: left;
  width: 100%;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  background-color: #85a596;
}

#hero.hero .menu {
  position: relative;
  float: none;
  margin: 0 auto;
  width: 91%;
  overflow: hidden;
  height: 120px;
}

#hero.hero .menu .logo {
  width: 300px;
  position: absolute;
  z-index: 5;
}

#hero.hero .menu .phone {
  position: absolute;
  right: 0;
  z-index: 5;
  float: right;
  width: auto;
  height: 20px;
  margin-top: 50px;
}

#hero.hero .menu .phone .image {
  width: 13px;
  margin-top: 4px
}

#hero.hero .menu .phone .text-phone {
  float: right;
  font: 13px/1.38 TeXGyreAdventor-Regular;
  letter-spacing: 2px;
  margin-left: 20px;
}

#hero.hero .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  max-width: 910px;
  height: 248px;
  margin: auto;
  height: 150px;
  bottom: unset;
  top: 43%;
  transform: translate(0, -50%);
}

#hero.hero .cover a{
  color: #FFF;
}

#hero.hero .cover .text-cover {
  width: 910px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  font-size: 36px;
  text-align: center;
  letter-spacing: 1px;
  float: none;
  padding-bottom: 0;
}

#hero.hero .cover .navigation {
  width: 465px;
  margin: 0 auto
}

#hero.hero .cover .navigation .menu-menus-container {
  float: left;
  width: 100%;
}

#hero.hero .cover .navigation .menu-menus-container .menu {
  float: left;
  width: 100%;
}

#hero.hero .cover .navigation .menu-menus-container .menu .menu-item:nth-child(1) {
  margin-left: 0;
}

#hero.hero .cover .navigation .menu-menus-container .menu .menu-item {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  display: block;
  float: left;
  font-size: .333em;
  line-height: 1.8;
  letter-spacing: 2px;
  margin-left: 16.5%;
  text-transform: uppercase;
}

#hero.hero .cover .navigation .menu-menus-container .menu .menu-item a {
  color: #fff
}

#hero.hero .cover .navigation .menu-menus-container .menu .menu-item a:hover {
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

#hero.hero .cover .navigation .link {
  -webkit-transition-duration: .4s;
  transition-duration: .4s
}

#hero.hero .cover .navigation .project {
  display: block;
  float: left;
  font-size: .333em;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #fff
}

#hero.hero .cover .navigation .about {
  display: block;
  float: left;
  margin-left: 16.5%;
  font-size: .333em;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #fff
}

#hero.hero .cover .navigation .news {
  display: block;
  float: left;
  margin-left: 16.5%;
  font-size: .333em;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #fff
}

#hero.hero .cover .navigation .contacts {
  display: block;
  float: left;
  margin-left: 16.5%;
  font-size: .333em;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #fff
}

#hero.hero .cover-menu {
  position: absolute;
  top: 60vh;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 25px;
  margin: auto;
  z-index: 10;
}

#hero.hero .cover-menu .navigation {
  /*width: 465px;*/
  width: 320px;
  margin: 0 auto
}

#hero.hero .cover-menu .navigation .menu-menus-container {
  float: left;
  width: 100%;
}

#hero.hero .cover-menu .navigation .menu-menus-container .menu {
  float: left;
  width: 100%;
  height: auto;
}

#hero.hero .cover-menu .navigation .menu-menus-container .menu .menu-item:nth-child(1) {
  margin-left: 0;
}

#hero.hero .cover-menu .navigation .menu-menus-container .menu .menu-item {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 2px;
  //margin-left: 16.5%;
  margin-left: 9.0%;
  text-transform: uppercase;
}

#hero.hero .cover-menu .navigation .menu-menus-container .menu .menu-item a {
  color: #fff
}

#hero.hero .cover-menu .navigation .menu-menus-container .menu .menu-item a:hover {
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

#hero.hero .cover-menu .navigation .link {
  -webkit-transition-duration: .4s;
  transition-duration: .4s
}

#hero.hero .cover-menu .navigation .project {
  display: block;
  float: left;
  font-size: .333em;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #fff
}

#hero.hero .cover-menu .navigation .about {
  display: block;
  float: left;
  margin-left: 16.5%;
  font-size: .333em;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #fff
}

#hero.hero .cover-menu .navigation .news {
  display: block;
  float: left;
  margin-left: 16.5%;
  font-size: .333em;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #fff
}

#hero.hero .cover-menu .navigation .contacts {
  display: block;
  float: left;
  margin-left: 16.5%;
  font-size: .333em;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #fff
}

#hero.hero .contact {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 5;
  width: 91%;
  margin: 0 auto;
  overflow: hidden;
}

#hero.hero .contact .phone {
  display: none;
}

#hero.hero .contact .text-architect {
  position: relative;
  float: left;
  z-index: 0;
  margin-top: 4px;
  font: 13px/1.38 TeXGyreAdventor-Regular;
  letter-spacing: 1px;
}

#hero.hero .contact .sosmed {
  float: right
}

#hero.hero .contact .sosmed .element-facebook {
  background-image: url(assets/images/icon_fb.svg);
  background-size: 7px auto;
  cursor: pointer
}

#hero.hero .contact .sosmed .element-google {
  background-image: url(assets/images/icon_google+.svg);
  background-size: 19px auto;
  cursor: pointer
}

#hero.hero .contact .sosmed .element-pinterest {
  background-image: url(assets/images/icon_pinterest%20.svg);
  background-size: auto auto;
  cursor: pointer
}

#hero.hero .contact .sosmed .element-twitter {
  background-image: url(assets/images/icon_Twitter.svg);
  background-size: auto auto;
  cursor: pointer
}

#hero.hero .contact .sosmed .element-linkedin {
  background-image: url(assets/images/icon_in%20.svg);
  background-size: 13px auto;
  cursor: pointer
}

#hero.hero .contact .sosmed .element-instagram {
  background-image: url(assets/images/icon_Instagram-on.svg);
  background-size: auto auto;
  cursor: pointer
}

#hero.hero .contact .sosmed .element .link-sosmed {
  float: left;
  width: 100%;
  height: 100%;
}

#hero.hero .instagram-feed {
  position: absolute;
  z-index: 5;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 120px;
  top: 70vh;
  max-width: 910px;
  left: 0;
  right: 0;
}

#hero.hero .instagram-feed .wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 605px;
  position: relative;
}

#hero.hero .instagram-feed .wrapper .slide-instagram {
  float: left;
  width: 100%;
}

#hero.hero .instagram-feed .wrapper .slide-instagram .list-slide {
  position: relative;
  width: 110px;
  margin-left: 13px;
  height: 120px;
  background-color: #85a596;
}

#hero.hero .instagram-feed .wrapper .slide-instagram .list-slide .image {
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.4);
  max-height: 100px;
  max-height: unset;
  object-fit: cover;
  height: 110px;
}

#hero.hero .instagram-feed .wrapper .slide-instagram .list-slide .bg-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 110px;
  background: url(assets/images/instagram-hover.svg) rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: none;
}

#hero.hero .instagram-feed .wrapper .arrow {
  position: absolute;
  width: 100%;
  height: 100%;
}


.button-ig-mobile{
  width: 100%;
  height: 95px;
  display: block;
  position: absolute;
  z-index: 1;
  display: none;
}

#hero.hero .instagram-feed .wrapper .arrow .image {
  width: 70px;
  top: 40px;
}

#hero.hero .instagram-feed .wrapper .arrow .image.prev {
  position: absolute;
  left: -100px;
}

#hero.hero .instagram-feed .wrapper .arrow .image.next {
  position: absolute;
  right: -100px;
}

#hero.hero .instagram-feed .wrapper .cover-hover {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 110px;
}

#hero.hero .instagram-feed .wrapper .cover-hover .text {
  color: #555;
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
  float: left;
  width: 100%;
  line-height: 110px;
  display: none;
}

#hero.hero .instagram-feed .wrapper .cover-hover .link {
  color: #555;
  width: 100%;
  height: 100%;
  float: left;
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| Location Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#location.location .map-wrapp {
  position: relative;
  float: left;
  width: 100%;
}

#location.location .map-wrapp .map {
  height: 625px;
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| Content Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#content.content {
  float: left;
  position: relative;
  width: 100%;
}

#content.content .section-wrapper {
  float: left;
  width: 100%;
}

#content.content .section-wrapper .section-list {
  float: left;
  width: 100%;
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| Project Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

body.post-type-archive-project .main-wrapper {
  float: left;
  width: 100%;
  border-bottom: 0;
}

#project.project {
  float: left;
  clear: both;
  position: relative;
  width: 100%;
  border: 13px solid rgb(255, 255, 255);
  border-top: none;
}

#project.project .container-upper {
  background-color: #f6f6f6;
  float: left;
  clear: both;
  width: 100%;
  background-color: transparent;
}

#project.project .container-upper .container-upper-top {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 90px;
}

#project.project .container-upper .container-upper-top p {
  width: 100%;
  min-width: 522px;
  max-width: 620px;
  margin-left: 4.3129%;
  font-size: 24px;
  line-height: 1.6;
  color: #4c6159;
  float: left;
}

#project.project .container-upper .container-upper-bottom {
  clear: both;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  display: block
}

#project.project .container-upper .container-upper-bottom .container-category {
  width: 91%;
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  display: block;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /* white-space: nowrap; */
  margin-bottom: 0;
}

#project.project .container-upper .container-upper-bottom .container-category::-webkit-scrollbar {
  display: none;
}

#project.project .container-upper .container-upper-bottom .container-category .category {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
  box-sizing: border-box
}

#project.project .container-upper .container-upper-bottom .container-category .category .category-list {
  padding: 5px 0;
  font-family: TeXGyreAdventor-Regular;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  color: #777;
  display: inline-block;
  padding-right: 50px;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  cursor: pointer;
  text-transform: uppercase;
  padding-bottom: 10px;
}

#project.project .container-upper .container-upper-bottom .container-category .category .category-list a{
  color: #777;
}

#project.project .container-upper .container-upper-bottom .container-category .category .category-list a:hover {
  color: #85a596;
}

#project.project .container-upper .container-upper-bottom .container-category .category .category-list a.active{
  color: #85a596;
}

#project.project .container-upper .container-upper-bottom .container-category .category .category-list:nth-child(1) {
  padding-left: 0;
}

#project.project .container-upper .container-category-mobile {
  display: none;
}

#project.project .container-list-wrapper {
  float: left;
  width: 100%;
  margin: 0;
  background-color: #f6f6f6;
  background-color: transparent;
}

#project.project .container-list-wrapper .grid {
  max-width: 100%;
  position: relative;
  /* display: none; */
}

#project.project .container-list-wrapper .grid .link-grid {
  float: left;
  width: 100%;
  height: 100%;
}

#project.project .container-list-wrapper .grid:after {
  content: '';
  display: block;
  clear: both
}

#project.project .container-list-wrapper .grid-item {
  float: left;
  width: calc((100%/3) - (160px/3));
  margin-bottom: 80px;
  background-repeat: repeat, no-repeat;
  background-size: 100% 100%, cover;
  background-position: 0 0, center center;
  background-attachment: scroll, scroll;
  height: 500px;
  opacity: 1;
 
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #DDD;
}

#project.project .container-list-wrapper .grid-item:nth-child(4n) {
  height: 400px;
}

#project.project .container-list-wrapper .grid-item:nth-child(5n) {
  height: 550px;
}

#project.project .container-list-wrapper .grid-item:nth-child(6n) {
  height: 450px;
}

#project.project .container-list-wrapper .grid-item:nth-child(7n) {
  height: 600px;
}

#project.project .container-list-wrapper .grid-item.video-youtube {
  height: 322px;
}

#project.project .container-list-wrapper .grid-item .container-content-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.74) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.74) 100%);
  background-image: -o-linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.74) 100%);
  background-image: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.74) 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.74) 100%);
  background-repeat: repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  background-attachment: scroll;
  background-image: none;
  bottom: 35px;
}

#project.project .container-list-wrapper .grid-item .container-content-wrapper .inside {
  float: left;
  width: 100%;
  padding-right: 20px;
  padding-left: 30px;
  height: 100%
}

#project.project .container-list-wrapper .grid-item .detail-wrapper {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-repeat: repeat, repeat;
  background-size: 100% 100%, 100% 100%;
  background-position: 0% 0%, 0% 0%;
  background-attachment: scroll, scroll;
  opacity: 0;
}

#project.project .container-list-wrapper .grid-item .detail {
  display: none;
  position: absolute;
  top: 30%;
  width: 100%;
  /* -webkit-transition-duration: 5s; */
  /* transition-duration: 20s; */
  opacity: 1;
  padding-right: 20px;
  padding-left: 30px;
  z-index: 1;
}

#project.project .container-list-wrapper .grid-item .detail .location {
  font-family: TeXGyreAdventor-Regular;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  float: left;
  width: 100%
}

#project.project .container-list-wrapper .grid-item .detail .site-area {
  font-family: TeXGyreAdventor-Regular;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  float: left;
  width: 100%
}

#project.project .container-list-wrapper .grid-item .detail .floor-area {
  font-family: TeXGyreAdventor-Regular;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  float: left;
  width: 100%
}

#project.project .container-list-wrapper .grid-item .detail .building {
  font-family: TeXGyreAdventor-Regular;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  float: left;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 10px;
}

#project.project .container-list-wrapper .grid-item .container-content-wrapper .inside .title {
  float: left;
  padding-bottom: 20px;
  font: 21px/1.38 TeXGyreAdventor-Bold;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  width: 100%;
}

#project.project .container-list-wrapper .grid-item .container-content-wrapper .inside .building {
  font-family: TeXGyreAdventor-Regular;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  width: 100%;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: none;
  opacity: 0
}

#project.project .container-list-wrapper .grid-item .container-content-wrapper .inside .view {
  display: block;
  clear: both;
  margin-bottom: 0;
  float: left;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  background-image: url(assets/images/detail-portofolio.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  font-size: 12px;
  line-height: 1.38;
  letter-spacing: 2px;
  color: #fff;
  font-family: TeXGyreAdventor-Regular;
  /* position: absolute; */
  /* bottom: 0; */
  /* width: calc(100% - 50px); */
}

#project.project .container-list-wrapper .grid .container-image {
  width: 100%;
  resize: both;
  overflow: auto;
  position: relative
}

#project.project .container-list-wrapper .grid .container-image .draggable {
  opacity: 0;
  transition: opacity .6s linear .85s
}

#project.project .container-list-wrapper .grid .container-image img.loaded {
  opacity: 1
}

#project.project .container-list-wrapper .grid .container-image .img-pan-container,
.img-pan-container img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#project.project .container-list-wrapper .grid .container-image .img-pan-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  width: 100%
}

#project.project .container-list-wrapper .grid .container-image .img-pan-container img {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  width: unset
}

/*#project.project .container-list-wrapper .grid{max-width:100%;display: block;}
#project.project .container-list-wrapper .grid.are-images-unloaded {opacity: 0;}
#project.project .container-list-wrapper .grid .grid-item,
#project.project .container-list-wrapper .grid .grid-sizer{width: 32%;display: block;}
#project.project .container-list-wrapper .grid .gutter-sizer{width: 2%;}
#project.project .container-list-wrapper .grid.are-images-unloaded .grid-item {opacity: 0;}
#project.project .container-list-wrapper .grid .grid-item{float: left;margin-bottom: 20px;background-color: #000;}
#project.project .container-list-wrapper .grid .grid-item:nth-child(2n){background-color: yellow;}
#project.project .container-list-wrapper .grid .link-grid{float: left;width: 100%;height: 100%;display: none;}
#project.project .container-list-wrapper .grid-item .container-content-wrapper{position:absolute;width:100%;bottom:0;left:0;right:0;padding-left:30px;padding-right:20px;background-image:-webkit-linear-gradient(270deg,rgba(255,255,255,0) 0,rgba(0,0,0,0.74) 100%);background-image:-moz-linear-gradient(270deg,rgba(255,255,255,0) 0,rgba(0,0,0,0.74) 100%);background-image:-o-linear-gradient(270deg,rgba(255,255,255,0) 0,rgba(0,0,0,0.74) 100%);background-image:-ms-linear-gradient(270deg,rgba(255,255,255,0) 0,rgba(0,0,0,0.74) 100%);background-image:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(0,0,0,0.74) 100%);background-repeat:repeat;background-size:100% 100%;background-position:0 0;background-attachment:scroll}
#project.project .container-list-wrapper .grid-item .container-content-wrapper .title{width:100%;padding-bottom:20px;font-size:.575em;letter-spacing:1px}
#project.project .container-list-wrapper .grid-item .container-content-wrapper .view{display:block;clear:both;width:100%;padding-top:1px;padding-bottom:1px;padding-left:30px;background-image:url(assets/images/detail-portofolio.svg);background-repeat:no-repeat;background-size:contain;background-position:left center;font-family:TeXGyreAdventor-Regular;font-size:.333em;letter-spacing:2px;margin-bottom:35px}*/

#project.project .container-list-wrapper .grid .grid-sizer {
  width: calc((100%/3) - 40px);
  display: block;
}

#project.project .container-list-wrapper .grid .gutter-sizer {
  width: 80px;
}

#project.project .container-pagination {
  width: 100%;
  position: relative;
  margin: 0 auto;
  clear: both;
  display: none;
}

#project.project .container-pagination .text-pagination {
  float: left;
  font-size: .666em;
  line-height: 1.38;
  padding-right: 25px;
}

#project.project .container-pagination .text-pagination a {
  float: left;
  width: 100%;
  color: #85a596;
}

#project.project .container-scroller-status {
  display: none;
  float: left;
  clear: both;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px
}

#project.project .container-scroller-status .container-image {
  width: 45px;
  margin: 0 auto
}

#project.project .container-scroller-status .infinite-scroll-last {
  float: left;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  color: #85a596;
  font-size: .333em
}

/*#project.project .container-list-wrapper .grid-item.appear{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;transition:opacity .5s cubic-bezier(0.165,0.84,0.44,1),-webkit-transform .5s cubic-bezier(0.165,0.84,0.44,1);transition:transform .5s cubic-bezier(0.165,0.84,0.44,1),opacity .5s cubic-bezier(0.165,0.84,0.44,1);transition:transform .5s cubic-bezier(0.165,0.84,0.44,1),opacity .5s cubic-bezier(0.165,0.84,0.44,1),-webkit-transform .5s cubic-bezier(0.165,0.84,0.44,1)}
#project.project .container-list-wrapper .grid-item.disappear{-webkit-transform:translateY(90px);transform:translateY(90px);opacity:0;transition:opacity .5s cubic-bezier(0.165,0.84,0.44,1),-webkit-transform .5s cubic-bezier(0.165,0.84,0.44,1);transition:transform .5s cubic-bezier(0.165,0.84,0.44,1),opacity .5s cubic-bezier(0.165,0.84,0.44,1);transition:transform .5s cubic-bezier(0.165,0.84,0.44,1),opacity .5s cubic-bezier(0.165,0.84,0.44,1),-webkit-transform .5s cubic-bezier(0.165,0.84,0.44,1)}*/

#project.project .container-list-wrapper .grid-item.above {
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
  opacity: 0;
  transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#project.project .container-list-wrapper .grid-item.below {
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
  opacity: 0;
  transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#project.project .container-list-wrapper .grid-item.transition-in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

/* .reveal-content {
  opacity: 0;
} */

#project.project .container-list-wrapper .grid-item.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px)
}

#project.project .container-list-wrapper .grid-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#project.project .container-list-wrapper .grid-item .pinterest-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  background-image: url(assets/images/pinterest.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: none;
}

#project.project .container-list-wrapper .grid-item .pinterest-button .pin {
  float: left;
  width: 100%;
  height: 100%;
  outline: 0;
}

#project.project .container-list-wrapper .grid-item .video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

#project.project .container-list-wrapper .grid-item .video-background .video-foreground {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#project.project .container-list-wrapper .grid-item .video-background iframe {
  pointer-events: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

#project.project .bg-image-project {
  position: absolute;
  background-image: url(assets/images/bg-spiral-project.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  width: 1257px;
  height: 1399px;
  right: 0;
  top: -111px;
  z-index: -1;
  opacity: 0.3;
}

.page-load-category{
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  display: none;
}

.page-load-category img{
  display: block;
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| Project Detail Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

body.single-project .main-wrapper {
  border: 0;
}

body.single-project #header.header .header-content .navigation .menu-menus-container .menu-item-object-project {
  border-bottom: 1px solid #aaa;
}

body.single-project #header.header .header-content .navigation .menu-menus-container .menu-item-object-project a {
  color: #aaa;
}

body.single-project #header.header .header-content .navigation .menu-menus-container .menu-item-object-project a:hover {
  border-bottom: none;
}

body.single-project #header-fixed.header .header-content .navigation .menu-menus-container .menu-item-object-project {
  border-bottom: 1px solid #aaa;
}

body.single-project #header-fixed.header .header-content .navigation .menu-menus-container .menu-item-object-project a {
  color: #aaa;
}

body.single-project #header-fixed.header .header-content .navigation .menu-menus-container .menu-item-object-project a:hover {
  border-bottom: none;
}

#project-detail.project-detail {
  float: left;
  clear: both;
  position: relative;
  width: 100%;
}

#project-detail.project-detail .container-title {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 70px;
  border-bottom: 13px solid #fff;
  border-top: 13px solid #fff;
  background-color: #f6f6f6;
  border-left: 13px solid rgb(255, 255, 255);
  border-right: 13px solid rgb(255, 255, 255);
}

#project-detail.project-detail .container-title .content {
  position: relative;
  width: 91%;
  max-width: 1293px;
  margin: 0 auto
}

#project-detail.project-detail .container-title .content .title {
  float: left;
  width: 40%;
  font: 32px/1.4 TeXGyreAdventor-Bold;
  color: #4c6159;
  max-width: 620px;
  padding-bottom: 20px;
}

#project-detail.project-detail .container-title .content .container-additional {
  float: left;
  width: 60%
}

#project-detail.project-detail .container-title .content .container-additional .add-top {
  float: left;
  width: 100%;
}

#project-detail.project-detail .container-title .content .container-additional .add-bottom {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 27px;
}

#project-detail.project-detail .container-title .content .container-additional .additional-list {
  float: left;
  width: 50%;
  position: relative
}

#project-detail.project-detail .container-title .content .container-additional .additional-list .title-add {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  font-family: TeXGyreAdventor-Bold;
  font-size: 14px;
  color: #85a596;
}

#project-detail.project-detail .container-title .content .container-additional .additional-list .value {
  float: left;
  clear: both;
  width: 100%;
  font-size: 14px;
  color: #444;
  font-family: TeXGyreAdventor-Regular;
}

#project-detail.project-detail .container-title .content .container-additional .additional-list .value sup {
  font-size: 10px
}

#project-detail.project-detail .container-featured-image {
  float: left;
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
  border-left: 13px solid rgb(255, 255, 255);
  border-right: 13px solid rgb(255, 255, 255);
}

#project-detail.project-detail .info {
  width: 100%;
  height: 100%;
  float: left;
}

#project-detail.project-detail .social-share{
  position: absolute;
  width: 30px;
  top: 0;
}
#project-detail.project-detail .share-facebook,
#project-detail.project-detail .share-twitter,
#project-detail.project-detail .share-pinterest,
#project-detail.project-detail .share-linkedin,
#project-detail.project-detail .share-google,
#project-detail.project-detail .share-thumblr {
  position: relative;
  left: 0;
  background: url(assets/images/share-button.png) #ffffff;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#project-detail.project-detail .share-facebook{
  background-position: 0 0;
}

#project-detail.project-detail .share-twitter{
  background-position: 0 -30px;
}

#project-detail.project-detail .share-google{
  background-position: 0 -60px;
}

#project-detail.project-detail .share-linkedin{
  background-position: 0 -90px;
}

#project-detail.project-detail .share-pinterest{
  background-position: 0 -120px;
}

#project-detail.project-detail .share-thumblr{
  background-position: 0 -150px;
}

#project-detail.project-detail .container-featured-image .container-iframe {
  margin: 0 auto;
  width: 100%;
  height: 1055px;
}

#project-detail.project-detail .container-featured-image .container-iframe .container-video-iframe {
  /* position:  relative; */
  /* height: 0; */
  /* padding-bottom: 47.25%; */
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#project-detail.project-detail .container-featured-image .container-iframe iframe {
  /*width: 100%;height: 100%;position: absolute;top: 0;bottom: 0;left: 50%;transform: translate(-50%, 0);-webkit-transform: translate(-50%, 0);*/
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* height: 100%; */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

#project-detail.project-detail .container-featured-image .container-iframe .cover-black {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 135px;
  height: 50px;
  background-color: #000;
  z-index: 0;
  display: none;
}

#project-detail.project-detail .container-description {
  float: left;
  width: 100%;
  position: relative;
  clear: both;
  padding-bottom: 125px;
  padding-top: 150px;
  background-color: #f6f6f6;
  border-left: 13px solid rgb(255, 255, 255);
  border-right: 13px solid rgb(255, 255, 255);
}

#project-detail.project-detail .container-description .content {
  margin: 0 auto;
  width: 50%;
  max-width: 750px
}

#project-detail.project-detail .container-description .content .wpb_content_element {
  margin: 0
}

#project-detail.project-detail .container-description .content p {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #444;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  padding-bottom: 25px;
}

#project-detail.project-detail .container-description .content img {
  display: block;
}

#project-detail.project-detail .container-gallery {
  float: left;
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
  border-bottom: 13px solid #fff;
  border-left: 13px solid rgb(255, 255, 255);
  border-right: 13px solid rgb(255, 255, 255);
}

#project-detail.project-detail .container-gallery .gallery {
  width: 100%;
  margin: 0 auto;
  margin-bottom: -15px;
  clear: both;
  display: none;
}

#project-detail.project-detail .container-gallery .gallery .gallery-item-gutter-sizer {
  width: 15px;
}

#project-detail.project-detail .container-gallery .gallery .gallery-item-wrapper-sizer {
  width: 50%
}

#project-detail.project-detail .container-gallery .gallery .gallery-item-wrapper {
  float: left;
  width: calc(50% - 7.5px);
  margin-bottom: 10px;
}

#project-detail.project-detail .container-gallery .gallery .gallery-item {
  float: left;
  width: calc(50% - 7.5px);
  margin-bottom: 15px;
  /*width: 100%;margin-bottom: 0;*/
  display: block;
}

#project-detail.project-detail .container-gallery .gallery .gallery-item img{
  display: block;
}

#project-detail.project-detail .container-share {
  position: relative;
  float: left;
  clear: both;
  z-index: 0;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px
}

#project-detail.project-detail .container-share .content {
  position: relative;
  width: 91%;
  margin: 0 auto
}

#project-detail.project-detail .container-share .content .link-back {
  float: left;
  outline: 0;
}

#project-detail.project-detail .container-share .content .link-back:hover {
  outline: 0;
}

#project-detail.project-detail .container-share .content .link-back .back {
  float: left;
  padding-left: 20px;
  background-image: url(assets/images/arrow-news-back.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: left center;
  font-size: 14px;
  line-height: 1.38;
  color: #666;
  font-family: TeXGyreAdventor-Regular;
}

#project-detail.project-detail .container-share .content .share {
  float: right;
  line-height: 1.38
}

#project-detail.project-detail .container-share .content .share .text-share {
  color: #666;
  font-size: 14px;
  float: left;
  font-family: TeXGyreAdventor-Regular;
  padding-right: 10px;
}

#project-detail.project-detail .container-share .content .share .text-share.bold {
  font-weight: bold
}

#project-detail.project-detail .container-share .content .share .link-share {
  float: left;
  width: auto;
  outline: 0;
}

#project-detail.project-detail .container-share .content .share .link-share:hover {
  outline: 0;
}

#project-detail.project-detail .container-other {
  position: relative;
  float: left;
  clear: both;
  z-index: 0;
  width: 100%;
  padding-top: 40px;
  padding-right: 13px;
  padding-left: 13px;
  background-color: #f4f4f4
}

#project-detail.project-detail .container-other .text-other {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  font: 24px/1.38 TeXGyreAdventor-Bold;
  text-align: center;
  color: #85a596;
}

#project-detail.project-detail .container-other .content {
  float: left;
  clear: both;
  width: 100%
}

#project-detail.project-detail .container-other .content .container-list {
  height: 100%;
  background-repeat: repeat, no-repeat;
  background-size: 100% 100%, cover;
  background-position: 0% 0%, center center;
  background-attachment: scroll, scroll;
  float: left;
  width: 100%;
  position: relative;
}

#project-detail.project-detail .container-other .content .container-list .detail-wrapper {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-repeat: repeat, repeat;
  background-size: 100% 100%, 100% 100%;
  background-position: 0% 0%, 0% 0%;
  background-attachment: scroll, scroll;
  opacity: 0;
}

#project-detail.project-detail .container-other .content .link-list {
  float: left;
  width: 100%;
  float: left;
  width: calc((100%/3) - (140px/3));
  margin-left: 70px;
  outline: 0;
  height: 315px;
}

#project-detail.project-detail .container-other .content .link-list:hover {
  outline: 0;
}

#project-detail.project-detail .container-other .content .link-list .container-list .container-desc {
  width: 100%;
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: 1;
}

#project-detail.project-detail .container-other .content .link-list .container-list .container-desc .inside {
  float: left;
  width: 100%;
  padding-right: 20px;
  padding-left: 30px;
  height: 100%;
}

#project-detail.project-detail .container-other .content .link-list .container-list .container-desc .inside .title {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  font: 20px/1.38 TeXGyreAdventor-Bold;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#project-detail.project-detail .container-other .content .link-list .container-list .container-desc .inside .view {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  background-image: url(assets/images/detail-portofolio.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  font-size: 12px;
  line-height: 1.38;
  letter-spacing: 2px;
  color: #fff;
  font-family: TeXGyreAdventor-Regular;
}

#project-detail.project-detail .container-other .content .link-list:nth-child(1) {
  margin-left: 0;
}

#project-detail.project-detail .container-other .container-explore {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center
}

#project-detail.project-detail .container-other .container-explore .link-explore {
  float: left;
  width: auto;
  outline: 0;
}

#project-detail.project-detail .container-other .container-explore .link-explore:hover {
  outline: 0;
}

#project-detail.project-detail .container-other .container-explore .link-explore .text-explore {
  display: block;
  width: 136px;
  height: 29px;
  margin: 0 auto;
  border-radius: 3px;
  background: url(assets/images/arrow-news-detail.svg) #f4f4f4;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  font: 12px/28px TeXGyreAdventor-Bold;
  text-align: left;
  letter-spacing: 2px;
  color: #85a596;
}

#project-detail.project-detail .container-other .content .link-list .container-list .detail {
  display: none;
  position: absolute;
  top: 35%;
  width: 100%;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  opacity: 1;
  padding-right: 20px;
  padding-left: 30px;
}

#project-detail.project-detail .container-other .content .link-list .container-list .container-desc .inside .building {
  font-family: TeXGyreAdventor-Regular;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  width: 100%;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: none;
  opacity: 0
}

#project-detail.project-detail .container-other .content .link-list .container-list .detail .location {
  font-family: TeXGyreAdventor-Regular;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  float: left;
  width: 100%;
  margin-top: 30px
}

#project-detail.project-detail .container-other .content .link-list .container-list .detail .site-area {
  font-family: TeXGyreAdventor-Regular;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  float: left;
  width: 100%
}

#project-detail.project-detail .container-other .content .link-list .container-list .detail .floor-area {
  font-family: TeXGyreAdventor-Regular;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  float: left;
  width: 100%
}

#project-detail.project-detail .container-gallery .gallery .gallery-item.sti_reset {
  width: 100% !important;
}

#project-detail.project-detail .container-gallery .gallery .sti.style-flat-small {
  width: calc(50% - 7.5px) !important;
  float: left !important;
  margin-bottom: 15px !important;
}

.sti-share-box {
  z-index: 10 !important;
}

#project-detail.project-detail .container-description .content h1 {
  float: left;
  width: 100%;
  color: #444;
  font-size: 54px;
  padding-bottom: 25px;
}

#project-detail.project-detail .container-description .content h2 {
  float: left;
  width: 100%;
  color: #444;
  font-size: 38px;
  padding-bottom: 25px;
}

#project-detail.project-detail .container-description .content h3 {
  float: left;
  width: 100%;
  color: #444;
  font-size: 28px;
  padding-bottom: 25px;
}

#project-detail.project-detail .container-description .content ul {
  float: left;
  width: 100%;
  list-style: none
}

#project-detail.project-detail .container-description .content ul li::before {
  content: "\2022";
  color: #444;
  display: inline-block;
  width: 30px;
  margin-left: -30px;
}

#project-detail.project-detail .container-description .content ul li {
  float: left;
  width: 100%;
  font-size: .455em;
  color: #444;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  padding-bottom: 25px;
}

#project-detail.project-detail .container-description .content ul li ul {
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 30px;
}

#project-detail.project-detail .container-description .content ul li ul li::before {
  content: "\25E6";
  color: #444;
  display: inline-block;
  width: 30px;
  margin-left: -30px;
  font-size: 24px;
}

#project-detail.project-detail .container-description .content ul li ul li {
  float: left;
  width: 100%;
  font-size: 0.955em;
  color: #444;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  padding-bottom: 0;
}

#project-detail.project-detail .container-description .content ol {
  float: left;
  width: 100%;
  list-style: none;
  counter-reset: li
}

#project-detail.project-detail .container-description .content ol li::before {
  content: counter(li);
  color: #444;
  display: inline-block;
  width: 17px;
  margin-left: -47px;
  margin-right: 30px;
  text-align: right;
  direction: rtl;
}

#project-detail.project-detail .container-description .content ol li {
  float: left;
  width: 100%;
  font-size: .455em;
  color: #444;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  padding-bottom: 25px;
  counter-increment: li
}

#project-detail.project-detail .container-description .content ol li ol {
  float: left;
  width: 100%;
  list-style: none;
  counter-reset: li;
  padding-top: 25px;
  padding-left: 38px;
}

#project-detail.project-detail .container-description .content ol li ol li::before {
  content: counter(li);
  color: #444;
  display: inline-block;
  width: 17px;
  text-align: right;
  direction: rtl;
  margin-left: -47px;
  margin-right: 30px;
}

#project-detail.project-detail .container-description .content ol li ol li {
  float: left;
  width: 100%;
  font-size: .955em;
  color: #444;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  padding-bottom: 20px;
  counter-increment: li;
}

#project-detail.project-detail .container-featured-image .container-video {
  float: left;
  width: 100%;
  height: 500px;
}

#project-detail.project-detail .container-featured-image .video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

#project-detail.project-detail .container-featured-image .video-background .video-relative {
  float: left;
  width: 100%;
  position: relative;
  height: 100%;
}

#project-detail.project-detail .container-featured-image .video-background .video-foreground,
#project-detail.project-detail .container-featured-image .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/*.box-image{
	float: left;
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
}
.share-pinterest{position: absolute;top: 0;left: 0;background-image: url(assets/images/share-button.png);background-repeat: no-repeat;background-size: 30px;background-position: 0 -120px;width: 30px;height: 30px;}
.share-facebook{position: absolute;top: 30px;left: 0;background: url(assets/images/share-button.png) #ffffff;background-repeat: no-repeat;background-size: 30px;background-position: 0 0;width: 30px;height: 30px;}
.info{width: 100%;height: 100%;float: left;}*/

/*
| -------------------------------------------------------------------------------------------------------------------------
| About Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#about.about {
  float: left;
  clear: both;
  width: 100%;
  padding-right: 150px;
  padding-left: 150px;
  padding-bottom: 150px;
  background-color: #f6f6f6;
  position: relative;
  border-left: 13px solid rgb(255, 255, 255);
  border-right: 13px solid rgb(255, 255, 255);
}

#about.about .container-content {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  box-shadow: 7px 18px 48px -15px rgba(0, 0, 0, 0.09);
  position: relative
}

#about.about .container-content .container-list {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  position: relative;
  float: left;
  width: 50%;
  min-height: 450px;
  padding-top: 180px;
  cursor: pointer;
  background-repeat: repeat, no-repeat !important;
  background-size: 100% 100%, cover !important;
  background-position: 0% 0%, center center !important;
  background-attachment: scroll, scroll !important;
  clear: none;
}

/*#about.about .container-content .container-list.hover{background-image: linear-gradient(360deg, rgb(76, 97, 89) 0%, rgba(76, 97, 89, 0.75) 100%)!important;}*/

#about.about .container-content .container-list .container-list-content {
  position: relative;
  width: 70%;
  max-width: 380px;
  margin: 0 auto;
  padding-bottom: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

#about.about .container-content .container-list .container-list-content p {
  clear: both;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #f6f6f6;
  overflow: hidden;
  font-family: TeXGyreAdventor-Regular;
}

#about.about .container-content .container-list .container-list-content .title {
  width: 100%;
  padding-bottom: 20px;
  font-size: 42px;
  line-height: 1.38;
  letter-spacing: 1px;
  color: #f6f6f6;
}

#about.about .container-content .container-list .container-list-content .arrow {
  display: block;
  position: absolute;
  bottom: 0;
  left: 88.1135471204%;
  z-index: 0;
  width: 45px;
  height: 23px;
  background-image: url(assets/images/arrow-about-us-white.svg);
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: center center;
  pointer-events: none;
  cursor: default
}

.container-title-about {
  float: left;
  clear: both;
  width: 100%;
  padding: 100px 150px 50px;
  background-color: #f6f6f6;
  border-left: 13px solid rgb(255, 255, 255);
  border-right: 13px solid rgb(255, 255, 255);
}

.container-title-about .text {
  width: 100%;
  min-width: 522px;
  max-width: 1250px;
  margin: 0 auto;
  font: 24px/1.6 TeXGyreAdventor-Bold;
  text-transform: uppercase;
  color: #4c6159;
  float: none;
}

#about.about .container-content .container-list.mobile {
  display: none;
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| About Popup Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#popup-about.popup {
  position: absolute;
  background-color: #f6f6f6;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 150px;
  padding: 0;
  display: none;
  transition: 2s;
  /*max-width: 1250px;transform: translate(-50%, 0);-webkit-transform: translate(-50%,0);left: 50%;*/
}

#popup-about.popup.profile-popup {
  left: -2500px;
}

#popup-about.popup.philosophy-popup {
  right: -2500px;
  left: unset;
}

#popup-about.popup .popup-border {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 13px solid rgb(255, 255, 255);
}

#popup-about.popup .popup-wrapper {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  box-shadow: 7px 18px 48px -15px rgba(0, 0, 0, 0.09);
  margin-bottom: 150px
}

#popup-about.popup .popup-wrapper .popup-container {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
}

#popup-about.popup .popup-wrapper .container-close {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
  cursor: pointer;
  z-index: 1;
  background-color: #FFF;
  padding: 8px;
}

#popup-about.popup .popup-wrapper .container-item {
  position: relative;
  float: left;
  width: 100%;
}

#popup-about.popup .popup-wrapper .container-item:nth-child(2n) {
  background-color: rgb(234, 242, 238);
}

#popup-about.popup .popup-wrapper .container-item .content-item {
  float: left;
  width: calc(100% - 120px);
  margin: 0 60px;
  padding-top: 96px;
  padding-bottom: 80px;
  border-bottom: 3px solid #dbe2df;
  border: 0;
  position: relative;
  z-index: 0;
}

#popup-about.popup .popup-wrapper .container-item .content-item.no-border {
  border: 0;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-full {
  float: left;
  width: 100%;
  display: none;
}

#popup-about.popup .popup-wrapper .container-item .item-left {
  float: left;
  width: 30%;
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 1.38;
  letter-spacing: 1px;
  font-family: TeXGyreAdventor-Regular;
  padding-left: 10px;
}

#popup-about.popup .popup-wrapper .container-item .item-left.team-left {
  padding-left: 60px;
}

#popup-about.popup .popup-wrapper .container-item .item-left .title {
  color: #4c6159
}

#popup-about.popup .popup-wrapper .container-item .item-right {
  float: left;
  width: 70%;
}

#popup-about.popup .popup-wrapper .container-item .item-right .excerpt {
  float: left;
  width: 100%;
  position: relative;
}

#popup-about.popup .popup-wrapper .container-item .item-right p {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: .455em;
  color: #555;
  overflow: hidden;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
}

#popup-about.popup .popup-wrapper .container-item .item-right .excerpt p {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 1.5;
  color: #85a596;
  overflow: hidden;
  padding-top: 0;
  font-family: TeXGyreAdventor-Regular;
}

#popup-about.popup .popup-wrapper .container-item .item-right .divider {
  float: left;
  clear: both;
  width: 80px;
  height: 2px;
  background-color: #85a596;
}

#popup-about.popup .popup-wrapper .container-item .item-right .full-content {
  float: left;
  width: 100%;
  display: none;
}

#popup-about.popup .popup-wrapper .container-item .item-right .full-content p {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  color: #555;
  overflow: hidden;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
}

#popup-about.popup .popup-wrapper .container-item .item-right .full-content p:nth-child(1) {
  padding-top: 0;
}

#popup-about.popup .popup-wrapper .container-item .item-right .excerpt .white-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: -webkit-linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat;
  background-size: 100% 100%;
  background-position: 0% 0%;
  background-attachment: scroll;
}

#popup-about.popup .popup-wrapper .container-item:nth-child(2n) .item-right .excerpt .white-bg {
  background: -webkit-linear-gradient(360deg, rgba(234, 242, 238, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(360deg, rgba(234, 242, 238, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(360deg, rgba(234, 242, 238, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(360deg, rgba(234, 242, 238, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, rgba(234, 242, 238, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat;
  background-size: 100% 100%;
  background-position: 0% 0%;
  background-attachment: scroll;
}

#popup-about.popup .popup-wrapper .container-item .item-right .read-more {
  float: left;
  width: auto;
  clear: both;
  font-family: TeXGyreAdventor-Regular;
  color: #4c6159;
  font-size: 14px;
  background-image: url(assets/images/cross.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 40px;
  cursor: pointer;
  border: 1px solid #85A596;
  padding: 8px 20px 8px 60px;
  border-radius: 20px;
}

#popup-about.popup .popup-wrapper .container-item .item-right .show-less {
  float: left;
  width: auto;
  clear: both;
  font-family: TeXGyreAdventor-Regular;
  color: #4c6159;
  font-size: 14px;
  background-image: url(assets/images/less.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 40px;
  cursor: pointer;
  display: none;
  border: 1px solid #85A596;
  padding: 8px 20px 8px 60px;
  border-radius: 20px;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-full .white-bg {
  display: none;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-full .item-right .full-content {
  display: block;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-full .item-right .show-less {
  display: block;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-full .item-left {
  height: 330px;
  margin-top: 10px;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-full .item-left .images {
  display: none;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-full .item-left .bg-left {
  width: 80%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

#popup-about.popup .popup-wrapper .container-item-philosophy {
  position: relative;
  float: left;
  width: 100%;
  padding: 80px 60px;
  background-color: #fff;
}

#popup-about.popup .popup-wrapper .container-item-philosophy:nth-child(1) {
  background-color: #fff;
}

#popup-about.popup .popup-wrapper .container-item-philosophy:nth-child(2n+1) {
  background-color: #EAF2EE;
}

#popup-about.popup .popup-wrapper .container-item-philosophy .left {
  float: left;
  width: 30%;
}

#popup-about.popup .popup-wrapper .container-item-philosophy .right {
  float: left;
  width: 70%;
}

#popup-about.popup .popup-wrapper .container-item-philosophy .item-image {
  width: 280px;
  clear: both;
  min-height: 280px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

#popup-about.popup .popup-wrapper .container-item-philosophy .content-item {
  float: left;
  width: 100%;
}

#popup-about.popup .popup-wrapper .container-item-philosophy .content-item .title {
  float: left;
  width: 100%;
  color: #545454;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#popup-about.popup .popup-wrapper .container-item-philosophy .content-item .full-content {
  float: left;
  width: 100%;
}

#popup-about.popup .popup-wrapper .container-item-philosophy .content-item .full-content p {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 30px;
  font-size: 16px;
  color: #555;
  overflow: hidden;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
}

/* #popup-about.popup .popup-wrapper .container-item .item-right h1 {} */

/* #popup-about.popup .popup-wrapper .container-item .item-right h2 {} */

#popup-about.popup .popup-wrapper .container-item .item-right h3 {
  color: #4c6159;
  overflow: hidden;
  float: left;
  width: 100%;
  line-height: 1.8;
  padding-top: 30px;
  padding-bottom: 10px;
}

#popup-about.popup .popup-wrapper .container-item .item-right ul {
  float: left;
  width: 100%;
  list-style: none
}

#popup-about.popup .popup-wrapper .container-item .item-right ol {
  float: left;
  width: 100%;
  counter-reset: my-badass-counter
}

#popup-about.popup .popup-wrapper .container-item .item-right ul li {
  float: left;
  width: 100%;
  color: #555;
  font-size: .455em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  overflow: hidden;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  background-image: url(assets/images/bullet-style.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: 0 20px
}

#popup-about.popup .popup-wrapper .container-item .item-right ul li ul {
  float: left;
  width: 100%;
  list-style: none
}

#popup-about.popup .popup-wrapper .container-item .item-right ul li ul li {
  float: left;
  width: 100%;
  font-size: 1em
}

#popup-about.popup .popup-wrapper .container-item .item-right ol li {
  float: left;
  width: 100%;
  color: #555;
  font-size: .455em;
  padding-left: 30px;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  position: relative;
  display: block;
  counter-increment: my-badass-counter
}

#popup-about.popup .popup-wrapper .container-item .item-right ol li::before {
  color: #85a697;
  content: counter(my-badass-counter);
  font: 1em/1.8 TeXGyreAdventor-Regular;
  direction: rtl;
  margin-left: -30px;
  margin-right: 15px;
  text-align: right;
  display: inline-block;
  width: 15px
}

#popup-about.popup .popup-wrapper .container-item .item-right strong {
  font-family: TeXGyreAdventor-Bold;
}

#popup-about.popup .popup-wrapper .container-item .item-right em {
  font-style: italic;
}

#popup-about.popup .popup-wrapper .container-item .item-right table {
  float: left;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

#popup-about.popup .popup-wrapper .container-item .item-right table tr {
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
}

#popup-about.popup .popup-wrapper .container-item .item-right table th,
table td {
  padding: 10px 15px;
  text-align: left;
  color: #555;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  font-size: 16px;
  vertical-align: top;
}

#popup-about.popup .popup-wrapper .container-item .item-right table td:nth-child(1) {
  background-color: #fff;
  width: 30% !important
}

#popup-about.popup .popup-wrapper .container-item .item-right table td:nth-child(2) {
  width: 70% !important
}

#popup-about.popup .popup-wrapper .container-item .item-image {
  float: left;
  width: 100%;
  clear: both;
  height: 450px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

#popup-about.popup .popup-wrapper .container-arrow {
  float: left;
  width: 100%;
}

#popup-about.popup .popup-wrapper .container-arrow .arrow-next {
  float: left;
  width: calc(100% - 120px);
  margin: 0 60px;
  text-align: right;
  padding: 40px 0;
  cursor: pointer;
  line-height: inherit;
  font-size: 20px;
  color: #555;
  outline: 0;
  font-family: TeXGyreAdventor-Regular;
  background-image: url(assets/images/arrow-about.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
}

#popup-about.popup .footer-popup {
  width: 100%;
  background: #fff;
  padding: 40px 27px 50px 27px;
  clear: both;
  float: left;
}

#popup-about.popup .footer-popup .text-copyright {
  color: #50675e;
  font-size: 12px;
  letter-spacing: 1px;
  float: left;
}

#popup-about.popup .footer-popup .container-address {
  float: left;
  width: 20%;
  margin-left: 15.5%
}

#popup-about.popup .footer-popup .container-address .text-address {
  width: 100%;
  padding-bottom: 30px;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.5;
  color: #666;
  float: left;
  font-size: 12px;
  letter-spacing: 1px;
}

#popup-about.popup .footer-popup .container-address .text-phone {
  width: 100%;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.5;
  color: #666;
  float: left;
  font-size: 12px;
  letter-spacing: 1px;
}

#popup-about.popup .footer-popup .container-sosmed {
  float: left;
  width: 230px;
  margin-left: 12%
}

#popup-about.popup .footer-popup .container-sosmed .text-connect {
  width: 100%;
  padding-bottom: 10px;
  color: #50675e;
  font-size: 12px;
  letter-spacing: 1px;
}

#popup-about.popup .footer-popup .container-sosmed .image {
  position: relative;
  float: left;
  cursor: pointer
}

#popup-about.popup .footer-popup .container-sosmed .link-sosmed {
  float: left;
  width: 24px;
  margin-left: 6%
}

#popup-about.popup .footer-popup .container-sosmed .link-sosmed:nth-child(2) {
  margin-left: 0
}

#popup-about.popup .footer-popup .container-back {
  float: right;
  width: 139px;
  padding-left: 40px;
  cursor: pointer
}

#popup-about.popup .footer-popup .container-back .text-back {
  width: 90%;
  color: #50675e;
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: -26%;
}

#popup-about.popup .footer-popup .container-back .image {
  float: right;
  width: 8px;
  margin-top: 3px
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team {
  float: left;
  width: 100%;
  overflow: auto;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team {
  float: left;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  padding-top: 40px;
  padding-bottom: 50px;
  border: 0;
  padding-left: 60px;
  padding-right: 60px;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team:nth-child(2n) {
  background-color: #EAF2EE;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team:nth-child(1) {
  border-top: 0;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .left {
  float: left;
  width: 30%;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .left .bg-team {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 15px;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right {
  float: left;
  width: 70%;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .name {
  float: left;
  width: 100%;
  color: #777777;
  font-size: 22px;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .excerpt {
  float: left;
  width: 100%;
  padding-top: 30px;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .excerpt .text {
  float: left;
  color: #555;
  font-size: 16px;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  padding-bottom: 15px;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .description {
  float: left;
  width: 100%;
  color: #555;
  font-size: 16px;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  display: none;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .description p {
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .description em {
  font-style: italic;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .description strong {
  font-weight: bold;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .description ul {
  float: left;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .description ul li {
  float: left;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .description ul li ul {
  float: left;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .description ul li ul li {
  float: left;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .description ol li {
  float: left;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .description h1 {
  float: left;
  width: 100%;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .description h2 {
  float: left;
  width: 100%;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .description h3 {
  float: left;
  width: 100%;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .view-profile {
  float: left;
  width: auto;
  clear: both;
  font-family: TeXGyreAdventor-Regular;
  color: #4c6159;
  font-size: 14px;
  background-image: url(assets/images/cross.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 40px;
  cursor: pointer;
  border: 1px solid #85A596;
  padding: 8px 20px 8px 60px;
  border-radius: 20px;
  margin-top: 20px;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-team .container-list-team .right .less-profile {
  float: left;
  width: auto;
  clear: both;
  font-family: TeXGyreAdventor-Regular;
  color: #4c6159;
  font-size: 14px;
  background-image: url(assets/images/less.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 40px;
  cursor: pointer;
  border: 1px solid #85A596;
  padding: 8px 20px 8px 60px;
  border-radius: 20px;
  margin-top: 20px;
  display: none;
}

#popup-about.popup .popup-wrapper .container-item .content-item .wrapper-diagram {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 60px;
}

#popup-about.popup .popup-wrapper .container-item .content-item .wrapper-diagram .left-diagram {
  float: left;
  width: 30%;
  min-height: 1px;
}

#popup-about.popup .popup-wrapper .container-item .content-item .wrapper-diagram .left-diagram .text {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #555;
  overflow: hidden;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
}

#popup-about.popup .popup-wrapper .container-item .content-item .wrapper-diagram .right-diagram {
  float: left;
  width: 70%;
  min-height: 1px;
}

/* #popup-about.popup .popup-wrapper .container-item .content-item .wrapper-diagram .right-diagram .image {} */

#popup-about.popup .popup-wrapper .container-item .content-item .wrapper-diagram .additional-image {
  width: 100%;
  float: left;
  margin-top: 50px;
}

#popup-about.popup .popup-wrapper .container-item .content-item .wrapper-diagram .additional-image .image {
  width: 50%;
}

#popup-about.popup .popup-wrapper .container-item .content-item .container-bg-diagram {
  position: absolute;
  top: 0;
  width: 100%;
  background-image: url(assets/images/bg-spiral-ourteam.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  height: 100%;
  z-index: -1;
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| News Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#news.news {
  float: left;
  position: relative;
  width: 100%;
  background-color: #f6f6f6;
  padding-bottom: 120px;
  border-left: 13px solid rgb(255, 255, 255);
  border-right: 13px solid rgb(255, 255, 255);
}

#news.news .container-upper {
  clear: both;
  padding-top: 90px;
  padding-bottom: 50px;
  width: 91%;
  margin: 0 auto;
}

#news.news .container-upper .container-upper-left {
  float: left;
  width: 50%
}

#news.news .container-upper .container-upper-left p {
  width: 100%;
  min-width: 522px;
  max-width: 620px;
  font-size: .666em;
  line-height: 1.6;
  font-family: TeXGyreAdventor-Bold;
  color: #4c6159;
  clear: both;
}

#news.news .container-upper .container-upper-left .content-title {
  width: 100%;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 2px;
  color: #728391;
  font-family: TeXGyreAdventor-Regular;
  text-transform: uppercase;
  min-width: 0;
  max-width: 100%;
}

#news.news .container-upper .container-upper-right {
  float: right
}

#news.news .container-upper .container-upper-right .select-topic {
  float: left;
  width: 190px;
  height: 27px;
  margin: 0 3.99797% 0 0;
  padding-bottom: 2px;
  padding-left: 10px;
  border-radius: 3px;
  background: url(assets/images/arrow-news-kategori.svg) #f6f6f6;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  font-size: 16px;
  line-height: 1.38;
  color: #555;
  font-family: TeXGyreAdventor-Regular;
  cursor: pointer;
  border: none;
}

#news.news .container-upper .container-upper-right .select-topic .current {
  float: right;
  padding-right: 10px;
}

/* #news.news .container-upper .container-upper-right .nice-select:after {} */

#news.news .container-upper .container-upper-right .nice-select .list {
  float: left;
  width: 100%;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #85A596;
}

#news.news .container-upper .container-upper-right .nice-select .list .option {
  font-size: 16px;
  color: #fff;
  background-color: #85A596;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 50px;
  line-height: 50px;
  text-align: center;
}

#news.news .container-upper .container-upper-right .select-topic option {
  cursor: pointer;
}

#news.news .container-list-wrapper {
  clear: both;
  width: 91%;
  margin: 0 auto
}

#news.news .container-list-wrapper .container-list {
  float: left;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  /*opacity:0;-moz-transition:all 700ms ease-out;-webkit-transition:all 700ms ease-out;-o-transition:all 700ms ease-out;transition:all 700ms ease-out;-moz-transform:translate3d(0px,200px,0px);-webkit-transform:translate3d(0px,200px,0px);-o-transform:translate(0px,200px);-ms-transform:translate(0px,200px);transform:translate3d(0px,200,0px);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;*/
  opacity: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#news.news .container-list-wrapper .container-list:nth-child(2n) .container-left {
  order: 2;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
}

#news.news .container-list-wrapper .container-list:nth-child(2n) .container-right {
  order: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#news.news .container-list-wrapper .container-list:nth-child(2n+1) .container-left {
  order: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#news.news .container-list-wrapper .container-list:nth-child(2n+1) .container-right {
  order: 2;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
}

#news.news .container-list-wrapper .container-list .container-left {
  width: 50%;
  min-height: 528px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

#news.news .container-list-wrapper .container-list .container-left .link-title {
  float: left;
  width: 100%;
  height: 100%;
}

#news.news .container-list-wrapper .container-list .container-left .image {
  display: none !important;
}

#news.news .container-list-wrapper .container-list .container-right {
  width: 50%;
  min-height: 528px;
  padding-top: 70px;
  padding-left: 80px;
  background-color: #fff
}

#news.news .container-list-wrapper .container-list .container-right .container-right-content {
  float: left;
  width: 80%
}

#news.news .container-list-wrapper .container-list .container-right .container-right-content .category {
  width: 100%;
  font-size: 12px;
  line-height: 1.38;
  letter-spacing: 1px;
  color: #545454;
  font-family: TeXGyreAdventor-Regular;
  text-transform: uppercase;
}

#news.news .container-list-wrapper .container-list .container-right .container-right-content .link-title {
  float: left;
  width: 100%;
  clear: both;
  padding-top: 20px;
  padding-bottom: 50px;
  font-size: 22px;
  line-height: 1.38;
  font-family: TeXGyreAdventor-Bold;
}

#news.news .container-list-wrapper .container-list .container-right .container-right-content .link-title .text-title {
  color: #85a596
}

#news.news .container-list-wrapper .container-list .container-right .container-right-content .description {
  float: left;
  width: 100%;
  clear: both
}

#news.news .container-list-wrapper .container-list .container-right .container-right-content .description p {
  clear: both;
  width: 100%;
  max-height: 150px;
  font-size: 16px;
  color: #878787;
  overflow: hidden;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
}

#news.news .container-list-wrapper .container-list .container-right .container-right-content .text-readmore {
  float: left;
  clear: both;
  width: 100px;
  height: 29px;
  margin-top: 50px;
  background: url(assets/images/arrow-news-detail.svg) #fff;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  font-size: 12px;
  line-height: 29px;
  text-align: left;
  letter-spacing: 1px;
  color: #85a596;
}

#news.news .container-pagination {
  width: 91%;
  position: relative;
  margin: 0 auto;
  clear: both;
  display: none;
}

#news.news .container-pagination .text-pagination {
  float: left;
  font-size: .666em;
  line-height: 1.38;
  padding-right: 25px;
}

#news.news .container-pagination .text-pagination a {
  float: left;
  width: 100%;
  color: #85a596;
}

#news.news .container-scroller-status {
  display: none;
  float: left;
  clear: both;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px
}

#news.news .container-scroller-status .container-image {
  width: 45px;
  margin: 0 auto
}

#news.news .container-scroller-status .infinite-scroll-last {
  float: left;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  color: #85a596;
  font-size: .333em
}

/*#news.news .container-list-wrapper .container-list{transition:opacity .5s cubic-bezier(0.165,0.84,0.44,1),-webkit-transform .5s cubic-bezier(0.165,0.84,0.44,1);transition:transform .5s cubic-bezier(0.165,0.84,0.44,1),opacity .5s cubic-bezier(0.165,0.84,0.44,1);transition:transform .5s cubic-bezier(0.165,0.84,0.44,1),opacity .5s cubic-bezier(0.165,0.84,0.44,1),-webkit-transform .5s cubic-bezier(0.165,0.84,0.44,1)}
#news.news .container-list-wrapper .container-list.appear{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}
#news.news .container-list-wrapper .container-list.disappear{-webkit-transform:translateY(90px);transform:translateY(90px);opacity:0}*/

#news.news .container-list-wrapper .container-list.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px)
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| News Detail Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

body.single-news .main-wrapper {
  border: 0;
}

body.single-news #header.header .header-content .navigation .menu-menus-container .menu-item-object-news {
  border-bottom: 1px solid #aaa;
}

body.single-news #header.header .header-content .navigation .menu-menus-container .menu-item-object-news a {
  color: #aaa;
}

body.single-news #header.header .header-content .navigation .menu-menus-container .menu-item-object-news a:hover {
  border-bottom: none;
}

body.single-news #header-fixed.header .header-content .navigation .menu-menus-container .menu-item-object-news {
  border-bottom: 1px solid #aaa;
}

body.single-news #header-fixed.header .header-content .navigation .menu-menus-container .menu-item-object-news a {
  color: #aaa;
}

body.single-news #header-fixed.header .header-content .navigation .menu-menus-container .menu-item-object-news a:hover {
  border-bottom: none;
}

#news-detail.news-detail {
  float: left;
  clear: both;
  position: relative;
  width: 100%
}

#news-detail.news-detail .container-title {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 70px;
  border-bottom: 13px solid #fff;
  background-color: #f6f6f6;
  border-left: 13px solid rgb(255, 255, 255);
  border-right: 13px solid rgb(255, 255, 255);
}

#news-detail.news-detail .container-title .content {
  position: relative;
  width: 91%;
  max-width: 1293px;
  margin: 0 auto
}

#news-detail.news-detail .container-title .content .title {
  float: left;
  width: 80%;
  min-width: 522px;
  max-width: 620px;
  font: 28px/1.4 TeXGyreAdventor-Bold;
  color: #4c6159;
}

#news-detail.news-detail .container-title .content .container-category {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 20%
}

#news-detail.news-detail .container-title .content .container-category .category {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  font: 14px/1.38 TeXGyreAdventor-Bold;
  text-align: right;
  color: #85a596;
  text-transform: uppercase;
}

#news-detail.news-detail .container-title .content .container-category .date {
  float: left;
  clear: both;
  width: 100%;
  font-size: 12px;
  line-height: 1.38;
  text-align: right;
  letter-spacing: 2px;
  color: #444;
  text-transform: uppercase;
  font-family: TeXGyreAdventor-Regular;
}

#news-detail.news-detail .container-featured-image {
  float: left;
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
  border-left: 13px solid rgb(255, 255, 255);
  border-right: 13px solid rgb(255, 255, 255);
}

#news-detail.news-detail .container-description {
  float: left;
  width: 100%;
  position: relative;
  clear: both;
  padding-bottom: 75px;
  padding-top: 100px;
  background-color: #f6f6f6;
  border-left: 13px solid rgb(255, 255, 255);
  border-right: 13px solid rgb(255, 255, 255);
}

#news-detail.news-detail .container-description .content {
  margin: 0 auto;
  width: 50%;
  max-width: 750px
}

#news-detail.news-detail .container-description .content .wpb_content_element {
  margin: 0
}

#news-detail.news-detail .container-description .content p {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #444;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  padding-bottom: 25px;
}

#news-detail.news-detail .container-description .content img {
  display: block !important;
}

#news-detail.news-detail .container-gallery {
  float: left;
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
  border-bottom: 13px solid #fff;
  border-left: 13px solid rgb(255, 255, 255);
  border-right: 13px solid rgb(255, 255, 255);
}

#news-detail.news-detail .container-gallery .gallery {
  width: 76%;
  max-width: 1079px;
  margin: 0 auto;
  clear: both;
  display: none;
  margin-bottom: -60px;
}

#news-detail.news-detail .container-gallery .gallery .gallery-item-wrapper-sizer {
  width: 50%
}

#news-detail.news-detail .container-gallery .gallery .gallery-item-gutter-sizer {
  width: 60px;
}

#news-detail.news-detail .container-gallery .gallery .gallery-item-wrapper {
  float: left;
  width: calc(50% - 30px);
  margin-bottom: 50px
}

#news-detail.news-detail .container-gallery .gallery .gallery-item {
  float: left;
  width: calc(50% - 30px);
  margin-bottom: 60px;
  display: block;
}

#news-detail.news-detail .container-share {
  position: relative;
  float: left;
  clear: both;
  z-index: 0;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px
}

#news-detail.news-detail .container-share .content {
  position: relative;
  width: 91%;
  margin: 0 auto
}

#news-detail.news-detail .container-share .content .link-back {
  float: left;
  outline: 0;
}

#news-detail.news-detail .container-share .content .link-back:hover {
  outline: 0;
}

#news-detail.news-detail .container-share .content .link-back .back {
  float: left;
  padding-left: 20px;
  background-image: url(assets/images/arrow-news-back.svg);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: left center;
  font-size: 14px;
  line-height: 1.38;
  color: #666;
  font-family: TeXGyreAdventor-Regular;
}

#news-detail.news-detail .container-share .content .share {
  float: right;
  line-height: 1.38
}

#news-detail.news-detail .container-share .content .share .text-share {
  color: #666;
  font-size: 14px;
  float: left;
  font-family: TeXGyreAdventor-Regular;
  padding-right: 10px;
}

#news-detail.news-detail .container-share .content .share .text-share.bold {
  font-weight: bold
}

#news-detail.news-detail .container-share .content .share .link-share {
  float: left;
  width: auto;
  outline: 0;
}

#news-detail.news-detail .container-share .content .share .link-share:hover {
  outline: 0;
}

#news-detail.news-detail .container-other {
  position: relative;
  float: left;
  clear: both;
  z-index: 0;
  width: 100%;
  padding-top: 40px;
  padding-right: 13px;
  padding-left: 13px;
  background-color: #f4f4f4
}

#news-detail.news-detail .container-other .text-other {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  font: 24px/1.38 TeXGyreAdventor-Bold;
  text-align: center;
  color: #85a596;
}

#news-detail.news-detail .container-other .content {
  float: left;
  clear: both;
  width: 100%
}

#news-detail.news-detail .container-other .content .container-list {
  float: left;
  width: calc((100%/3) - (140px/3));
  margin-left: 70px;
}

#news-detail.news-detail .container-other .content .container-list .link-list {
  float: left;
  width: 100%;
  outline: 0;
}

#news-detail.news-detail .container-other .content .container-list .link-list .bg-image {
  float: left;
  width: 100%;
  height: 315px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#news-detail.news-detail .container-other .content .container-list .link-list .image {
  height: 315px;
}

#news-detail.news-detail .container-other .content .container-list .link-list:hover {
  outline: 0;
}

#news-detail.news-detail .container-other .content .container-list .link-list .container-desc {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 30px
}

#news-detail.news-detail .container-other .content .container-list .link-list .container-desc .inside {
  float: left;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px
}

#news-detail.news-detail .container-other .content .container-list .link-list .container-desc .inside .title {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  font: 20px/1.38 TeXGyreAdventor-Bold;
  letter-spacing: 1px;
  color: #555;
}

#news-detail.news-detail .container-other .content .container-list .link-list .container-desc .inside .view {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  background-image: url(assets/images/detail-news.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  font-size: 12px;
  line-height: 1.38;
  letter-spacing: 2px;
  color: #85a596;
  font-family: TeXGyreAdventor-Regular;
}

#news-detail.news-detail .container-other .content .container-list:nth-child(1) {
  margin-left: 0
}

#news-detail.news-detail .container-other .container-explore {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center
}

#news-detail.news-detail .container-other .container-explore .link-explore {
  float: left;
  width: auto;
  outline: 0;
}

#news-detail.news-detail .container-other .container-explore .link-explore:hover {
  outline: 0;
}

#news-detail.news-detail .container-other .container-explore .link-explore .text-explore {
  display: block;
  width: 136px;
  height: 29px;
  margin: 0 auto;
  border-radius: 3px;
  background: url(assets/images/arrow-news-detail.svg) #f4f4f4;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  font: 12px/28px TeXGyreAdventor-Bold;
  text-align: left;
  letter-spacing: 2px;
  color: #85a596;
}

#news-detail.news-detail .container-gallery .gallery .gallery-item.sti_reset {
  width: 100% !important;
}

#news-detail.news-detail .container-gallery .gallery .sti.style-flat-small {
  width: calc(50% - 30px) !important;
  float: left !important;
  margin-bottom: 60px !important;
}

#news-detail.news-detail .container-description .content h1 {
  float: left;
  width: 100%;
  color: #444;
  font-size: 54px;
  padding-bottom: 25px;
}

#news-detail.news-detail .container-description .content h2 {
  float: left;
  width: 100%;
  color: #444;
  font-size: 38px;
  padding-bottom: 25px;
}

#news-detail.news-detail .container-description .content h3 {
  float: left;
  width: 100%;
  color: #444;
  font-size: 28px;
  padding-bottom: 25px;
}

#news-detail.news-detail .container-description .content ul {
  float: left;
  width: 100%;
  list-style: none
}

#news-detail.news-detail .container-description .content ul li::before {
  content: "\2022";
  color: #444;
  display: inline-block;
  width: 30px;
}

#news-detail.news-detail .container-description .content ul li {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #444;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  padding-bottom: 25px;
}

#news-detail.news-detail .container-description .content ul li ul {
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 30px;
}

#news-detail.news-detail .container-description .content ul li ul li::before {
  content: "\25E6";
  color: #444;
  display: inline-block;
  width: 30px;
  margin-left: -30px;
  font-size: 24px;
}

#news-detail.news-detail .container-description .content ul li ul li {
  float: left;
  width: 100%;
  font-size: 0.955em;
  color: #444;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  padding-bottom: 0;
}

#news-detail.news-detail .container-description .content ol {
  float: left;
  width: 100%;
  list-style: none;
  counter-reset: li
}

#news-detail.news-detail .container-description .content ol li::before {
  content: counter(li);
  color: #444;
  display: inline-block;
  width: 17px;
  margin-left: -47px;
  margin-right: 30px;
  text-align: right;
  direction: rtl;
}

#news-detail.news-detail .container-description .content ol li {
  float: left;
  width: 100%;
  font-size: .455em;
  color: #444;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  padding-bottom: 25px;
  counter-increment: li
}

#news-detail.news-detail .container-description .content ol li ol {
  float: left;
  width: 100%;
  list-style: none;
  counter-reset: li;
  padding-top: 25px;
  padding-left: 38px;
}

#news-detail.news-detail .container-description .content ol li ol li::before {
  content: counter(li);
  color: #444;
  display: inline-block;
  width: 17px;
  text-align: right;
  direction: rtl;
  margin-left: -47px;
  margin-right: 30px;
}

#news-detail.news-detail .container-description .content ol li ol li {
  float: left;
  width: 100%;
  font-size: .955em;
  color: #444;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  padding-bottom: 20px;
  counter-increment: li;
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| Contact Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#contact.contact {
  float: left;
  position: relative;
  width: 100%;
  clear: both;
  /* border-left: 13px solid rgb(255, 255, 255); */
  /* border-right: 13px solid rgb(255, 255, 255); */
  background-color: #f6f6f6;
  max-height: calc(100vh - 119px);
  background-color: transparent;
}

#contact.contact .map-image {
  width: 91%;
  margin: 0 auto;
  z-index: 0;
}

#contact.contact .map-image .map-location {
  float: left;
  width: 60%;
}

#contact.contact .map-image .right {
  float: left;
  width: 40%;
  padding-left: 15px;
}

#contact.contact .map-image .right .list-image {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 15px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  height: 305px;
  height: calc(30vh - 7.5px);
}

#contact.contact .map-image .right .list-image:nth-last-child(1) {
  margin-bottom: 0;
}

#contact.contact .map-wrapp {
  position: relative;
  float: left;
  width: 100%;
}

#contact.contact .map-wrapp .map {
  height: 625px;
  height: 60vh;
}

#contact.contact .map-wrapp .map img {
  display: block;
}

#contact.contact .information {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
  z-index: 0;
  position: relative;
}

#contact.contact .information .content {
  width: 91%;
  margin: 0 auto;
}

#contact.contact .information .content .text-info {
  float: left;
  font: 14px/1.38 TeXGyreAdventor-Bold;
  color: #535353;
}

#contact.contact .information .content .address {
  float: left;
  width: 40%;
  margin-left: 10.5%;
}

#contact.contact .information .content .address .text-company {
  /* float: left; */
  font-size: 14px;
  color: #525252;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.5;
}

#contact.contact .information .content .address .address-contact{
  position: relative;
}

#contact.contact .information .content .address .address-contact .open-share{
  display: block;
}

#contact.contact .information .content .address .address-contact .container-share-location{
  border: 1px solid #525252;
  max-width: 192px;
  display: none;
  position: absolute;
  bottom: 25px;
}

#contact.contact .information .content .address .address-contact .close-share{
  background-image: url(assets/images/close-about.svg);
  width: 10px;
  height: 10px;
  background-size: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

#contact.contact .information .content .address .text-address {
  /* float: left; */
  font-size: 14px;
  color: #525252;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.5;
  cursor: pointer;
}

#contact.contact .information .content .contact-com {
  float: left;
  width: 100%;
  margin-top: 30px;
}

#contact.contact .information .content .contact-com .text-phone {
  font-size: 14px;
  color: #525252;
  float: left;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.5;
  width: 100%;
}

#contact.contact .information .content .contact-com .text-email {
  float: left;
  font-size: 14px;
  color: #525252;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.5;
  width: 100%;
}

#contact.contact .information .content .contact-com span {
  font-weight: bold;
  margin-right: 5px
}

#contact.contact .information .content .contact-com a {
  color: #525252;
}

#contact.contact .container-image {
  float: left;
  width: 100%;
  position: relative;
}

#contact.contact .information .content .container-employee {
  float: left;
  width: 100%;
  margin-top: 30px;
}

#contact.contact .information .content .container-employee .text {
  float: left;
  width: 100%;
  color: #85a596;
  font-size: 14px;
  font-family: TeXGyreAdventor-Bold;
}

#contact.contact .information .content .container-employee .link {
  color: #535353;
  outline: 0;
}

#contact.contact .bg-image-contact {
  position: absolute;
  background-image: url(assets/images/bg-spiral-contact.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  width: 714px;
  height: 739px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#contact.contact .container-share-location {
  float: left;
  width: 100%;
  max-width: 190px;
  background-color: #fff;
  padding: 10px;
}

#contact.contact .container-share-location .title-share {
  float: left;
  width: 100%;
  font: 14px/1.38 TeXGyreAdventor-Bold;
  color: #535353;
  padding-bottom: 10px;
}

#contact.contact .container-share-location .link-share {
  float: left;
  width: 30px;
  margin-right: 5px;
}

#contact.contact .container-share-location .link-share:nth-last-child(1) {
  margin-right: 0;
}

#contact.contact .container-share-location .link-share .image {
  float: left;
  width: 100%;
  height: auto;
}

#contact.contact .gm-style .gm-style-iw {
  top: 35px !important;
  left: 25px !important;
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| Footer Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#footer.footer {
  position: relative;
  float: left;
  clear: both;
  z-index: 0;
  width: 100%;
  padding: 40px 40px 50px;
  background-color: #fff;
}

#footer.footer .text-copyright {
  color: #50675e;
  font-size: 12px;
  letter-spacing: 1px;
  float: left;
}

#footer.footer .container-address {
  float: left;
  width: 20%;
  margin-left: 15.5%
}

#footer.footer .container-address .text-address {
  width: 100%;
  padding-bottom: 30px;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.5;
  color: #666;
  float: left;
  font-size: 14px;
  letter-spacing: 1px;
}

#footer.footer .container-address .text-phone {
  width: 100%;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.5;
  color: #666;
  float: left;
  font-size: 12px;
  letter-spacing: 1px;
}

#footer.footer .container-address .link {
  color: #666;
}

#footer.footer .container-sosmed {
  float: left;
  width: 230px;
  margin-left: 12%
}

#footer.footer .container-sosmed .text-connect {
  width: 100%;
  padding-bottom: 10px;
  color: #50675e;
  font-size: 12px;
  letter-spacing: 1px;
}

#footer.footer .container-sosmed .image {
  position: relative;
  float: left;
  cursor: pointer
}

#footer.footer .container-sosmed .link-sosmed {
  float: left;
  width: 34px;
  margin-left: 6%
}

#footer.footer .container-sosmed .link-sosmed:nth-child(2) {
  margin-left: 0
}

#footer.footer .container-back {
  float: right;
  width: 139px;
  padding-left: 40px;
  cursor: pointer
}

#footer.footer .container-back .text-back {
  width: 90%;
  color: #50675e;
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: -26%;
}

#footer.footer .container-back .image {
  float: right;
  width: 8px;
  margin-top: 3px
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| Page Not Found Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#page-not-found.page-not-found {
  position: relative;
  float: left;
  clear: both;
  z-index: 0;
  width: 100%;
  background-color: #f6f6f6;
  border-left: 13px solid #fff;
  border-right: 13px solid #fff;
  padding-bottom: 150px;
  padding-top: 100px;
}

#page-not-found.page-not-found .wrapper {
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  max-width: 1024px;
  padding: 60px
}

#page-not-found.page-not-found .wrapper .up {
  float: left;
  width: 100%;
  border-bottom: 1px solid #85a596;
  padding-bottom: 50px
}

#page-not-found.page-not-found .wrapper .up .green {
  float: left;
  width: 100%;
  color: #85a596;
  text-align: center;
  font-size: 60px;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.2
}

#page-not-found.page-not-found .wrapper .down {
  float: left;
  width: 100%;
  padding-top: 50px
}

#page-not-found.page-not-found .wrapper .down .text {
  float: left;
  width: 100%;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.6;
  text-align: center;
  color: #525252;
  font-size: 18px
}

#page-not-found.page-not-found .wrapper .down .text a {
  outline: 0
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| Other Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

.sti .sti-mobile-btn {
  z-index: 10 !important;
}

body .ytp-hide-controls .ytp-watermark {
  bottom: -50px !important;
  opacity: 0 !important;
}

.absolute-popup {
  /*position: absolute;top: 0;left: 0;*/
  width: 100%;
  height: auto;
  /*display: none;*/
  position: relative;
  display: block;
  float: left;
}

.relative-popup {
  position: relative;
  width: 100%;
  float: left;
  height: 450px;
  overflow: hidden;
  margin-top: -450px;
  display: none;
}

.absolute-popup.profile .relative-popup .image {
  left: -100%;
}

.absolute-popup.philosophy .relative-popup .image {
  right: -100%;
}

.relative-popup .image {
  width: 100%;
  position: absolute;
  height: 450px;
  transition: 2s;
}

.relative-popup .container-close {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
  cursor: pointer;
  z-index: 2;
  background-color: #FFF;
  padding: 8px
}

.relative-popup .container-close .close {
  display: block;
  float: left;
  height: auto;
  overflow: hidden
}

.absolute-popup .container-content-start {
  float: left;
  width: 100%;
  display: none;
}

.absolute-popup .container-item {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff;
}

.absolute-popup .container-item:nth-child(2n) {
  background-color: rgb(234, 242, 238);
}

.absolute-popup .container-item .content-item {
  float: left;
  width: calc(100% - 120px);
  margin: 0 60px;
  padding-top: 96px;
  padding-bottom: 80px;
  border-bottom: 3px solid #dbe2df;
  border: 0;
  position: relative;
  z-index: 0;
}

.absolute-popup .container-item .content-item.no-border {
  border: 0;
}

.absolute-popup .container-item .content-item .container-full {
  float: left;
  width: 100%;
  display: none;
}

.absolute-popup .container-item .item-left {
  float: left;
  width: 30%;
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 1.38;
  letter-spacing: 1px;
  font-family: TeXGyreAdventor-Regular;
  padding-left: 10px;
}

.absolute-popup .container-item .item-left.team-left {
  padding-left: 60px;
}

.absolute-popup .container-item .item-left .title {
  color: #4c6159
}

.absolute-popup .container-item .item-right {
  float: left;
  width: 70%;
}

.absolute-popup .container-item .item-right .excerpt {
  float: left;
  width: 100%;
  position: relative;
}

.absolute-popup .container-item .item-right p {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: .455em;
  color: #555;
  overflow: hidden;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
}

.absolute-popup .container-item .item-right .excerpt p {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 1.5;
  color: #85a596;
  overflow: hidden;
  padding-top: 0;
  font-family: TeXGyreAdventor-Regular;
}

.absolute-popup .container-item .item-right .divider {
  float: left;
  clear: both;
  width: 80px;
  height: 2px;
  background-color: #85a596;
}

.absolute-popup .container-item .item-right .full-content {
  float: left;
  width: 100%;
  display: none;
}

.absolute-popup .container-item .item-right .full-content p {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  color: #555;
  overflow: hidden;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
}

.absolute-popup .container-item .item-right .full-content p:nth-child(1) {
  padding-top: 0;
}

.absolute-popup .container-item .item-right .excerpt .white-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: -webkit-linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat;
  background-size: 100% 100%;
  background-position: 0% 0%;
  background-attachment: scroll;
}

.absolute-popup .container-item:nth-child(2n) .item-right .excerpt .white-bg {
  background: -webkit-linear-gradient(360deg, rgba(234, 242, 238, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(360deg, rgba(234, 242, 238, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(360deg, rgba(234, 242, 238, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(360deg, rgba(234, 242, 238, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, rgba(234, 242, 238, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat;
  background-size: 100% 100%;
  background-position: 0% 0%;
  background-attachment: scroll;
}

.absolute-popup .container-item .item-right .read-more {
  float: left;
  width: auto;
  clear: both;
  font-family: TeXGyreAdventor-Regular;
  color: #4c6159;
  font-size: 14px;
  background-image: url(assets/images/cross.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 40px;
  cursor: pointer;
  border: 1px solid #85A596;
  padding: 8px 20px 8px 60px;
  border-radius: 20px;
}

.absolute-popup .container-item .item-right .show-less {
  float: left;
  width: auto;
  clear: both;
  font-family: TeXGyreAdventor-Regular;
  color: #4c6159;
  font-size: 14px;
  background-image: url(assets/images/less.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 40px;
  cursor: pointer;
  display: none;
  border: 1px solid #85A596;
  padding: 8px 20px 8px 60px;
  border-radius: 20px;
}

.absolute-popup .container-item .content-item .container-full .white-bg {
  display: none;
}

.absolute-popup .container-item .content-item .container-full .item-right .full-content {
  display: block;
}

.absolute-popup .container-item .content-item .container-full .item-right .show-less {
  display: block;
}

.absolute-popup .container-item .content-item .container-full .item-left {
  height: 330px;
  margin-top: 10px;
}

.absolute-popup .container-item .content-item .container-full .item-left .images {
  display: none;
}

.absolute-popup .container-item .content-item .container-full .item-left .bg-left {
  width: 80%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

/* .absolute-popup .container-item .item-right h1 {} */

/* .absolute-popup .container-item .item-right h2 {} */

.absolute-popup .container-item .item-right h3 {
  color: #4c6159;
  overflow: hidden;
  float: left;
  width: 100%;
  line-height: 1.8;
  padding-top: 30px;
  padding-bottom: 10px;
}

.absolute-popup .container-item .item-right ul {
  float: left;
  width: 100%;
  list-style: none
}

.absolute-popup .container-item .item-right ol {
  float: left;
  width: 100%;
  counter-reset: my-badass-counter
}

.absolute-popup .container-item .item-right ul li {
  float: left;
  width: 100%;
  color: #555;
  font-size: .455em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  overflow: hidden;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  background-image: url(assets/images/bullet-style.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: 0 20px
}

.absolute-popup .container-item .item-right ul li ul {
  float: left;
  width: 100%;
  list-style: none
}

.absolute-popup .container-item .item-right ul li ul li {
  float: left;
  width: 100%;
  font-size: 1em
}

.absolute-popup .container-item .item-right ol li {
  float: left;
  width: 100%;
  color: #555;
  font-size: .455em;
  padding-left: 30px;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  position: relative;
  display: block;
  counter-increment: my-badass-counter
}

.absolute-popup .container-item .item-right ol li::before {
  color: #85a697;
  content: counter(my-badass-counter);
  font: 1em/1.8 TeXGyreAdventor-Regular;
  direction: rtl;
  margin-left: -30px;
  margin-right: 15px;
  text-align: right;
  display: inline-block;
  width: 15px
}

.absolute-popup .container-item .item-right strong {
  font-family: TeXGyreAdventor-Bold;
}

.absolute-popup .container-item .item-right em {
  font-style: italic;
}

.absolute-popup .container-item .item-right table {
  float: left;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.absolute-popup .container-item .item-right table tr {
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
}

.absolute-popup .container-item .item-right table th,
table td {
  padding: 10px 15px;
  text-align: left;
  color: #555;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  font-size: 16px;
  vertical-align: top;
}

.absolute-popup .container-item .item-right table td:nth-child(1) {
  background-color: #fff;
  width: 30% !important
}

.absolute-popup .container-item .item-right table td:nth-child(2) {
  width: 70% !important
}

.absolute-popup .container-item .item-image {
  float: left;
  width: 100%;
  clear: both;
  height: 450px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.absolute-popup .container-item .content-item .container-team {
  float: left;
  width: 100%;
  overflow: auto;
  margin-top: 30px;
}

.absolute-popup .container-item .content-item .container-team .container-list-team {
  float: left;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  padding-top: 40px;
  padding-bottom: 50px;
  border: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.absolute-popup .container-item .content-item .container-team .container-list-team:nth-child(2n) {
  background-color: #EAF2EE;
}

.absolute-popup .container-item .content-item .container-team .container-list-team:nth-child(1) {
  border-top: 0;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .left {
  float: left;
  width: 30%;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .left .bg-team {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 15px;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right {
  float: left;
  width: 70%;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .name {
  float: left;
  width: 100%;
  color: #777777;
  font-size: 22px;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .excerpt {
  float: left;
  width: 100%;
  padding-top: 30px;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .excerpt .text {
  float: left;
  color: #555;
  font-size: 16px;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  padding-bottom: 15px;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .description {
  float: left;
  width: 100%;
  color: #555;
  font-size: 16px;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
  display: none;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .description p {
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .description em {
  font-style: italic;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .description strong {
  font-weight: bold;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .description ul {
  float: left;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .description ul li {
  float: left;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .description ul li ul {
  float: left;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .description ul li ul li {
  float: left;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .description ol li {
  float: left;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .description h1 {
  float: left;
  width: 100%;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .description h2 {
  float: left;
  width: 100%;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .description h3 {
  float: left;
  width: 100%;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .view-profile {
  float: left;
  width: auto;
  clear: both;
  font-family: TeXGyreAdventor-Regular;
  color: #4c6159;
  font-size: 14px;
  background-image: url(assets/images/cross.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 40px;
  cursor: pointer;
  border: 1px solid #85A596;
  padding: 8px 20px 8px 60px;
  border-radius: 20px;
  margin-top: 20px;
}

.absolute-popup .container-item .content-item .container-team .container-list-team .right .less-profile {
  float: left;
  width: auto;
  clear: both;
  font-family: TeXGyreAdventor-Regular;
  color: #4c6159;
  font-size: 14px;
  background-image: url(assets/images/less.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 40px;
  cursor: pointer;
  border: 1px solid #85A596;
  padding: 8px 20px 8px 60px;
  border-radius: 20px;
  margin-top: 20px;
  display: none;
}

.absolute-popup .container-item .content-item .wrapper-diagram {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 60px;
}

.absolute-popup .container-item .content-item .wrapper-diagram .left-diagram {
  float: left;
  width: 30%;
  min-height: 1px;
}

.absolute-popup .container-item .content-item .wrapper-diagram .left-diagram .text {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #555;
  overflow: hidden;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
}

.absolute-popup .container-item .content-item .wrapper-diagram .right-diagram {
  float: left;
  width: 70%;
  min-height: 1px;
}

.absolute-popup .container-item .content-item .wrapper-diagram .right-diagram img {
  display: block;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}

.absolute-popup .container-item .content-item .wrapper-diagram .additional-image {
  width: 100%;
  float: left;
  margin-top: 50px;
}

.absolute-popup .container-item .content-item .wrapper-diagram .additional-image .image {
  width: 50%;
}

.absolute-popup .container-item .content-item .additional-image {
  width: 100%;
  float: left;
  margin-top: 50px;
}

.absolute-popup .container-item .content-item .additional-image .image {
  width: 50%;
}

.absolute-popup .container-item .content-item .container-bg-diagram {
  position: absolute;
  top: 0;
  width: 100%;
  background-image: url(assets/images/bg-spiral-ourteam.jpg);
  background-repeat: no-repeat;
  background-size: 125%;
  background-position: top center;
  height: 100%;
  z-index: -1;
}

.absolute-popup .container-item-philosophy {
  position: relative;
  float: left;
  width: 100%;
  padding: 80px 60px;
  background-color: #fff;
}

.absolute-popup .container-item-philosophy:nth-child(1) {
  background-color: #fff;
}

.absolute-popup .container-item-philosophy:nth-child(2n) {
  background-color: #EAF2EE;
}

.absolute-popup .container-item-philosophy .left {
  float: left;
  width: 30%;
}

.absolute-popup .container-item-philosophy .right {
  float: left;
  width: 70%;
}

.absolute-popup .container-item-philosophy .item-image {
  width: 280px;
  clear: both;
  min-height: 280px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.absolute-popup .container-item-philosophy .content-item {
  float: left;
  width: 100%;
}

.absolute-popup .container-item-philosophy .content-item .title {
  float: left;
  width: 100%;
  color: #545454;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.absolute-popup .container-item-philosophy .content-item .full-content {
  float: left;
  width: 100%;
}

.absolute-popup .container-item-philosophy .content-item .full-content p {
  float: left;
  clear: both;
  width: 100%;
  padding-top: 30px;
  font-size: 16px;
  color: #555;
  overflow: hidden;
  font-family: TeXGyreAdventor-Regular;
  line-height: 1.8;
}

.absolute-popup .container-arrow {
  float: left;
  width: 100%;
}

.absolute-popup .container-arrow .arrow-next {
  float: left;
  width: calc(100% - 120px);
  margin: 0 60px;
  text-align: right;
  padding: 40px 0;
  cursor: pointer;
  line-height: inherit;
  font-size: 20px;
  color: #555;
  outline: 0;
  font-family: TeXGyreAdventor-Regular;
  background-image: url(assets/images/arrow-about.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
}

.pq-social-block {
  margin-top: -25px !important;
  margin-left: -25px !important;
  box-shadow: none !important;
}

.pq_cont {
  z-index: 10 !important;
}

/*
| -------------------------------------------------------------------------------------------------------------------------
| Diagram Section CSS
| -------------------------------------------------------------------------------------------------------------------------
*/

#staff-directory-wrapper {
  color: black;
}

.container-diagram {
  position: relative;
  width: 100%;
  float: left;
}

.container-diagram .center-top-parent {
  float: left;
  width: 100%;
  /* transition: 2s; */
}

.container-diagram .top-parent {
  width: max-content;
  background-color: #66C6C0;
  height: 50px;
  margin: 0 auto;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.container-diagram .name {
  text-align: center;
  color: #fff;
  font-family: TeXGyreAdventor-Regular;
  line-height: 25px;
  float: left;
  font-size: 12px;
  width: 100%;
}

.container-diagram .position {
  text-align: center;
  color: #555;
  font-family: TeXGyreAdventor-Regular;
  line-height: 20px;
  float: left;
  font-size: 12px;
  width: 100%;
}

.tree {
  position: relative;
  float: left;
  width: 100%;
}

.tree ul {
  position: relative;
  padding: 1em 0;
  white-space: nowrap;
  margin: 0 auto;
  text-align: center;
}

.tree ul::after {
  content: '';
  display: table;
  clear: both;
}

.tree li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 5px 3px 0 3px;
  /* cursor: pointer; */
}

.tree ul li.category:first-child{
  width: 45%;
}

.tree ul li.category:first-child div.testing{
  float: left;
  width: 50%;
}

.tree ul li.category div.testing .child-1{
  background-color: #66C6C0;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: block;
}
.tree ul li.category div.testing .child-1 a{
  color: #555;
  font-family: TeXGyreAdventor-Regular!important;
}
.tree ul li.category div.testing .child-1 a span{
  color: #FFF;
}

.tree ul li.category:first-child div.testing .child-1{
  width: 80%;
  margin:0 auto;
}

.tree ul li.category div.child:before{
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 1.3em;
}

.tree ul li.category:first-child div.child:before{
  height: 1em;
}

.tree ul li.category div.child{
  margin-top: 23px;
}

.tree ul li.category:first-child div.testing:before{
  content: '';
  position: absolute;
  top: 47px;
  /* left: 50%; */
  border-left: 1px solid #ccc;
  width: 0;
  height: 5px;
}

.tree ul li.category:first-child div.testing .child-1::before{
  content: '';
  position: absolute;
  top: 46px;
  left: 25%;
  border-bottom: 1px solid #ccc;
  width: 50%;
  height: 1px;
}



.tree li::before,
.tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 50%;
  height: 5px;
}

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
  border-top: none;
}

.tree ul.architecture-interior-design li.child-1:first-child::after {
  border-top: 1px solid #ccc;
}

.tree li:only-child::after,
.tree li:only-child::before {
  display: none;
}

.tree li:only-child {
  padding-top: 5px;
}

.tree li:first-child::before,
.tree li:last-child::after {
  border: 0 none;
}

.tree li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
  border-radius: 5px 0 0 0;
}

.tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 1.3em;
}

.tree ul li:first-child ul::before {
  height: 1em;
}

.tree ul li ul li ul::before {
  height: 1.3em !important;
}

.tree li.category a {
  background-color: transparent;
  font-family: TeXGyreAdventor-Bold;
  box-shadow: none;
}

.tree li.category ul li a {
  background-color: #66C6C0;
  font-family: TeXGyreAdventor-Regular;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.tree li.category ul li a span {
  color: #fff;
}

.tree li.category::after,
.tree li.category::before {
  display: none;
}

.tree li a {
  padding: 5px 5px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  position: relative;
  top: 1px;
  background-color: #66C6C0;
  font-family: TeXGyreAdventor-Regular;
  font-size: 12px;
  pointer-events: none;
}

.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
  border-color: #555;
}

.tree-mobile {
  /* height: 55px; */
  display: none;
}

.tree-mobile .wrap-tree-mobile {
  position: absolute;
  left: -25px;
  right: -25px;
  display: block;
  z-index: 2;
  top: 0;
}

.tree-mobile ul:after {
  clear: both;
}

.tree-mobile ul li {
  background-color: #66C6C0;
  width: calc( (100% / 4) - 10px);
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  color: #000;
  font-size: 8px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.tree-mobile ul li img {
  display: block;
}

.tree-mobile ul li ul.child {
  display: none;
}

.tree-mobile ul li:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  border-left: 1px solid transparent;
  width: 0;
  height: 1.3em;
  /* display: none; */
}

.tree-mobile ul li a {
  color: #555;
}

.tree-mobile ul li .cbox-team-diagram-mobile {
  margin-right: 5px;
  float: left;
}

.tree-sub-mobile {
  /* padding-top: 30px; */
  /* display: none; */
  width: 90%;
  margin: 0 auto;
  margin-top: 75px;
  position: relative;
}

.tree-sub-mobile ul.child {
  display: none;
  border-top: 1px solid #ccc;
  margin-left: 0px;
  margin-right: 0px;
}

.tree-sub-mobile ul.child:after {
  clear: both;
}

.tree-sub-mobile ul.child li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 1.3em;
}

.tree-sub-mobile ul li {
  width: calc(100% / 2 - 10px);
  display: inherit;
}

.tree-sub-mobile ul li ul.children {
  margin-top: 0px;
}

.tree-sub-mobile ul li ul.children li {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.tree-mobile .category-tree-mobile {
  width: calc(100% / 4 - 10px);
  float: left;
  font-size: 10px;
  text-align: center;
  margin: 0 5px;
  color: #333;
}

.tree-mobile .category-tree-mobile .middle-tree {
  height: 55px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #66C6C0;
}

.tree-mobile .category-tree-mobile .middle-tree .content-middle-tree p.less-text {
  display: none;
}

.tree-mobile .category-tree-mobile .middle-tree .content-middle-tree p.full-text {
  display: block;
}

.tree-mobile .category-tree-mobile a {
  color: #333;
}

.tree-mobile .category-tree-mobile .border-staff {
  width: 1px;
  height: 20px;
  background-color: #ccc;
  margin: 0 auto;
  display: none;
}

.tree-sub-mobile ul li {
  background: none;
}

.tree-sub-mobile ul li a {
  background-color: #66C6C0;
  display: block;
  font-family: TeXGyreAdventor-Regular;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  padding: 5px 0 10px;
  margin-top: 8px;
}

.tree-sub-mobile ul li ul.children li {
  border: none;
}

/* .tree-sub-mobile ul li ul.children:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 1.3em;
} */

.page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 20px;
  /* border-top: 1px solid #DDD; */
  text-align: center;
  color: #777;
  margin-bottom: 30px;
}

.page-load-status img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.home .main-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gif-mobile {
  width: 130vh;
  background-image: url(assets/images/inspiral.png);
  height: 140vh;
  position: absolute;
  z-index: 2;
  display: none;
  left: -40vh;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left;
  -webkit-animation: rotation 70s infinite linear;
  z-index: 1;
  top: -32vh;
}

.gif-mobile img {
  display: block;
  width: 215%;
  height: auto;
  top: 5%;
  position: absolute;
  left: -50%;
  position: absolute;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

.h2home {color: #ffffff; width: 910px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    font-size: 28px;
    text-align: center;
    letter-spacing: 1px;
    float: none;
    padding-bottom: 0;}
    
    @media screen and (max-width:1024px)
    {
        .sbi-owl-prev
	{
		 left: -36px !important;
    }
	  .sbi-owl-next
	  {
		 right: -36px !important;
	  }
    }
    @media screen and ( max-width:460px) {
    
    
    
    .h2home {
    font-size: 14px !important;
    }
    }
     @media screen and ( max-width:460px) {
   .element {
            margin-right: 3px;
    }
    }
    
    @media screen and ( min-width:462px) and (max-width: 640px){
     .h2home {
    font-size: 20px !important;
    }
        
    }
    #sb_instagram .sbi_caption
    {
        display:none !important;
    }
    #sb_instagram .sbi_info p
    {
        display:none !important;
    }
    #sb_instagram .sbi_meta span
    {
        display:none !important;
    }
    
    .level {background-size:cover !important;}