/*!Theme Name: Ciputra DevelopmentTheme URI: http://underscores.me/Author: Fajar Ardiyan - GositusAuthor URI: https://www.gositus.comDescription: A wordpress theme for Ciputra DevelopmentVersion: 1.0.0License: GNU General Public License v2 or laterLicense URI: LICENSEText Domain: ciputra-developmentTags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready*/

body,
html {
	overflow-x: hidden;
}

body {
	font-family: "Nunito-Regular", sans-serif;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 1.8;
	color: #444;
	min-width: 360px;
	padding: 0 !important;
}

header {
	color: white;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: disc;
	font-size: 17px;
	line-height: 1.59;
}

a {
	text-decoration: none;
	color: #444;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin-top: 0;
	/*color: #0b7a61;*/
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 32px;
	line-height: 1.13;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

img {
	border: none;
	max-width: 100%;
}

code {
	background-color: #ee6e73;
	border-radius: 2px;
	color: #fff;
	padding: 2px 4px;
}

pre {
	background-color: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
}

pre code {
	background-color: transparent;
	color: #333;
}

del {
	text-decoration-color: #ee6e73;
}

kbd {
	background-color: #ddd;
	padding: 4px 6px;
	border-radius: 2px;
	color: ;
}

address {
	line-height: 1.5;
	padding-left: 10px;
}

dl dt {
	font-weight: 700;
}

dl dd {
	margin-left: 0;
}

blockquote {
	background-color: #f8f8f8;
	border-radius: 0 4px 4px 0;
	padding: 5px 15px;
}

blockquote p {
	margin-top: 10px;
}

button {
	padding: 5px 15px;
	border: none;
}

button:focus {
	outline: none;
	/*border: none;*/
	border: solid 1px #0b7a61;
}


/*Wordpress default class*/

.container-fluid {
	padding-right: 40px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
}

.navbar {
	/*background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(255,0,0,1));*/
	/*background-color: rgba(0,255,0,1);*/
	height: 100px;
	border-color: none;
	margin-bottom: 0px;
	background: transparent;
}

.navbar:hover {
	background-color: #fff;
}

.navbar-toggle {
	margin-top: 20px;
	margin-right: 0px;
	border-radius: 3px;
	padding: 8px 7px;
}

.navbar-toggle:hover {
	background-color: white;
}

.navbar-default .navbar-toggle {
	border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.sticky, .sticky .sub-menu {
    background-color: rgb(255 255 255 / 98%);
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 7%)
}

.navbar-default {
	border-color: transparent;
	border-radius: 0 0 0 0;
}

.navbar-default .navbar-nav>li>a {
	font-size: 14px;
	color: #333;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #333;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-radius: 4px;
	margin-top: 10px;
	margin-right: 12px;
}

.navbar-brand {
	margin-top: 0.4rem;
}

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


/*.nav>li {	padding-left: 5px;	padding-right: 5px;}*/

.ex {
	font-size: 12px;
}

.logo {
	width: 30px;
	height: 30px;
}

.custom-logo {
	height: unset !important;
	width: unset !important;
}

.dropdown-menu {
	min-width: 140px;
	-webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, .175);
	box-shadow: 1px 2px 10px rgba(0, 0, 0, .175);
}

.lang {
	padding: unset;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	font-size: 14px;
	background-color: rgb(255 255 255 / 75%);;
	color: #333;
}

.lang span {
	font-weight: bold;
}

.lang-menu:before {
	content: '';
	width: 8px;
	position: absolute;
	height: 8px;
	background: white;
	top: -3px;
	transform: rotate(45deg);
	right: 8px;
}

.lang-menu li {
	text-align: right;
	margin: 5px 0px;
	letter-spacing: 1.5px;
}

.lang-menu li a {
	color: #333;
}

.lang-menu li a:hover {
	font-weight: bold;
	transition: 0.4s ease;
}

.lang-menu li a:hover img {
	box-shadow: 3px 3px 10px -4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 3px 3px 10px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 3px 3px 10px -4px rgba(0, 0, 0, 0.75);
	transition: 0.4s ease;
}

.lang-menu li a img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-left: 20px;
	border: 1px solid #d4d4d4;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
}

.header-desc a {
	color: white;
}

.header-desc a:hover {
	color: white;
	opacity: 1;
}

#wrapper {
	position: relative;
}

.banner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	width: 100%;
	color: white;
	background-attachment: scroll;
	height: auto;
}

.header-area {
	display: inline;
	float: left;
	/*width: 100%;*/
	height: 675px;
	text-align: center;
	position: relative;
	transform: translateY(1%);
}

.header-area h1 {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1;
}

.header-content {
	display: inline;
	width: 100%;
}

.header-content p {
	color: #fff;
}

.header-content a {
	margin-top: 35px;
}

.play {
	border-radius: 50%;
	width: 45px;
	height: 45px;
	font-size: 14px;
	background-color: white;
}

.play i {
	color: #0b7a61;
	margin-left: 4px;
}

.header-desc {
	width: 100%;
	position: absolute;
	color: white;
	right: -30px;
	text-align: left;
	font-size: 14px;
	line-height: normal;
	font-weight: 600;
	bottom: 40px;
	/*opacity: 0.75;*/
}

.header-desc .underline {
	cursor: pointer;
}

.underline {
	position: relative;
}

.underline:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0%;
	margin-bottom: -10px;
	height: 2px;
	left: 0;
	background-color: white;
	transition: 150ms width ease-in-out;
}

.underline:hover:before {
	transition: 150ms width ease-in-out;
	width: 30%;
}

.drop-nav .underline:before {
	margin-bottom: -3px;
	height: 1px;
	margin-left: 19px;
	background-color: #0b7a61;
}

.line-nav:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0%;
	margin-bottom: 20px;
	height: 1.6px;
	left: 20%;
	background-color: white;
	transition: 150ms width ease-in-out;
	/*margin-left: 15px;*/
	/*transform: translateY(-50%);*/
}

.line-nav:hover:before {
	transition: 150ms width ease-in-out;
	width: 60%;
}

.vision {
	position: relative;
}

.vision h1 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0b7a61;
}

.vision p {
	font-size: 24px;
	padding-bottom: 24px;
}

.my-btn {
	border-radius: 8px;
	border: solid 1px #0b7a61;
	color: #0b7a61;
	font-size: 16px;
	height: 50px;
	background-color: white;
	padding-left: 30px;
	padding-right: 30px;
	transition: all .35s ease;
}

.my-btn:hover {
	background-color: #0b7a61;
	color: white;
}

.disc-slide .discover {
	margin-bottom: 0;
}

.discover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	width: 100%;
	color: white;
	/*background-attachment: fixed;*/
	position: relative;
	margin-bottom: 80px;
	transition-property: background-position;
}

.discover-layer {
	position: absolute;
	z-index: 3;
	background-color: #000000;
	width: 100%;
	opacity: 0.3;
}


/*.discover:after{	background-color: red;}*/

.discover-content {
	position: relative;
	top: 50%;
	padding: 0 5.5%;
	transform: translateY(-50%);
	z-index: 4;
}

.discover-content h5 {
	font-size: 17px;
	font-weight: 100 letter-spacing: 1px;
	color: white;
}

.discover-content h4 {
	margin-top: -25px;
	font-size: 36px;
	margin-bottom: -10px;
	color: white;
}

.discover-content a {
	font-size: 13px;
	font-weight: 100;
	color: white;
	transition: all 0.3s ease;
}

.discover-content a:hover,
.discover-content a:focus {
	letter-spacing: 1px;
	font-weight: bold;
	color: white;
}

.discover .discover-banner {
	position: absolute;
	bottom: 0;
	left: 0;
	/*background-color: rgba(11, 122, 97, 0.8);*/
	background-color: rgb(30 34 40 / 50%);
	width: 100%;
	height: 105px;
	z-index: 4;
}

.discover-banner .content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.discover-banner .content a {
	color: white;
}

.discover-banner .content a:hover {
	/*background-color: rgba(255, 255, 255, 0.7)*/;
	background-color: initial;
}

.discover-banner .content a:hover h5 {
	/*color: #0b7a61;*/
}

.discover-banner .content a:hover h6 {
	/*color: #0b7a61;*/
}

.discover-banner .content a:hover > h5:after {
    width: calc(100% - 50px);
    /* margin: auto; */
}

.discover-banner .content h5:after {
    transition: all .35s ease;
    position: absolute;
    content: '';
    left: 25px;
    bottom: initial;
    width: 0%;
    margin-top: 25px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
}

.discover-banner .content h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -15px;
	margin-top: 20%;
	letter-spacing: 1.2px;
	color: white;
}

.discover-banner .content h6 {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	color: white;
}

.discover-menu {
	height: 105px;
	position: relative;
}

.investor {
	/*padding: 100px 50px 100px 50px ;*/
	padding-bottom: 50px;
}

.inv-content {
	padding: 5% 50px 0px 50px;
}

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

.investor h6 {
	font-size: 16px;
	color: #0b7a61;
	letter-spacing: 1px;
}

.investor img {
	height: auto;
}

.news {
	background-color: #ebfffd;
	width: 100%;
	position: relative;
	text-align: center;
	padding-bottom: 100px;
}

.other-news {
	width: 100%;
	position: relative;
	background-color: white;
	border-top: 2px solid #eaeaea;
	padding: 10px;
}

.other-news h2 {
	color: #444;
	padding-left: 15px;
}

.other-news .news-content {
	padding-top: 15px;
	padding-bottom: 0;
}

.other-news .news-menu {
	padding-bottom: 25px;
	padding-top: 0;
}

.other-news .card {
	box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
}

.news-content {
	padding: 100px 70px 0 70px;
}

.news h1 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
}

.news-menu {
	position: relative;
	padding: 0 15px 50px 15px;
}

/*
hr.hr-custom {
    margin-top: 0px;
    border: none;
    margin-bottom: 60px;
    background-color: initial;
    border-bottom: 4px solid #0b7a61;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    height: 0;
    width: 133px;
}
*/

hr.hr-custom {
	width: 50px;
    height: 6px;
    background: #0b7a61;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    margin-top: 0;
    margin-bottom: 50px;
}

.card {
	background-color: white;
	text-align: center;
	border-radius: 10px 10px 10px 10px;
	height: 450px;
	/*padding: 0px 10px 0px 10px;*/
}

.card img {
	width: 100%;
	border-radius: 10px 10px 0 0;
	height: 250px;
	padding-bottom: 30px;
	object-fit: cover;
}

.news-menu span {
	color: #888;
	font-size: 14px;
	padding-bottom: 50px;
}

.news-menu p {
	font-weight: 600;
	font-size: 18px;
	padding: 10px 35px 35px 35px;
}

.news .my-btn {
	background-color: white;
}

.news .my-btn:hover {
	background-color: #0b7a61;
	color: white;
}

