@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext,vietnamese");

.noPadding {
    padding: 0
}

@font-face {
    font-family: Myraid;
    src: url("../fonts/MyriadPro-Regular_1.otf");
    font-weight: 400
}

@font-face {
    font-family: Candara;
    src: url("../fonts/Candara.ttf");
    font-weight: 400
}

.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em
}

.radio .cr {
    border-radius: 50%
}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%
}

.radio .cr .cr-icon {
    margin-left: 0.04em
}

.checkbox label input[type=checkbox], .radio label input[type=radio] {
    display: none
}

.checkbox label input[type=checkbox] + .cr > .cr-icon, .radio label input[type=radio] + .cr > .cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
    -ms-transform: scale(3) rotate(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.checkbox label input[type=checkbox]:checked + .cr > .cr-icon, .radio label input[type=radio]:checked + .cr > .cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1
}

.checkbox label input[type=checkbox]:disabled + .cr, .radio label input[type=radio]:disabled + .cr {
    opacity: .5
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #799ba2;
    z-index: 100
}

#loader img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#loader .loading-logo {
    bottom: 190px
}

#loader .loading-gif {
    width: 10%
}

#section-home .main-menu, #section-home .main-navigation, #section-home .page-navigation {
    position: fixed
}

#section-home a {
    color: #fff
}

.flower {
    background: url("../images/flower.png") bottom right no-repeat;
    position: absolute;
    bottom: 0;
    right: 0
}

.hotline-button, .video-button {
    font-size: 15px;
    position: absolute;
    bottom: 17%;
    left: 18%;
    z-index: 10;
    font-weight: 500;
    font-size: 15px
}

.hotline-button span, .video-button span {
    float: left;
    margin-top: 0;
    display: block;
    margin-left: 5px
}

.hotline-button span b, .video-button span b {
    font-size: 15px
}

.button-wrapper {
    margin-top: 20px;
    position: relative;
    background: #45453f
}

.button-wrapper .dot {
    border: 3px solid #fff;
    background: transparent;
    border-radius: 60px;
    height: 40px;
    width: 40px;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
    opacity: 0
}

.button-wrapper .pulse {
    width: 20px;
    height: 20px;
    border-radius: 40px;
    background-color: #79a0a6;
    z-index: 10;
    position: absolute
}

.hotline-button {
    top: 20%;
    bottom: auto;
    left: 79%;
    font-size: 14px
}

.hotline-button b {
    font-weight: 500;
    font-size: 14px;
    position: relative;
    left: -8px
}

.sidenav {
    position: relative;
    top: 25px
}

.sidenav ul {
    padding: 0
}

.sidenav ul li {
    background: #79a0a6;
    list-style: none;
    display: inline-block;
    float: left;
    clear: both;
    margin-bottom: 15px;
    border-radius: 5%;
    background: url("../images/navbar-side-bg.png") top left no-repeat transparent;
    padding: 13px 9px 13px 5px
}

.sidenav ul li a {
    display: block
}

.sidenav ul li a span {
    width: 26px;
    height: 26px;
    display: block
}

.logo {
    position: absolute;
    top: 0;
    left: 7%;
    /*background: url("../images/logo-bg.png") top left no-repeat transparent;*/
    padding: 15px 30px 96px 18px;
    z-index: 5;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    display: flex;
}
.logo img{
    max-width: 100%;
}
.main-menu, .page-navigation {
    position: absolute;
    top: 40px;
    right: 0;
    background: url("../images/navbar-menu-bg.png") top right no-repeat transparent;
    /*padding: 18px 11px 18px 27px;*/
    z-index: 5
}

.logo-transform {
    background: url("../images/logo-bg-70.png") top left no-repeat transparent;
    padding: 7px 0px 62px 3px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: 9999
}

.logo-transform img {
    width: 70%
}

#hamburger-menu {
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    /*cursor: pointer;*/
    height: 100%;
    cursor: pointer;
}

#hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#hamburger-menu span:first-child {
    top: 0px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

#hamburger-menu span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

#hamburger-menu div:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.open div:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
    position: absolute;
    top:20px;
}

.open div:nth-child(3) {
    width: 0% !important;
    opacity: 0 !important
}

.open div:nth-child(4) {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    top: 41px;
    position: absolute;
}

.main-navigation {
    background: #79a0a6;
    position: absolute;
    top: 85px;
    right: 50px;
    padding: 0 15px;
    display: none;
    z-index: 2000
}

.main-navigation ul {
    padding: 0
}

.main-navigation ul li {
    list-style: none
}

.main-navigation ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 0;
    display: block
}

.main-navigation ul li a:hover {
    text-decoration: none;
    color: #ccc
}

#section-global {
    background-position: top left;
    background-color: #f0fbfc;
    background-size: auto 100%
}

#section-global .section-content-wrapper {
    background: rgba(128, 167, 174, 0.95);
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 12px
}

#section-global .container-fluid {
    overflow: hidden
}

#section-global .section-content {
    margin-top: 20%
}

#section-global .img-hover {
    opacity: 0
}

#cloud {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-animation: cloud 30s ease infinite;
    animation: cloud 30s ease infinite
}

.section-content-title {
    color: #405a5d;
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 1.4
}

.section-content-title span {
    font-size: 30px
}

