/* Fonts */

@font-face {
    font-family: Nunito-Regular;
    src: url('../../assets/font/Nunito-Light.ttf');
    font-weight: 200;
  }

  @font-face {
    font-family: Nunito-Regular;
    src: url('../../assets/font/Nunito-Regular.ttf');
    font-weight: normal;
  }

  @font-face {
    font-family: Nunito-Regular;
    src: url('../../assets/font/Nunito-Bold.ttf');
    font-weight: bold;
  }

 @font-face {
    font-family: Nunito-Regular;
    src: url('../../assets/font/Nunito-SemiBold.ttf');
    font-weight: 600;
  }


/* Navbar */
.navbar {
    transition: 0.4s all;
}

.navbar-right {
    margin-top: 0px;
}

.navbar-default {
    border: none;
}

.navbar-default::after {
    content: '';
    position: absolute;
    top: 0;
    top: -60px;
    left: 0;
    width: 100%;
    height: 175%;
    /*background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgb(4, 112, 130) 0%, rgba(255,255,255,0) 100%);*/
    /*background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(5, 99, 64, 0.85) 0%, rgba(255,255,255,0) 100%);*/
}

.navbar-default.sticky::after {
    background: transparent;
    
}

.navbar-default .navbar-nav > li > a {
    /*line-height: 39px;*/
    transition: 0.4s all;
}

.navbar-default .navbar-nav,
.navbar-brand {
    position: relative;
    z-index: 1;
}

html,
body {
    overflow-x: hidden !important;
}

body.home.open-off-canvas,
html.home.open-off-canvas {
    overflow-x: hidden !important;
}

.navbar-default .navbar-nav > li:hover > a:before {
    width: calc(100% - 30px);
}

.sub-menu {
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
}

.sub-menu li {
    display: inline-block;
}

.sub-menu li > a {
    line-height: 45px;
    display: block;
    transition: 0.4s all;
    position: relative;
}

.sub-menu li > a:before{
    position: absolute;
    content: '';
    left: 30px;
    width: 0;
    bottom: 10px;
    height: 2px;
    background-color: #333;
    transition: all .35s ease;
}

/*.sub-menu li:hover > a {
    background-color: #0b7a61;
    color: #ffffff;
}*/

.sub-menu li:hover > a:before {
    width: calc(100% - 60px);
}

.sub-menu .nav-active a {
    background-color: #ffffff;
    color: #0b7a61;
}

.menu-item-has-children:hover .sub-menu {
	/*
    -webkit-animation: expandIn 0.6s;
    animation: expandIn 0.6s;
	*/
	-webkit-animation: fadeIn 0.6s;
    animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

@-webkit-keyframes expandIn{
    0%{height:0px}
    100%{height:47px}
}

@keyframes expandIn{
    0%{height:0px}
    100%{height:47px}
}

.lang {
    transition: all 0.4s;
}

.lang:hover {
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.68);
}

.dropdown.open .lang {
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.68);
}