.my-footer {
	/*
	background: url("assets/img/footer.jpg");
	*/
	position: relative;
	width: 100%;
	height: 120px;
	color: white;
	background-color: #1e2228 !important;
	
	/*bottom: 0;*/
}

.overlay {
	height: 120px;
	background-color: #0b7a61;
	opacity: 0.8;
}

.nav-mbl {
	position: fixed;
	right: 0;
	width: 100%;
	top: 62px;
	color: white;
	display: none;
	background-color: #0b7a61;
}


/*navbar mobile*/

#menuToggle {
	display: flex;
	flex-direction: column;
	position: relative;
	top: 25px;
	left: 40px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
	float: right;
	margin-right: 30px;
}

#menuToggle input {
	display: flex;
	width: 40px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}

#menuToggle span {
	display: flex;
	width: 29px;
	height: 2px;
	margin-bottom: 5px;
	position: relative;
	background: #ffffff;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 5px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
	opacity: 1;
	transform: rotate(45deg) translate(3px, 5px);
	background: white;
}

#menuToggle input:checked~span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
	transform: rotate(-45deg) translate( -5px, 5.75px);
}

#menu-mbl {
	/*text-align: center;*/
	position: fixed;
	width: 100%;
	height: 100%;
	/*box-shadow: 0 0 5px #85888C;*/
	margin: 0 0 0 0px;
	padding: 60px 30px 30px;
	/* padding-top: 40px; */
	/*background-color: #fffffffa;*/
	background-color: #0b7a61fa;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	left: 0;
	top: 0;
	letter-spacing: 1px;
}

#menu-mbl a {
	color: white;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #0b7a61;
	text-decoration: none;
	background-color: transparent;
}

.my-menu-mbl {
	background-color: white;
	width: 100%;
}

#menu-mbl li {
	font-size: 16px;
	padding: 10px 0;
	transition-delay: 2s;
	list-style-type: none;
}

#menuToggle input:checked~ul {
	transform: none;
}

#menu-mbl .link-mbl {
	padding-left: 25px;
	margin-bottom: -10px;
	margin-top: 5px;
	position: relative;
}

.link-mbl {
	display: none;
}

#menu-mbl a:hover {
	font-weight: bold;
}

.invisible {
	opacity: 0;
}

.flag-mbl {
	text-align: center;
	position: absolute;
	bottom: 35px;
	color: #2f2f2f;
	right: 0;
	left: 0;
}

.mbl {
	height: calc(100% - 65px);
	overflow: scroll;
}


/*switchflag*/

.checkbox-container label {
	background-color: #2f2f2f;
	border: 1px solid #fff;
	border-radius: 20px;
	display: inline-block;
	position: relative;
	transition: all 0.3s ease-out;
	width: 45px;
	height: 25px;
	z-index: 2;
}

.checkbox-container label::after {
	content: ' ';
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 1.5px;
	left: 1px;
	transform: translateX(0);
	transition: transform 0.3s linear;
	width: 20px;
	height: 20px;
	z-index: 3;
}

.checkbox-container input {
	visibility: hidden;
	position: absolute;
	z-index: 2;
}

.checkbox-container input:checked+label::after {
	transform: translateX(calc(100% + 0.5px));
}

.active-circle {
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50% - 10px), calc(-50% - 2px)) scale(0);
	transition: transform 0.6s ease-out;
	width: 30px;
	height: 30px;
	z-index: 1;
}

.checkbox-container.yellow .active-circle,
.checkbox-container.yellow input:checked+label {
	background-color: #4c4c4c;
}


/*switch flag end*/


/*navbar mobile*/

.re-animate-link:hover::after,
.active .re-animate-link::after {
	transform: scaleX(1);
	width: 62%;
}

.re-animate-link::after {
	display: block;
	content: '';
	border-bottom: solid 2px #e21c17;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	position: absolute;
	z-index: 2;
	width: 0%;
}

.show {
	display: block;
}

.nav-mbl a {
	color: white;
	font-size: 12px;
}

.nav-mbl ul li {
	margin: 5px 0 15px 28px;
	list-style-type: none;
}

.footer-link {
	padding-top: 25px;
	padding-bottom: 25px;
	letter-spacing: 1.2px;
}

.footer-link li.nav-active {
	background-color: transparent !important;
}

.footer-link a {
	color: white;
}

.my-footer span {
	padding-left: 30px;
	padding-right: 30px;
}


/*.footer-content {	margin-top: -120px;}*/

.carousel-indicators {
	bottom: 5px;
}

.menu-item-has-children a {
	/*margin-right: 10px;*/
}

.menu-item-has-children:hover .sub-menu {
	display: block;
	z-index: 10;
}

.sub-menu {
	display: none;
	height: 45px;
	background-color: white;
	position: fixed;
	width: 100%;
	left: 0;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
	margin-top: -20px;
    background-color: #fff;
}

.sub-menu li a {
	/*margin-right: 40px;*/
	list-style: disc;
	font-size: 14px;
	line-height: 1.59;
	color: #333;
}

.nav ul li {
	font-size: 14px;
	list-style: none;
}

.sub-menu li {
	display: inline;
}

.my-footer li {
	list-style-type: none;
	display: inline;
}

.footer-href li a {
	color: white;
	padding-right: 10px;
	padding-left: 10px;
}

.footer-content .copyright {
	margin-top: -20px;
	font-weight: 200;
	font-size: 12px;
}

.footer-content .copyright a span {
	color: white;
	padding: 0;
	font-size: 12px;
}

#copyright-gositus {
	margin-left: 10px;
	background: url(./assets/img/go-online-solusi.png) no-repeat left bottom;
	/*height: 20px;*/
	background-size: 18px;
	padding-left: 23px;
	margin-top: 14px;
	-webkit-transition: all .5s;
	transition: all .5s;
	transform: translateY(-50%);
	font-size: 15px;
}

#copyright-gositus:hover {
	background-position: left top;
	text-decoration: none;
}

.uppercase {
	text-transform: uppercase;
}

.the-page {
	padding: 20px 0 15px 0;
	text-align: justify;
}

.attachment-post-thumbnail {
	/*	height: unset !important;	width: unset !important;*/
	margin-bottom: 50px;
}

.the-select {
	position: relative;
	display: inline-flex;
}

.ico {
	text-align: center;
	width: 40px;
	margin-left: 6px;
	color: #0b7a61;
}

.myselect {
	position: relative;
	height: 45px;
	width: 350px;
	border: 1px solid #c7c7c7;
	border-radius: 7px;
	margin-bottom: 40px;
}

.myselect select {
	padding-left: 10px;
	width: 85%;
	height: 100%;
	border: 0px;
	border-left: 1px solid #c7c7c7;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
}

.myselect select:focus {
	outline: none;
}

.all-img-properties {
	position: relative;
	margin-top: 5px;
	/*transition: background  1s ease-in-out;*/
}

.img-properties {
	position: relative;
	padding: 10px;
	animation: slide-up 0.5s ease-in-out;
	transition: .5s ease;
}

.img-properties:hover {
	transform: scale(1.035);
}

.news-list {
	animation: slide-up 0.5s ease-in-out;
	transition: .5s ease-out;
}

@keyframes slide-up {
	0% {
		opacity: 0;
		transition: .5s ease-in;
	}
	100% {
		opacity: 1;
	}
}

.the-img-properties {
	height: 330px;
	position: relative;
	justify-content: center;
	overflow: hidden;
	vertical-align: middle;
	border-radius: 7px;
	background-color: black;
	cursor: pointer;
	transition: background-image 0.6s ease;
	background-size: cover;
}

.the-img-properties img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: .6s ease-out;
}

.img-properties:hover .the-img-properties img {
	opacity: 0;
	transition: .8s ease-out;
}

.select-custom .dropdown-backdrop {
	z-index: unset;
}

.desc-img-properties {
	/*display: none;*/
	position: absolute;
	left: 0;
	bottom: 0;
	color: white;
	cursor: pointer;
	letter-spacing: 0.5px;
	padding: 25px 30px;
}

.desc-img-properties h6 {
	color: white;
}

.map {
	overflow: hidden;
}

.owl-propertiescarousel {
	margin-bottom: 35px;
}

.owl-propertiescarousel .item img {
	height: 430px;
	object-fit: cover;
}

.owl-propertiescarousel .owl-item .item {
	transform: scale(0.75);
}

.owl-propertiescarousel .owl-item.active .item {
	transform: scale(1.25);
}

.owl-nav .owl-next {
	position: absolute;
	top: 45%;
	right: 16.5%;
	transform: translate(50%, 0%);
}

.owl-nav .owl-prev {
	position: absolute;
	top: 45%;
	left: 14%;
	transform: translate(50%, 0%);
}

div .myselect:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0D7";
	font-size: 14px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 25%;
	padding-right: 15px;
	color: #c7c7c7;
}

.logo-select {
	border-radius: 7px 0px 7px 0px;
	border-color: black;
	width: 50px;
	height: 45px;
}

.modal-backdrop.in {
	opacity: 0.75;
}

.modal-header {
	position: relative;
}

.modal-style {
	margin-top: 80px;
	margin-bottom: 80px;
	/*width: 95%;*/
	width: 75%;
}

.modal-header-style {
	padding: 0px;
}

.modal-header-style img {
	border-radius: 5px 5px 0 0;
}

.modal-header .close {
	position: absolute;
	background-color: white;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	font-size: 22px;
	opacity: 1;
	color: #0b755e;
	margin-right: -20px;
	margin-top: -20px;
	font-weight: 100;
	z-index: 3;
	-webkit-box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
	transition: transform .2s ease-in-out;
}

.modal-header .close:hover {
	transform: scale(1.1);
}

.modal-footer {
	border-top: unset;
	border-radius: 6px;
	padding: unset;
	position: relative;
	background-color: #ebfffc;
}

.img-facility {
	height: 80px;
	margin-bottom: 0px;
}

#about-page .img-facility {
	height: 60px;
	margin-bottom: 20px;
}

.facility-info {
	font-size: 20px;
	font-weight: bold;
	color: #0a6b5b;
}

.modal-body {
	padding: unset;
	background-color: white;
	border-radius: 6px;
}

#ModalFunctionary .modal-content,
#ModalAudit .modal-content,
#ModalDirector .modal-content {
	background-color: transparent;
	border: none;
}

#ModalFunctionary.fade,
#ModalAudit.fade,
#ModalDirector.fade {
	-webkit-transition: opacity .25s linear 0.15s;
	transition: opacity .25s linear 0.15s;
	/*    -webkit-transition: opacity .3s linear;    transition: opacity .3s linear;*/
}

.modal-title {
	line-height: 36px;
	letter-spacing: 0.5px;
	font-weight: bold;
	/*font-size: 24px;*/
}

.detail-properties {
	padding: 0 100px;
	margin-top: 10px;
	line-height: 30px;
}

