:root {
  --green: #00d387;
  --white: white;
  --dark-blue: #5a6cdd;
  --black: black;
  --green-2: #2aac4a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  font-family: Noto Sans Thai, sans-serif;
}

.overflow {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.container-bg-video {
  max-width: 100%;
}

.background-video {
  width: 100%;
  height: 100vh;
}

.navbar {
  z-index: 999;
  background-color: #00d38700;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0% 0% auto;
}

.container-navbar {
  max-width: 1400px;
  padding: 8px 20px;
}

.image {
  width: 65px;
  height: auto;
}

.nav-link {
  color: var(--white);
  padding: 5px 10px;
  font-size: 18px;
  line-height: 24px;
  transition: all .2s;
}

.nav-link:hover, .nav-link.w--current {
  background-color: var(--white);
  color: var(--green);
  border-radius: 7px;
}

.nav-link.hidden {
  display: none;
}

.navber-flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  color: var(--white);
  padding: 5px 30px 5px 10px;
  font-size: 18px;
  line-height: 24px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  background-color: var(--white);
  color: var(--green);
  border-radius: 7px;
}

.icon {
  margin-right: 10px;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 14px;
  box-shadow: 0 2px 5px #00000026;
}

.dropdown-link {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  transition: all .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--green);
}

.banner-home {
  position: relative;
}

.link-block-line {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--green);
  color: #fff;
  text-align: left;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 13px 25px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-block-line:hover {
  transform: scale(1.1);
}

.link-block-line.blue {
  background-color: var(--dark-blue);
}

.link-block-line.blue:where(.w-variant-e3c589c1-9098-4385-e2de-86650b991c89) {
  border: 2px solid var(--white);
  background-color: #fff0;
}

.link-block-line.line {
  background-color: #06c755;
  justify-content: center;
  align-items: center;
}

.link-block-line.line:where(.w-variant-302f512b-2cb3-5ab0-e63c-f08ded0666cc) {
  background-color: #06c755;
}