@media (max-width: 768px) {
    
    .banner-post {
        height: auto;
    }
    .banner-post img {
        height: 420px!important;
        object-fit: cover;
    }
    .sub-menu li {
        display: block;
    }
    .sub-menu li > a {
        padding: 0px 0px;
    }

    .sub-menu li:hover > a {
        background-color: transparent;
        color: #0b7a61;
    }
    
    .carousel-inner {
        overflow: inherit;
    }
    .header-desc-mobile .underline {
        margin-top: 14px;
        margin-bottom: 10px;
    }
    .header-desc-mobile .underline:hover:before {
        width: 100%;
    }
    .header-desc-mobile a {
        font-size: 15px;
        display: block;
        color: #ffffff;
    }
    #discover .container-full.discover {
        float: none;
        display: block;
    }
    #discover .discover {
        margin-bottom: 0px;
    }
    .discover-banner.mobile .content {
        margin-left: 0;
        margin-right: 0;
        position: static;
        top: inherit;
        transform: inherit;
        text-align: center;
    }
    .discover-banner.mobile {
        position: static;
        top: inherit;
        transform: inherit;
        text-align: center;
    }
    .discover-banner.mobile .inner-discover {
        background-color: #0b7a61;
        min-height: 76px;
        padding: 15px 15px;
    }
    .discover-banner.mobile .btn {
        border-radius: 5px;
        padding: 13px 10px;
        background-color: transparent;
        color: #ffffff;
        border-color: #ffffff;
        transition: all .2s ease-in-out;
    }
    .discover-banner.mobile .btn-group,
    .discover-banner.mobile .btn {
        width: 100%;
    }
    .discover-banner.mobile .btn-group .caret {
        float: right;
        margin-top: 9px;
    }
    .discover-banner.mobile .dropdown-menu {
        width: 100%;
        text-align: center;
        box-shadow: none;
    }
    .discover-banner.mobile .dropdown-menu li {
        list-style: none;
    }
    .discover-banner.mobile .content a {
        margin-bottom: 10px;
    }
    .discover-banner.mobile .content h5 {
        font-size: 16px;
        margin-top: 0%;
    }
    .discover-banner.mobile .content h6 {
        font-size: 10px;
    }
    .container.the-page {
        padding: 5px 15px 30px 15px;
    }
    .the-page h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .the-page .content {
        padding: 0 0px;
    }
}

@media (min-width: 720px) {
    .discover-banner.mobile .container {
        padding-right: 0px;
    }
    .discover-banner.mobile .discover-menu {
        height: auto;
    }
}

@media (min-width: 1024px) {
    .menu-item-has-children::after {
        font-size: 14px;
        right: 10px;
        top: 29px;
    }
    .lang {
        margin-top: 17px;
    }
    .sub-menu {
        height: 47px;
        padding-top: 0px;
    }
}

/* .dropdown-lang .dropdown-menu {display: block;visibility: hidden;opacity:0;transform: translateY(50px);transition:.5s ease all;}
.dropdown-lang .dropdown-menu.show {display: block;visibility: visible;opacity:1;transform: translateY(0px);transition:.5s ease all;} */

.dropdown-menu.lang-menu {
    box-shadow: none;
    border-radius: 6px;
    padding: 0px 0;
}

.dropdown-menu.lang-menu li {
    margin: 0px 0px;
    padding: 5px 10px 5px 5px;
    position: relative;
    overflow: hidden;
}

.dropdown-menu.lang-menu li a {
    padding: 5px 5px;
    position: relative;
    z-index: 1;
}

.dropdown-menu.lang-menu li:hover a {
    color: #ffffff;
}

.dropdown-menu.lang-menu li:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s;
    border-radius: 3px;
}

.dropdown-menu.lang-menu.search li:hover:before {
    width: 0;
    background-color: #333;
}


.dropdown-menu.lang-menu li:hover:before {
    width: 100%;
    background-color: #333;
}

.dropdown-menu.lang-menu li:hover .dropdown-menu.lang-menu li.select{
    visibility: hidden;
}

.dropdown-menu.lang-menu li.select {
    visibility: visible;
    width: 100%;
    background-color: #333;
}
.dropdown-menu.lang-menu li.select a{
    color: white;
}

/* Select Custom */
.myselect {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    border-left: 1px solid #ccc;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.myselect::after {
    display: none;
}

.select-custom .btn {
    width: 100%;
    height: 50px;
}

.select-custom .dropdown-menu {
    z-index: 900;
}

.select-custom .dropdown-toggle {
    background-color: transparent !important;
}

.select-custom .filter-option-inner-inner {
    font-weight: 600;
    color: #b3b3b3;
}

.select-custom .filter-option-inner-inner{
    color: #b3b3b3;
}

.select-custom .dropdown-toggle .filter-option{
    align-items: center;
    display: flex;
}

.select-custom .dropdown-toggle:focus{
    border: none;
    outline: unset !important;
    outline-offset: unset;
}

.open>.dropdown-toggle.btn-default, .open>.dropdown-toggle.btn-default:hover  {
    border: none;
}