.facility {
	z-index: 2;
	position: relative;
	background-color: #fafafa;
	padding: 20px 0 20px 0;
	margin: 100px 0;
	text-align: center;
}

.facility .uppercase {
	letter-spacing: 1px;
	color: #888;
	font-size: 14px;
	font-weight: 600;
	margin-top: 5px;
}

.modal-footer .address {
	text-align: left;
	padding: 40px 20px 40px 40px;
	line-height: 26px;
	font-size: 16px;
}

.modal-footer .address a {
	word-break: break-word;
}

.modal-footer .address h6 {
	font-size: 20px;
}

.gallery {
	position: relative;
}

.owl-item.active .imgtitle {
	padding-bottom: 70px;
	text-align: center;
	margin-top: -90px;
	color: white;
	font-weight: bold;
	visibility: visible;
	letter-spacing: 2px;
	position: relative;
}

.owl-carousel {
	transition: all .35s ease;
}

.owl-item .imgtitle {
	visibility: hidden;
}

.banner-modal {
	position: relative;
	justify-content: center;
	overflow: hidden;
	vertical-align: middle;
}

.banner-modal img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#contact-page h1,
h2,
h3,
h4 {
	color: #333;
}

#about-page h1,
h2,
h3,
h4,
h5 {
	color: #333;
}

#about-page h1,
h2 {
	line-height: 52px;
}

#contact-page p {
	line-height: 28px;
}

.title-banner {
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 48px;
	top: 45%;
	color: white;
	letter-spacing: 2.5px;
	padding: 0 20px;
}

.banner-about .title-banner {
	top: 38%;
	padding: 0 10px;
}

.contact-content {
	padding-bottom: 100px;
}

.contact-content .btn-submit {
	text-align: right;
}

.contact-input {
	width: 100%;
	padding: 15px 20px;
	margin: 8px 0;
	display: inline-block;
	border-radius: 4px;
	box-sizing: border-box;
	border: solid 1px #e6e6e6;
	-webkit-appearance: none;
}

.contact-input:focus {
	outline: 0;
	border: 1px solid #0b7a61;
}

.comment {
	height: 225px;
	resize: none;
}

.contact-input::placeholder {
	color: #a0a0a0;
	opacity: 1;
}

.form-contact {
	margin-top: 30px;
	margin-bottom: 30px;
}

.contact-address {
	padding-left: 125px;
}

.modal-footer .gomapMarker {
	width: 220px;
	text-align: left;
}

.modal-footer .maps {
	height: 400px;
	border-radius: 0 0 0 5px;
}

.nav-about {
	position: relative;
	padding: 10px;
}

.nav-about .nav-tabs>li {
	float: none;
	display: inline-block;
	/*zoom:1;*/
	margin-left: -5px;
	margin-right: -3px;
}

.nav-about .nav-tabs>li:first-child a {
	border-top-left-radius: 5px;
}

.nav-about .nav-tabs>li:last-child a {
	border-top-right-radius: 5px;
}

.nav-about .nav-tabs {
	text-align: center;
}

.nav-about .nav-tabs>li>a {
	/*margin-right: -5px; */
	padding: 17px 75px;
	border-radius: 0;
	border: 1px solid #ddd;
	font-weight: bold;
	/*font-size: 16px;*/
}

.nav-about .nav-tabs>li>a:hover {
	color: #212121;
	transition: 0.4s ease;
	background-color: #f1f1f1;
}

.nav-about .nav-tabs>li.active>a,
.nav-about .nav-tabs>li.active>a:focus,
.nav-about .nav-tabs>li.active>a:hover {
	border: 1px solid #0b7a61;
	background-color: #0b7a61;
	color: white;
	/*font-size: 16px;*/
}

.tab-pane .about-content {
	background-color: #f6fffe;
}

.tab-pane .about-content {
	background-color: #f6fffe;
	/*font-size: 16px;*/
	position: relative;
}

/*
.about-content img {
	position: absolute;
	border-radius: 10px;
	top: 65px;
	width: 600px;
	height: 500px;
	left: 0;
	border-radius: 10px;
	top: 65px;
	object-fit: cover;
}
*/

.about-content img {
    position: initial;
    border-radius: 10px;
    top: 65px;
    max-width: 600px;
    height: fit-content;
    left: 0;
    border-radius: 10px;
    margin-top: 67px;
    object-fit: cover;
}

.about-content .img-post {
	text-align: left;
	position: relative;
	padding-left: 0;
	margin-left: -20px;
}

.about-content .post {
	position: relative;
	padding: 115px 115px 70px 70px;
	min-height: 500px;
	height: auto;
	overflow: hidden;
}

.ourbusiness {
	position: relative;
	padding: 60px 0 60px;
	/*font-size: 16px;*/
}

.assets-icon {
	position: relative;
	padding: 50px 0;
}

.assets-icon h4 {
	color: #444;
	margin-bottom: 0;
}

.assets-icon span {
	color: #888;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 600;
}

.until {
	/*font-size: 16px;*/
	padding: 30px 60px 80px 0;
	text-align: justify;
}

.board-of {
	text-align: center;
	padding-bottom: 50px;
	background-color: #ebfffd;
}

.commissioners .board-of {
	padding-top: 50px;
}

/*.modal-content .owl-theme .owl-nav [class*=owl-]:hover {    background: transparent !important;     -webkit-filter: drop-shadow(2px 2px 5px #333);    filter: drop-shadow(2px 2px 5px #333);	}*/

.banner-post {
	background: 50% no-repeat;
	background-size: cover;
	height: 650px;
	position: relative;
	/*width: 100%;*/
	z-index: 1;
	-webkit-background-size: cover;
	overflow: hidden;
	margin-top: -100px;
}

.banner-post img {
	width: 100% !important;
	vertical-align: middle;
	height: auto !important;
}

.the-page .head {
	text-align: center;
	padding: 0 120px;
}

.the-page span {
	font-size: 14px;
	color: #888;
}

.the-page h1 {
	letter-spacing: 2px;
	line-height: 50px;
}

.the-page .content {
	padding: 0 150px;
	/*line-height: 32px;*/
}

.the-page .content img {
	padding: 20px 0;
}

.awards {
	/*	height: 310px;	overflow: hidden;*/
	/*padding: 70px 130px;*/
}

#news-page {
	color: #444;
	background-color: #ebfffd;
}

.list-news {
	text-align: center;
	padding-top: 140px;
}

.list-news h1 {
	letter-spacing: 2px;
	font-size: 31px;
}

.modal-functionary {
	width: 640px;
	border-radius: 5px;
	margin-top: 80px;
}

.modal-functionary h3 {
	color: #444;
}

.modal-functionary .photo {
	width: 100%;
	padding: 40px 0 30px;
}

.modal-functionary .photo img {
	height: 350px;
	object-fit: cover;
	border-radius: 5px;
}

.modal-functionary .detail {
	padding: 0px 40px 40px;
	text-align: justify;
}

.modal-functionary .hr-custom {
	margin-top: 0px;
	margin-bottom: 25px;
}

.modal-header {
	border-bottom: unset;
}

.modal-award {
	width: 1000px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 15vh;
	/*overflow: auto;*/
}

.modal-award .modal-content {
	padding: 35px 0;
}

.owl-award-img {
	height: 500px;
	padding: 20px 15px;
}

.owl-award-img img {
	border-radius: 5px;
	height: unset;
	object-fit: cover;
	min-height: 450px;
}

.owl-awardcarousel.owl-theme .owl-award-img img {
	opacity: 0.4;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(0.7);
}

.owl-awardcarousel.owl-theme .active .owl-award-img img {
	opacity: 1;
	transform: scale(1);
	padding: 0 20px;
}

.owl-awardcarousel.owl-theme .owl-item.active .item .owl-award-desc {
	visibility: visible;
	padding: 0 120px;
}

.owl-awardcarousel.owl-theme .owl-item .item .owl-award-desc {
	visibility: hidden;
}

.owl-award-desc p {
	font-weight: bold;
	padding-top: 10px;
}

.gomapMarker .titlemap {
	color: #0a6b5b;
	font-weight: 900;
	line-height: 24px;
	font-size: 18px;
	padding-bottom: 5px;
}

.gomapMarker .titlemap a {
	color: #0a6b5b;
}

.gomapMarker .titlemap a:hover {
	text-shadow: 4px 2px 10px rgba(0, 0, 0, 0.1);
}

.gomapMarker {
	color: #999999;
	line-height: 20px;
	width: 300px;
}


/*.OwlCarousel-Award.owl-theme .owl-nav [class*=owl-]:hover {    background: transparent !important;    -webkit-filter: drop-shadow(2px 2px 5px #333);    filter: drop-shadow(2px 2px 5px #333);}*/

.card-commissioners {
	transition: all .35s ease;
}

.card-commissioners .card-img {
	overflow: hidden;
	height: 290px;
	position: relative;
}

.card-commissioners .card-img img {
	transition: 0.25s ease-out;
}


/*.card-commissioners .card-body:hover img {    transform: scale(1.1);        overflow: hidden;    transition: 0.25s ease-out; }*/

.card-commissioners:hover {
	-webkit-box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.13);
	transform: scale(1.05);
}

.card-commissioners:hover .card-img img {
	transform: scale(1.025);
}

label.error {
	color: #ff2f2f;
	font-weight: 600;
	font-size: 13px;
	padding-left: 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

#success .modal-dialog {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-success {
	width: 350px;
	text-align: center;
}

.modal-success .modal-content {
	padding: 50px 25px 30px;
}

.modal-success .modal-content .my-btn {
	width: 100%;
	margin-top: 20px;
}

.successico {
	color: white;
	background-color: #0b7a61;
	width: 70px;
	height: 70px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 40%;
	margin-top: -35px;
	z-index: 2000;
	font-size: 28px;
	border-radius: 50%;
}

.successico p {
	position: absolute;
	top: 30%;
	left: 30%;
}

.ssba-classic-2 {
	margin-top: 20px;
}

.ssba-classic-2 .ssba-share-text {
	opacity: 0.6;
}

.ssba-classic-2 a {
	padding: 0 10px;
}

.flag-mbl .flag-selected {
	background-color: white;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	color: #0b7a61;
	padding-left: 12px;
	font-weight: bold;
}

.flag-mbl button {
	background-color: transparent;
}

.map-style {
	height: 500px;
}

.modal-award .owl-nav .owl-prev {
	top: 41%;
	left: -3.5%;
}

.modal-award .owl-nav .owl-next {
	top: 41%;
	right: -0.5%;
}