.sub-paragraph-banner-home {
  color: var(--green);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.dropdown-list-5 {
  background-color: var(--green);
}

.dropdown-list-5.w--open {
  background-color: var(--green);
  border-radius: 10px;
  top: 105%;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list-5.blue.w--open {
  background-color: var(--dark-blue);
}

.dropdown-contact {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 22px;
}

.dropdown-link-contact {
  color: var(--white);
  transition: all .3s;
}

.dropdown-link-contact:hover {
  color: #333;
}

.heading-banner-home {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 62px;
}

.icon-contact {
  filter: invert();
  width: 25px;
  height: auto;
}

.icon-contact:where(.w-variant-e3c589c1-9098-4385-e2de-86650b991c89) {
  filter: invert();
}

.div-block-group-head-banner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.container-text-banner {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-text-banner-home {
  z-index: 99;
  margin-bottom: 20px;
  position: relative;
}

.button-contact {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-banner-home {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.dropdown-toggle-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-blue);
  color: #fff;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 13px 25px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-toggle-5:where(.w-variant-e3c589c1-9098-4385-e2de-86650b991c89) {
  border: 2px solid var(--white);
  background-color: var(--white);
}

.dropdown-toggle-5:hover {
  transform: scale(1.1);
}

.container-banner-home {
  z-index: 20;
  background-image: linear-gradient(45deg, #00131ef2, #26364080 60%, #fff0);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-button-contact {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-button-contact:where(.w-variant-e3c589c1-9098-4385-e2de-86650b991c89) {
  color: var(--green);
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.div-block-co-ltd {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-line-home {
  background-color: var(--green);
  width: 2px;
  height: 35px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr 1fr;
}

.en {
  font-family: Poppins, sans-serif;
}

.en.color {
  color: var(--green);
}

.en.color-tg {
  background-image: linear-gradient(180deg, var(--dark-blue), var(--green));
  color: var(--green);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.en.inline-break-span {
  display: inline-block;
}

.div-block-sub-home {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid #fff3;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.div-block-sub-home.no-line {
  border-right-style: none;
}

.icon-sub-home {
  filter: invert();
  width: 25px;
  height: auto;
}

.paragraph-sub-home {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-sub-icon-home {
  border: 2px solid #ffffff4d;
  border-radius: 1000px;
  padding: 10px;
}

.heading-sub-home {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-sub-text-home {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-service-home {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-6 {
  z-index: 20;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.service-home {
  margin-top: -126px;
  display: flex;
}

.image-service-home {
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
  height: auto;
}

.heading-service-home {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-service-home {
  color: #858585;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.icon-service-home {
  width: 45px;
  height: auto;
}

.div-icon-service-home {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.icon-service {
  width: 30px;
  height: auto;
}

.div-content-service-home {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.link-service-home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  color: #333;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.link-service-home:hover {
  transform: scale(1.05);
}

.why-tg-solar {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-why-tg-solar {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.heading-page {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.heading-page.white {
  color: var(--white);
}

.heading-page.align {
  text-align: left;
}

.heading-page.no-margin {
  margin-top: 0;
}

.sub-paragraph {
  border: 1.5px solid var(--green);
  color: var(--green);
  text-align: center;
  text-transform: uppercase;
  background-color: #00d38708;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 6px 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  box-shadow: 0 2px 5px #0000000d;
}

.sub-paragraph.white {
  border-color: var(--white);
  color: var(--white);
  background-color: #ffffff08;
  display: inline-block;
}

.sub-paragraph.th {
  font-family: Noto Sans Thai, sans-serif;
}

.div-why-tg-solar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 2px solid #ececece6;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-why-tg-solar.no-line {
  border-right-style: none;
}

.icon-why-tg-solar {
  width: 45px;
  height: auto;
}

.paragraph-why-tg-solar {
  color: #858585;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-why-tg-solar {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
}

.div-head-page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.container-our-service {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.our-service {
  background-color: #0a141f;
  background-image: linear-gradient(90deg, #0a141f66, #0a141f66 50%, #0a141f66), url('../images/bg-sec-service.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-17934 {
  background-color: var(--dark-blue);
  border-radius: 1000px;
  padding: 15px;
}

.div-block-17934.green {
  background-color: var(--green);
}

.image-17817 {
  filter: invert();
  width: 35px;
  height: auto;
  transform: translate(0);
}

.div-head-our-service {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-10 {
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.paragraph-our-service {
  color: #858585;
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.div-our-service-see-more {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-our-service-see-more {
  width: 15px;
  height: auto;
}

.paragraph-our-service-see-more {
  color: var(--dark-blue);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-our-service-see-more.green {
  color: var(--green);
}

.div-button-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-button-cta:where(.w-variant-302f512b-2cb3-5ab0-e63c-f08ded0666cc) {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.div-button-cta:where(.w-variant-e3c589c1-9098-4385-e2de-86650b991c89) {
  margin-top: 20px;
}

.projects-home {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-projects-home {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-projects-home {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-project {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.paragraph-project {
  color: #858585;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.grid-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-cv-project {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.div-content-project {
  background-image: linear-gradient(#0a141f00 45%, #0a141f);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-tag-project {
  background-color: var(--green);
  background-image: linear-gradient(90deg, var(--dark-blue), var(--green) 98%);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 24px;
  padding: 5px 15px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.heading-projects {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.icon-location {
  width: 20px;
  height: auto;
}

.location-project {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-location {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.div-see-more-project {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-see-more-project {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.icon-see-more-project {
  width: 20px;
  height: auto;
}

.link-project {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.container-partner-brands {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.partner-brands {
  background-image: linear-gradient(#fff, #fff0 20%), url('../images/bg-sec-tg-engineer.avif');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-page {
  color: #858585;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 260px;
  padding-right: 260px;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-page.padding {
  padding-left: 340px;
  padding-right: 340px;
}

.paragraph-page.white {
  color: var(--white);
  padding-left: 170px;
  padding-right: 170px;
  font-weight: 300;
}

.paragraph-page.no-padding {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 24px;
}

.grid-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-partner-brand {
  border-radius: 14px;
  width: 100%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s;
}

.logo-partner-brand:hover {
  transform: scale(1.1);
}

.div-partner-brands {
  background-color: var(--white);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 18.7%;
  height: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.products {
  padding-top: 100px;
}

.container-products {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.slide {
  text-align: center;
  width: 24%;
  height: auto;
  margin-right: 20px;
}

.slider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.mask {
  width: 100%;
  height: auto;
}

.lightbox-product {
  border-radius: 14px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.image-product {
  border-radius: 14px;
  width: 100%;
  height: auto;
  transition: all .2s;
}

.image-product:hover {
  transform: scale(1.1);
}

.container-13 {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.container-one-stop-service {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
}

.div-bg-one-stop-service {
  background-image: linear-gradient(130deg, var(--green), var(--dark-blue) 72%);
  border-radius: 24px;
  box-shadow: 0 2px 5px #0003;
}

.div-content-one-stop-service {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.heading-one-stop-service {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
}

.heading-sub-one-stop-service {
  color: var(--white);
  margin-top: 5px;
  font-weight: 600;
}

.image-one-stop-service {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  width: 100%;
  height: auto;
}

.div-image-one-stop-service {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  position: relative;
}

.div-img-one-stop-service {
  position: absolute;
  inset: auto 0% 0% -18%;
}

.img-one-stop-service {
  filter: drop-shadow(0 2px 5px #0003);
  width: 363px;
  height: auto;
}

.one-stop-service {
  padding-top: 100px;
}

.paragraph-one-stop-service {
  color: var(--white);
  margin-bottom: 0;
  padding-right: 145px;
  font-size: 16px;
  line-height: 22px;
}

.div-service-one-stop-service {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -21%;
  transform: skew(-12deg);
}

.div-sub-one-stop-service {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 95px;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 2px 5px #00000026;
}

.icon-one-stop-service {
  width: 35px;
  height: auto;
}

.paragraph-sub-one-stop-service {
  color: var(--green);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.paragraph-sub-one-stop-service.blue {
  color: var(--dark-blue);
}

.paragraph-sub-one-stop-service.blue-1 {
  color: #2f9db4;
}

.container-our-video {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.our-video {
  background-image: linear-gradient(#fff0 80%, #fff), linear-gradient(#fff, #fff0 10%), linear-gradient(#fff9, #fff9), url('../images/bg-sec-vdo.avif');
  background-position: 0 0, 0 0, 0 0, 50% 0;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  padding-top: 100px;
}

.grid-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-cv-our-video {
  width: 100%;
  height: auto;
}

.div-icon-play {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-icon-play:hover {
  transform: scale(1.1);
}

.icon-play {
  background-color: #0000004d;
  border-radius: 1000px;
  width: 70px;
  height: auto;
  box-shadow: 0 2px 5px #0003;
}

.div-our-video {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.container-contact-form {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-bg-contact-form {
  background-image: linear-gradient(135deg, #5a6cdde6, #00d387f2), url('../images/bg-form.avif');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border-radius: 20px;
}

.div-content-contact-form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.heading-contact-form {
  color: var(--white);
  margin-top: 10px;
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
}

.paragraph-contact-form {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.div-contact-form {
  border-radius: 24px;
  margin-top: -80px;
  margin-bottom: -80px;
  padding: 40px;
}

.div-bg-form {
  background-color: #0a141f;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 2px 5px #0003;
}

.container-footer {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer {
  background-color: #0a141f;
  background-image: linear-gradient(90deg, #0a141fcc, #0a141f 50%, #0a141fcc), url('../images/bg-footer.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 60px;
  padding-bottom: 20px;
}

.logo-footer {
  width: 80px;
  height: auto;
}

.logo-footer.width {
  width: 45px;
}

.div-footer {
  border-right: 1.5px solid #ffffff14;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr .75fr 1fr;
}

.heading-co-ltd-footer {
  color: var(--green);
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-co-ltd-footer {
  color: var(--white);
  margin-bottom: 10px;
  padding-right: 10px;
}

.div-sub-footer {
  border-right: 1.5px solid #ffffff14;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-sub-footer.no-line {
  border: 1px #000;
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-footer {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.copyright {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.code-copyright {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.icon-footer {
  width: 20px;
  height: auto;
}

.dropdown-toggle-6 {
  color: var(--white);
  padding: 0 40px 0 0;
}

.div-dropdown-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-dropdown-footer.align {
  border-bottom: 1px solid #e7e7e7;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
}

.dropdown-list-6.w--open {
  background-color: var(--green);
  border-radius: 6px;
}

.dropdown-link-2 {
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
  transition: all .2s;
}

.dropdown-link-2:hover {
  color: #333;
}

.div-cotent-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-footer:hover {
  color: var(--green);
}

.link-footer.align {
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-footer {
  margin-bottom: 0;
}

.dropdown-4 {
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  transition: all .3s;
  display: flex;
}

.link-block-wedgets {
  color: #000;
  border-radius: 100px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .3s;
}

.link-block-wedgets:hover {
  transform: scale(1.1);
}

.dropdown-list-3.w--open {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 0% 100%;
}

.image-17866 {
  filter: invert();
  width: 25px;
  height: auto;
}

.dropdown-toggle-3 {
  background-image: linear-gradient(135deg, var(--dark-blue), var(--green));
  border-radius: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-toggle-3:hover {
  transform: scale(1.1);
}

.dropdown-toggle-3.w--open {
  justify-content: center;
  align-items: center;
  display: flex;
}

.widgets-contact {
  z-index: 99998;
  text-align: center;
  border-radius: 24px;
  margin-bottom: 20px;
  margin-right: 15px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.dropdown-link-3 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
  transition: all .3s;
}

.dropdown-link-3:hover {
  color: #333;
}

.dropdown-list-4 {
  inset: 0% auto auto 0%;
}

.dropdown-list-4.w--open {
  background-image: linear-gradient(135deg, var(--dark-blue), var(--green));
  border-radius: 10px;
  inset: auto 105% auto auto;
  box-shadow: 0 2px 5px #0000001a;
}

.dropdown-3 {
  background-color: var(--green);
  border-radius: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.card-icon-contact {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: linear-gradient(135deg, var(--dark-blue), var(--green));
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-cta {
  background-image: linear-gradient(135deg, var(--dark-blue), var(--green));
  color: #fff;
  text-align: center;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003;
}

.image-logo-wedgets {
  filter: invert();
  width: 40px;
  height: auto;
  transition: opacity .2s;
}

.dropdown-toggle-4 {
  background-image: linear-gradient(135deg, var(--dark-blue), var(--green));
  border-radius: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle-4:hover {
  transform: scale(1.1);
}

.slide-nav {
  font-size: 12px;
  inset: auto 0% -10%;
}

.ev-charger-home {
  background-image: linear-gradient(100deg, var(--dark-blue), #1db2a2 27%, #00d387 41%, #00d38700 70%), url('../images/bg-ev-tg.avif');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-26 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.div-tag-name-product {
  background-image: linear-gradient(135deg, var(--dark-blue), var(--green));
  border-radius: 1000px;
  margin-top: 10px;
  padding: 5px 20px;
  display: inline-block;
}

.container-ev-charger-home {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.heading-ev-charger {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.paragraph-ev-charger-home {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-ev-charger-home-1 {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.grid-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.div-sub-ev-charger-home {
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 22px 20px 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-sub-ev-charger-home:hover {
  transform: scale(1.05);
}

.paragraph-sub-ev-charger-home {
  color: #333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.image-sub-ev-charger-home {
  width: 50px;
  height: auto;
}

.free-site-survey {
  background-image: linear-gradient(135deg, #00d38780, #00d38726), url('../images/bg-team-cta-footer.avif');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.container-free-site-survey {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.heading-free-site-survey {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.image-free-site-survey {
  filter: drop-shadow(5px 0 5px #0003);
  width: 100%;
  height: auto;
}

.div-image-free-site-survey {
  margin-top: -40px;
}

.div-block-17969 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.paragraph-free-site-survey {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.link-our-service {
  background-image: linear-gradient(90deg, #fff 50%, #ffffff1a 85%), url('../images/tg-service-h-1.avif');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border-radius: 20px;
  padding: 40px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.link-our-service:hover {
  transform: scale(1.05);
}

.link-our-service.s1 {
  background-image: linear-gradient(90deg, #fff 50%, #ffffff1a 85%), url('../images/tg-service-h-2.avif');
  background-position: 0 0, 80%;
}

.link-our-service.s2 {
  background-image: linear-gradient(90deg, #fff 50%, #ffffff1a 85%), url('../images/tg-service-h-3.avif');
}

.link-our-service.s3 {
  background-image: linear-gradient(90deg, #fff 50%, #ffffff1a 85%), url('../images/tg-service-h-4.avif');
  background-position: 0 0, 50%;
}

.heading-form {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.heading-form.align {
  text-align: left;
}

.heading-form.align.color-text {
  color: #333;
}

.paragraph-form {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.link-logo {
  background-color: var(--white);
  border-radius: 8px;
  padding: 10px;
}

.link-logo.padding {
  padding: 8px;
}

.dropdown-5-copy {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 22px;
}

.dropdown-toggle-5-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--green);
  color: #fff;
  border-radius: 1000px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-toggle-5-copy:where(.w-variant-e3c589c1-9098-4385-e2de-86650b991c89) {
  border: 2px solid var(--white);
  background-color: var(--white);
}

.dropdown-toggle-5-copy:hover {
  transform: scale(1.1);
}

.icon-contact-navbar {
  filter: invert();
  width: 35px;
  height: auto;
}

.icon-contact-navbar:where(.w-variant-e3c589c1-9098-4385-e2de-86650b991c89) {
  filter: invert();
}

.icon-contact-navbar.no-filter, .icon-contact-navbar.no-filter:where(.w-variant-e3c589c1-9098-4385-e2de-86650b991c89) {
  filter: none;
}

.div-icon-contact-navbar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-icon-contact-navbar {
  background-color: #06c755;
  border-radius: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-icon-contact-navbar.fb {
  background-color: #1877f2;
}

.link-icon-contact-navbar.tt {
  background-color: var(--black);
}

.div-content-content-us {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-21 {
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-logo-tg-solar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.head-page {
  background-image: linear-gradient(#0a141f99, #0a141f00 20%), linear-gradient(135deg, #0a141fb3 10%, #0a141f80 45%, #0a141f00 75%), url('../images/bg-about-us-banner.avif');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  padding-top: 200px;
  padding-bottom: 140px;
}

.head-page.solar-cell {
  background-image: linear-gradient(#0a141f99, #0a141f00 20%), linear-gradient(135deg, #0a141fb3 10%, #0a141f80 45%, #0a141f00 75%), url('../images/bg-solar-cover-main.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.head-page.project {
  background-image: linear-gradient(#0a141f99, #0a141f00 20%), linear-gradient(135deg, #0a141fb3 10%, #0a141f80 45%, #0a141f00 75%), url('../images/bg-sec-about-2.avif');
  background-position: 0 0, 0 0, 0 90%;
}

.head-page.contact-us {
  background-image: linear-gradient(#0a141f99, #0a141f00 20%), linear-gradient(135deg, #0a141fb3 10%, #0a141f80 45%, #0a141f00 75%), url('../images/bg-contact-us.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.head-page.blog {
  background-image: linear-gradient(#0a141f99, #0a141f00 20%), linear-gradient(135deg, #0a141fb3 10%, #0a141f80 45%, #0a141f00 75%), url('../images/bg-bn-blog.avif');
  background-position: 0 0, 0 0, 50%;
}

.head-page.ev-charger-bn {
  background-image: linear-gradient(#0a141f99, #0a141f00 20%), linear-gradient(135deg, #0a141fb3 10%, #0a141f80 45%, #0a141f00 75%), url('../images/bg-bn-ev-charger.avif');
  background-position: 0 0, 0 0, 50%;
}

.container-head-page {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.heading-head-page {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
}

.paragraph-head-page {
  color: var(--white);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-head-page.big {
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
}

.container-about-us {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-us {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-about-us {
  color: #858585;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 24px;
}

.div-content-about-us {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-sub-about-us {
  border: 1px solid var(--green);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-sub-about-us:hover {
  transform: scale(1.05);
}

.icon-about-us {
  width: 50px;
  height: auto;
}

.heading-sub-about {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-sub-about-us {
  color: #858585;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.container-our-team {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.our-team {
  background-image: linear-gradient(135deg, #00d3874d, #5a6cdd4d), url('../images/bg-sec-about.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 30px;
}

.image-our-team {
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin-top: -20px;
}

.div-our-team {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff9;
  border: 2px solid #ffffff4d;
  border-radius: 20px;
  margin-top: 20px;
  position: relative;
  box-shadow: 4px 4px 5px #00d38780;
}

.div-tag-name-our-team {
  background-color: var(--white);
  border-radius: 14px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.div-tag-name-our-team.margin {
  margin-bottom: 20px;
  margin-left: 350px;
  margin-right: 350px;
}

.heading-name-our-team {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-our-team {
  color: #858585;
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.image-team {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.our-process {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-our-process {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-our-process {
  border: 1px solid var(--green);
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 3px #0003;
}

.div-our-process:hover {
  transform: scale(1.05);
}

.grid-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.div-icon-our-process {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-icon-number {
  background-color: var(--green);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.paragraph-icon-number {
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-our-process {
  color: #858585;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.icon-process {
  width: 50px;
  height: auto;
}

.div-bg-team {
  background-image: linear-gradient(#0000 60%, #0006);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.heading-our-process {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.div-content-process {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-sub-about-us {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.container-solar-cell-package {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.solar-cell-package {
  background-image: url('../images/bg-solar-cell-pg.avif');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-span {
  color: var(--green);
  font-size: 54px;
  line-height: 60px;
}

.div-line-project {
  background-color: #ffffff1c;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-32 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
  margin-bottom: 60px;
}

.div-solar-cell-package {
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-solar-cell-package.big {
  position: relative;
  transform: scale(1.1);
}

.div-solar-cell-package.small {
  border-radius: 20px;
  transform: scale(.95);
}

.image-solar-cell-package {
  object-fit: cover;
  width: 100%;
  height: 380px;
  transition: all .3s;
}

.image-solar-cell-package:hover {
  transform: scale(1.05);
}

.lightbox-solar-cell-package {
  border-radius: 14px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.div-rec {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: linear-gradient(135deg, var(--dark-blue), var(--green));
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  display: flex;
  position: absolute;
  inset: -6% auto auto 29%;
  box-shadow: 0 2px 5px #0003;
}

.div-rec.color {
  background-color: var(--green);
  background-image: none;
  padding-left: 20px;
  padding-right: 20px;
  inset: auto auto -8% 28%;
}

.paragraph-rec {
  color: var(--white);
  margin-bottom: 0;
}

.image-17882 {
  filter: invert();
  width: 20px;
  height: auto;
}

.payment-promotions {
  background-image: linear-gradient(#00d387b3, #00d387b3), url('../images/bg-solar-cell-1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-payment-promotions {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
}

.heading-payment-promotions {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.heading-payment-promotions.color {
  color: #333;
}

.heading-payment-promotions.no-margin {
  margin-bottom: 0;
}

.div-payment-promotions {
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-payment-promotions:hover {
  transform: scale(1.05);
}

.icon-payment-promotions {
  filter: drop-shadow(0 2px 5px #5a6cdd66);
  width: 100px;
  height: auto;
}

.heading-sub-payment-promotions {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-18006 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.projects {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-projects {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-payment {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.div-margin {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
}

.warranty {
  background-image: linear-gradient(180deg, #fff0 35%, var(--white) 61%), url('../images/bg-solar-cell-2.avif');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-warranty {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-green {
  color: var(--green);
  display: block;
}

.paragraph-sub-warranty {
  color: #858585;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.grid-35 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-warranty {
  border: 1px solid var(--green);
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px 1px #00d38733;
}

.div-warranty.blue {
  border-color: var(--dark-blue);
  box-shadow: 0 2px 5px 1px #5a6cdd33;
}

.icon-warranty {
  filter: drop-shadow(0 2px 5px #00d3874d);
  width: 80px;
  height: auto;
}

.icon-warranty.shadow {
  filter: drop-shadow(0 2px 5px #5a6cdd4d);
}

.paragraph-warranty {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-number-warranty {
  color: var(--green);
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 700;
  line-height: 68px;
}

.paragraph-number-warranty.blue {
  color: var(--dark-blue);
}

.div-bg-warranty {
  background-color: #fff9;
  border-radius: 22px;
  flex-flow: column;
  padding: 4px;
  transition: all .2s;
  box-shadow: 0 2px 5px #0000001a;
}

.div-bg-warranty:hover {
  transform: scale(1.05);
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.container-faqs {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-stripe-2 {
  background-color: var(--green);
  width: 100%;
  height: 2px;
  position: absolute;
}

.c-faq {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.faq-vesta {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.card-condition-services {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.card-condition-services.faq-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding: 0;
  display: block;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  position: relative;
}

.card-faqs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.section-faqs {
  padding-top: 100px;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-a-text {
  padding: 20px;
}

.c-faq-q {
  align-items: center;
  font-size: 1.2px;
  line-height: 1.6px;
  display: flex;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
}

.c-faq-item {
  border-bottom: 1px solid #00d3871a;
  border-left: 3px solid var(--green);
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-q-text-3 {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-stripe-1 {
  background-color: var(--green);
  width: 2px;
  height: 100%;
}

.color {
  color: var(--green);
}

.container-ev-charger {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-41 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.div-content-ev-charger {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-ev-charger {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.div-block-18020 {
  margin-top: 20px;
}

.heading-sub-ev-charger {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-sub-ev-charger {
  color: #858585;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.div-line-green {
  background-color: var(--green);
  width: 100%;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-ev-charger {
  border-radius: 24px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-tag-ev-charger {
  background-image: linear-gradient(135deg, var(--green), var(--dark-blue));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 16px;
  padding: 20px;
  display: block;
  position: absolute;
  inset: auto auto -5% -5%;
  box-shadow: 0 2px 5px #0003;
}

.heading-tag-ev-charger {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.size {
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.container-ev-charger-solution {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.ev-charger-solution {
  background-image: linear-gradient(180deg, #fff, #0000 20%, #ffffff26 75%, var(--white)), url('../images/bg-ev-sv-sec.avif');
  background-position: 0 0, 60% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-42 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-bottom: 20px;
}

.div-line-gradient {
  background-color: var(--green);
  background-image: linear-gradient(90deg, var(--green), var(--dark-blue));
  width: 150px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-43 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-ev-charger-solution {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-ev-charger-solution:hover {
  transform: scale(1.05);
}

.div-head-ev-charger-solution {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-icon-ev-charger-solution {
  background-image: linear-gradient(135deg, var(--green), var(--dark-blue));
  border-radius: 1000px;
  padding: 15px;
}

.icon-ev-charger-solution {
  filter: invert();
  width: 40px;
  height: auto;
}

.heading-ev-charger-solution {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.div-head-ev-solution {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-line-ev-charger-solution {
  background-color: var(--green);
  width: 50%;
  height: 2px;
}

.container-installation-process {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.installation-process {
  padding-top: 60px;
  padding-bottom: 120px;
}

.grid-44 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.div-installation-process {
  border: 1px solid var(--green);
  background-color: var(--white);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0000001a;
}

.div-installation-process:hover {
  transform: scale(1.05);
}

.icon-installation-process {
  width: 60px;
  height: auto;
}

.heading-installation-process {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-ev-charger-solution {
  color: #858585;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.div-number-installation-process {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--green);
  border-radius: 1000px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: -10% auto auto 44%;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-number-installation-process {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.container-our-project {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.our-project {
  padding-top: 100px;
}

.grid-45 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-projects {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: auto;
  display: block;
}

.div-filter-bg-project {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#0a141fe6, #0a141f00 45%);
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-name-project {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.div-projects {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-name-project {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-filter-project {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.link-filter-project {
  background-color: var(--green);
  border-radius: 1000px;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 2px 5px #0000001a;
}

.link-filter-project:hover {
  transform: scale(1.1);
}

.paragraph-filter-project {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.paragraph-filter-project.th {
  font-family: Noto Sans Thai, sans-serif;
}

.container-content-us {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.content-us {
  background-image: linear-gradient(270deg, #fff3, #fff0 20%), linear-gradient(90deg, #fff3, #fff0 20%), linear-gradient(#fff0 80%, #ffffffe6), linear-gradient(#ffffff4d, #ffffff4d), linear-gradient(#ffffffe6, #fff0 20%), url('../images/bg-sec-vdo.avif');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-46 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-contact-us-form {
  background-color: #0a141f;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 30px 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-all-content-us {
  background-color: var(--white);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-toggle-6-copy {
  padding: 0 40px 0 0;
  font-size: 18px;
  line-height: 24px;
}

.link-contact-us {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  border-bottom: 1px solid #e7e7e7;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-contact-us:hover {
  color: var(--green);
}

.div-content-us {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.icon-content-us {
  width: 30px;
  height: auto;
}

.heading-content-us {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.heading-content-us.th {
  font-family: Noto Sans Thai, sans-serif;
}

.div-icon-content-us {
  background-color: var(--white);
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.div-line-content-us {
  background-color: var(--green);
  background-image: linear-gradient(90deg, var(--green), var(--dark-blue));
  width: 150px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.icon-see-more-projects {
  width: 30px;
  height: auto;
}

.link-our-video {
  position: relative;
}

.lightbox-project {
  border-radius: 20px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.div-flex-head {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-3 {
  filter: drop-shadow(0 2px 5px #00000080);
  font-size: 30px;
}

.text-span-5 {
  display: inline-block;
}

.div-bg-ev-charger-solution {
  background-color: var(--white);
  border-radius: 1000px;
  padding: 3px;
  box-shadow: 0 2px 5px #0003;
}

.color-green {
  color: var(--green);
}

.div-content-why-tg-solar {
  display: block;
}

.div-team {
  border: 2px solid #ffffff4d;
  border-radius: 20px;
  margin-top: 20px;
  position: relative;
  box-shadow: 0 2px 5px #00d38780;
}

.div-head-warranty {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ev-charger {
  padding-top: 100px;
  padding-bottom: 80px;
}

.blogs {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-blogs {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-flex-head-free-survey {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inline-break-span {
  display: inline-block;
}

.heading-head-page.small {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.page-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  max-width: 1200px;
}

.keyword-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.keyword-heading {
  font-weight: 600;
}

.keyword-list {
  padding-left: 20px;
  font-size: 23px;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .background-video {
    height: 85vh;
  }

  .navbar {
    background-color: var(--green);
    position: fixed;
    inset: 0% 0% auto;
  }

  .image {
    width: 60px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link:hover, .nav-link.w--current {
    border-radius: 0;
  }

  .nav-menu {
    background-color: var(--green);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-toggle:hover {
    border-radius: 0;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .dropdown-list.w--open {
    border-radius: 0;
  }

  .banner-home {
    margin-top: 75px;
  }

  .dropdown-list-5.w--open {
    background-color: var(--dark-blue);
  }

  .heading-banner-home {
    font-size: 46px;
    line-height: 56px;
  }

  .div-block-group-head-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-text-banner {
    justify-content: center;
    align-items: stretch;
  }

  .grid-2 {
    grid-template-columns: 1.5fr;
  }

  .grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-home {
    margin-top: -100px;
  }

  .image-service-home {
    height: 100%;
  }

  .why-tg-solar {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-page {
    font-size: 32px;
    line-height: 38px;
  }

  .sub-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .div-why-tg-solar.no-line-2 {
    border-right-style: none;
  }

  .our-service {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 30px;
  }

  .projects-home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-projects-home {
    margin-bottom: 20px;
  }

  .heading-project {
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph-project {
    font-size: 16px;
    line-height: 22px;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-projects {
    font-size: 20px;
    line-height: 26px;
  }

  .partner-brands {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-page {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-page.padding, .paragraph-page.white {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .logo-partner-brand {
    border-radius: 10px;
  }

  .div-partner-brands {
    border-radius: 10px;
    width: 23%;
  }

  .products {
    padding-top: 60px;
  }

  .slide {
    width: 31.5%;
  }

  .grid-12 {
    grid-template-columns: 1.5fr 1fr;
  }

  .div-bg-one-stop-service {
    border-radius: 20px;
  }

  .div-content-one-stop-service {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .heading-one-stop-service {
    font-size: 40px;
  }

  .heading-sub-one-stop-service {
    margin-top: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .image-one-stop-service {
    object-fit: cover;
    object-position: 0% 50%;
    height: 100%;
  }

  .div-img-one-stop-service {
    left: -41%;
  }

  .img-one-stop-service {
    width: 250px;
  }

  .one-stop-service {
    padding-top: 60px;
  }

  .paragraph-one-stop-service {
    padding-right: 140px;
  }

  .div-service-one-stop-service {
    display: none;
    right: -2%;
  }

  .our-video {
    padding-top: 60px;
  }

  .icon-play {
    width: 55px;
  }

  .div-our-video {
    border-radius: 14px;
  }

  .contact-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-14 {
    grid-template-columns: 1fr;
  }

  .div-content-contact-form {
    justify-content: center;
    align-items: center;
  }

  .heading-contact-form {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-contact-form {
    text-align: center;
  }

  .div-contact-form {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .footer {
    padding-top: 40px;
  }

  .div-footer {
    border-right-style: none;
  }

  .grid-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.25fr 1fr;
  }

  .div-sub-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .div-sub-footer.align {
    border-right-style: none;
  }

  .copyright {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .paragraph-footer {
    font-size: 16px;
    line-height: 22px;
  }

  .link-block-wedgets {
    margin-bottom: 5px;
  }

  .dropdown-list-3.w--open {
    bottom: 105%;
  }

  .card-icon-contact {
    width: 60px;
    height: 60px;
  }

  .slide-nav {
    font-size: 10px;
    bottom: -12%;
  }

  .ev-charger-home {
    background-image: linear-gradient(145deg, var(--dark-blue), #1db2a2 27%, #00d387 40%, #00d38700 80%), url('../images/bg-ev-tg.avif');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-26 {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-16 {
    grid-template-columns: 1fr;
  }

  .div-ev-charger-home {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .heading-ev-charger {
    font-size: 40px;
    line-height: 46px;
  }

  .paragraph-ev-charger-home, .paragraph-ev-charger-home-1 {
    text-align: center;
  }

  .grid-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-free-site-survey {
    margin-top: 10px;
    font-size: 3.7vw;
    line-height: 36px;
  }

  .div-image-free-site-survey {
    margin-top: 0;
  }

  .div-block-17969 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .paragraph-free-site-survey {
    font-size: 16px;
    line-height: 22px;
  }

  .link-our-service {
    background-image: linear-gradient(90deg, #fff 50%, #ffffff1a), url('../images/tg-service-h-1.avif');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    padding: 20px;
  }

  .link-our-service.s1 {
    background-image: linear-gradient(90deg, #fff 50%, #ffffff1a), url('../images/tg-service-h-2.avif');
    background-position: 0 0, 90%;
    background-size: auto, cover;
  }

  .link-our-service.s2 {
    background-image: linear-gradient(90deg, #fff 50%, #ffffff1a), url('../images/tg-service-h-3.avif');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .link-our-service.s3 {
    background-color: #0000;
    background-position: 0 0, 70%;
  }

  .heading-form.align {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .dropdown-toggle-5-copy {
    background-color: var(--dark-blue);
  }

  .icon-contact-navbar {
    width: 25px;
  }

  .head-page {
    margin-top: 75px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .head-page.project {
    background-position: 0 0, 0 0, 100% 100%;
  }

  .grid-19 {
    grid-template-columns: 1fr;
  }

  .heading-head-page {
    font-size: 40px;
    line-height: 46px;
  }

  .paragraph-head-page {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-head-page.big {
    font-size: 40px;
    line-height: 47px;
  }

  .about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-about-us {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-23 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-sub-about-us {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-about-us {
    width: 45px;
  }

  .heading-sub-about {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-sub-about-us {
    font-size: 16px;
  }

  .our-team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-25 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-our-team {
    width: 31.6226%;
  }

  .div-tag-name-our-team.margin {
    margin-bottom: 20px;
    margin-left: 120px;
    margin-right: 120px;
  }

  .our-process {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-27 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-28 {
    grid-template-columns: 1fr;
  }

  .div-icon-our-process {
    flex-flow: row;
  }

  .paragraph-our-process {
    text-align: center;
  }

  .icon-process {
    width: 45px;
  }

  .heading-our-process {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }

  .div-content-process {
    justify-content: flex-end;
    align-items: center;
  }

  .heading-sub-about-us {
    font-size: 24px;
    line-height: 30px;
  }

  .solar-cell-package {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-span {
    font-size: 40px;
    line-height: 46px;
  }

  .grid-32 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .div-solar-cell-package {
    padding: 8px;
  }

  .div-solar-cell-package.big {
    border-radius: 10px;
  }

  .div-solar-cell-package.small {
    border-radius: 14px;
  }

  .image-solar-cell-package {
    height: 230px;
  }

  .lightbox-solar-cell-package {
    border-radius: 10px;
  }

  .div-rec {
    padding: 6px 12px;
    top: -7%;
    left: 17%;
  }

  .div-rec.color {
    left: 30%;
  }

  .image-17882 {
    width: 15px;
  }

  .grid-33 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-payment-promotions {
    text-align: center;
    font-size: 38px;
    line-height: 44px;
  }

  .icon-payment-promotions {
    width: 80px;
  }

  .heading-sub-payment-promotions {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-18006 {
    justify-content: center;
    align-items: center;
  }

  .projects {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-span-payment {
    font-size: 34px;
    line-height: 44px;
  }

  .warranty {
    background-image: linear-gradient(180deg, #ffffffd9 20%, #fff0 45%, var(--white) 90%), url('../images/bg-solar-cell-2.avif');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-span-green {
    display: inline;
  }

  .paragraph-sub-warranty {
    text-align: center;
  }

  .grid-35 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-warranty {
    width: 60px;
  }

  .paragraph-warranty {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-number-warranty {
    font-size: 50px;
    line-height: 56px;
  }

  .div-bg-warranty {
    width: 31.6%;
  }

  .container-faqs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-vesta {
    font-size: 16px;
    line-height: 22px;
  }

  .c-faq-icon {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-faqs {
    padding-top: 60px;
  }

  .c-faq-a-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-41 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-tag-ev-charger {
    bottom: -3%;
    left: -3%;
  }

  .heading-tag-ev-charger {
    font-size: 22px;
    line-height: 28px;
  }

  .size {
    font-size: 42px;
    line-height: 48px;
  }

  .ev-charger-solution {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-42 {
    grid-template-columns: 1fr;
  }

  .grid-43 {
    grid-template-columns: 1fr 1fr;
  }

  .div-head-ev-charger-solution {
    justify-content: flex-start;
    align-items: center;
  }

  .installation-process {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-44 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .icon-installation-process {
    width: 50px;
  }

  .our-project {
    padding-top: 60px;
  }

  .grid-45 {
    grid-template-columns: 1fr 1fr;
  }

  .image-projects {
    border-radius: 16px;
    height: auto;
  }

  .heading-name-project {
    font-size: 20px;
    line-height: 26px;
  }

  .content-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-46 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .div-contact-us-form {
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px;
  }

  .div-all-content-us {
    padding: 20px;
  }

  .link-contact-us {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-content-us {
    grid-template-columns: 1fr;
  }

  .icon-see-more-projects {
    width: 20px;
  }

  .menu-button {
    color: var(--white);
    padding: 10px;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .div-flex-head {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .div-head-content-us {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .ev-charger {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .blogs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-flex-head-free-survey {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    height: 80vh;
  }

  .sub-paragraph-banner-home {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-banner-home {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
  }

  .icon-contact {
    width: 20px;
  }

  .div-block-group-head-banner {
    justify-content: flex-start;
    align-items: center;
  }

  .button-contact {
    justify-content: center;
    align-items: center;
  }

  .paragraph-banner-home {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-button-contact {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-co-ltd {
    justify-content: center;
    align-items: center;
  }

  .div-block-line-home {
    height: 30px;
  }

  .div-block-sub-home {
    flex-flow: column;
  }

  .paragraph-sub-home {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-sub-home {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-sub-text-home {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .service-home {
    margin-top: -90px;
  }

  .image-service-home {
    border-radius: 14px;
  }

  .heading-service-home {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .icon-service-home {
    width: 40px;
  }

  .link-service-home {
    border-radius: 16px;
  }

  .why-tg-solar {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-page {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-page.align {
    text-align: center;
  }

  .sub-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .div-why-tg-solar {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .icon-why-tg-solar {
    width: 45px;
  }

  .paragraph-why-tg-solar {
    text-align: center;
  }

  .heading-why-tg-solar {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }

  .our-service {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr;
  }

  .image-17817 {
    width: 25px;
  }

  .heading-10 {
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-our-service {
    font-size: 16px;
    line-height: 22px;
  }

  .projects-home {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-projects-home {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .heading-project {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-project {
    text-align: center;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr;
  }

  .image-cv-project {
    border-radius: 2px;
  }

  .div-content-project {
    padding-bottom: 20px;
  }

  .heading-projects {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-location, .paragraph-see-more-project {
    font-size: 14px;
    line-height: 20px;
  }

  .icon-see-more-project {
    width: 18px;
  }

  .link-project {
    border-radius: 20px;
  }

  .partner-brands {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-page {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-page.no-padding {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .div-partner-brands {
    width: 31.6%;
  }

  .products {
    padding-top: 40px;
  }

  .slide {
    width: 48.2%;
  }

  .grid-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.5fr;
  }

  .div-content-one-stop-service {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-right: 20px;
  }

  .heading-one-stop-service {
    text-align: center;
    font-size: 38px;
    line-height: 44px;
  }

  .heading-sub-one-stop-service {
    text-align: center;
  }

  .image-one-stop-service {
    height: auto;
  }

  .div-img-one-stop-service {
    inset: auto auto 0% -12%;
  }

  .img-one-stop-service {
    width: 350px;
  }

  .one-stop-service {
    padding-top: 40px;
  }

  .paragraph-one-stop-service {
    text-align: center;
    padding-right: 0;
  }

  .div-service-one-stop-service {
    flex-flow: row;
    display: flex;
    inset: auto 0% 5% 33%;
  }

  .icon-one-stop-service {
    width: 30px;
  }

  .our-video {
    padding-top: 40px;
  }

  .grid-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-content-contact-form {
    padding: 20px;
  }

  .heading-contact-form {
    font-size: 34px;
    line-height: 44px;
  }

  .div-contact-form {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-footer {
    box-sizing: border-box;
    width: 70px;
  }

  .logo-footer.width {
    width: 40px;
  }

  .grid-15 {
    grid-template-columns: 1.25fr;
  }

  .paragraph-cta {
    font-size: 14px;
    line-height: 20px;
  }

  .image-logo-wedgets {
    width: 35px;
  }

  .ev-charger-home {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-ev-charger-home {
    justify-content: space-between;
    align-items: center;
  }

  .heading-ev-charger {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 40px;
  }

  .paragraph-ev-charger-home {
    text-align: center;
  }

  .paragraph-ev-charger-home-1 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .grid-18 {
    grid-template-columns: 1fr;
  }

  .heading-free-site-survey {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
  }

  .div-block-17969 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-free-site-survey {
    text-align: center;
  }

  .link-our-service {
    border-radius: 16px;
  }

  .heading-form {
    font-size: 24px;
    line-height: 30px;
  }

  .link-logo {
    border-radius: 6px;
  }

  .heading-21 {
    font-size: 16px;
    line-height: 22px;
  }

  .head-page {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/bg-about-us-banner.avif');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .head-page.solar-cell {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/bg-solar-cover-main.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .head-page.project {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/bg-sec-about-2.avif');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .head-page.contact-us {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/bg-contact-us.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .head-page.blog {
    background-image: linear-gradient(#00000040, #00000040), url('../images/bg-bn-blog.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .head-page.ev-charger-bn {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/bg-bn-ev-charger.avif');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .heading-head-page {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }

  .paragraph-head-page {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-head-page.big {
    font-size: 34px;
    line-height: 40px;
  }

  .about-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-23 {
    grid-template-columns: 1fr 1fr;
  }

  .our-team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-our-team {
    width: 48.4%;
  }

  .div-tag-name-our-team {
    border-radius: 12px;
  }

  .div-tag-name-our-team.margin {
    margin-bottom: 10px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-name-our-team {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-our-team {
    font-size: 14px;
    line-height: 20px;
  }

  .image-team {
    border-radius: 18px;
  }

  .our-process {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-27 {
    grid-template-columns: 1fr;
  }

  .grid-28 {
    grid-template-columns: .25fr 1fr;
  }

  .div-icon-our-process {
    flex-flow: column;
  }

  .paragraph-our-process {
    text-align: left;
  }

  .icon-process {
    width: 40px;
  }

  .heading-our-process {
    text-align: left;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 26px;
  }

  .div-content-process {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-sub-about-us {
    font-size: 22px;
    line-height: 28px;
  }

  .solar-cell-package {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-32 {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .div-solar-cell-package.big, .div-solar-cell-package.small {
    transform: none;
  }

  .image-solar-cell-package {
    height: auto;
  }

  .div-rec {
    padding: 8px 15px;
    inset: -3% auto auto 36%;
  }

  .div-rec.color {
    left: 32%;
  }

  .paragraph-rec {
    font-size: 16px;
    line-height: 22px;
  }

  .image-17882 {
    width: 20px;
  }

  .payment-promotions {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-payment-promotions {
    border-radius: 18px;
  }

  .icon-payment-promotions {
    width: 70px;
  }

  .heading-sub-payment-promotions {
    font-size: 20px;
    line-height: 26px;
  }

  .projects {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-span-payment {
    font-size: 32px;
    line-height: 42px;
  }

  .warranty {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-bg-warranty {
    width: 48.4%;
  }

  .faq-vesta {
    margin-bottom: 20px;
  }

  .section-faqs {
    padding-top: 40px;
  }

  .grid-41 {
    grid-template-columns: 1fr;
  }

  .div-content-ev-charger {
    justify-content: center;
    align-items: center;
  }

  .heading-sub-ev-charger, .paragraph-sub-ev-charger {
    text-align: center;
  }

  .div-tag-ev-charger {
    bottom: -2%;
    left: -2%;
  }

  .heading-tag-ev-charger {
    font-size: 20px;
    line-height: 26px;
  }

  .size {
    font-size: 34px;
    line-height: 44px;
  }

  .ev-charger-solution {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-43 {
    grid-template-columns: 1fr;
  }

  .installation-process {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-44 {
    grid-template-columns: 1fr;
  }

  .our-project {
    padding-top: 40px;
  }

  .grid-45 {
    grid-template-columns: 1fr 1fr;
  }

  .div-filter-project {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .content-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-46 {
    grid-template-columns: 1fr;
  }

  .div-content-us {
    grid-template-columns: 1fr 1fr;
  }

  .div-flex-head {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .div-head-warranty {
    justify-content: flex-start;
    align-items: center;
  }

  .ev-charger {
    padding-top: 40px;
  }

  .blogs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-flex-head-free-survey {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    height: 80vh;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-banner-home {
    font-size: 6.3vw;
    line-height: 8.3vw;
  }

  .container-text-banner {
    justify-content: center;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-button-contact {
    font-size: 16px;
    line-height: 22px;
  }

  .grid-4 {
    flex-flow: wrap;
  }

  .en, .en.color-tg {
    display: inline-block;
  }

  .div-block-sub-home {
    padding: 0 5px;
  }

  .icon-sub-home {
    width: 20px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .service-home {
    margin-top: 40px;
  }

  .image-service-home {
    height: 350px;
  }

  .heading-service-home {
    font-size: 20px;
    line-height: 26px;
  }

  .icon-service-home {
    width: 35px;
  }

  .icon-service {
    width: 25px;
  }

  .link-service-home {
    grid-template-columns: 1fr;
  }

  .grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-page, .heading-page.align {
    font-size: 24px;
    line-height: 30px;
  }

  .div-why-tg-solar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-why-tg-solar {
    width: 40px;
  }

  .heading-why-tg-solar {
    font-size: 18px;
    line-height: 26px;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .div-button-cta {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 20px;
  }

  .heading-project {
    font-size: 24px;
    line-height: 30px;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .div-partner-brands {
    border-radius: 6px;
    width: 47.7%;
  }

  .slide {
    width: 100%;
  }

  .slider {
    margin-bottom: 60px;
  }

  .div-content-one-stop-service {
    justify-content: center;
    align-items: stretch;
  }

  .heading-one-stop-service {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-sub-one-stop-service {
    font-size: 24px;
    line-height: 34px;
  }

  .div-img-one-stop-service {
    left: -15%;
  }

  .img-one-stop-service {
    width: 210px;
  }

  .div-service-one-stop-service {
    inset: auto -30% 4% 0%;
  }

  .div-sub-one-stop-service {
    width: 75px;
    height: 70px;
  }

  .icon-one-stop-service {
    width: 25px;
  }

  .paragraph-sub-one-stop-service {
    font-size: 10px;
    line-height: 12px;
  }

  .grid-13 {
    grid-template-columns: 1fr 1fr;
  }

  .icon-play {
    width: 50px;
  }

  .div-content-contact-form {
    justify-content: center;
    align-items: stretch;
  }

  .heading-contact-form {
    font-size: 28px;
    line-height: 38px;
  }

  .div-bg-form {
    padding: 20px;
  }

  .widgets-contact {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .image-logo-wedgets {
    width: 30px;
  }

  .ev-charger-home {
    background-image: linear-gradient(190deg, var(--dark-blue), #1db2a2 27%, #00d387 40%, #00d38700 80%), url('../images/bg-ev-tg.avif');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
  }

  .div-ev-charger-home {
    justify-content: center;
    align-items: stretch;
  }

  .heading-ev-charger {
    font-size: 26px;
    line-height: 36px;
  }

  .paragraph-ev-charger-home {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-ev-charger-home-1 {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .grid-17 {
    grid-template-columns: 1fr 1fr;
  }

  .image-sub-ev-charger-home {
    width: 40px;
  }

  .heading-free-site-survey {
    font-size: 7vw;
    line-height: 9vw;
  }

  .div-block-17969 {
    justify-content: center;
    align-items: stretch;
  }

  .dropdown-toggle-5-copy {
    padding-top: 12px;
    padding-left: 13px;
  }

  .icon-contact-navbar {
    width: 20px;
  }

  .head-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-head-page {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph-head-page {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-head-page.big {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-about-us {
    font-size: 16px;
    line-height: 22px;
  }

  .icon-about-us {
    width: 40px;
  }

  .div-our-team {
    width: 100%;
  }

  .div-tag-name-our-team.margin {
    border-radius: 0 0 18px 18px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .image-team {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .div-bg-team {
    display: none;
  }

  .heading-sub-about-us {
    font-size: 20px;
    line-height: 26px;
  }

  .div-rec {
    top: -6%;
    left: 22%;
  }

  .div-rec.color {
    left: 34%;
  }

  .grid-33 {
    grid-template-columns: 1fr;
  }

  .heading-payment-promotions {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-sub-payment-promotions {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-18006 {
    justify-content: center;
    align-items: stretch;
  }

  .text-span-payment {
    font-size: 30px;
    line-height: 40px;
  }

  .text-span-green {
    display: inline-block;
  }

  .div-bg-warranty {
    width: 100%;
  }

  .card-condition-services.faq-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-faq-icon, .c-faq-a-text, .c-faq-q-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-q-text-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-content-ev-charger {
    justify-content: center;
    align-items: stretch;
  }

  .div-tag-ev-charger {
    bottom: -3%;
    left: -3%;
  }

  .heading-tag-ev-charger {
    font-size: 18px;
    line-height: 24px;
  }

  .size {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-45 {
    grid-template-columns: 1fr;
  }

  .div-filter-project {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .div-content-us {
    grid-template-columns: 1fr;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .keyword-list {
    font-size: 20px;
  }
}

#w-node-cc5c5afb-cdcb-f2ff-f956-e18f12e65a19-12e65a16 {
  align-self: end;
}

#w-node-e65c2d80-f817-c48e-cbbc-393e32a5d0e0-6885e656, #w-node-a9f59e75-36aa-8149-c874-90cf4c60f7a3-6885e656 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_220cae64-627f-f9f5-c8d9-ab35af386c57-09e15cda {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_00d08836-6357-7d49-dfd0-5dff9f46a5c8-09e15cda, #w-node-_692a1ac3-c3bb-b3e5-74d3-e9b199091ed4-520b47aa {
    order: -9999;
  }

  #w-node-e65c2d80-f817-c48e-cbbc-393e32a5d0e0-6885e656, #w-node-a9f59e75-36aa-8149-c874-90cf4c60f7a3-6885e656 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3594320d-09b7-9cbc-9f58-82ec242fa8fa-f227ec8a {
    order: 9999;
  }

  #w-node-cc5c5afb-cdcb-f2ff-f956-e18f12e65a1b-12e65a16, #w-node-_35d17435-4700-832c-a6e4-462760180ec1-09e15cda, #w-node-cb4c4d57-7d0a-b67a-3fe5-356dc7e84a48-520b47aa {
    order: -9999;
  }

  #w-node-e65c2d80-f817-c48e-cbbc-393e32a5d0e0-6885e656, #w-node-a9f59e75-36aa-8149-c874-90cf4c60f7a3-6885e656 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_220cae64-627f-f9f5-c8d9-ab35af386c57-09e15cda, #w-node-e65c2d80-f817-c48e-cbbc-393e32a5d0e0-6885e656, #w-node-a9f59e75-36aa-8149-c874-90cf4c60f7a3-6885e656 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