.section-content-wrapper {
    font-size: 14px;
    line-height: 1.8
}

.section-content-wrapper .media {
    margin: 10px 0 0
}

.section-content-wrapper .media, .section-content-wrapper .media-heading {
    font-size: 11px
}

.section-content-wrapper .media-heading {
    white-space: nowrap
}

#section-location {
    background-position: top right;
    background-color: #f0fbfc;
    background-size: auto 100%
}

.scroll-content {
    position: relative;
    max-height: 275px;
    height: 100%;
    overflow-y: hidden;
    padding: 0 20px 0 0
}

.scroll-content > .ps-scrollbar-x-rail {
    opacity: 0.6
}

.scroll-content > .ps-scrollbar-y-rail {
    opacity: 0.6
}

.project-item {
    color: #fff;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    color: #fff;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    min-height: 730px
}

.project-item:hover {
    color: #fff;
    background-size: auto 110%;
    -webkit-transition: all 500ms linear 100ms;
    -o-transition: all 500ms linear 100ms;
    transition: all 500ms linear 100ms;
    font-size: 32px
}

.project-item:hover .project-item-wrapper {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b3000000', GradientType=0)
}

.project-item .project-excerpt {
    font-size: 14px;
    font-weight: 600;
    height: 65px;
    overflow-y: hidden
}

.project-item .project-item-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 70px 35px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(36, 36, 36, 0.65) 86%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(36, 36, 36, 0.65) 86%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(86%, rgba(36, 36, 36, 0.65)), to(rgba(0, 0, 0, 0.65)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(36, 36, 36, 0.65) 86%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(36, 36, 36, 0.65) 86%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#a6000000', GradientType=0)
}

.project-item .project-view-more-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
    width: 195px;
    text-align: center;
    background: rgba(205, 215, 214, 0.65);
    border-radius: 10px;
    padding: 7px;
    display: none
}

.project-item .project-view-more-button .project-view-inner {
    background: #79a0a6;
    height: 100%;
    font-size: 20px;
    cursor: pointer;
    padding-top: 8px;
    -webkit-box-shadow: 0 5px 5px #79a0a6;
    box-shadow: 0 5px 5px #79a0a6
}

.project-item:hover .project-view-more-button {
    display: block
}

#section-view {
    color: #fff
}

#section-view .view-tag {
    background: url("../images/360tag.png") center center no-repeat transparent
}

#section-view .rolling {
    -webkit-animation: rolling 6s linear infinite;
    animation: rolling 6s linear infinite
}

#section-green-area {
    background-position: center left;
    background-size: auto 100%;
    background-color: #f1fcfd
}

#section-carousel {
    overflow: hidden
}

#section-carousel .flexslider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

#section-carousel .slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.flex-viewport {
    margin: auto
}

#slider {
    padding: 0
}

#slider .slider-images {
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-bottom: 50%
}

#carousel {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 0;
    border: none;
    z-index: 20;
    border-radius: 0
}

#carousel img {
    border: 3px solid transparent
}

#carousel img:hover {
    border-color: #79a0a6
}

.carousel-title {
    width: 515px;
    position: absolute;
    height: auto;
    bottom: -1px;
    left: 0;
    background: url("../images/carousel-flower.png") bottom left transparent no-repeat;
    padding: 78px 15px 45px 15px;
    color: #fff;
    z-index: 10
}

.flexslider {
    border: none;
    margin: 0
}

.flex-direction-nav a {
    width: 50px;
    height: 50px
}

.flex-direction-nav a:before {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 30px;
    border-radius: 100%;
    background: #79a0a6;
    padding: 0 15px
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1
}

.flex-direction-nav .flex-prev {
    left: 0
}

.flex-direction-nav .flex-next {
    right: 0
}

#section-design {
    background-position: center right;
    background-size: auto 100%;
    background-color: #f1fdfe
}

#section-news .news-item {
    margin: 15px 0
}

#section-news .news-item .news-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px;
    font-size: 15px;
    color: #fff;
    text-transform: none;
    margin-bottom: 0;
    width: 100%;
    height: 64px;
    overflow: hidden
}

#section-news .news-item .news-item-title:hover {
    color: #fff;
    text-decoration: none
}

#section-news .section-title {
    font-size: 30px;
    font-weight: 700;
    color: #79a0a6
}

#section-news .news-thumbnail {
    padding-bottom: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    display: block
}

#section-footer {
    background: #eeffff
}

#section-footer h3 {
    color: #79a0a6;
    font-size: 18px;
    font-weight: 900
}

#section-footer .footer-content h3 {
    margin-bottom: 30px;
    text-transform: uppercase
}

.copyright {
    color: #79a0a6;
    background: #eeffff;
    padding-top: 30px
}

.copyright img {
    margin-bottom: 15px
}

.breadcrumb {
    background-position: center center;
    background-size: cover;
    padding: 258px 0 50px;
    margin: 0
}