.select-custom .dropdown-menu li a {
    font-weight: 600;
}
.select-custom .dropdown-menu li {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 1px 0px;
}

.select-custom .dropdown-menu li .selected.active{
    background-color: unset;
    color: #333;
}

.select-custom .dropdown-menu li .selected.active:hover{
    color: white;
}

.select-custom .dropdown-menu li:hover {
    background-color: #22796b;
    border-top: 1px solid #22796b;
    border-bottom: 1px solid #22796b;
}

.select-custom .dropdown-menu li:hover a {
    color: #ffffff;
}

.select-custom .btn-default {
    font-size: 18px;
    border-color: transparent;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.select-custom .btn-default:focus,
.select-custom .btn-default:hover,
.select-custom .btn-default:active {
    background-color: transparent;
    box-shadow: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.select-custom .dropdown-menu {
    margin-top: -1px;
    border-radius: 4px;
    overflow: inherit !important;
}

.select-custom .dropdown-menu:before {
    content: '';
    width: 13px;
    height: 13px;
    background: url('../../assets/img/bg_triangel_up.png') no-repeat;
    position: absolute;
    right: 10px;
    top: -10px;
}

.select-custom .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #22796b;
    color: #ffffff;
}

.select-custom .dropdown-menu>li>a {
    padding: 14px 20px 12px 20px;
}

@media (max-width: 768px) {
    .filter-option-inner-inner {
        font-size: 14px;
    }
    .select-custom .dropdown-menu li a {
        font-size: 14px;
    }
}

/* Input */
.input-group {
    margin-bottom: 30px;
    border-radius: 8px;
}
.input-group-addon {
    background-color: transparent;
    border-radius: 8px;
}
.input-group-addon i {
    font-size: 18px;
}

/* Button */
.hvr-rectangle-out:before {
    background-color: #0b7a61;
}

.my-btn {
    position: relative;
    overflow: hidden;
}

/* Discover */

.discover .content a:after {
    content: '';
    width: 2px;
    height: 80px;
    position: absolute;
    right: -1px;
    background-color: rgba(255, 255, 255, 0.5);
    top: 50%;
    transform: translate(0px, -50%);
}

.discover .content a:last-child:after {
    visibility: hidden;
}

.discover-banner .discover-menu  {
    transition: 0.4s all;
}

@media (max-width: 800px) {
    .container-full.discover .col-sm-2 {
        padding-right: 0px;
        padding-left: 0px;
    }
}

/* News  */
#news {
    overflow: hidden;
}

#news .card-inner, .other-news .card-inner{
    background-color: #ffffff;
    border-radius: 10px;
    transition: all .25s ease;
}

.card-inner:hover{
    transform: scale(1.05);
}

#news .card, .other-news .card {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

#news .card, .other-news .card:hover {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

#news .card a, .other-news .card a  {
    position: relative;
    /*height: 250px;*/
    display: block;
    overflow: hidden;
}

#news .card a img, .other-news .card a img {
    transition: all 0.4s;
}

#news .card-inner:hover a img, .other-news .card-inner:hover a img {
    /*transform: scale(1.05);*/
}


#news .card-inner:hover, .other-news .card-inner:hover{
    -webkit-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.1);
}


#news .card-inner:hover a p, .other-news .card-inner:hover a p {
    color: #22796b;
}

/*@media (max-width: 768px) {
    #news h1 {
        font-size: 28px;
    }

    #news .card a {
        height: 165px;
    }

    .news-menu {
        padding: 0 15px 50px 15px !important;
    }
}*/

/* About */
.banner-about img,
.banner-properties img {
    width: 100% !important;
    height: 100% !important;    
}

.the-page {
    position: relative;
    overflow: hidden;
}

.commissioners,
.ciputra-award {
    background-color: #ebfffd;
    padding-bottom: 65px;
}

.ciputra-award .OwlCarousel-Award.owl-carousel .owl-item img {
    height: 245px;
    object-fit: contain;
}

