/* [Master Stylesheet v1.0] */
/* :: :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900|Open+Sans:400,600,700");
/* :: 2.0 Import All CSS */
@import url(/css/bootstrap.min.css);
@import url(/css/owl.carousel.min.css);
@import url(/css/animate.css);
@import url(/css/magnific-popup.css);
@import url(/css/font-awesome.min.css);
@import url(/css/custom-icon.css);
@import url(/css/classy-nav.min.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292929;
  line-height: 1.3;
  font-weight: 600; }

p {
  font-family: "Open Sans", sans-serif;
  color: #8e8e8e;
  font-size: 14px;
  line-height: 2;
  font-weight: 500; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #292929;
  font-weight: 400;
  font-size: 16px; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-0 {
  margin-left: 0 !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

.fz-14 {
  font-size: 14px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.cl-pink {
  color: rgb(252, 49, 126) !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide-sp {
  @media only screen and (max-width: 678px) {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
   max-width: 1320px;
  }
}

/* Section Padding */
.section-padding-100 {
  padding-top: 50px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 50px;
  padding-bottom: 0; 
  @media only screen and (max-width: 678px) {
    padding-top: 50px;
  }
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  max-width: 730px;
  margin-bottom: 70px;
  @media only screen and (max-width: 678px) {
    margin-bottom: 30px;
  }
}
  .section-heading 
    h3 {
      font-size: 48px;
      /* margin-bottom: 48px; */
      font-weight: 700;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h3 {
        font-size: 42px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h3 {
        font-size: 32px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h3 {
        font-size: 30px; } }
    .section-heading h3 span {
      font-weight: 600; }
  .section-heading h5 {
    margin-bottom: 40px;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 2; }
  .section-heading p {
    margin-bottom: 0; }
  .section-heading.text-left {
    text-align: left !important; }
  .section-heading.white h3,
  .section-heading.white h5,
  .section-heading.white p {
    color: #ffffff; }

/* Preloader */
#preloader {
  background: #ffffff00;
  background: -webkit-linear-gradient(to right, #0d104d00, #28418b00);
  background: linear-gradient(to right, #0d104d00, #28418b00);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000; 
}
  #preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 1s infinite linear; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

/* .bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
  background-image: url('img/bg-img/bg-1.webp');
}
  .bg-overlay::after {
    background-color: rgba(43, 43, 43, 0.815);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; } */

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #008f46;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }
  @media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent; }

/* ScrollUp */
#scrollUp {
  background-color: #008f46;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 38px;
  right: 60px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #141414; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; } }

/* Button */
.greenbridge-btn {
  display: inline-block;
  min-width: 150px;
  height: 54px;
  background-color: #eef3f6;
  color: #292929;
  border: none;
  border-radius: 50px;
  padding: 0 26px;
  font-size: 12px;
  line-height: 52px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 3px solid #2d7bdb; }
  .greenbridge-btn.active, .greenbridge-btn:hover, .greenbridge-btn:focus {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background-color: #292929; }
  .greenbridge-btn.btn-2 {
    background-color: #2d7bdb;
    border-bottom: 3px solid #292929;
    color: #ffffff; 
    a {
      color: white;
      display: block;
      width: max-content;
      font-weight: 600;
    }
  }
    .greenbridge-btn.btn-2:hover, .greenbridge-btn.btn-2:focus {
      color: #292929;
      background-color: #eef3f6;
      border-bottom: 3px solid #2d7bdb; }
  .greenbridge-btn.btn-3 {
    background-color: #292929;
    border-bottom: 3px solid #2d7bdb;
    color: #ffffff; }
    .greenbridge-btn.btn-3:hover, .greenbridge-btn.btn-3:focus {
      color: #292929;
      background-color: #eef3f6;
      border-bottom: 3px solid #2d7bdb; }

/* :: 5.0 Header Area CSS */
.header-area {
  position: relative;
  z-index: 100;
  width: 100%; }
  .header-area .top-header {
    width: 100%;
    height: 60px;
    background-color: rgb(58, 138, 230) }
    @media only screen and (max-width: 767px) {
      .header-area .top-header {
        height: 80px;
        padding: 15px 0; } }
    @media only screen and (max-width: 767px) {
      .header-area .top-header .top-header-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .header-area .top-header .top-headline p {
      margin-bottom: 0;
      font-family: "Montserrat", sans-serif;
      color: #ffffff;
      font-size: 12px;
      font-weight: 500; }
      .header-area .top-header .top-headline p span {
        color: #464646; }
    .social {
      display: flex;
      align-items: center;
      i {
        color: #ffffff;
        &:hover {
          color: #00c15f;
        }
      }
      a {
        line-height: 48px;
        display: block;
        color: #000000;
        padding: 0 10px;
        font-size: 22px;
      }
    }
  .header-area .greenbridge-main-menu {
    position: relative;
    width: 100%;
    z-index: 100;
    overflow: hidden;
    height: 125px; }
    @media only screen and (max-width: 767px) {
      .header-area .greenbridge-main-menu {
        height: 80px; } }
    .header-area .greenbridge-main-menu .classy-nav-container {
      background-color: #0f53a7; }
    .header-area .greenbridge-main-menu 
      .classy-navbar {
        height: 125px;
        padding: 0;
        .nav-brand {
          margin-left: 17px;
          @media only screen and (max-width: 767px) {
            margin-left: 0;
          }
        }
      }
      @media only screen and (max-width: 767px) {
        .nav-brand {
          width: 75px;
          margin-left: 0;
        }
      }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .greenbridge-main-menu .classy-navbar {
          padding: 0; } }
      @media only screen and (max-width: 767px) {
        .header-area .greenbridge-main-menu .classy-navbar {
          height: 80px; } }
      .header-area .greenbridge-main-menu .classy-navbar .classynav {
        ul {
          li {
            a {
              font-size: 16px;
              font-weight: 700;
              text-transform: capitalize;
              padding: 10px 16px;
              height: 50px;
              text-transform: uppercase;
              color: white;
              &:hover {
                position: relative;
                display: block;
                letter-spacing: .02em;
                font-size: 16px;
                font-weight: 700;
                &:before,
                &:after {
                  width: 24px;
                  height: 24px;
                  opacity: 1;
                }
              }
              &::before,
              &::after {
                content: "";
                position: absolute;
                top: 0;
                left: -6px;
                width: 80px;
                height: 60px;
                display: block;
                border: 2px solid #ffffff;
                border-width: 1px 0 0 1px;
                opacity: 0;
                transition: all 0.2s ease-in-out 0s;
                pointer-events: none;
              }
              &::after {
                top: auto;
                left: auto;
                bottom: 0;
                right: -6px;
                border-width: 0 1px 1px 0;
                bottom: 0;
              }
            }
          }
        }
      }
        .header-area .greenbridge-main-menu .classy-navbar .classynav ul li a:hover, .header-area .greenbridge-main-menu .classy-navbar .classynav ul li a:focus {
          color: white; }
    .header-area .greenbridge-main-menu .classynav ul li .dropdown li a,
    .header-area .greenbridge-main-menu .classynav ul li .megamenu li a {
        font-size: 14px; }
    .header-area .greenbridge-main-menu .classynav .header-newsletter-form {
      margin-left: 100px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .greenbridge-main-menu .classynav .header-newsletter-form {
          margin-left: 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .greenbridge-main-menu .classynav .header-newsletter-form {
          margin-left: 18px;
          margin-top: 15px; } }
      @media only screen and (max-width: 767px) {
        .header-area .greenbridge-main-menu .classynav .header-newsletter-form {
          margin-left: 18px;
          margin-top: 15px; } }
      .header-area .greenbridge-main-menu .classynav .header-newsletter-form form {
        width: 265px;
        height: 35px;
        background-color: #eef3f6;
        position: relative;
        z-index: 1; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .greenbridge-main-menu .classynav .header-newsletter-form form {
            width: 220px; } }
        .header-area .greenbridge-main-menu .classynav .header-newsletter-form form input {
          width: 100%;
          height: 35px;
          border: none;
          background-color: transparent;
          padding: 0 15px;
          font-size: 12px;
          font-style: italic; }
        .header-area .greenbridge-main-menu .classynav .header-newsletter-form form button {
          width: 90px;
          height: 35px;
          border: none;
          background-color: #eef3f6;
          position: absolute;
          top: 0;
          right: 0;
          font-size: 12px;
          font-weight: 600;
          color: #292929;
          cursor: pointer;
          border-bottom: 2px solid #008f46;
          -webkit-transition-duration: 500ms;
          transition-duration: 500ms; }
          .header-area .greenbridge-main-menu .classynav .header-newsletter-form form button:hover {
            background-color: #292929;
            color: #008f46; }

.megamenu-slides .owl-prev,
.megamenu-slides .owl-next {
  background: #0d104d;
  background: -webkit-linear-gradient(to right, #0d104d, #79e25f);
  background: linear-gradient(to right, #0d104d, #79e25f);
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  top: 50%;
  margin-top: -15px;
  left: 5%;
  position: absolute;
  z-index: 10;
  text-align: center;
  font-size: 18px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
.megamenu-slides .owl-next {
  left: auto;
  right: 5%; }

/* :: 6.0 Welcome Area CSS */
.hero-slides {
  position: relative;
  z-index: 1; }
  .hero-slides .single-hero-slide {
    width: 100%;
    height: 850px;
    position: relative;
    z-index: 1;
    background: #0d104d;
    background: -webkit-linear-gradient(to right, #0d104d, #47ff67d1);
    background: linear-gradient(to right, #0d104d, #47ff67d1); }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-slides .single-hero-slide {
        height: 650px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .single-hero-slide {
        height: 600px; } }
    @media only screen and (max-width: 767px) {
      .hero-slides .single-hero-slide {
        height: 800px; } }
    .hero-slides .single-hero-slide h2 {
      font-size: 68px;
      color: #ffffff;
      margin-bottom: 30px;
      font-weight: 600; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 30px; } }
      .hero-slides .single-hero-slide h2 span {
        color: #00c15f; }
    .hero-slides .single-hero-slide h6 {
      color: #ffffff;
      margin-bottom: 60px;
      line-height: 2;
      font-weight: 400; }
    .hero-slides .single-hero-slide .hero-slides-thumb img {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide .hero-slides-thumb img {
          width: 100%;
          margin: 0 auto; } }
  .hero-slides .owl-prev,
  .hero-slides .owl-next {
    background-color: #041c29;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    line-height: 60px;
    color: #ffffff;
    top: 50%;
    margin-top: -20px;
    left: 10%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.5;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 2px solid #008f46;
    &::before {
      color: #fff !important;
      font-size: 18px !important;
      font-weight: 300;
      transition: .3s;
    }
  }
    @media only screen and (max-width: 767px) {
      .hero-slides .owl-prev,
      .hero-slides .owl-next {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 40px;
        margin-top: -20px; } }
    .hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus,
    .hero-slides .owl-next:hover,
    .hero-slides .owl-next:focus {
      background-color: #292929;
      color: #008f46; }
  .hero-slides .owl-next {
    left: auto;
    right: 5%; }
  .hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible; }

/* :: 7.0 Feature Area CSS */
.greenbridge-feature-area,
.greenbridge-blog-area {
  position: relative;
  z-index: 1;
  /* padding-left: 45px;
  padding-right: 45px; */
  @media only screen and (max-width: 767px) {
    padding-left: 0;
    padding-right: 0;
  }
  .partners {
    display: flex;
    justify-content: center;
  }
  .title-product {
    margin-bottom: 30px;
    text-align: center;
    p {
      background: #0f53a7;
      color: white;
      border-color: #007bff;
      padding: 0.7rem 1.25rem;
      font-size: 16px;
      border-radius: .25rem;
    }
    .title-table-unit {
      width: fit-content;
      clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
      padding-right: 30px;
    }
    @media only screen and (max-width: 767px) {
      text-align: center;
    }
  }
  .list-group {
    p {
      background-color: #0f53a7;
    }
    .list-group-item-action {
      &:hover {
        background-color: #c9c6c6;
      }
    }
  }
  .flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    @media only screen and (max-width: 767px) {
      .hide-sp {
        display: none;
      }
    }
  }
  .product-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    img {
      width: 200px;
      height: 200px;
    }
    @media only screen and (min-width: 1140px) {
      .custom-product {
        margin-left: 15px;
        margin-right: 10px;
        max-width: 200px;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      .custom-product {
        margin-left: 4px;
        margin-right: 4px;
        max-width: 200px;
      }
    }
    @media only screen and (max-width: 767px) {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-around;
      img {
        width: 160px;
        height: 160px;
      }
      .custom-product {
        max-width: 160px;
      }
    }
    .price i {
      font-size: large;
    }
  }
  @media only screen and (max-width: 767px) {
    .pdlr-0 {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .product-text {
    h4 {
      margin-top: 20px;
      font-size: 18px;
      word-wrap: break-word;
      margin-bottom: 0;
    }
    a {
      font-size: 18px;
      font-weight: 600;
    }
    p {
      margin-bottom: 20px;
    }
    span {
      color: red;
      font-weight: 600;
    }
    .price a {
      color: red;
      font-weight: 600;
      font-size: 14px;
    }
  }
}

.greenbridge-store-area {
  .title-product {
    margin-bottom: 30px;
    p {
      background: #0f53a7;
      color: white;
      border-color: #007bff;
      padding: 0.7rem 1.25rem;
      font-size: 16px;
      border-radius: .25rem;
    }
  }
  .list-store {
    display: flex;
    flex-wrap: wrap;
    img {
      width: 400px;
      height: 200px;
    }
  }
}

/* :: 9.0 Blog Area CSS */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .greenbridge-blog-sidebar-area {
    margin-top: 100px; } }
@media only screen and (max-width: 767px) {
  .greenbridge-blog-sidebar-area {
    margin-top: 100px; } }

.single-blog-area {
  position: relative;
  z-index: 1;
  margin-bottom: 40px; }
  .single-blog-area:last-child {
    margin-bottom: 0; }
  .single-blog-area .blog-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 160px;
    max-width: 170px;
    width: 150px;
    margin-right: 40px; }
    @media only screen and (max-width: 767px) {
      .single-blog-area .blog-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        width: 80px;
        margin-right: 15px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .single-blog-area .blog-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
        max-width: 130px;
        width: 130px;
        margin-right: 15px; } }
  .single-blog-area .blog-content .post-title {
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }
    .single-blog-area .blog-content .post-title:hover {
      color: #2d7bdb; }
  .single-blog-area .blog-content p {
    margin-bottom: 0; }
  .single-blog-area .blog-content .meta-data {
    color: #8e8e8e;
    margin-bottom: 15px; }
    .single-blog-area .blog-content .meta-data a {
      display: inline-block;
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      color: #8e8e8e; }
      .single-blog-area .blog-content .meta-data a:first-child, .single-blog-area .blog-content .meta-data a:hover {
        color: #2d7bdb; }
  .single-blog-area.blog-style-2 .blog-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }
  .single-blog-area.blog-style-3 .blog-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    width: 90px;
    margin-right: 30px;
    border-radius: 50%; }
    .single-blog-area.blog-style-3 .blog-thumbnail img {
      border-radius: 50%; }

.blog-section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 100px; }
  .blog-section-heading h3 {
    font-size: 30px;
    font-weight: 700;
    border-bottom: 3px solid #008f46;
    display: inline-block;
    line-height: 1.5; }

/* :: 10.0 Newsletter Area CSS */
.newsletter-area {
  position: relative;
  z-index: 1;
  background-color: #008f46;
  padding: 70px 15px; }
  .newsletter-area .section-heading h6 {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    font-weight: 600;
    color: #292929; }
  .newsletter-area form {
    position: relative;
    z-index: 1;
    width: 750px;
    margin: auto; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .newsletter-area form {
        width: 600px; } }
    @media only screen and (max-width: 767px) {
      .newsletter-area form {
        width: 250px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .newsletter-area form {
        width: 350px; } }
    .newsletter-area form input {
      position: relative;
      z-index: 1;
      height: 63px;
      width: 100%;
      background-color: #ffffff;
      border: none;
      padding: 0 40px;
      font-style: italic; }
      @media only screen and (max-width: 767px) {
        .newsletter-area form input {
          padding: 0 15px;
          font-size: 11px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .newsletter-area form input {
          padding: 0 30px;
          font-size: 12px; } }
    .newsletter-area form button {
      position: absolute;
      width: 150px;
      height: 63px;
      top: 0;
      right: 0;
      z-index: 10;
      font-size: 14px;
      text-transform: uppercase;
      color: #008f46;
      font-family: "Open Sans", sans-serif;
      line-height: 1;
      font-weight: 700;
      border: none;
      cursor: pointer;
      background-color: transparent;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .newsletter-area form button:hover {
        color: #292929; }
      @media only screen and (max-width: 767px) {
        .newsletter-area form button {
          width: 100px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .newsletter-area form button {
          width: 130px; } }

/* :: 11.0 Footer Area CSS */
.main-footer-area {
  margin-top: 100px;
  background-color: #0f53a7; 
  .footer-widget {
    margin-bottom: 50px;
    &.footer-widget-2 {
      @media only screen and (min-width: 768px) {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-end;
        margin-top: 130px;
      }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        margin-top: 88px;
      }
    }
    p {
      color: white;
    }
    .footer-address {
      p {
        font-weight: 600;
        &:hover {
          color: #00c2ff;
        }
        span {
          @media only screen and (max-width: 767px) {
            display: grid;
            justify-items: baseline;
            margin-left: 10px;
          }
        }
        @media only screen and (max-width: 767px) {
          margin-bottom: 0;
        }
      }
    }
    @media only screen and (max-width: 991px) {
      margin-bottom: 30px;
    }
  }
}
  .main-footer-area .footer-widget .widget-title {
    margin-bottom: 10px;
    h2 {
      color: white;
      margin-left: 20px;
      text-shadow: 2px 0 #007bff, -2px 0 #007bff, 0 2px #007bff, 0 -2px #007bff, 1px 1px #007bff, -1px -1px #007bff, 1px -1px #007bff, -1px 1px #007bff;
    }
    p {
      margin-bottom: 0;
    }
  }
  .main-footer-area .custom-widget {
    display: flex;
    align-items: center;
  }
  .main-footer-area .footer-widget .widget-title h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #ffffff;
    margin-top: 20px;
    text-transform: uppercase;
  }
  .main-footer-area .footer-widget .useful-links li {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    .main-footer-area .footer-widget .useful-links li a {
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 15px;
      display: block;
      color: white; }
      .main-footer-area .footer-widget .useful-links li a:hover, .main-footer-area .footer-widget .useful-links li a:focus {
        color: #00c2ff; }

.bottom-footer-area {
  background-color: #090f1a;
  text-align: center;
  height: 60px; }
  .bottom-footer-area p {
    font-size: 14px;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif; }
    .bottom-footer-area p a {
      color: white;
      font-size: 14px;
      font-family: "Open Sans", sans-serif; }
      .bottom-footer-area p a:hover {
        color: #00c2ff; }

/* :: 12.0 Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 245px;
  /* background: -webkit-linear-gradient(to right, #272d2a, #00ff72); */
  background: linear-gradient(to right, #2d7bdb, #0f53a7);}
  @media only screen and (max-width: 767px) {
    .breadcumb-area {
      height: 130px; } }
  .breadcumb-area .breadcumb-text h2 {
    font-size: 48px;
    margin-bottom: 0;
    color: #ffffff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .breadcumb-area .breadcumb-text h2 {
        font-size: 42px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .breadcumb-area .breadcumb-text h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .breadcumb-text h2 {
        font-size: 18px; } }
  .breadcumb-area .breadcumb-thumb-area {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
    .breadcumb-area .breadcumb-thumb-area .breadcumb-thumb {
      text-align: right;
      position: relative;
      z-index: 5; }
      .breadcumb-area .breadcumb-thumb-area .breadcumb-thumb img {
        max-width: 260px;
        margin-right: 30px;}
        @media only screen and (max-width: 767px) {
          .breadcumb-area .breadcumb-thumb-area .breadcumb-thumb img {
            max-width: 150px; } }
  .breadcumb-text {
    margin-left: 15px;
  }
/* :: 13.0 Guideline Step CSS */
.guideline-content {
  position: relative;
  z-index: 1; }
  .guideline-content .single-step {
    padding: 35px 20px 30px;
    background-color: #ffffff;
    border-bottom: 3px solid #2069c4;
    margin-bottom: 25px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .guideline-content .single-step:last-child {
      margin-bottom: 0; }
    .guideline-content .single-step .quantity {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
      flex: 0 0 70px;
      max-width: 70px;
      width: 70px;
      font-size: 36px;
      font-weight: 900;
      line-height: 1;
      color: #2069c4;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .guideline-content .single-step .step-content h6 {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .guideline-content .single-step .step-content p {
      margin-bottom: 0;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .guideline-content .single-step:hover {
      background-color: #292929; }
      .guideline-content .single-step:hover .step-content h6,
      .guideline-content .single-step:hover .step-content p {
        color: #ffffff; }

@media only screen and (max-width: 767px) {
  .guideline-thumb {
    margin-top: 100px; } }

.video-area {
  position: relative;
  z-index: 1; }
  .video-area .video-btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/* :: 14.0 Contact Area CSS */
.map-area {
  position: relative;
  z-index: 2; }
  .map-area .google-map {
    width: 100%;
    height: 685px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .map-area .google-map {
        height: 500px; 
        iframe {
          height: inherit;
        }
      }
    }
    @media only screen and (max-width: 767px) {
      .map-area .google-map {
        height: 350px;
        iframe {
          height: inherit;
        }
      } 
    }
  .google-map {
    display: flex;
    justify-content: center;
  }
.contact-information .contact-social-info a {
  display: inline-block;
  margin-right: 30px;
  color: #8e8e8e;
  @media (max-width: 768px) {
    margin: 0 15px;
  }
}
  .contact-information .contact-social-info a:hover {
    color: #2d7bdb; }
.contact-information .single-contact-info .icon-info i {
  display: inline-block;
  color: #ffffff;
  background-color: #2d7bdb;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  border-radius: 50%; }
.contact-information .single-contact-info p {
  color: #8e8e8e; }

.contact-form-area .form-control {
  height: 52px;
  width: 100%;
  background-color: #eef3f6;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 15px;
  border: none;
  border-bottom: 3px solid #eef3f6;
  border-radius: 0;
  padding: 15px 30px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .contact-form-area .form-control:focus {
    border-bottom: 3px solid #2d7bdb;
    box-shadow: none; }
.contact-form-area textarea.form-control {
  height: 200px; }

/* :: 15.0 Elements Area CSS */
.elements-title h2 {
  font-weight: 300;
  font-size: 48px;
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .elements-title h2 {
      font-size: 30px; } }

.single-pie-bar h6 {
  font-size: 18px;
  margin-bottom: 0; }

.single-cool-fact {
  position: relative;
  z-index: 1; }
  .single-cool-fact h3 {
    font-size: 48px;
    margin-bottom: 0;
    color: #008f46; }
  .single-cool-fact .line {
    width: 35px;
    height: 5px;
    background-color: #008f46;
    margin: 20px auto; }
  .single-cool-fact h6 {
    font-size: 18px;
    margin-bottom: 0; }

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .single-accordion h6 a {
    border-radius: 0;
    background-color: #008f46;
    color: #292929;
    border-bottom: 3px solid #292929;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Open Sans", sans-serif; }
    .single-accordion h6 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 23px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h6 a.collapsed {
      background-color: #eef3f6;
      color: #8e8e8e;
      border-bottom: 3px solid #008f46; }
      .single-accordion h6 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h6 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

/* Tabs CSS*/
.greenbridge-tabs-content {
  position: relative;
  z-index: 1; }
  .greenbridge-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px; }
    .greenbridge-tabs-content .nav-tabs .nav-link {
      background-color: #eef3f6;
      color: #8e8e8e;
      border-bottom: 3px solid #008f46;
      padding: 0 15px;
      height: 50px;
      line-height: 50px;
      margin: 0 2px;
      border-radius: 0;
      font-size: 14px;
      font-weight: 600;
      font-family: "Open Sans", sans-serif; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .greenbridge-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      @media only screen and (max-width: 767px) {
        .greenbridge-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      .greenbridge-tabs-content .nav-tabs .nav-link.active {
        background-color: #008f46;
        color: #292929;
        border-bottom: 3px solid #292929; }
  .greenbridge-tabs-content .tab-content h6 {
    font-size: 18px; }

/*# sourceMappingURL=style.css.map */

.textwidget {
  .list_danhmuc {
    justify-content: center;
    @media only screen and (max-width: 767px) {
      margin-left: 0;
      margin-right: 0;
    }
  }
  .slick-slider {
    margin: 0;
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-list {
    transform: translate3d(0,0,0);
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-track {
    opacity: 1;
    /* width: 1320px; */
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    &::before {
      display: table;
      content: '';
    }
    li {
      list-style: none;
    }
    .lick-slide { 
      width: 330px;
      height: 100%;
      margin-bottom: 40px;
    }
    @media only screen and (max-width: 767px) {
      .custom-product{
        width: 150px;
      }
      li {
        margin-bottom: 30px;
        &:last-child {
          margin-bottom: 0;
        }
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 960px) {
      .custom-product{
        width: 200px;
      }
    }
    @media only screen and (max-width: 1199px) {
      width: 100%;
    }
  }
  .content_item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 14px 40px 0px #00000008;
    .thumbnail {
      margin: 0;
      padding: 0;
      border: none;
      border-radius: 0;
      background: none;
      display: block;
      a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        text-decoration: none;
        outline: none !important;
        color: #000;
        transition: .3s;
        background: transparent;
        &:hover,
        &:focus {
          color: #000;
          text-decoration: none !important;
          animation: shine 1s;
        }
        &::before {
          content: "";
          position: absolute;
          top: 0;
          /* left: -75%; */
          z-index: 2;
          display: block;
          content: '';
          width: 50%;
          height: 100%;
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
          transform: skewX(-25deg);
        }
        img {
          width: 100%;
          min-height: 100%;
          height: auto;
          object-fit: cover;
        }
      }
    }
  }
  .chuyenmuc_meta {
    background-color: #c8ffc5;
    padding: 0px 15px 30px;
    .icon_product {
      border-radius: 50%;
      transform: translateY(-50%);
      display: block;
      margin: 0 auto -10px;
      width: max-content;
      overflow: hidden;
      a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        width: 100px;
        height: 100px;
        background-color: #fff;
        img {
          width: 100%;
          min-height: 100%;
          height: auto;
          object-fit: scale-down;
          display: block;
          max-width: 100%;
        }
      }
    }
    .cate_list_title {
      a {
        font-size: 21px;
        font-weight: 600;
        text-align: center;
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        outline: none !important;
        color: #000;
        transition: .3s;
        background: transparent;
        color: #008f46;
      }
    }
  }
}

.elements-area {
  overflow: hidden;
  margin-top: 100px;
  @media only screen and (max-width: 767px) {
    margin-top: 50px;
  }
  #title-product {
    text-transform: uppercase;
    font-weight: 700;
  }
  #element-product {
    display: flex;
    justify-content: space-around;
    @media only screen and (max-width: 959px) {
      flex-direction: column;
      .ml20 {
        margin-left: 20px;
      }
      img {
        margin-bottom: 20px;
      }
    }
    .element-tabs-content {
      li {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 500;
      }
    }
  }
  .main-sidebar {
    background-color: #008f46;
    border-radius: 30px;
    margin-right: 24px;
    height: 433px;
    @media only screen and (max-width: 767px) {
      display: none;
    }
    h3 {
      text-align: center;
      color: white;
      font-weight: 700;
    }
    .sidebar-content{
      margin-left: 10px;
      a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
      }
      img {
        background-color: white;
        padding: 6px;
        border-radius: 50%;
      }
      p {
        color: white;
        font-size: 18px;
        margin-bottom: 0;
        margin-left: 20px;
        font-weight: 600;
        line-height: 1;
        &:hover,
        &:active {
          color: #00ff72;
        }
      }
    }
  }
}

.blog-area {
  &.mt-custom-50 {
    margin-top: 100px;
    @media only screen and (max-width: 767px) {
      margin-top: 50px;
    }
  }
  .row {
    justify-content: space-evenly;
    .single-blog-area {
      flex-direction: column;
      @media only screen and (max-width: 767px) {
        flex-direction: column;
      }
      @media only screen and (min-width: 768px) and (max-width: 959px) {
        flex-direction: row;
      }
    }
    .blog-thumbnail {
      max-width: 300px;
      width: 300px;
      margin-right: 0;
      @media only screen and (max-width: 767px) {
        max-width: 100%;
        width: 100%;
        img {
          @media only screen and (max-width: 767px) {
            width: 100%;
          }
        }
      }
      @media only screen and (min-width: 768px) and (max-width: 959px)  {
        margin-right: 30px;
      }
    }
    .blog-content {
      .post-title {
        text-transform: uppercase;
      }
    }
  }
  p {
    text-align: justify;
  }
}

.elements-area {
  .blog-content {
    h3 {
      text-transform: uppercase;
    }
    a {
      color: #2d7bdb;
    }
    p {
      font-size: 16px;
      text-align: justify;
    }
    img {
      width: 100%;
    }
    ul {
      margin-left: 20px;
      li {
        list-style: disc;
        p {
          margin-bottom: 0;
        }
      }
    }
  }
  .blogContent {
    p {
      text-align: justify;
    }
  }
}

.contact-area {
  .contact-logo {
    margin-bottom: 10px;
    p {
      text-align: justify;
    }
  }
  .contact-social-info {
    margin-bottom: 20px;
    justify-content: center;
  }
}

.hero-area {
  .one-slide {
    @media only screen and (max-width: 767px) {
      height: 200px;
      background-image: url('img/core-img/slide-3.webp');
      background-repeat: no-repeat;
      width: 100%;
      object-fit: cover;
      background-size: cover;
    }
    img {
      background-repeat: no-repeat;
      height: 850px;
      width: 100%;
      object-fit: cover;
      background-size: cover;
      @media only screen and (min-width: 992px) and (max-width: 1199px)  {
        height: 650px;
      }
      @media only screen and (min-width: 768px) and (max-width: 991px)  {
        height: 600px;
      }
      @media only screen and (max-width: 767px) {
        display: none;
      }
    }
    &.slide-2 {
      background-image: url('img/core-img/slide-2.webp');
    }
  }
  .hero-contact {
    background: #0f53a7;
    .custom-hero {
      i {
        font-size: 2.5em;
        color: white;
      }
      .text-hero {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        word-break: break-all;
        h5 {
          color: white;
          margin-bottom: 0;
        }
        p {
          color: white;
          margin-bottom: 0;
          @media only screen and (max-width: 767px) {
            line-height: 1.5;
          }
        }
      }
    }
  }
  @media only screen and (min-width: 540px)  {
    .container {
      display: flex;
      justify-content: space-evenly;
    }
    .custom-hero {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 16px 0;
      i {
        margin-right: 30px;
      }
      .text-hero {
        font-size: 15px;
      }
    }
  }
  @media only screen and (max-width: 539px)  {
    .container {
      display: flex;
      flex-direction: column;
    }
    .custom-hero {
      margin: 8px 0;
      display: inline-flex;
      i {
        width: 60px;
      }
      .text-hero {
        h5 {
          font-size: 14px;
        }
        p {
          font-size: 12px;
        }
      }
    }
  }
}

.contact-form-area {
  .error {
    color: rgb(224, 86, 86);
  }
}

.product-feature-area {
  margin-bottom: 100px;
  @media only screen and (max-width: 991px)  {
    margin-bottom: 0;
  }
}

.imgWidget {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 15px;
  hr {
    position: absolute;
    border-top: 2px solid #FFBA70;
    width: 207px;
  }
}

.breakpoint-on .classynav ul li a {
  background-color: #0f53a7;
}

.classy-navbar-toggler .navbarToggler span {
  background-color: white;
}

.contact-area {
  .why-baogia {
    margin-top: 15px;
    p {
      margin-bottom: 8px;
    }
  }
  .why-end {
    margin-top: 15px;
    p {
      margin-bottom: 0;
      color: rgb(252, 49, 126);
      font-weight: 700;
    }
  }
}

#contact-module {
  position: fixed; /* Cố định vị trí trên màn hình */
  bottom: 20px;    /* Cách đáy màn hình 20px */
  right: 20px;     /* Cách phải màn hình 20px */
  z-index: 1000;   /* Đảm bảo hiển thị trên các thành phần khác */
  display: flex;       /* Sắp xếp các icon theo hàng ngang */
  flex-direction: column;
  @media (min-width: 769px) { 
    display: none;
  }
}

.contact-icon {
  width: 50px;   /* Kích thước icon */
  height: 50px;
  border-radius: 50%; /* Tạo hình tròn */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px; /* Khoảng cách giữa các icon */
}

.contact-icon img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}


@media (max-width: 768px) {
  #contact-module {
    bottom: 80px;
    right: 26px;
  }

  .contact-icon {
    width: 46px;
    height: 46px;
  }

  .contact-icon img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
  }
}