.breadcrumb:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(117, 117, 117, 0) 54%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(117, 117, 117, 0) 54%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(54%, rgba(117, 117, 117, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(117, 117, 117, 0) 54%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(117, 117, 117, 0) 54%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b3000000', GradientType=0);
    z-index: 1
}

.breadcrumb h1 {
    font-size: 38px;
    color: #fff;
    z-index: 2;
    position: relative;
    margin: 0
}

.product-breadcrumb {
    padding: 45% 0 50px;
    background-size: cover;
    background-repeat: no-repeat
}

.navtab-wrapper {
    background: #f3ffff;
    padding: 40px 0
}

.navtab-wrapper ul.list-inline li a {
    color: #fff;
    background: #8cc63f;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px
}

.navtab-wrapper ul.list-inline li a:hover {
    background: #7aa2aa;
    text-decoration: none
}

.navtab-wrapper ul.list-inline li .active {
    background: #7aa2aa;
    text-decoration: none
}

.surface-mapper {
    margin-top: 0
}

.surface-mapper-title {
    color: #405a5d;
    font-size: 35px;
    margin: 35px 0;
    font-weight: 400
}

.mapper .img-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.mapper .map {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mapper .img-backgroud {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.map-navigation {
    margin-top: 30px
}

.map-navigation .map-navigation-item li {
    list-style: none;
    margin-bottom: 22px
}

.map-navigation .map-navigation-item li a {
    color: #272727;
    font-size: 16px
}

.map-navigation .map-navigation-item li a .map-navigation-number {
    background: url("../images/mapper-list-number-bg.png") center left transparent no-repeat;
    color: #fff;
    padding: 10px 20px 10px 10px;
    margin-right: 10px
}

.map-navigation .map-navigation-item li a:hover {
    text-decoration: none
}

.map-navigation .map-navigation-item li a:hover .map-navigation-number {
    background: url("../images/mapper-list-number-bg-hover.png") center left transparent no-repeat
}

.section-construction-progress {
    background: #fff
}

.section-construction-progress h2 {
    color: #79a0a6;
    font-size: 35px;
    margin: 5px 0 35px;
    font-weight: 400
}

.construction-progress-wrapper {
    margin-top: 50px
}

.construction-progress-wrapper .nav-tabs {
    border-color: #b7b7b7;
    position: relative
}

.construction-progress-wrapper .nav-tabs:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #79a0a6;
    z-index: 10;
    position: absolute;
    right: -9px;
    bottom: -9px
}

.construction-progress-wrapper .nav-tabs a {
    padding: 20px 35px !important;
    color: inherit;
    font-weight: 400
}

.construction-progress-wrapper .nav-tabs a:active, .construction-progress-wrapper .nav-tabs a:focus, .construction-progress-wrapper .nav-tabs a:hover, .construction-progress-wrapper .nav-tabs a:visited {
    background: none !important;
    border-color: transparent !important
}

.construction-progress-wrapper .nav-tabs .active a {
    background: none;
    border-color: transparent;
    color: #7aa2aa
}

.construction-progress-wrapper .nav-tabs .active:after {
    background: #7aa2aa
}

.construction-progress-wrapper .nav-tabs li {
    display: block;
    position: relative
}

.construction-progress-wrapper .nav-tabs li:after {
    content: "";
    display: block;
    background: #b7b7b7;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    bottom: -9px;
    left: calc(50% - 9px);
    z-index: 10
}

.construction-progress-wrapper .construction-progress-continue {
    margin-top: 20px
}

.construction-progress-carousel {
    margin-top: 40px;
    position: relative
}

.construction-progress-carousel .owl-controls {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    width: 100%;
    z-index: 10
}

.construction-progress-carousel .owl-controls .owl-next, .construction-progress-carousel .owl-controls .owl-prev {
    color: #fff;
    background: #769ba2;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    float: left;
    margin-left: 30px
}

.construction-progress-carousel .owl-controls .owl-next {
    float: right;
    margin-right: 30px
}

.construction-progress-detail-content h2 {
    font-size: 24px;
    margin: 40px 0 10px
}

.float-page-navigation {
    position: fixed;
    right: 0 !important;
    top: 18% !important;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    z-index: 1000
}

.page-navigation-arrow {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: -38px;
    width: 38px;
    height: 44px;
    z-index: 1010;
    color: #fff;
    background: rgba(121, 155, 162, 0.33);
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    display: none
}

.toggle-hidding {
    right: -234px !important
}

.hidden-arrow {
    display: block;
    color: #fff;
    background: rgba(121, 155, 162, 0.33);
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    width: 38px;
    height: 44px;
    top: 0;
    left: -52px;
    position: absolute;
    display: none
}

.page-navigation {
    padding: 0;
    right: 0;
    top: 15%;
    position: fixed;
    background: transparent;
    min-width: 220px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s
}

.page-navigation .dropdown {
    width: 100%;
    border: 5px solid rgba(121, 155, 162, 0.33);
    border-radius: 5px
}

.page-navigation .dropdown-toggle {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background: #79a0a6;
    border: none;
    color: #fff;
    width: 100%;
    text-align: left
}

.page-navigation .dropdown-toggle:active, .page-navigation .dropdown-toggle:focus, .page-navigation .dropdown-toggle:hover, .page-navigation .dropdown-toggle:visited {
    background: #79a0a6;
    border-color: rgba(121, 155, 162, 0.33)
}

.page-navigation .open .dropdown-toggle {
    background: #8cc63f;
    border-color: #8cc63f;
    font-weight: 600;
    font-size: 14px;
}

.page-navigation .dropdown-menu {
    min-width: 220px;
    margin-top: 20px;
    background: url(../images/navigation-bg.png) bottom right no-repeat rgb(140, 198, 63);
}

.page-navigation .dropdown-menu li a {
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 13px
}

.page-navigation .dropdown-menu li a:hover {
    font-weight: 600;
    background: none;
    color: #fff
}

.main-entry {
    background: #eeffff
}

.main-entry .entry-title {
    color: #79a0a6;
    font-size: 26px;
    text-transform: none;
    margin-top: 0
}

.sidebar {
    background: url(../images/navigation-bg.png) bottom right no-repeat rgb(140, 198, 63);
    border-radius: 15px;
    padding: 15px 20px 40px;
    color: #fff
}

.sidebar .sidebar-title {
    font-size: 25px;
    border-bottom: solid thin white;
    padding-bottom: 15px;
    text-transform: uppercase
}

.sidebar a {
    color: #fff;
    font-size: 13px
}

.sidebar ul li a:focus{
    background-color: #8cc63f !important;
}
.sidebar ul li a {
    padding-left: 0;
    text-transform: uppercase;
}

.sidebar ul li a:hover {
    background: none;
    font-weight: 600
}

.sidebar ul li .active {
    font-weight: 600
}

.section-product-promotion {
    background: #fff;
    padding: 35px 0
}

.section-product-promotion .promotion-text h2 {
    font-size: 28px;
    color: #79a0a6;
    margin-bottom: 20px
}

.product-global-surface {
    background: #fff;
    padding: 40px 0
}

.product-global-surface .product-global-surface-title {
    color: #79a0a6;
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.panel-surface-title {
    color: #79a0a6;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: 20px
}

.panel-list-wrapper .panel-list-nav {
    padding-left: 0
}

.panel-list-wrapper .panel-list-nav li {
    list-style: none;
    margin-bottom: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    clear: both
}

.panel-list-wrapper .panel-list-nav li .active {
    color: #79a0a6
}

.panel-list-wrapper .panel-list-nav li a {
    text-transform: uppercase;
    padding-left: 0;
    font-weight: 600;
    color: inherit;
    margin-top: 6px
}

.panel-list-wrapper .panel-list-nav li a:hover {
    text-decoration: none;
    color: #79a0a6
}

.panel-list-index {
    background: url("../images/mapper-list-number-bg.png") top left no-repeat;
    padding: 10px 25px 10px 10px;
    font-size: 16px;
    color: #fff
}

.global-surface-detail .global-surface-detail-title {
    color: #79a0a6;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px
}

.flex-carousel {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3) !important
}

.project-carousel .project-carousel-title {
    color: #79a0a6;
    padding: 35px 0;
    font-size: 35px
}

.document-list {
    background: #8cc63f;
    padding: 40px 0
}

.document-list:after {
    content: "";
    position: absolute;
    right: 100%;
    width: 1000%;
    height: 100%;
    top: 0;
    display: block;
    background: #8cc63f;
}

.document-list .checkbox {
    font-size: 16px;
    margin-bottom: 15px
}

.document-list .checkbox .cr {
    border-color: #fff;
    border-radius: 0
}

.document-list .checkbox label {
    padding-left: 0
}

.document-item {
    background: #4d6265;
    padding: 40px 0 40px 80px
}

.document-item:before {
    content: "";
    position: absolute;
    left: 100%;
    width: 1000%;
    height: 100%;
    top: 0;
    display: block;
    background: #4d6265;
}

.document-item .document-item-nav table td {
    border: none;
    padding: 15px 0
}

.document-item .document-item-nav table tr:hover {
    background: transparent
}

.document-item .document-item-nav table .download-link {
    border-left: 1px solid #799ba2
}

.document-item .document-item-nav table .download-link a {
    font-size: 23px
}

.document-item .document-item-nav .form-control {
    padding: 25px 20px;
    border-radius: 0
}

.document-item .document-item-nav .form-horizontal {
    font-size: 16px
}

.document-item .document-item-nav button {
    color: #fff;
    background: #799ba2;
    border: 7px solid rgba(121, 155, 162, 0.33);
    padding: 10px 50px;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 20px
}

.project-document {
    overflow: hidden;
    color: #fff
}

.project-document ul {
    padding-left: 0
}

.project-document li {
    list-style: none
}

.project-document a {
    color: #fff;
    font-size: 14px
}

.project-document a:hover {
    text-decoration: none
}

.project-document h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 25px
}

.product-title-wrapper {
    /*background: url(../images/product-title-bg.png) bottom left no-repeat;*/
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    z-index: 500
}

.product-title-wrapper .product-title {
    font-size: 28px;
    max-width: 100%;
    margin: auto;
}

.product-title-wrapper .product-title-wrapper-inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.product-title-wrapper .product-title-wrapper-inner .product-title-tag {
    display: none !important;
    position: absolute;
    display: block;
    left: 40%;
    bottom: 0
}

#ajax-loader {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none
}