.owl-propertiescarousel .active .item:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(#ffffff00, #000000);
	background-image: -o-linear-gradient(#ffffff00, #000000);
	background-image: linear-gradient(#ffffff00, #000000);
	opacity: .4;
}

.banner-about .overlays:before,
.banner-properties .overlays:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to top, #ffffff00, #0071ff61);
	opacity: .4;
	margin-bottom: 50px;
}

.banner-properties{
	background-color: #ebfffd;
}

.nav-about .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: initial;
}

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 120px;
	height: 120px;
	margin: -75px 0 0 -75px;
	border: 16px solid #fafafa;
	border-radius: 50%;
	border-top: 16px solid #0b7a61;
	width: 75px;
	height: 75px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	display: block;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

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

.gomapMarker .link {
	margin-top: 7px;
}

.gomapMarker .link a {
	color: #868686;
	font-weight: 500;
	transform: 0.3s ease;
}

.gomapMarker .link a:hover {
	color: #0b7a61;
}

.navbar-brand>img {
    width: 100%;
	image-rendering: -webkit-optimize-contrast;
	margin-top: 2px;
}


/*PAGINATION*/

ul.page-numbers {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.page-numbers:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

ul.page-numbers li {
	display: block;
	float: left;
	margin: 0 4px 4px 0;
	text-align: center;
}

.page-numbers a,
.page-numbers span {
	display: inline-block;
	padding: 5px 11px;
	margin: 2px 5px;
	text-decoration: none;
	border: 2px solid transparent;
	border-radius: .25rem;
	font-size: 14px;
	transition: all .4s ease;
}

.page-numbers a span {
	padding: 0
}

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
	color: #fff;
	background: #096254;
	text-decoration: none;
}

.page-numbers:hover {
	text-decoration: none
}


/* END OF PAGINATION*/

.vid-shadow {
	width: 100%;
	/*opacity: 0.5;*/
	position: absolute;
	bottom: 0;
	height: 200px;
	background: rgb(0, 0, 0);
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}

.desc-shadow {
	position: absolute;
	width: 100%;
	bottom: -20px;
	color: white;
	cursor: pointer;
	letter-spacing: 0.5px;
	height: 170px;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
	transition: .3s ease-out;
}

.logo-properties {
	height: 35px;
	margin: 10px 0 15px 0;
}

.add-this {
	padding-bottom: 50px;
}

.add-this p {
	padding: 15px;
}

.thebanner {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	height: 80vh;
	margin-bottom: 0px;
	background-position: 50% 0;
	transition: 0s linear;
	transition-property: background-position;
}

.center{
	text-align: center;
}

.div-newest {
	padding: 0 15px;
}

.newest {
	background-color: white;
	border-radius: 10px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	margin-bottom: 50px;
	transition: all .35s ease;
}

.newest:hover {
	transform: scale(1.025);
}

.newest-img {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

.newest-img img {
	height: 420px;
	object-fit: cover;
	transition: all 0.4s ease;
	width: 100%;
}


/*.newest-img img:hover{	transform: scale(1.1);}*/

.newest-content {
	padding: 25px;
}

.newest-content a {
	transition: all .4s ease;
}

.newest-content p {
	margin: 20px 0;
}

.my-btn-prev {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	background-color: white;
	-webkit-box-shadow: 0 0 0 8px white, 0 0 25px -7px black;
	-moz-box-shadow: 0 0 0 8px white, 0 0 25px -7px black;
	box-shadow: 0 0 0 8px white, 0 0 25px -7px black;
	color: #0b7a61;
	transition: transform .2s ease;
}

.owl-prev:hover .my-btn-prev,
.owl-next:hover .my-btn-prev {
	transform: scale(1.1);
}

.nav-active {
	transition: background-color 0.5s ease;
	font-weight: bold;
}

.sub-menu .nav-active {
	background-color: #0b7a61;
	font-weight: normal;
}


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

/*.nav-active-submenu a{	color: blue !important;}*/

.stickyinv .link-investor{
	background-color: rgb(255 255 255 / 98%);
}

.link-investor {
	background-color: #fff;
	font-size: 14px;
	padding: 11px 0;
	text-align: center;
	margin-top: -48px;
	position: relative;
	z-index: 2;
	width: 100%;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
}

.link-investor-content {
	display: inline;
}

.link-investor-content a {
	padding: 15px 20px;
	color: #333;
	transition: all 0.4s ease;
	position: relative;
}

.link-investor-content a:before {
	position: absolute;
	content: '';
	left: 20px;
	height: 2px;
	bottom: 10px;
	background-color: white;
	width: 0;
	transition: all .35s ease;
}

.link-investor-content a:hover,
.link-investor-content a:focus {
	color: #333;
}

.link-investor-content a:hover:before {
	width: calc(100% - 40px);
}

.latest__ {
	display: flex;
	align-items: center;
}

.latest-div {
	padding: 75px 50px;
	position: relative;
}

.latest-card {
	position: relative;
	border: 1px solid #0b7a61;
	padding: 55px 50px 50px;
	border-radius: 10px;
	border-top: 8px solid #0b7a61;
	margin-top: -2px;
}

.latest-lbl:before {
	content: '';
	padding: 30px;
	position: absolute;
	right: -20%;
	/* top: 14px; */
	background-color: #ffffff;
	transform: rotate(57deg);
	overflow: hidden;
	bottom: 10px;
}

.latest-lbl {
	position: relative;
	padding: 10px 45px 10px 25px;
	color: white;
	background-color: #0b7a61;
	border-radius: 10px 0 0 0;
	text-align: center;
	font-size: 14px;
}

#chart {
	padding: 75px 10px;
	background-color: #ebfffd;
}

.card-chart-div {
	background-color: white;
	padding: 50px;
	border-radius: 10px;
	box-shadow: 0 0 40px -15px #9e9e9e;
	position: relative;
}

.div-centered {
	width: 20%;
	display: inline-grid;
	margin: 15px;
}

.tab-content #directors {
	padding: 0;
}

#governance,
#audit,
#governing,
#dividend-policy,
#directors {
	padding: 50px 0;
	/*border-bottom: 3px solid #f8f8f8;*/
}

#governance h1,
#financial h1,
#invresource h1,
#newsevent h1 {
	padding: 45px 0;
	color: #333;
}

#governance p {
	padding: 30px 100px 50px;
}

.card-director {
	padding: 30px 10px;
	background-color: white;
	border-radius: 5px;
	border-bottom: 5px solid #0b7a61;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15);
	cursor: pointer;
	transition: all 0.35s ease;
	display: flex;
	align-items: center;
	height: 100%;
	text-align: center;
}

.director-pos {
	width: 100%;
}

.card-director .lbl {
	color: #888;
	display: block;
	font-size: 90%;
}

.div-centered-doc {
	width: 17%;
	display: inline-grid;
	margin: 20px 10px;
}

.div-centered-doc span {
	display: block;
	padding-top: 20px;
	line-height: 1.4;
}

.card-doc {
	padding: 25px 10px 15px;
	background-color: white;
	border-radius: 5px;
	border-top: 5px solid #0b7a61;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
	/*min-height: 210px;*/
	cursor: pointer;
	transition: all 0.3s ease;
	height: 100%;
}

.card-doc p {
	margin-top: 10px;
}

.card-director:hover,
.card-doc:hover {
	transform: scale(1.05);
}

.icon-div {
	display: inline-table;
	width: 20%;
	margin: 20px 0;
}

#financial,
#annual,
#invpresent {
	padding: 50px 0;
	background-color: #ebfffd;
}

.nav-financial {
	position: relative;
}

.nav-financial .nav-tabs>li {
	float: none;
	display: inline-block;
	margin: 0 -5px;
}

.nav-financial .nav-tabs>li>a {
	transition: all 0.5s ease;
	font-weight: bold;
	color: #8e8e8e;
}

.nav-financial .nav-tabs>li.active>a,
.nav-financial .nav-tabs>li.active>a:focus {
	font-weight: bold;
	background-color: transparent;
	padding: 10px 30px;
	border: none;
	border-bottom: 1px solid #d2d2d7;
	color: #444;
}

.nav-financial .nav-tabs>li:first-child a:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 27%;
	margin-bottom: -1px;
	height: 2.5px;
	left: 0;
	background-color: #ebfffd;
}

.nav-financial .nav-tabs>li:last-child a:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 27%;
	margin-bottom: -1px;
	height: 2.5px;
	right: 0;
	background-color: #ebfffd;
}

.nav-financial .nav-tabs>li.active>a:before {
content: '';
    position: absolute;
    bottom: -1px;
    width: 45%;
    margin-bottom: -10px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #0b7a61;
}

.nav-financial .nav-tabs>li>a {
	border: none;
	border-bottom: 1px solid #d2d2d7;
	padding: 10px 30px;
}

.nav-financial .nav-tabs {
	border: none;
	padding: 20px 0;
}

.nav-financial .nav>li>a:focus,
.nav-financial .nav>li>a:hover {
	background-color: transparent;
	color: #444;
	font-weight: bold;
}

#invresource {
	padding: 50px 0 75px;
}

.btn-resource {
	border: 1px solid #00e2b0;
	background-color: transparent;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	color: #00e2b0;
	transition: all .4s ease;
}

.inv-resource {
	position: relative;
	padding: 0px;
	overflow: hidden;
	border: solid 1px white;
	height: 300px;
}

.inv-resource:hover img {
	transform: scale(1.1);
}

.inv-resource:hover .title-post-lbl {
	letter-spacing: 1.2px;
}

.inv-resource:hover .btn-resource {
	border: 1px solid white;
	color: white;
}

