h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem; }

* {
  outline: none; }

html, body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif; }

.img-fluid {
  max-width: 100%; }

.w-100 {
  width: 100%; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.lead {
  font-size: 1rem;
  font-weight: 400; }

.nova-title {
  color: #00427a;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 2rem;
  position: relative; }
  .nova-title:before {
    content: '';
    width: 80px;
    height: 2px;
    background: #2db34b;
    position: absolute;
    top: calc(100% + 1rem); }
  .nova-title.title-left {
    text-align: left; }
    .nova-title.title-left:before {
      left: 0; }
  .nova-title.title-center {
    text-align: center; }
    .nova-title.title-center:before {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .nova-title.title-white {
    color: #ffffff; }

.mt-4 {
  margin-top: 1.5rem; }

.mt-5 {
  margin-top: 2.1rem; }

.ccselect-item {
  position: relative; }
  .ccselect-item .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .ccselect-item:before {
    content: '\f107';
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"],
  .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
    height: 100%; }

.btn-outline-primary {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff; }

.nova-gallery-1 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 3rem;
  padding-left: 0; }
  .nova-gallery-1 .gallery-list .item {
    overflow: hidden; }
    .nova-gallery-1 .gallery-list .item img {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      @media screen and (min-width: 992px) {
        .nova-gallery-1 .gallery-list .item img {
          opacity: 1;
          visibility: visible; }
          .nova-gallery-1 .gallery-list .item img:hover {
            -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                    transform: scale(1.2); } }
  .nova-gallery-1 .gallery-list .top-list {
    margin-bottom: .71rem; }
    .nova-gallery-1 .gallery-list .top-list .content {
      padding: 1.5rem;
      background: #2db34b;
      color: #ffffff;
      font-size: 1rem;
      font-weight: 400; }
      @media screen and (min-width: 992px) {
        .nova-gallery-1 .gallery-list .top-list .content {
          padding: 3rem;
          padding-right: 4rem;
          padding-bottom: 2.9rem;
          padding-left: 4rem; }
          .nova-gallery-1 .gallery-list .top-list .content p {
            margin-bottom: 5rem; } }
      .nova-gallery-1 .gallery-list .top-list .content a .lnr {
        margin-left: 1.4rem; }
      .nova-gallery-1 .gallery-list .top-list .content a:hover {
        color: #2fee5a;
        border-color: #2fee5a; }
    @media screen and (min-width: 992px) {
      .nova-gallery-1 .gallery-list .top-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }

        .nova-gallery-1 .gallery-list .top-list .content {
          width: 50%; } }
  .nova-gallery-1 .gallery-list .part-list .item {
    display: block; }
    .nova-gallery-1 .gallery-list .part-list .item figure {
      margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .nova-gallery-1 .gallery-list .part-list {
      width: 50%;
	  }
.nova-gallery-2 .gallery-list .item {
  margin-bottom: 1rem; }
  .nova-gallery-2 .gallery-list .item figure figcaption {
    padding: 1.5rem;
    background: #00427a; }
    .nova-gallery-2 .gallery-list .item figure figcaption p {
      color: #ffffff;
      font-size: 1.1rem;
      font-weight: 400;
      line-height: 26px;
      margin-bottom: 0; }
    .nova-gallery-2 .gallery-list .item figure figcaption h3 {
      text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .nova-gallery-2 .gallery-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .nova-gallery-2 .gallery-list .item {
      margin-bottom: 0;
      min-height: 29rem;
      width: 100%;
      padding: 3.4rem;
      position: relative; }
      .nova-gallery-2 .gallery-list .item:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.65)));
        background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
        background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0); }
      .nova-gallery-2 .gallery-list .item figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        height: 100%;
        position: relative;
        z-index: 1; }
        .nova-gallery-2 .gallery-list .item figure img {
          display: none; }
        .nova-gallery-2 .gallery-list .item figure figcaption {
          padding: 0;
          background: none;
          max-width: 37rem; }
      .nova-gallery-2 .gallery-list .item:last-child figure {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }

@media screen and (min-width: 992px) {
  .nova-gallery-2 .gallery-list .item {
    min-height: 41rem; } }