.icon-milestones {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.icon-award {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.icon-milestones.arrow-left {
    background: url('../../assets/img/left-arrow.png') no-repeat;
    background-size: contain;
}

.icon-milestones.arrow-right {
    background: url('../../assets/img/right-arrow.png') no-repeat;
    background-size: contain;
}

.icon-award.arrow-left {
    background: url('../../assets/img/btn/prev.png') no-repeat;
    background-size: contain;
}

.icon-award.arrow-right {
    background: url('../../assets/img/btn/next.png') no-repeat;
    background-size: contain;
}

.icon-award.plus {
    background: url('../../assets/img/btn/plus.png') no-repeat;
    background-size: contain;
    width: 65px;
    height: 65px;
}

.company-milestones .board-of {
    background-color: #ffffff;
}

.nav-about .tab-content .card-commissioners {
    /*margin-bottom: 30px;*/
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    /*padding-bottom: 30px;*/
}

.nav-about .tab-content .card-commissioners .card-body {
    background-color: #ffffff;
    height: 100%;
}

/*.nav-about .tab-content .card-commissioners .card-body:hover img {
    cursor: pointer;
    transform: scale(1.2);
}*/

.nav-about .tab-content .card-commissioners .card-img img {
    width: 100%;
    /*height: 290px;*/
    transition: all .35s ease;
    object-fit: cover;
    position: absolute;
    top: -10px;
}

.nav-about .tab-content .card-commissioners .card-text {
    padding: 30px 0px;
}

.nav-about .tab-content .card-commissioners .card-text h5 {
    font-size: 17px;
    color: #000000;
}

.OwlCarousel-Milestones{
    padding-bottom: 30px;
}

.OwlCarousel-Milestones .owl-nav{
    position: absolute;
    /*top: 27.5%;*/
    width: 100%;
    top:  433px;
}

.OwlCarousel-Milestones .owl-nav .owl-prev{
    position: absolute;
    /*left: 8px !important;*/
}

.OwlCarousel-Milestones .owl-nav .owl-next{
    position: absolute;
    /*right: 40px !important;*/
}

.OwlCarousel-Milestones-desc,
.OwlCarousel-Award-desc {
    /*width: 387px;*/
    text-align: center;
    margin: 25px auto 30px auto;
}

.OwlCarousel-Milestones-desc span.year,
.OwlCarousel-Award-desc span.year {
    font-size: 42px;
    margin-bottom: 0px;
    color: #0b7a61;
    display: block;
    font-weight: 600;
    line-height: 1.4;
}

.OwlCarousel-Award-desc span.year {
    margin-bottom: 0px;
}

.OwlCarousel-Milestones-desc p,
.OwlCarousel-Award-desc p {
    font-size: 17px;
}

.OwlCarousel-Milestones .owl-nav .owl-prev {
    top: 60%;
    left: 40%;
}

.OwlCarousel-Milestones .owl-nav .owl-next {
    top: 60%;
    right: 42%;
}

.OwlCarousel-Award .owl-nav .owl-prev {
    top: 25%;
    left: 28.5%;
}

.OwlCarousel-Award .owl-nav .owl-next {
    top: 25%;
    right: 30.7%;
}

.OwlCarousel-Milestones.owl-theme .owl-dots .owl-dot span,
.OwlCarousel-Award.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    width: 13px;
    height: 13px;
    border: 1px solid #0b7a61;
    margin: 5px 4px;
}

.OwlCarousel-Milestones.owl-theme .owl-dots .owl-dot.active span,
.OwlCarousel-Milestones.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0b7a61;
}

.OwlCarousel-Award.owl-theme .owl-dots .owl-dot.active span,
.OwlCarousel-Award.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0b7a61;
}

.OwlCarousel-Milestones-img img {
    border-radius: 5px;
    height: 410px;
    object-fit: cover;
}