#ajax-loader .ajax-loader-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 200px
}

#ajax-loader .ajax-loader-container img {
    display: block;
    margin: auto;
    -webkit-animation: zooming 1s linear infinite;
    animation: zooming 1s linear infinite
}

#preload {
    display: none
}

.entry-meta {
    margin: 2px 0 15px;
    float: left;
    color: #405a5d;
    font-size: 15px
}

.entry-content-wrapper {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

.related-entry {
    padding: 25px 0 !important
}

.contact-page {
    background: #eeffff;
    padding: 50px 0
}

 .contact-page label {
     color: #8cc63f;
     width: 200px;
     display: flex;
     align-items: center;
}
.contact-page b, .contact-page label {
    color: #8cc63f;
}

.contact-page .contact-info-title {
    color: #8cc63f;
    text-transform: uppercase
}

.contact-page .contact-info {
    margin-bottom: 30px
}

.contact-page .form-control {
    border-radius: 0;
    background: transparent;
    min-height: 45px
}

.contact-page button[type=submit] {
    float: right;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    background: #8cc63f;
    border: none;
    padding: 10px 30px
}

.parsley-errors-list {
    padding: 0;
    color: #ed1c24;
    margin-top: 5px
}

.parsley-errors-list li {
    list-style: none;
    font-size: 12px
}

.parsley-error {
    background: #eee
}

.success-modal {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%
}

.error-modal-container, .success-modal-container {
    max-width: 400px;
    position: relative;
    background: #fff;
    display: block;
    margin: auto;
    top: 39%;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px #000;
    box-shadow: 0 2px 2px #000;
    text-align: center;
    z-index: 500
}

.error-modal-container i, .success-modal-container i {
    color: #fff;
    font-size: 55px;
    height: 76px;
    width: 76px;
    border-radius: 66px;
    padding: 10px;
    background: green;
    position: relative;
    top: -50px
}

.success-modal-wrapper {
    margin-top: -50px;
    padding: 0 25px
}

.success-modal-wrapper a {
    margin-top: 15px;
    background: #bd2132;
    border-color: #bd2132;
    padding: 6px 25px
}

.success-modal-wrapper a:hover {
    background: #ef5e6d;
    border-color: #ef5e6d
}

.error-modal-container i {
    color: #fff;
    font-size: 50px;
    background: #bd2132;
    padding: 12px 10px 10px 10px
}

.fp-controlArrow.fp-next {
    border: none;
    width: 37px;
    height: 37px;
    background: url("../images/nav-button-right.png") center center no-repeat transparent
}

.fp-controlArrow.fp-prev {
    border: none;
    width: 37px;
    height: 37px;
    background: url("../images/nav-button-left.png") center center no-repeat transparent
}

#popup-mail-wrapper {
    display: none
}