.inv-resource img {
	object-fit: cover;
	position: relative;
	transition: all 0.4s ease;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.inv-resource .title-post-post {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100px;
	width: 100%;
}

.inv-resource .title-post {
	position: absolute;
	width: 100%;
	text-align: left;
	padding: 20px;
	color: white;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
	display: flex;
	height: 100%;
	align-items: center;
}

.inv-resource .title-post .title-post-lbl {
	transition: all .4s ease;
	padding: 0;
	line-height: 28px;
}

.resource-btn-pst {
	position: absolute;
	right: 20px;
	top: 0;
	display: flex;
	height: 100%;
	align-items: center;
}

.overlay-img-inv {
	background-color: black;
}

.inv-resource .inv-img-shadows {
	height: 100px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: -webkit-linear-gradient(#ffffff00, #000000);
	background-image: -o-linear-gradient(#ffffff00, #000000);
	background-image: linear-gradient(#ffffff00, #000000);
}

#newsevent {
	background-color: #ebfffd;
	padding: 50px 0 75px;
}

.news-space {
	padding: 0 20px;
}

.newsevent-position {
	padding-bottom: 50px;
}

.inv-main-news {
	border-radius: 10px;
	overflow: hidden;
	height: 330px;
	text-align: left;
	position: relative;
	transition: all .35s ease;
}

.inv-main-news:hover {
	transform: scale(1.025);
}

.inv-other-news {
	text-align: left;
	height: 330px;
	position: relative;
}

.inv-other-news p {
	font-weight: bold;
	transition: all .4s ease;
	line-height: 1.5;
	margin-bottom: 5px;
}

.inv-other-news i {
	margin-right: 10px;
	color: #8e8e8e;
	font-size: 14px;
}

.inv-other-news span {
	font-size: 80%;
	color: #888;
}

.inv-main-news img,
.other-news-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.other-news-img {
	border-radius: 10px;
	padding: 0;
	overflow: hidden;
	height: 100px;
	transition: all 0.35s ease;
}

.other-news-img:hover {
	transform: scale(1.025);
}

._space {
	padding-bottom: 15px;
	margin: 0;
}

.main-news-content {
	position: absolute;
	bottom: 0;
	color: white;
	padding: 15px 35px;
	overflow: hidden;
	background-image: -webkit-linear-gradient(#ffffff00, #000000);
	background-image: -o-linear-gradient(#ffffff00, #000000);
	background-image: linear-gradient(#ffffff00, #000000);
}

.main-news-content {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.main-news-content p {
	font-size: 115%;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 5px;
}

.main-news-content i {
	margin-right: 10px;
	font-size: 14px;
}

.main-news-content span {
	font-size: 80%;
}

#the-breadcrum {
	border-bottom: solid 1px #eee;
}

#the-breadcrum .breadcrumb {
	margin-top: 0px;
	margin-bottom: 0;
	background-color: white;
	font-weight: bold;
	padding: 15px 0px;
}

#the-breadcrum .breadcrumb li a {
	transition: all 0.4s ease;
}

#the-breadcrum .breadcrumb li a:hover,
#the-breadcrum .breadcrumb li a:active,
#the-breadcrum .breadcrumb li a:focus {
	color: #0b7a61;
}

#the-breadcrum .breadcrumb>.active {
	color: #0b7a61;
}

.breadcrumb>li+li:before {
	padding: 0 15px;
	color: #8e8e8e;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
}

#disclosures-content,
#credit-content,
#prospectus-content {
	padding: 30px 0;
}

.year-select {
	border-radius: 7px;
	border: solid 1px #c7c7c7;
}

.my-table {
	width: 100%;
}

.my-table thead {
	font-size: 150%;
	font-weight: bold;
	border-bottom: solid 1px #c7c7c7;
	line-height: 2.8;
}

.my-table thead tr th:first-child,
.my-table tbody tr td:first-child {
	width: 80%;
	/*word-break: break-all;	*/
	/*padding-right: 25px;*/
	padding: 15px 25px 15px 0;
}

.my-table tbody tr td a {
	color: #0b7a61;
	transition: all .3s ease;
}

.my-table tbody tr td a:hover {
	/*font-weight: bold;*/
	letter-spacing: 0.6px;
	text-shadow: 1px 0 0 currentColor;
}

.my-table tbody tr {
	border-bottom: solid 1px #eee;
	/*line-height: 2.8;*/
}

.thn {
	padding: 20px 0;
}

.table-nav {
	padding-top: 50px;
}

#dividend-history {
	padding-bottom: 75px;
}

#dividend-history h2 {
	padding: 30px 0;
}

.dividend-table {
	width: 100%;
	background-color: white;
	border-radius: 8px;
	border: 1px solid #eee;
	/*box-shadow: 0 5px 20px 0px #9e9e9e82;*/
}

.dividend-table thead tr th {
	padding: 15px 10px;
	background-color: #0b7a61;
	color: white;
	text-align: center;
	border-left: 1px solid #ffffff1f;
	/*border-bottom: solid 1px white;	*/
}

.dividend-table tbody tr {
	border-top: solid 1px #eee;
}

.dividend-table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 8px;
}

.dividend-table tbody tr td {
	padding: 10px;
}

#credit-content .dividend-table tbody tr td {
	text-align: center;
}

#credit-content .dividend-table tbody tr td:first-child {
	padding: 20px 30px;
	text-align: left;
}

.div-main-table tr td:nth-child(6) {
	text-align: right;
}

.dvd-date {
	border-bottom: 1px solid #ffffff1f;
}

.dividend-table thead tr:first-child th:first-child {
	border-top-left-radius: 8px;
}

.dividend-table thead tr:first-child th:last-child {
	border-top-right-radius: 8px;
}

#credit-content .dividend-table tbody tr td:first-child,
#credit-content .dividend-table thead tr th:first-child {
	width: 50%;
}

#credit-content .dividend-table {
	margin-bottom: 10px;
}

.dividend-table .title-head-tbl {
	display: block;
	font-size: 120%;
	font-weight: bold;
}

.noted {
	font-size: 75%;
	color: #888;
	letter-spacing: 0;
}

#crosspage {
	margin-top: 50px;
	padding-bottom: 50px;
}

#crosspage .inv-resource {
	height: 240px;
}

#crosspage .inv-resource .title-post-post {
	height: 80px;
}

.table-responsive {
	border: none;
}

.center-div-pos {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}

.margins-div {
	margin: 15px 0;
}

a:focus,
a:hover {
	color: #0b7a61;
}

.margn {
	margin-bottom: 30px;
}

#menu-investor.stickyinv {
	position: fixed;
	top: 150px;
	left: 0;
	width: 100%;
	z-index: 100;
}

.arr {
	font-size: 24px;
	color: #0b7a61;
	transition: all .35s ease;
}

.arr:hover {
	transform: scale(1.2);
}

.propspan {
	font-size: 14px;
	font-weight: normal;
}

.lbl-smaller {
	font-size: 12px;
	color: #888;
}

.text-large {
	font-size: 44px;
}

.value-nominal {
	font-size: 20px;
	font-weight: bold;
}

.div-stock-val,
.div-stock-val div {
	padding: 0;
}

.div-stock-val div:first-child {
	border-right: 1px solid #eee;
}

.div-stock-val div:last-child {
	border-top: 1px solid #eee;
}

.div-stock-val div:nth-child(3),
.div-stock-val div:nth-child(5) {
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

.div-stock-val div:nth-child(4) {
	border-top: 1px solid #eee;
}

#chartContainer {
	width: 100%;
	height: 420px;
	position: relative;
}

#chartContainer:after {
	content: '';
	position: absolute;
	width: 10%;
	bottom: -6px;
	left: 0;
	height: 20px;
	background-color: white;
}

.canvasjs-chart-credit {
	display: none;
}

.owl-carousel .owl-item .funct-dekstop-l img {
	display: unset;
	width: unset;
}

.owl-director .owl-nav .owl-prev,
.owl-commissioner .owl-nav .owl-prev {
	left: -3%;
}

.owl-director .owl-nav .owl-next,
.owl-commissioner .owl-nav .owl-next {
	right: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	border-radius: 50%;
}

#single-functionary {
	padding-top: 140px;
	padding-bottom: 50px;
	background-color: #ebfffd;
}

#single-functionary .photo img {
	width: 300px;
	height: 375px;
	object-fit: cover;
	border-radius: 5px;
}

.h-func {
	margin-top: 30px;
}

#single-functionary .hr-custom {
	margin-bottom: 30px;
}

.fade {
	opacity: 0;
	/*-webkit-transition: opacity .25s linear .3s;    transition: opacity .25s linear .3s;*/
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
}

.fade-scale {
	opacity: 0;
	-webkit-transition: all .35s ease-in-out .5s;
	-o-transition: all .35s ease-in-out .5s;
	transition: all .35s ease-in-out .5s;
	transform: scale(0.99);
}

#myModal.fade-scale {
	-webkit-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.fade-scale.in {
	opacity: 1;
	transform: scale(1);
}

.fade-scale.closing {
	transition: all .35s ease-in-out;
	opacity: 0;
	transform: scale(0.99);
	display: block !important;
}