.nova-gallery-3 {
  padding-top: 2rem;
  padding-right: 0;
  padding-bottom: 2rem;
  padding-left: 0; }
  @media screen and (min-width: 992px) {
    .nova-gallery-3 {
      padding-top: 3rem;
      padding-right: 0;
      padding-bottom: 3rem;
      padding-left: 0; } }
  .nova-gallery-3 .gallery-list img, .nova-gallery-3 .gallery-list figure {
    width: 100%;
    height: 100%; }
  .nova-gallery-3 .gallery-list img {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media screen and (min-width: 992px) {
      .nova-gallery-3 .gallery-list img {
        opacity: 1;
        visibility: visible; }
        .nova-gallery-3 .gallery-list img:hover {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); } }
  .nova-gallery-3 .gallery-list figure {
    margin-bottom: 1rem;
    border: 2px solid #ffffff;
    overflow: hidden; }
    @media screen and (min-width: 992px) {
      .nova-gallery-3 .gallery-list figure {
        margin-bottom: 0; } }
  .nova-gallery-3 .gallery-list .new-list {
    height: 244px; }

.globalmenu {
  position: relative; }
  .globalmenu .nova-banner .list-items .item {
    min-height: 280px; }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .globalmenu .nova-banner .list-items .item {
        min-height: 320px; } }
    @media screen and (min-width: 768px) {
      .globalmenu .nova-banner .list-items .item {
        min-height: 360px; } }
    @media screen and (min-width: 992px) {
      .globalmenu .nova-banner .list-items .item {
        min-height: 380px; } }
  .globalmenu .nova-breadcrumb {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    background: rgba(255, 255, 255, 0.9); }
    .globalmenu .nova-breadcrumb .breadcrumb {
      margin-bottom: 0;
      display: none;
      background: none;
      border-radius: 0;
      position: relative; }
      .globalmenu .nova-breadcrumb .breadcrumb li + li:before {
        content: '\f105';
        font-family: FontAwesome;
        color: #666666; }
      .globalmenu .nova-breadcrumb .breadcrumb li a {
        color: #00427a;
        text-decoration: none; }
      @media screen and (min-width: 768px) {
        .globalmenu .nova-breadcrumb .breadcrumb {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }

.nova-banner-2 .list-items .item {
  padding-top: 3rem;
  padding-right: 0;
  padding-bottom: 3rem;
  padding-left: 0;
  color: #00427a;
  font-weight: 300;
  min-height: 280px; }
  .nova-banner-2 .list-items .item h2 {
    font-weight: 300; }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .nova-banner-2 .list-items .item {
      min-height: 320px; } }
  @media screen and (min-width: 768px) {
    .nova-banner-2 .list-items .item {
      min-height: 360px; }
      .nova-banner-2 .list-items .item h2 {
        font-size: 3rem; } }
  @media screen and (min-width: 992px) {
    .nova-banner-2 .list-items .item {
      padding-top: 5rem;
      padding-right: 0;
      padding-bottom: 5rem;
      padding-left: 0;
      min-height: 100vh; }
      .nova-banner-2 .list-items .item h2 {
        font-size: 4.6rem; }
      .nova-banner-2 .list-items .item p {
        font-size: 1.3rem; } }

.nova-tagline {
  padding-top: 2rem;
  padding-right: 0;
  padding-bottom: 2rem;
  padding-left: 0; }
  @media screen and (min-width: 992px) {
    .nova-tagline {
      padding-top: 3rem;
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0; } }
  .nova-tagline h2 {
    position: relative;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.1rem;
    color: #00427a; }
    .nova-tagline h2:before {
      display: block;
      width: 80px;
      height: 2px;
      background: #2db34b;
      content: '';
      position: absolute;
      top: calc(100% + 10px);
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .nova-tagline p {
    color: #666666;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 auto; }


.nova-tagline-2 {
  min-height: 280px; }
  .nova-tagline-2 p {
    color: #ffffff;
    background: rgba(0, 66, 122, 0.7);
    padding: 1.5rem; }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .nova-tagline-2 {
      min-height: 320px; } }
  @media screen and (min-width: 768px) {
    .nova-tagline-2 {
      min-height: 360px; } }
  @media screen and (min-width: 992px) {
    .nova-tagline-2 {
      min-height: 636px; }
      .nova-tagline-2 p {
        color: #00427a;
        background: none;
        padding: 0; } }


.canhcam .nova-slider-1 {
  padding: 0 0 3rem 0; }
  .canhcam .nova-slider-1 .list-thumb {
    position: relative; }
    .canhcam .nova-slider-1 .list-thumb .owl-item {
      margin-top: 4rem;
      margin-right: 0;
      margin-bottom: 4rem;
      margin-left: 0;
      position: relative; }
      .canhcam .nova-slider-1 .list-thumb .owl-item .zoom-item {
        position: absolute;
        bottom: 10%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 3;
        color: #ffffff;
        padding: 1.5rem;
        background: rgba(0, 66, 122, 0.7); }
        .canhcam .nova-slider-1 .list-thumb .owl-item .zoom-item h3 {
          margin-bottom: 0; }
      .canhcam .nova-slider-1 .list-thumb .owl-item.center {
        margin-top: 4rem;
        margin-right: 0;
        margin-bottom: 4rem;
        margin-left: 0;
        z-index: 2; }
        .canhcam .nova-slider-1 .list-thumb .owl-item.center img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1);
          -webkit-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
    .canhcam .nova-slider-1 .list-thumb .owl-nav div {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin: 0.5rem;
      padding: 0.5rem !important;
      width: 3rem;
      height: 3rem;
      border: 2px solid #ffffff;
      color: #00427a; 
      background: none;
        line-height: inherit;
    }
      .canhcam .nova-slider-1 .list-thumb .owl-nav div:hover {
        background: #00427a;
        color: #ffffff;
        border: none; }
      .canhcam .nova-slider-1 .list-thumb .owl-nav div.owl-prev {
        left: 2px; }
      .canhcam .nova-slider-1 .list-thumb .owl-nav div.owl-next {
        right: 2px; }
    .canhcam .nova-slider-1 .list-thumb .owl-nav.disabled {
      display: block; }

@media screen and (min-width: 992px) {
  .nava-boxes-1 {
    min-height: 780px; } }

.nava-boxes-1 .content-inner {
  padding-top: 2rem;
  padding-right: 0;
  padding-bottom: 3rem;
  padding-left: 0; }
  @media screen and (min-width: 768px) {
    .nava-boxes-1 .content-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .nava-boxes-1 .content-inner .list-content {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .nava-boxes-1 .content-inner .list-content li {
      color: #8aa5c2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      border-bottom: 1px solid #8aa5c2;
      padding: 7px 5px;
	  align-items: center;
	  margin: 0 0 9px;
	  }
      .nava-boxes-1 .content-inner .list-content li h4 {
        font-size: 1rem;
        font-weight: 400;
        margin-left: 2rem;
        margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .nava-boxes-1 .content-inner .list-content:first-child {
        margin-right: 3rem; width:50%;
		} }

.nova-project {
  margin-bottom: 1.4rem; }
  .nova-project .cctitle {
    padding: 1.5rem;
    color: #ffffff;
    background: #00427a; }
    .nova-project .cctitle h2 {
      font-size: 1.5rem;
      font-weight: bold;
      margin-top: 0; }
      @media screen and (min-width: 992px) {
        .nova-project .cctitle h2 {
          font-size: 2.1rem; } }
    .nova-project .cctitle p {
      margin-bottom: 2.6rem; }
    .nova-project .cctitle a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-transform: uppercase;
      color: #ffffff;
      text-decoration: none;
      -webkit-transition: color .3s ease-in-out;
      -o-transition: color .3s ease-in-out;
      transition: color .3s ease-in-out; }
      .nova-project .cctitle a .mdi {
        margin-left: .5rem; }
      .nova-project .cctitle a:hover {
        color: #1074c8; }
  .nova-project .ccimg img {
    opacity: 0;
    visibility: hidden; }
  @media screen and (min-width: 992px) {
    .nova-project {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .nova-project .cctitle {
        padding: 3rem;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        width: 30%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .nova-project .cctitle .cctitle-inner {
          max-width: 14rem; }
          .nova-project .cctitle .cctitle-inner h2 span {
            display: block; }
      .nova-project .ccimg {
        width: 70%; } }

.nova-project-2 .cctitle {
  background: #2db34b; }
  @media screen and (min-width: 992px) {
    .nova-project-2 .cctitle {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .nova-project-2 .cctitle a:hover {
    color: #2fee5a; }

.nova-project-3 .cctitle {
  background: #9d6626; }
  .nova-project-3 .cctitle a:hover {
    color: #ffa844; }

.nova-project-details {
  padding-top: 2rem;
  padding-right: 0;
  padding-bottom: 2rem;
  padding-left: 0; }
  @media screen and (min-width: 992px) {
    .nova-project-details {
      padding-top: 2.5rem;
      padding-right: 0;
      padding-bottom: 2.5rem;
      padding-left: 0; } }
  .nova-project-details .ccdetail-lists h1 {
    margin-bottom: 2rem; }
  .nova-project-details .ccdetail-lists .ccmenu-tab {
    background: #eeeeee; }
    .nova-project-details .ccdetail-lists .ccmenu-tab ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .nova-project-details .ccdetail-lists .ccmenu-tab ul li {
        padding-top: 1rem;
        padding-right: 1.4rem;
        padding-bottom: 1rem;
        padding-left: 1.4rem;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .nova-project-details .ccdetail-lists .ccmenu-tab ul li a {
          text-decoration: none;
          font-size: 1.1rem;
          font-weight: 600;
          color: #666666; }
        .nova-project-details .ccdetail-lists .ccmenu-tab ul li.active, .nova-project-details .ccdetail-lists .ccmenu-tab ul li:hover {
          background: #2db34b; }
          .nova-project-details .ccdetail-lists .ccmenu-tab ul li.active a, .nova-project-details .ccdetail-lists .ccmenu-tab ul li:hover a {
            color: #ffffff; }
    @media only screen and (min-width: 784px) {
      .nova-project-details .ccdetail-lists .ccmenu-tab .ccselect-item:before {
        display: none; } }
  .nova-project-details .ccdetail-lists .ccproduct .item {
    text-decoration: none; }
    .nova-project-details .ccdetail-lists .ccproduct .item figure {
      margin-bottom: 2.1rem; }
      .nova-project-details .ccdetail-lists .ccproduct .item figure .boxzoom img {
        width: 100%; }
      .nova-project-details .ccdetail-lists .ccproduct .item figure figcaption {
        padding: 1rem;
        background: #00427a;
        -webkit-transition: background .3s ease-in-out;
        -o-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out; }
        .nova-project-details .ccdetail-lists .ccproduct .item figure figcaption h2 {
          font-size: 1rem;
          font-weight: 600;
          text-transform: uppercase;
          color: #ffffff;
          margin-bottom: 0; }
          @media screen and (min-width: 992px) {
            .nova-project-details .ccdetail-lists .ccproduct .item figure figcaption h2 {
              font-size: 1.3rem; } }
      .nova-project-details .ccdetail-lists .ccproduct .item figure:hover figcaption {
        background: #2db34b; }
  .nova-project-details .ccdetail-lists .location .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: .6rem; }
    .nova-project-details .ccdetail-lists .location .item p {
      font-size: 0.9rem;
      font-weight: 600;
      color: #333333; }
      @media screen and (min-width: 1200px) {
        .nova-project-details .ccdetail-lists .location .item p {
          margin-bottom: 0;white-space: nowrap;
          margin-right: .5rem; } }
    @media screen and (min-width: 1200px) {
      .nova-project-details .ccdetail-lists .location .item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .nova-project-details .ccdetail-lists .location .item .ccselect-item {
          width: 72%; }
          .nova-project-details .ccdetail-lists .location .item .ccselect-item .custom-select {
            color: #999999;
            font-size: 0.9rem; } }

/*# sourceMappingURL=style.min.css.map */