.popup-mail-backdrop {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.popup-mail-backdrop .popup-mail-content {
    width: 500px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 540px;
    background: #8cc63f;
    border-radius: 4px;
    padding: 10px 15px
}

.popup-mail-backdrop .popup-mail-content #popup-mail-close {
    position: absolute;
    top: -25px;
    right: -25px;
    z-index: 110;
    cursor: pointer
}

.popup-mail-backdrop .popup-mail-content .form-control {
    border-radius: 0;
    border: none;
    background: rgba(255, 255, 255, 0.7)
}

.popup-mail-backdrop .popup-mail-content button {
    margin: 15px auto;
    background: #44666d;
    border-radius: 0;
    border: none;
    width: 200px;
    display: block
}

.popup-mail-backdrop .intro-popup-mail {
    margin: 10px 0;
    color: #fff;
    font-size: 14px
}

.section-arrow {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 20
}

.section-arrow a {
    width: 38px;
    height: 26px;
    display: none;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.arrow-up {
    background: url(../images/arrow_up.png)
}

.arrow-down {
    background: url(../images/arrow_down.png)
}

.partner-nav {
    margin: 50px 0
}

.partner-nav li {
    float: left;
    width: calc(100% / 3);
    list-style: none
}

.partner-nav li img {
    width: 60%;
    margin: 0 auto
}

.news-item-list-view {
    margin-bottom: 25px
}

.news-item-list-view .news-item-list-view-title h2 {
    margin-top: 0
}

.news-item-list-view .news-item-list-view-title h2 a {
    font-size: 20px
}

.languages-switcher {
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
    text-shadow: 0 1px 1px #ccc
}

.languages-switcher a {
    color: #fff
}

.close-arrow {
    left: initial;
    background: #79a0a6;
    display: block;
    top: -7px;
    width: 25px;
    right: 0;
    border: 1px solid #cbdee0;
    border-radius: 100%;
    height: 25px;
    padding: 7px;
    display: none
}

.close-arrow img {
    width: 16px;
    background: transparent
}

.page-back-to-product {
    display:none;
    background: url("../images/nav-button-left.png") center left no-repeat #567a82;
    border-radius: 15px;
    color: #fff;
    text-align: right;
    padding: 7px 20px 7px 0px;
    font-size: 12px;
    position: absolute;
    min-width: 200px;
    right: 0
}

.page-back-to-product:hover {
    color: #fff;
    text-decoration: none;
    background: url("../images/nav-button-left.png") center left no-repeat #a5c4cb
}

.project-image-tab {
    background: #8cc63f;
}

.project-image-tab ul {
    margin: 0
}

.project-image-tab li {
    padding: 10px 20px
}

.project-image-tab li a {
    color: #fff;
    font-size: 18px
}

.project-image-tab li a:active, .project-image-tab li a:focus, .project-image-tab li a:hover, .project-image-tab li a:visited {
    text-decoration: none
}

.project-image-tab li:hover {
    background: #47730d
}

.project-image-tab .active {
    background: #47730d;
}

.change-list-view a {
    color: #8cc63f;
    font-size: 18px;
    margin-left: 2px
}

#utility-item-output {
    margin-top: 30px
}