.modal-content {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.owl-commissioner {
	height: auto;
}

.naik {
	margin-bottom: 0;
}

.turun {
	margin-bottom: 0;
	color: #d23f31;
}

.ctchart {
	padding: 10px 15px !important;
	text-align: center !important;
}

.hchart {
	color: white !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.rangestock {
	margin-bottom: 20px;
}

.rangestock ul {
	display: inline-flex;
	margin-left: 50px;
}

.rangestock ul li {
	list-style-type: none;
	font-size: 14px;
	padding: 5px 0;
	width: 100px;
	margin-left: -1px;
	border: 1px solid #0b7a61;
	transition: all .35s ease;
	cursor: pointer;
	color: #0b7a61;
}

.rangestock ul li:hover {
	color: white;
	background-color: #0b7a61;
}

.rangestock ul li.active {
	color: white;
	background-color: #0b7a61;
}

.rangestock ul li:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.rangestock ul li:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.owl-theme .owl-nav .disabled {
	opacity: 0 !important;
	cursor: none;
}


/*       R E S P O N SI V E            */

@media (max-width: 360px) {
	.logo {
		width: 235px;
		height: 30px;
	}
	.navbar {
		height: 55px;
	}
	.navbar>.container-fluid .navbar-brand {
		margin-left: -20px;
		margin-top: 1px;
	}
	#menuToggle {
		top: 18px;
		left: 32px;
	}
	.navbar-toggle {
		margin-top: 16px;
	}
	.header-area {
		transform: translateY(50%);
		height: 200px;
	}
	.header-desc {
		bottom: 10px;
		right: -10px;
		font-size: 6px;
	}
	.carousel-indicators .active {
		width: 7px;
		height: 7px;
	}
	.carousel-indicators li {
		width: 5px;
		height: 5px;
	}
	.vision {
		padding: 10% 5% 10% 5%;
	}
	.vision h1 {
		font-size: 26px;
	}
	.vision p {
		font-size: 14px;
	}
	.discover,
	.discover-layer {
		height: 440px;
	}
	.discover-banner .content {
		margin-left: -20px;
		margin-right: -30px;
	}
	.discover .discover-banner {
		height: 45px;
	}
	.discover-menu {
		height: 45px;
		margin-left: -3px;
	}
	.discover-banner .content h5 {
		font-size: 6px;
	}
	.discover-banner .content h6 {
		font-size: 5px;
	}
	.investor p {
		/*font-size: 12px;*/
		font-size: 14px;
	}
	.investor img {
		margin-top: 10px;
	}
	.my-btn {
		font-size: 12px;
		height: 40px;
		padding-left: 12px;
		padding-right: 12px;
		border-radius: 5px;
	}
	.news-menu {
		padding: 10px !important;
	}
	.news h1 {
		font-size: 28px;
	}
	.news-content {
		padding: 50px 0px 0 0px;
	}
	.card {
		height: 210px;
	}
	.card img {
		height: 165px;
		padding-bottom: 5px;
		width: 100%
	}
	.news-menu p {
		font-size: 14px;
		padding: 0px;
	}
	.news-menu span {
		font-size: 10px;
		padding-bottom: 40px;
	}
	.my-footer {
		font-size: 8px;
		height: 80px;
	}
	.overlay {
		height: 80px;
	}
	.my-footer span {
		padding-left: 1px;
		padding-right: 1px;
		font-size: 12px;
	}
	.overlay {
		height: 80px
	}
	.footer-link {
		padding-top: 17px;
		padding-bottom: 15px;
	}
	.footer-href li a {
		padding-right: 5px;
		padding-left: 5px;
	}
	.banner-modal {
		height: 230px;
	}
	.detail-properties {
		padding: 0 20px;
	}
	.modal-title {
		font-size: 18px;
	}
	.g-recaptcha {
		transform: scale(0.65);
		-webkit-transform: scale(0.65);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	.owl-nav .owl-next {
		right: -0.3%;
	}
}

@media (max-height: 412px) {
	#menu-mbl {
		height: 120%;
		overflow-y: scroll;
	}
}

@media (min-width: 361px) and (max-width: 480px) {
	.header-area {
		transform: translateY(50%);
		height: 220px;
	}
	.discover-banner .content {
		margin-left: -24px;
		margin-right: -5px;
	}
	.logo {
		width: 272px;
		height: 30px;
	}
	.navbar {
		height: 80px;
	}
	.navbar-toggle {
		margin-top: 16px;
	}
	.navbar>.container-fluid .navbar-brand {
		margin-left: -20px;
		margin-top: 9px;
	}
	#menuToggle {
		top: 32px;
		left: 35px;
	}
	.carousel-indicators .active {
		width: 8px;
		height: 8px;
	}
	.carousel-indicators li {
		width: 6px;
		height: 6px;
	}
	.header-desc {
		bottom: 10px;
		right: -10px;
		font-size: 8px;
	}
	.vision {
		padding: 10% 5% 10% 5%;
	}
	.vision h1 {
		font-size: 26px;
	}
	.vision p {
		font-size: 18px;
	}
	.discover,
	.discover-layer {
		height: 440px;
	}
	.discover h5 {
		font-size: 15px;
	}
	.discover h4 {
		font-size: 24px;
	}
	.discover-content a {
		font-size: 12px;
	}
	.discover .discover-banner {
		height: 50px;
	}
	.discover-menu {
		height: 50px;
	}
	.discover-banner .content h5 {
		font-size: 6px;
	}
	.discover-banner .content h6 {
		font-size: 5px;
	}
	.investor p {
		font-size: 18px;
	}
	.investor img {
		margin-top: 35px;
	}
	.news-content {
		padding: 50px 0px 0 0px;
	}
	.card {
		height: 250px;
	}
	.card img {
		height: 185px;
		padding-bottom: 10px;
	}
	.news-menu {
		/*padding:15px !important;*/
	}
	.news-menu p {
		font-size: 15px;
		padding: 0px;
	}
	.news-menu span {
		font-size: 10px;
		padding-bottom: 40px;
	}
	.my-footer {
		font-size: 11px;
		height: 90px;
	}
	/*	.footer-content {	    margin-top: -116px;	}*/
	.overlay {
		height: 90px;
	}
	.my-footer span {
		padding-left: 2px;
		padding-right: 2px;
		font-size: 12px;
	}
	.footer-link {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.footer-href li a {
		padding-right: 5px;
		padding-left: 5px;
	}
	.my-btn {
		font-size: 14px;
		height: 40px;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 6px;
	}
	.banner-modal {
		height: 230px;
	}
	.detail-properties {
		padding: 0 20px;
	}
	.modal-title {
		font-size: 18px;
	}
	.g-recaptcha {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

@media (min-width: 480px) {
	.logo {
		width: 290px;
		height: 30px;
	}
	#menuToggle {
		top: 32px;
		left: 30px;
	}
	.navbar {
		height: 80px;
	}
	.navbar>.container-fluid .navbar-brand {
		margin-left: -20px;
		margin-top: 12px;
	}
	.header-area {
		height: 250px;
	}
	.header-desc {
		bottom: 35px;
		right: -10px;
		font-size: 10px;
	}
	.vision {
		padding: 50px;
	}
	.vision h1 {
		font-size: 30px;
	}
	.vision p {
		font-size: 16px;
	}
	.investor p {
		font-size: 16px;
	}
	.investor img {
		margin-top: 20px;
	}
	.discover,
	.discover-layer {
		height: 515px;
	}
	.discover .discover-banner {
		height: 50px;
	}
	.discover-menu {
		height: 50px;
	}
	.discover-banner .content h5 {
		font-size: 6px;
	}
	.discover-banner .content h6 {
		font-size: 5px;
	}
	.news-content {
		padding: 50px 0px 0 0px;
	}
	.news-menu span {
		font-size: 12px;
		/*color: #737373;*/
		padding-bottom: 0;
		padding-top: 12px;
		display: block;
	}
	.card {
		height: 340px;
	}
	.footer-link {
		padding-top: 28px;
		padding-bottom: 20px;
	}
	.news-menu p {
		font-size: 17px;
		padding: 0px;
	}
	.my-footer span {
		padding-left: 7px;
		padding-right: 7px;
		font-size: 14px;
	}
	.footer-content {
		font-size: 10px;
	}
	.footer-href li a {
		padding-right: 7px;
		padding-left: 7px;
	}
	.my-btn {
		font-size: 14px;
		height: 40px;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 5px;
	}
	.my-footer {
		height: 100px;
	}
	.overlay {
		height: 100px;
	}
	.banner-modal {
		height: 250px;
	}
	.detail-properties {
		padding: 0 25px;
	}
	.modal-title {
		font-size: 18px;
	}
}

@media(min-width: 500px) {
	.footer-href li a {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 520px) {
	.discover h5 {
		font-size: 16px;
	}
	.discover h4 {
		font-size: 24px
	}
}

@media (min-width: 540px) {
	.logo {
		width: 295px;
		height: 30px;
	}
	#menuToggle {
		top: 29px;
		left: 30px;
	}
	.navbar {
		height: 75px;
	}
	.navbar>.container-fluid .navbar-brand {
		margin-left: -20px;
		margin-top: 8px;
	}
	.header-area {
		height: 320px;
	}
	.header-desc {
		bottom: 35px;
		right: -20px;
		font-size: 12px;
	}
	.carousel-indicators .active {
		width: 9px;
		height: 9px;
	}
	.carousel-indicators li {
		width: 7px;
		height: 7px;
	}
	.vision {
		padding: 60px 80px 60px 80px;
	}
	.discover,
	.discover-layer {
		height: 590px;
	}
	.discover .discover-banner {
		height: 60px;
	}
	.discover-menu {
		height: 60px;
	}
	.discover-banner .content h5 {
		font-size: 8px;
	}
	.discover-banner .content h6 {
		font-size: 8px;
	}
	/*.news-content {		padding: 60px 5px 0 5px;	}	.card {		height: 410px;	}	.card img {		height: 285px;  	}*/
	.footer-content {
		font-size: 12px;
	}
	.footer-link {
		padding-top: 18px;
		padding-bottom: 10px;
	}
	.banner-modal {
		height: 280px;
	}
}

@media(min-width: 551px) {
	.footer-link {
		padding-top: 25px;
		padding-bottom: 10px;
	}
}

@media (min-width: 481px) and (max-width: 720px)) {
	.my-footer {
		font-size: 12px;
		height: 100px;
	}
	.overlay {
		height: 100px;
	}
	.vision p {
		font-size: 16px;
	}
	.investor p {
		font-size: 16px;
	}
	.my-btn {
		font-size: 14px;
		height: 40px;
		padding-left: 18px;
		padding-right: 18px;
		border-radius: 5px;
	}
	.card img {
		padding-bottom: 15px;
	}
	/*	.news-menu span {		font-size: 8px;	}*/
	/*	.news-menu {    	padding: 0 80px 50px 80px !important;	}*/
}

@media(min-width: 720px) {
	.logo {
		width: 304px;
		height: 30px;
	}
	.header-desc {
		bottom: 35px;
		right: -30px;
		font-size: 12px;
	}
	.navbar {
		height: 75px;
	}
	.navbar>.container-fluid .navbar-brand {
		margin-left: -20px;
		margin-top: 8px;
	}
	.header-area {
		height: 380px;
	}
	#menuToggle {
		top: 28px;
	}
	/*	.news-menu p {		font-size: 14px;		padding: 10px 10px 35px 10px;	}*/
	.footer-content {
		font-size: 13px;
	}
	.discover-menu {
		height: 86px;
	}
	.discover .discover-banner {
		height: 85px;
	}
	.investor img {
		margin-top: -15px;
	}
	.discover-banner .content h5 {
		font-size: 14px;
	}
	.discover-banner .content h6 {
		font-size: 10px;
	}
	.footer-link {
		padding-top: 27px;
		padding-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.news-mbl {
		position: absolute;
		width: 100%;
		background: rgba(0, 0, 0, 0.3);
		bottom: 0;
		text-align: left;
		padding: 0 10px;
	}
	.discover {
		margin-bottom: 50px;
	}
	.card img {
		padding-bottom: 0;
	}
	.news-menu span {
		color: white;
	}
	.news-menu {
		padding: 15px 0;
	}
	.news-menu p {
		color: white;
	}
	.news {
		padding-bottom: 35px;
	}
	#news .card a,
	.other-news .card a {
		height: 100%;
	}
	.investor .img-inv {
		text-align: center;
		padding: 0;
	}
	.discover-banner .dropdown-toggle.btn-default:focus {
		background-color: white;
	}
	.discover-banner ul li {
		font-size: 14px;
		padding: 4px 0;
	}
	.card img {
		height: 100%;
		object-fit: cover;
	}
	.blah {
		margin-top: 20px;
	}
	.vision p {
		padding-bottom: 14px;
	}
}

@media(max-width: 768px) {
	.inv-content {
		text-align: left;
	}
	.detail-properties {
		font-size: 14px;
		text-align: justify;
	}
	.facility-info {
		font-size: 15px;
	}
	.img-facility {
		height: 40px;
		margin-bottom: 0;
		margin-top: 15px;
	}
	.owl-propertiescarousel {
		padding-top: 30px;
	}
	.contact-input {
		padding: 10px 15px;
	}
	.title-banner {
		font-size: 30px;
	}
	/*	#menu-mbl .sub-menu li {		padding: 0;	}*/
	.investor {
		padding: 10% 5% 10% 5%;
	}
	.inv-content {
		padding: 10px 0 0 20px;
	}
	hr.hr-custom {
		margin-bottom: 30px;
	}
	.modal-dialog {
		padding: 0 8px 8px 8px;
	}
	.contact-address {
		padding-left: 0;
		padding-top: 30px;
	}
	.title-banner {
		top: 40%;
	}
	.contact-content {
		padding-bottom: 40px;
	}
	.modal-style {
		margin-top: 22px;
		margin-bottom: 20px;
	}
	.modal-header .close {
		height: 30px;
		width: 30px;
		font-size: 20px;
		margin-right: -15px;
		margin-top: -17px;
	}
	.header-desc-mobile {
		display: block;
	}
}

@media (min-width: 768px) {
	.logo {
		width: 315px;
		height: 30px;
	}
	.navbar {
		height: 80px;
	}
	.navbar>.container-fluid .navbar-brand {
		margin-left: -35px;
		margin-top: 10px;
	}
	#menuToggle {
		top: 32px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 13px;
		color: #333;
		position: relative;
	}
	.navbar-default .navbar-nav>li>a:before {
		transition: all .35s ease;
		position: absolute;
		content: '';
		left: 15px;
		bottom: 22.5px;
		width: 0%;
		height: 2px;
		border-radius: 2px;
		background-color: #333;
	}
	.navbar-right {
		margin-right: -15px;
		margin-top: 8px;
	}
	.menu-item-has-children .sub-menu .menu-item a {
		/* padding-right: 30px !important; */
		padding: 0 30px;
	}
	/*		.nav > li {			padding-left : 0px;			padding-right: 0px;			margin-right : -10px;			margin-left  : -10px;		}	*/
	.line-nav:before {
		margin-bottom: 9px;
		/*transform: translateY(-50%);*/
	}
	.menu-item-has-children a {
		padding-right: 30px !important;
	}
	.menu-item-has-children::after {
		font-size: 14px;
		right: 10px;
		top: 38px;
	}
	/*	.	sub-menu {			padding-right: 42px;			height: 30px;			padding-top: 3px;		}*/
	/*		.sub-menu li a {		margin-right: 15px;	    font-size: 11px;	}*/
	.investor img {
		margin-top: 15px;
	}
	.lang {
		border-radius: 50%;
		width: 35px;
		height: 35px;
		font-size: 12px;
		margin-left: 12px;
		margin-top: 17px;
	}
	.lang a {
		margin-left: -8px;
	}
	.header-area {
		height: 410px;
	}
	.banner-about img,
	.banner-properties img {
		margin-top: -115px;
	}
	.header-desc {
		display: none;
		bottom: 35px;
		right: -40px;
		font-size: 12px;
	}
	.vision {
		padding: 100px 130px 100px 130px;
	}
	.my-btn {
		font-size: 16px;
		height: 40px;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 6px;
	}
	.vision h1 {
		font-size: 32px;
	}
	.vision p {
		font-size: 24px;
	}
	.investor p {
		font-size: 24px;
	}
	.discover,
	.discover-layer {
		height: 450px;
	}
	.discover .discover-banner {
		height: 80px;
	}
	.news-content {
		padding: 70px 20px;
	}
	.news-menu p {
		font-size: 14px;
		padding: 0 10px;
	}
	.card {
		height: 300px;
	}
	.card img {
		height: 170px;
	}
	.footer-link {
		padding-top: 25px;
		padding-bottom: 10px;
	}
	.banner-modal {
		height: 320px;
	}
	.detail-properties {
		padding: 0 50px;
	}
	.modal-title {
		font-size: 20px;
	}
	/*	.modal-style{		width: 680px;	}*/
	.the-img-properties {
		height: 210px;
	}
	.desc-img-properties h6 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.desc-img-properties span {
		font-size: 12px;
	}
	#discover-mbl {
		display: none;
	}
}