.OwlCarousel-Milestones.owl-theme .OwlCarousel-Milestones-img img {
    opacity: 0.4;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.OwlCarousel-Award.owl-theme .award-trigger-popup {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.OwlCarousel-Award.owl-theme .owl-item.center .item .award-trigger-popup {
    opacity: 1;
}

.OwlCarousel-Milestones.owl-theme .owl-item.active.center .item .OwlCarousel-Milestones-img img {
    opacity: 1;
}

.OwlCarousel-Milestones.owl-theme .owl-item.active.center .item .OwlCarousel-Milestones-desc {
    opacity: 1;
    visibility: visible;
}

.OwlCarousel-Milestones.owl-theme .OwlCarousel-Milestones-desc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.OwlCarousel-Milestones.owl-theme .owl-item.active.center .item .OwlCarousel-Milestones-desc {
    opacity: 1;
    visibility: visible;
}

.OwlCarousel-Milestones.owl-theme  .owl-nav [class*=owl-]:hover,
.OwlCarousel-Award.owl-theme  .owl-nav [class*=owl-]:hover  {
    background-color: transparent;
}

.OwlCarousel-Award.owl-theme .owl-dots {
    display: flex;
    justify-content: space-around;
}

.OwlCarousel-Award.owl-theme .OwlCarousel-Award-img  {
    background-color: #ffffff;
    /*padding: 70px 125px;*/
}

.OwlCarousel-Award-img img {
    cursor: pointer;
}

.award-trigger-popup {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
}

/* .OwlCarousel-Award.owl-theme .owl-dots button:nth-child(1) span,
.OwlCarousel-Award.owl-theme .owl-dots button:nth-child(3) span {
    background-color: transparent !important;
}

.OwlCarousel-Award.owl-theme .owl-dots button:nth-child(2) span {
    background-color: #0b7a61;
} */

.OwlCarousel-Award .custom-dots {
    position: relative;
}

.OwlCarousel-Award .custom-dots:before {
    content: '';
    width: 115%;
    height: 1px;
    background-color: #ececec;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 6px;
}

.OwlCarousel-Award .custom-dots span {
    width: 13px;
    height: 13px;
    display: block;
    background-color: ##ebfffd;
    border: 1px solid #0b7a61;
    margin: 50px auto 5px auto;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.OwlCarousel-Award .owl-item.center .item .custom-dots span {
    background-color: #0b7a61;
}

@media (max-width: 768px) {
    .banner-about img,
    .banner-properties img {
        height: 480px !important;
        object-fit: cover;

    }
    .owl-nav .owl-prev {
        left: -6.5%;
    }
    .owl-nav .owl-next {
        right: 2.7%;
    }
}

/* Footer */

#footer li {
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
}

#footer li:before {
    content: '';
    background-color: #ffffff;
    width: 1px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

#footer li:last-child:before {
    display: none;
}

#footer li a {
    position: relative;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    font-weight: normal;
}


#footer li a:after {
    content: '';
    background-color: #ffffff;
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s ease;
}

#footer li a:hover:after {
    width: 100%;
}

#footer li a:hover {
    transition: 0.4s ease;
}

.overlay {
    /*background-color: rgba(11, 122, 97, 0.8);*/
	background-color: #1e2228 !important;
    opacity: 100%;
}

@media (max-width: 768px) {
    .my-footer {
        height: 100%;
    }
    #footer li {
        display: inline-block;
        text-align: center;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 15px;
    }
    #footer li a {
        font-size: 11px;
    }
    .footer-content .copyright {
        font-size: 12px;
        padding-bottom: 12px;
    }
    .overlay {
        height: 100%;
    }
}


.newest:hover, #news .card-inner:hover, .other-news .card-inner:hover, .card-director:hover, .card-doc:hover, .card-inner:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.45);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.45);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.newest:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.sub-menu .nav-active a {
    color: #333;
}

@media (min-width: 1366px){
	.banner-about img, .banner-properties img {
		margin-top: 0px;
		margin-bottom: 0;
	}
}

@media (max-width: 1100px){
	#leadership .nav-tabs {
		/*min-width: 960px */;
		min-width: 50%;
	}
	
	#about-page h1, h2 {
		font-size: 23px;
	}

}

@media (min-width: 1800px){
	.link-investor {
		min-height: 50px;
	}
}

.about-content img {
    width: 100%;
    height: 470px;
    background-position: center center;
    background-repeat: no-repeat;
}