.view-counter {
    margin-top: 30px
}

.view-counter i {
    color: #79a0a6
}

#popup-image {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    background-color: rgba(0, 0, 0, 0.8)
}

#popup-image .popup-image-wrapper-inner {
    display: block;
    max-width: 75%;
    position: relative
}

#popup-image .popup-image {
    display: block
}

#popup-image .popup-image-close {
    position: absolute;
    right: -14px;
    top: -17px;
    color: #c00000;
    background: #e9e9e9;
    border-radius: 100%;
    padding: 0 7px 1px;
    font-size: 18px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5)
}

.section-green-carousel-wrapper {
    height: 100%
}

.section-green-carousel-wrapper .section-image {
    padding-bottom: 100%;
    height: 100%
}

.tab-room {
    display: none;
    margin-top: 30px
}

.tab-room-active {
    display: block
}

#player2-container .mejs__time-buffering, #player2-container .mejs__time-current, #player2-container .mejs__time-handle, #player2-container .mejs__time-hovered, #player2-container .mejs__time-loaded, #player2-container .mejs__time-marker, #player2-container .mejs__time-total {
    height: 2px
}

#player2-container .mejs__time-total {
    margin-top: 9px
}

#player2-container .mejs__time-handle {
    left: -5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    top: -5px;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 2;
    border: none
}

#player2-container .mejs__time-handle-content {
    top: 0;
    left: 0;
    width: 12px;
    height: 12px
}

@media screen and (min-width: 992px) {
    .flower {
        width: 446px;
        height: 192px
    }

    #carousel .flex-viewport {
        width: 1170px
    }

    .entry-wrapper, .sidebar {
        margin-top: 45px
    }

    .entry-nomg {
        margin-top: 0 !important
    }

    .project-document > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .project-document .document-list-nav li {
        padding: 12px 60px 12px 15px;
        border-left: 3px solid transparent;
        cursor: pointer
    }

    .project-document .document-list-nav li:hover {
        background: #8cacb1;
        border-left: 3px solid #405a5d
    }

    .project-document .document-list-nav .active {
        background: #8cacb1;
        border-left: 3px solid #405a5d
    }

    .product-title-wrapper {
        width: 310px;
        height: 40px;
        background: #8cc63f;
        left: calc(50% - 310px / 2);
        text-align: center;
        border-radius: 5px;
    }

    .copyright:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 5;
        background: url("../images/copyright-flower-left.png") bottom left no-repeat;
        width: 446px;
        height: 192px
    }

    .copyright:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 5;
        background: url("../images/copyright-flower-right.png") bottom left no-repeat;
        width: 446px;
        height: 192px
    }

    #section-green-area .section-content .scroll-content {
        padding-right: 15px !important
    }

    .section-content {
        padding: 0 40px
    }

    #section-news .container {
        width: 1020px
    }

    #section-news .news-thumbnail:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    .section-news-wrapper {
        width: 100%;
        margin: 0 auto;
        display: block;
        float: none
    }

    .hotline-button span {
        margin-left: 0 !important
    }

    .hotline-button .button-wrapper {
        left: -30px
    }

    .hotline-button span, .video-button span {
        margin-left: 35px
    }

    .fp-tableCell {
        position: relative
    }

    .carousel-title h3 {
        width: 130px;
        line-height: 1.3;
        font-size: 21px
    }

    .main-navigation {
        border-radius: 10px
    }

    .section-content-wrapper {
        border-radius: 10px
    }

    #section-footer {
        padding: 80px 0
    }

    #section-footer .footer-col {
        padding: 0 40px
    }

    .sidenav ul li a .arround_view {
        background-image: url("../images/navbar-spite.png");
        background-position: 0 0;
        background-repeat: no-repeat
    }

    .sidenav ul li a .location {
        background-image: url("../images/navbar-spite.png");
        background-position: 0 0;
        background-position: 0 -26px
    }

    .sidenav ul li a .mail {
        background-image: url("../images/navbar-spite.png");
        background-position: 0 0;
        background-position: 0 -48px
    }

    .sidenav ul li a .facebook {
        background-image: url("../images/navbar-spite.png");
        background-position: 0 0;
        background-position: 0 -73px
    }
}

@media screen and (min-width: 1024) {
    .section-news-wrapper {
        width: 1020px
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    #section-project a {
        background-size: cover !important
    }

    .section-news-wrapper {
        width: 100% !important
    }
}