@media (min-width: 769px) {
	.header-desc-mobile {
		display: none;
	}
	.header-desc {
		display: block;
	}
}

@media (min-width: 800px) {
	.logo {
		width: 295px;
		height: 30px;
	}
	.investor p {
		font-size: 24px;
	}
	.my-btn {
		font-size: 16px;
		height: 50px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.carousel-indicators .active {
		width: 10px;
		height: 10px;
	}
	.carousel-indicators li {
		width: 8px;
		height: 8px;
	}
	.line-nav:before {
		margin-bottom: 10px;
		/*transform: translateY(-50%);*/
	}
	.vision h1 {
		font-size: 36px;
	}
	.vision p {
		font-size: 24px;
	}
	.investor img {
		margin-top: 70px;
	}
	.discover,
	.discover-layer {
		height: 575px;
	}
	.discover-menu {
		height: 75px;
	}
	.discover .discover-banner {
		height: 105px;
	}
	.news {
		padding-bottom: 70px;
	}
	.news-content {
		padding: 100px 70px 0 70px;
	}
	.news-menu p {
		font-size: 14px;
		padding: 10px 10px 35px 10px;
	}
	.card {
		height: 320px;
	}
	.card img {
		height: 160px;
	}
	/*  	.modal-style{  		width: 720px;  	}*/
	.the-img-properties {
		height: 220px;
	}
	.desc-img-properties h6 {
		font-size: 18px;
	}
	.desc-img-properties span {
		font-size: 13px;
	}
}

@media(max-width: 991px) {
	.navbar-header {
		float: unset;
	}
	.navbar-right {
		display: none;
	}
	.sub-menu li {
		display: block;
		position: relative;
		text-align: left;
		font-size: 13px;
	}
	.sub-menu li a {
		margin-right: unset;
		margin-left: 20px !important;
		list-style: none;
		font-size: 16px;
		padding-left: 0 !important;
	}
	.sub-menu li a:hover {
		color: #0b7a61;
	}
	.sub-menu {
		display: none;
		position: relative;
		z-index: 1000;
		height: unset;
		float: unset;
		min-width: 160px;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: transparent;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: unset;
		border-radius: unset;
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}
	.menu-item-has-children a {
		padding-right: 20px;
		position: relative;
	}
	.menu-item-has-children a::before {
		width: 10px;
		height: 10px;
		position: absolute;
		top: -2px;
		right: 0;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0D7";
	}
	.menu-item-has-children .sub-menu a::before {
		width: 10px;
		height: 10px;
		position: absolute;
		top: -2px;
		right: 0;
		content: "";
	}
	.arr {
		font-size: 24px;
	}
}

@media(min-width: 991px) {
	.navbar-right {
		display: block;
	}
	.header-desc-mobile {
		display: none;
	}
	/*	.modal-style{  		width: 900px;  	}*/
	.logo {
		width: 250px;
		height: 30px;
	}
}

@media(min-width: 992px) {
	.nav-mbl {
		display: none;
	}
	#menuToggle {
		display: none;
	}
	.menu-item-has-children::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0D7";
		font-size: 14px;
		position: absolute;
		right: 10px;
		top: 29px;
	}
	video.banner {
		margin-top: -100px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 10px;
	}
}

@media (min-width: 800px) and (max-width: 1023px) {
	.navbar {
		height: 75px;
	}
	.navbar-right {
		margin-top: 14px !important;
	}
	.navbar>.container-fluid .navbar-brand {
		margin-left: -35px;
		margin-top: 7px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 12px;
		color: white;
	}
	#menuToggle {
		top: 36px;
	}
	.navbar-right {
		margin-right: -15px;
		margin-top: 8px;
	}
	.lang {
		margin-top: 8px;
	}
	/*	.nav > li {		padding-left : 0px;		padding-right: 0px;		margin-right : -10px;		margin-left  : -10px;	}*/
	.menu-item-has-children a {
		/*margin-right: 12px;*/
	}
	.menu-item-has-children::after {
		font-size: 12px;
		position: absolute;
		right: 14px;
		top: 16px;
	}
	.sub-menu {
		padding-right: 0px;
		/*height: 35px;*/
		padding-top: 5px;
	}
	/*	.sub-menu li a {		margin-right: 15px;	    font-size: 12px;	}*/
	.footer-content {
		font-size: 12px;
	}
}