@media screen and (max-width: 768px) {
    .logo {
        position: absolute !important;
        background: url("../images/logo-bg-70.png") top left no-repeat transparent !important;
        padding: 7px 0px 62px 3px !important;
        -webkit-transition: all 300ms linear 0s !important;
        -o-transition: all 300ms linear 0s !important;
        transition: all 300ms linear 0s !important;
        z-index: 9999 !important
    }

    .logo img {
        width: 70% !important
    }

    .container, .entry-wrapper, div[class*=' col-'], div[class^=col-], sidebar {
        padding: 0 2px
    }

    .main-menu, .page-navigation {
        z-index: 9999
    }

    .main-navigation {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1000;
        top: 0;
        left: 0;
        background: url("../images/navigation-bg.png") bottom right no-repeat #7aa2aa;
        border-radius: 0
    }

    .main-navigation ul {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-height: 340px
    }

    .main-navigation ul li a {
        text-align: center;
        font-size: 18px
    }

    section {
        min-height: 500px
    }

    .section-content-title {
        text-align: center
    }

    #section-global .section-content-wrapper {
        background: rgba(128, 167, 174, 0.9) !important;
        padding: 15px !important
    }

    section .section-image {
        min-height: 300px
    }

    #section-news .section-title {
        font-size: 22px !important
    }

    #section-news .news-item .news-item-title {
        font-size: 13px !important;
        padding: 5px !important
    }

    #section-footer {
        padding: 30px 0
    }

    #section-footer .footer-col {
        padding: 0 10px
    }

    #section-footer .footer-col h3 {
        text-align: center
    }

    #section-footer .footer-col img {
        float: none !important;
        display: block;
        margin: 0 auto
    }

    .project-item .project-item-wrapper {
        padding: 15px !important
    }

    .product-breadcrumb {
        padding: 45% 0 50px !important
    }

    .product-title-wrapper .product-title {
        position: relative
    }

    .product-title-wrapper {
        background: none
    }

    .copyright {
        padding: 30px !important
    }

    .project-document {
        padding: 0 !important
    }

    .project-document .container {
        padding: 0 !important
    }

    .document-list {
        padding: 35px 5px !important
    }

    .document-list h3 {
        font-size: 20px !important
    }

    .document-item {
        padding: 35px 5px !important
    }

    .document-item h3 {
        text-align: center;
        font-size: 20px !important
    }

    .document-item .document-item-nav button {
        padding: 0px 35px !important;
        font-size: 14px !important;
        margin-top: 10px !important
    }

    .page-navigation {
        /*display: none*/
    }

    .section-product-promotion .promotion-text h2 {
        font-size: 20px !important
    }

    .promotion-text-content {
        font-size: 13px !important
    }

    .section-content {
        padding-bottom: 30px !important
    }

    .breadcrumb {
        border-radius: 0;
        min-height: 180px
    }

    .breadcrumb h1 {
        font-size: 25px !important;
        position: absolute;
        width: 100%;
        bottom: 15px;
        left: 0;
        text-align: center
    }

    .product-global-surface {
        padding: 25px 2px !important
    }

    .product-global-surface .container {
        padding: 0 !important
    }

    .panel-list-index {
        background: none;
        color: #79a0a6;
        padding: 4px 12px 5px 10px !important
    }

    .panel-list-wrapper .panel-list-nav li {
        margin-bottom: 5px !important
    }

    .entry-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        overflow: hidden
    }

    .entry-wrapper img {
        display: block;
        max-width: 100% !important;
        height: auto !important
    }

    sidebar {
        padding: 0 2px !important
    }

    .sidebar-title {
        margin-top: 0 !important;
        font-size: 20px !important
    }

    .sidebar {
        padding: 10px !important
    }

    .news-segment li, .surface li {
        min-height: 44px
    }

    .surface ul {
        margin-top: 30px
    }

    .news-item-list-view {
        margin-top: 15px
    }

    .news-item-list-view-title h2 {
        line-height: 14px
    }

    .news-item-list-view-title h2 a {
        color: #79a0a6;
        font-size: 14px !important
    }

    .change-list-view a {
        float: left;
        display: block;
        width: 24px
    }

    .entry-title {
        font-size: 20px !important
    }

    #loader {
        z-index: 10000 !important
    }

    #loader h1 {
        font-size: 15px !important
    }

    .map-navigation {
        margin-top: 10px !important
    }

    .map-navigation ul {
        margin: 0 !important
    }

    .map-navigation ul li {
        margin-bottom: 15px !important;
        min-height: auto !important
    }

    #section-view {
        padding: 50% 0 !important
    }

    .sidenav {
        position: fixed;
        right: 0;
        top: 40%;
        z-index: 10
    }

    .sidenav ul li {
        background: url("../images/navbar-menu-bg.png") top left no-repeat transparent;
        padding: 13px 0px 18px 16px !important
    }

    .sidenav ul li .arround_view {
        background: url("../images/360icon.png") top left no-repeat transparent !important
    }

    .sidenav ul li .location {
        background-image: url("../images/navbar-spite.png");
        background-repeat: no-repeat;
        background-position: 0 -26px
    }

    .sidenav ul li .mail {
        background-image: url("../images/navbar-spite.png");
        background-repeat: no-repeat;
        background-position: 0 -48px
    }

    .sidenav ul li .facebook {
        background-image: url("../images/navbar-spite.png");
        background-repeat: no-repeat;
        background-position: 0 -73px
    }

    .popup-mail-backdrop .popup-mail-content {
        width: 95%;
        position: fixed
    }

    .popup-mail-backdrop .popup-mail-content #popup-mail-close {
        right: auto !important;
        left: -10px !important
    }

    .float-button {
        position: fixed;
        right: 0;
        color: #fff;
        z-index: 15;
        background: #79a0a6;
        font-size: 24px;
        top: 30%;
        z-index: 10;
        padding: 5px 12px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        -webkit-box-shadow: 0px 3px 2px #5c5c5c;
        box-shadow: 0px 3px 2px #5c5c5c
    }

    .float-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
        background: url("../images/navigation-bg.png") bottom right no-repeat #7aa2aa;
        display: none
    }

    .float-menu ul {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-height: 340px
    }

    .float-menu ul a {
        text-align: center;
        font-size: 18px !important;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        padding: 8px 0;
        display: block
    }

    .float-close {
        color: #fff;
        font-size: 35px;
        position: fixed;
        top: 15px;
        right: 10px
    }

    #popup-image .popup-image-wrapper-inner {
        max-width: 90% !important
    }

    #section-design .slide {
        min-height: 150px;
        background-repeat: no-repeat;
        display: block
    }
}

a {
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

a:hover {
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

section {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

section .container-fluid {
    padding: 0;
    height: 100%
}

section .section-image {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

section .section-content {
    margin-top: 12%
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0.0
    }
    25% {
        opacity: 0.1
    }
    50% {
        opacity: 0.3
    }
    75% {
        opacity: 0.5
    }
    to {
        opacity: 0.0
    }
}

@keyframes pulse {
    0% {
        opacity: 0.0
    }
    25% {
        opacity: 0.1
    }
    50% {
        opacity: 0.3
    }
    75% {
        opacity: 0.5
    }
    to {
        opacity: 0.0
    }
}

@-webkit-keyframes cloud {
    0% {
        left: -2000px
    }
    to {
        right: -2000px
    }
}

@keyframes cloud {
    0% {
        left: -2000px
    }
    to {
        right: -2000px
    }
}

@-webkit-keyframes rolling {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rolling {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes zooming {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zooming {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes kenburns {
    0% {
        background-size: 140% 140%
    }
    25% {
        background-size: 130% 130%
    }
    50% {
        background-size: 120% 120%
    }
    75% {
        background-size: 110% 110%
    }
    to {
        background-size: 100% 100%
    }
}

@keyframes kenburns {
    0% {
        background-size: 140% 140%
    }
    25% {
        background-size: 130% 130%
    }
    50% {
        background-size: 120% 120%
    }
    75% {
        background-size: 110% 110%
    }
    to {
        background-size: 100% 100%
    }
}

.ps-container > .ps-scrollbar-y-rail {
    width: 6px
}

.ps-scrollbar-y-rail:hover .ps-scrollbar-y {
    width: 6px
}

.ps-container > .ps-scrollbar-y-rail {
    width: 6px
}

.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    width: 6px
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background: transparent
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background: transparent
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 6px;
    background: #79a0a6
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 6px;
    background: #79a0a6
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background: #79a0a6
}

.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pace.pace-inactive .pace-progress {
    display: none
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 65px;
    margin: auto;
    height: 5rem;
    width: 5rem;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.pace .pace-progress:after {
    display: block;
    position: absolute;
    top: 0;
    right: .5rem;
    content: attr(data-progress-text);
    font-family: Candara;
    font-weight: 100;
    font-size: 4rem;
    line-height: 1;
    text-align: right;
    color: #fff;
    display: none
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #fff
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #fff;
    background: #47730d;
}

.call-mobile i:before{
    padding-bottom: 31px;
    content: "\f095";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -3px;
}
.call-mobile i{
    font-size: 20px;
    line-height: 40px;
    background: #4d7716;
    border-radius: 100%;
    width: 31px;
    height: 31px;
    text-align: center;
    float: right;
    position: relative;
    display: flex;
    align-items: center;
}
.call-mobile{
    position: fixed;
    bottom: 80px;
    height: 30px;
    line-height: 40px;
    padding: 0;
    border-radius: 40px;
    color: #fff;
    right: 90px;
    /*z-index: 10;*/
    background: #8cc63f;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    display: flex;
    align-items: center;
    transition:all 0.2s linear;
}
.call-mobile #callnowbutton{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
    padding-left: 10px;
}
.show-call-mobile{
    opacity: 1;
    z-index: 1000;
    visibility: visible;
    bottom:0px;
    right:310px;
}
.dropdown-menu a:focus{
    background-color: #5fa008 !important;
}
input[type="text"]::placeholder{
    color:grey;
}
/*a.flower-logo{*/
    /*position: absolute;*/
    /*top: 12px;*/
    /*right: 125px;*/
    /*width: 50px;*/
    /*display: block;*/
    /*height: 60px;*/
/*}*/
/*a.flower-logo img{*/
    /*width:100%;*/
/*}*/
.image-vr{
    display: flex;
    flex-wrap: wrap;
    border: none;
}
.image-vr li{
    width: 100%;
}
.image-vr li a,
.image-vr li a:focus,
.image-vr li a:hover,
.image-vr li.active a{
    outline: none !important;
    border:none !important;
    background: none !important;
    margin: 0 !important;
}
.image-vr li.active a:after{
    content: "\f0da";
    font-family: "FontAweSome";
    position: relative;
    right: -6px;
}
#popup-image{
    /*display: none !important;*/
}