@media (min-width: 1024px) {
	.navbar {
		height: 80px;
	}
	
	/*
	.navbar.navbar-default.myheader{
		height: 61px;
	}
	.navbar.navbar-default.myheader.sticky{
		height: initial;
	}
	*/
	
	.discover-banner .content h5 {
		font-size: 18px;
	}
	.discover-banner .content h6 {
		font-size: 12px;
	}
	.discover-menu {
		height: 106px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 10px;
	}
	.navbar>.container-fluid .navbar-brand {
		margin-left: -30px;
		margin-top: 10px;
	}
	/*		.nav>li {		padding-left: 0px;		padding-right: 0px;		margin-right: -5px;    	margin-left: -5px;	}*/
	.navbar-nav>li>a {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.lang {
		width: 45px;
		height: 45px;
		font-size: 14px;
		background-color: rgb(255 255 255 / 75%);
		margin-top: 19px;
	}
	.lang a {
		margin-left: -5px;
	}
	.investor img {
		margin-top: 30px;
	}
	.drop-nav .underline:before {
		margin-bottom: -5px;
		height: 1px;
		margin-left: 40px;
	}
	.line-nav:before {
		margin-bottom: 20px;
		/*transform: translateY(-50%);*/
	}
	.menu-item-has-children::after {
		font-size: 14px;
		right: 10px;
		top: 29px;
	}
	.vision {
		padding: 100px 180px 100px 180px;
	}
	.header-area {
		height: 540px;
	}
	.header-desc {
		bottom: 40px;
		right: 0px;
		font-size: 16px;
	}
	.arousel-indicators .active {
		width: 12px;
		height: 12px;
	}
	.carousel-indicators li {
		width: 10px;
		height: 10px;
	}
	.discover,
	.discover-layer {
		height: 600px;
		/*height: 650px;*/
	}
	.news-menu p {
		font-size: 16px;
		padding: 10px 35px 35px 35px;
	}
	.news-menu a:hover {
		color: #7b7b7b;
		transition: 0.4s ease;
		/*font-weight: bold;*/
	}
	.news-menu a img:hover {
		opacity: 0.9;
		transition: 0.4s ease;
	}
	.news {
		padding-bottom: 100px;
	}
	.card {
		height: 420px;
	}
	.card img {
		height: 200px;
	}
	.my-footer span {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 14px;
	}
	.my-footer {
		height: 120px;
	}
	.footer-content {
		font-size: 14px;
	}
	.overlay {
		height: 120px;
		background-color: #0b7a61;
		opacity: 0.8;
	}
	.footer-link {
		padding-top: 26px;
		padding-bottom: 15px;
	}
	.sub-menu {
		height: 45px;
		font-size: 14px;
		padding-top: 10px;
		padding-right: 0px;
	}
	.sub-menu li a {
		/*margin-right: 40px;*/
		font-size: 14px;
	}
	.footer-href li a {
		padding-right: 15px;
		padding-left: 15px;
	}
	.banner-modal {
		height: 380px;
	}
	.detail-properties {
		padding: 0 60px;
	}
	.modal-title {
		font-size: 22px;
	}
	.the-img-properties {
		height: 290px;
	}
	.desc-img-properties h6 {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 22px;
	}
	.desc-img-properties span {
		font-size: 15px;
	}
	.about-content .post {
		padding: 115px 20px 70px 70px;
	}
	
	.topsearch.search-field {
		min-width: 272px;
	}


}

@media (min-width: 1080px) {
	.logo {
		width: 240px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 11px;
	}
	.navbar>.container-fluid .navbar-brand {
		margin-top: 9px;
	}
	/*		.nav>li {		padding-left: 0px;		padding-right: 0px;		margin-right: -6px;    	margin-left: -6px;	}*/
	.vision {
		padding: 100px 130px 100px 130px;
	}
	.card {
		height: 410px;
	}
	.card img {
		height: 250px;
	}
	.topsearch.search-field {
		min-width: 260px;
	}

	/*  	.modal-style {     	width: 1000px;	}*/
}

@media(min-width: 1120px) {
	.logo {
		width: 240px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 11px;
	}
	.navbar>.container-fluid .navbar-brand {
		margin-top: 5px;
	}
}

@media (min-width: 1200px) {
	.logo {
		width: 320px;
	}
	/*		.nav>li {		padding-left: 2px;		padding-right: 2px;	}*/
	.navbar-default .navbar-nav>li>a {
		font-size: 13px;
		color: white;
	}
	.navbar>.container-fluid .navbar-brand {
		margin-top: 0px;
	}
	.vision {
		padding: 120px 190px 120px 190px;
	}
	.header-area {
		height: 630px;
	}
	.investor img {
		margin-top: 0px;
	}
	/*	.modal-style {     	width: 95%;	}*/
	.banner-modal {
		height: 450px;
	}
	.detail-properties {
		padding: 0 100px;
	}
	.modal-title {
		font-size: 24px;
	}
	.the-img-properties {
		height: 330px;
	}
}

@media (min-width: 1280px) {
	/*		.nav>li {		padding-left: 5px;		padding-right: 5px;	}*/
	.vision {
		padding: 120px 180px 120px 180px;
	}
	.header-area {
		height: 678px;
		transform: translateY(50%);
	}
	.news-content {
		padding: 100px 100px 0 100px;
	}
	.footer-href li a {
		padding-right: 20px;
		padding-left: 20px;
	}
	.footer-content {
		font-size: 15px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 13px;
	}
}

@media (min-width: 1366px) {
	.logo {
		width: 330px;
	}
	.header-area {
		height: 768px;
	}
	.footer-href li a {
		padding-right: 30px;
		padding-left: 30px;
	}
	.about-content .post {
		padding: 125px 70px 80px 70px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}
}

@media (min-width: 1400px) {
	.header-area {
		height: 750px;
		transform: translateY(50%);
	}
	.news-content {
		padding: 100px 170px 0 170px;
	}
	.vision {
		padding: 150px 100px 150px 100px;
	}
}

@media(min-width: 1440px) {
	.about-content .img-post {
		text-align: right;
	}
	.about-content .post {
		padding: 115px 150px 85px 115px;
	}
	.about-content img {
		right: 0;
		left: unset;
	}
	.banner-post {
		height: 850px;
	}
}

@media (min-width: 1500px) {
	.about-content .post {
		padding: 135px 165px 90px 110px;
	}
}

@media (min-width: 1600px) {
	.header-area {
		height: 780px;
		transform: translateY(50%);
	}
	.discover,
	.discover-layer {
		height: 840px;
	}
	.news-content {
		padding: 100px 210px 0 210px;
	}
	.about-content .post {
		padding: 135px 135px 135px 110px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 15px;
	}
}

@media (min-width: 1700px) {
	.header-area {
		height: 950px;
		transform: translateY(50%);
	}
	.news-content {
		padding: 100px 340px 0 340px;
	}
	@media (min-width: 1600px) {
		.about-content .post {
			padding: 135px 190px 135px 110px;
			max-width: 50%;
		}
	}
}

@media (min-width: 1820px) {
	.about-content .post {
		padding: 150px 150px 145px 110px;
		max-width: 40%;
	}
}


/*DAVID ADD*/

.search-container {
	max-width: 720px;
	padding-bottom: 100px;
	margin: auto;
}

#ss-search-page-form {
	text-align: center;
	margin: auto;
	padding-top: 50px;
}

.search-page-title {
	font-size: 14px;
	font-weight: 300 !important;
	letter-spacing: 2px;
	line-height: 50px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding-top: 50px;
	padding-bottom: 25px;
}

.search-post-title {
	font-size: 18px;
	font-weight: 600 !important;
	line-height: 50px;
	text-align: left;
	display: block;
}

.search-post-link {
	font-size: 14px;
	font-weight: bolder !important;
	letter-spacing: 2px;
	line-height: 20px;
	text-align: right;
	display: block;
}

.search-post-excerpt {
	font-size: 14px;
	font-weight: 400 !important;
	letter-spacing: 2px;
	line-height: 15px;
	text-align: left;
	display: block;
}

.search-container {
	padding-top: 80px;
}

.page-header {
	display: none;
}

.search-submit {
	display: none;
}

.search-field {
	width: 100%;
	padding: 15px 20px;
	margin: 8px 0;
	display: inline-block;
	border-radius: 4px;
	box-sizing: border-box;
	border: solid 1px #e6e6e6;
	-webkit-appearance: none;
}

.search-field:focus {
	outline: 0;
	border: 1px solid #0b7a61;
}

.tab-pane .about-content {
	background-color: #ebfffd;
}

.card-commissioners: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);
}

.img-properties:hover{
	transform: scale(1.01);
}

.the-img-properties:hover {
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .70);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .70);
}

.nav-about .nav-tabs>li {
    margin-left: -2px;
    margin-right: -1px;
}


.alignmiddle-wrap{
	border-right: 1.2px solid green;
}

.alignmiddle {
    margin: auto;
    width: 100%;
    vertical-align: middle;
    padding: 10px;
    text-align: center;
    height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-about .nav-tabs>li.active>a, .nav-about .nav-tabs>li.active>a:focus, .nav-about .nav-tabs>li.active>a:hover {
    border: none;
    background-color: initial;
    color: #0b7a61;
}

.nav-about {
    background: #ebfffd;
	margin-top: 0;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    /*max-width: 1170px;*/
	max-width: fit-content;
	margin: auto;
}

.nav-about .nav-tabs>li>a {
    border: none;
}

.nav-about .nav-tabs>li>a:hover {
    background-color: initial;
}

.nav-about .nav-tabs>li {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}

#leadership .nav-tabs>li {
	width: 50%;
}
#leadership .nav-tabs {
	min-width: 1060px;
}


.nav-about .nav-tabs>li.active:after {
    content: '';
    position: absolute;
    bottom: -1.1px;
    width: 100%;
    margin-bottom: -10px;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #0b7a61;
	border-top-right-radius: 17px;
    border-top-left-radius: 17px;
}

.nav-about .nav-tabs>li.active {
    color: #0b7a61;
    background-color: transparent;
    /*border-color: transparent transparent #0b7a61;*/
    /*border-bottom: 4px solid !important;*/
    font-size: 20px;
    font-weight: bold;
}


.topsearch.search-field {
	display: none;
    width: 100%;
    padding: 12px 18px;
    margin: 8px 0;
    display: inline-block;
    border-radius: 0px;
    box-sizing: border-box;
    border: none;
    border-bottom: none;
    -webkit-appearance: none;
    color: #545454;
    margin-top: 12px;
    border-radius: 24px;
	z-index: 10;
}

.lang.search{
	z-index: 20;
}

.dropdown-menu.lang-menu.search {
    margin-right: 0px;
}

.dropdown-menu.lang-menu.search li {
    margin: 0px 0px;
    padding: 5px 0px 0px 8px;
}

.dropdown-menu.lang-menu.search li:before {
    display: none;
}

.lang-menu.search:before {
    display: none;
}

.lang:hover {
    box-shadow: initial;
}

.lang-menu.search{
	display: block;
	position: absolute;
	margin-top: 0;
	background: initial;
	top: 0;
	right: 0px;
	border: none;
	margin-top: 0px!important;
}


div.wp-pagenavi {
	text-align: center;
	padding:0px 0px 10px 0px;
}

.wp-pagenavi span.current {
    color: #fff;
    background: #096254;
    text-decoration: none;
	padding: 5px 11px;
}

.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    padding: 5px 11px;
    margin: 2px 5px;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: .25rem;
    font-size: 14px;
    transition: all .4s ease;
	list-style: disc;
    font-size: 15px;
    line-height: 1.59;
	text-align: center;
}

.wp-pagenavi a:hover{
	color: #fff;
    background: #096254;
    text-decoration: none;
	text-align: center;
	padding: 5px 11px;
}

.btn-qeriz {
    cursor: pointer;
    padding: 10px;
    margin-top: 0;
    display: block;
    max-width: 82px;
    max-height: 37px;
    margin: auto;
}

.btn-qeriz:hover {
    color: #fff;
    border-color: #fff;
    color: #fff!important;
    text-decoration: none!important;
}

.btn-top-search {
    position: absolute;
    right: 15px;
    top: 29px;
    color: #0b7a61;
    background: none;
    padding: 0;
}

.btn-top-search:focus {
    border: none;
}


.page-template-default .the-page {
	padding-top: 150px;
}

@media (max-width: 767px){

	.page-template-default .the-page {
		padding-top: 200px;
	}
	.page-template-default  .container.the-page {
		padding: 110px 15px 30px 15px;
	}
}

.page-template-default .navbar-default {
    border: none;
    background: #0b7a61;
}

.navbar-default.myheader .navbar-nav>li>a{
	color: #fff;
}

.navbar-default.myheader .menu-item-has-children::after {
    color: #fff;
}

.navbar-default.myheader.sticky .navbar-nav>li>a{
	color: #333;
	text-shadow: none;
}

.navbar-default.myheader.sticky .menu-item-has-children::after {
    color: #333;
}

.navbar-default.myheader.sticky .lang {
    color: #333;
}

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

.navbar-default.myheader #logo-color{
	display: none;
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
}

.navbar-default.myheader.sticky #logo-white{
	display: none;
}

.navbar-default.myheader.sticky #logo-color{
	display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.navbar-default.myheader:hover #logo-color{
	display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.navbar-default.myheader:hover #logo-white{
	display: none;
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
}

.navbar:hover .navbar-nav>li>a{
	color: #333;
}

.navbar:hover .menu-item-has-children::after{
	color: #333;
}

#dropdown-lang button:focus {
    border: solid 1px #333;
}

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

.main-heading{
	padding-top: 50px;
	padding-bottom: 40px;
}

#about-page .nav-about .nav-tabs>li {
    font-size: 32px;
}

#about.nav-about{
	padding-top: 25px;
}

#about .nav-tabs>li>a {
    padding-bottom: 30px;
}

#news.list-news .nav-about .nav-tabs>li {
    font-size: 32px;
}

#news.list-news .nav-about .nav-tabs>li>a {
    padding: 35px 75px;
	padding-top: 15px;
}

.nav-about .nav-tabs>li.active>a, .nav-about .nav-tabs>li.active>a:focus, .nav-about .nav-tabs>li.active>a:hover {
    color: #333;
}