/* media size */
/* Landscape breakpoints for mobile and tablet */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.btn:active {
  transform: translateY(1px) !important;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

@media (min-width: 320px) and (max-width: 479px) {
  .btn {
    font-size: 12px;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a {
  text-decoration: none !important;
}

::-webkit-scrollbar {
  display: none;
}

@keyframes blink {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 15px rgba(255, 87, 34, 0.6), 0 0 30px rgba(255, 152, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 30px rgb(255, 87, 34), 0 0 60px rgb(255, 152, 0);
  }
}
@keyframes glowPulse {
  0% {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}
.rotate {
  animation: rotate 5s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: black;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:focus {
  outline: none;
}
.slick-slider .slick-prev.slick-disabled:before,
.slick-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-prev {
  left: -25px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media (min-width: 320px) and (max-width: 479px) {
  .slick-slider .slick-prev {
    left: -5px;
    width: 30px;
    height: 30px;
  }
}
.slick-slider .slick-next {
  right: -25px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media (min-width: 320px) and (max-width: 479px) {
  .slick-slider .slick-next {
    right: -5px;
    width: 30px;
    height: 30px;
  }
}

.text-justify {
  text-align: justify;
}

.validate {
  position: relative;
}
.validate:hover .validate-block {
  display: block;
}

.validate-block {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #393939;
  color: #767676;
  display: none;
  z-index: 3;
}
.cur-poiter {
  cursor: pointer;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FDB913' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-select:focus {
  box-shadow: none;
}
.form-select option {
  background: #1b1c21;
}

.home-page .block-form-home {
  position: relative;
}
.home-page .block-form-home .box-form {
  background-image: linear-gradient(#3cb774, #005283);
  width: 465px;
  min-height: 590px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 35px;
  padding: 20px 15px;
  color: #fff;
}
.home-page .block-form-home .box-form .nav .nav-item {
  margin-right: 10px;
}
.home-page .block-form-home .box-form .nav .nav-item .nav-link {
  color: #1a9882;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 5px 20px;
  background: #fff;
}
.home-page .block-form-home .box-form .nav .nav-item .nav-link:hover, .home-page .block-form-home .box-form .nav .nav-item .nav-link.active {
  background: transparent;
  color: #fff;
}
.home-page .block-form-home .box-form .nav.custom-line {
  border-bottom: 1px solid #c2c6ce;
}
.home-page .block-form-home .box-form .nav.custom-line .nav-item .nav-link {
  color: #fff;
  border: 0;
  opacity: 0.5;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.home-page .block-form-home .box-form .nav.custom-line .nav-item .nav-link::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 2px;
  width: 100%;
  bottom: -1px;
  opacity: 0;
}
.home-page .block-form-home .box-form .nav.custom-line .nav-item .nav-link:hover, .home-page .block-form-home .box-form .nav.custom-line .nav-item .nav-link.active {
  opacity: 1;
}
.home-page .block-form-home .box-form .nav.custom-line .nav-item .nav-link:hover::before, .home-page .block-form-home .box-form .nav.custom-line .nav-item .nav-link.active::before {
  opacity: 1;
}
.home-page .block-form-home .box-form .desc-line {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.home-page .block-form-home .box-form .form-control {
  height: 44px;
  border-radius: 8px;
}
.home-page .block-form-home .box-form .label-main {
  font-size: 16px;
  font-weight: 600;
}
.home-page .block-form-home .box-form .label-main img {
  height: 45px;
}
.home-page .block-form-home .box-form .box-control-icon .icon img {
  min-width: 27px;
}
.home-page .block-form-home .box-form .box-range {
  position: relative;
}
.home-page .block-form-home .box-form .box-range .form-range::-webkit-slider-thumb {
  background: url(../images/icon-range.png) no-repeat center center;
  height: 40px;
  width: 48px;
  background-size: 48px 40px;
}
.home-page .block-form-home .box-form .box-range .form-range::-moz-range-thumb {
  background: url(../images/icon-range.png) no-repeat center center;
  height: 40px;
  width: 48px;
  background-size: 48px 40px;
}
.home-page .block-form-home .box-form .box-range .form-range::-webkit-slider-runnable-track {
  height: 30px;
  background-image: linear-gradient(90deg, #0b5cb5, #0a467c);
}
.home-page .block-form-home .box-form .box-range .form-range::-moz-range-track {
  height: 30px;
  background-image: linear-gradient(90deg, #0b5cb5, #0a467c);
}
.home-page .block-form-home .box-form .box-range .form-range:focus {
  outline: none;
  box-shadow: none;
}
.home-page .block-form-home .box-form .box-range #rangeValue {
  position: absolute;
  right: 10px;
}
.home-page .block-supplies-main {
  margin-bottom: 40px;
}
.home-page .block-supplies-main .item-supplies {
  background-image: linear-gradient(#3cb774, #005283);
  min-height: 120px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  flex-direction: column;
  display: flex;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-page .block-supplies-main .item-supplies .title-sm {
  font-size: 20px;
}
.home-page .block-supplies-main .item-supplies .desc-sm {
  font-size: 34px;
}
.home-page .block-supplies-main .item-supplies:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.22);
}
.home-page .block-save-main {
  margin-bottom: 40px;
}
.home-page .block-save-main .item-save {
  background-image: linear-gradient(90deg, #3cb774 0, #005283);
  min-height: 90px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  color: #fff;
  border-radius: 100px;
  gap: 10px;
  padding: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-page .block-save-main .item-save .icon img {
  height: 68px;
}
.home-page .block-save-main .item-save content {
  border-left: 1px solid #fff;
  padding-left: 10px;
}
.home-page .block-save-main .item-save:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.22);
}
.home-page .block-save-main .box-video video {
  width: 100% !important;
}
.home-page .block-step-main {
  margin-bottom: 45px;
}
.home-page .block-step-main .list {
  display: flex;
  gap: 0.5rem;
}
.home-page .block-step-main .list .item-step {
  flex: 1 1 0%;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  min-width: inherit;
}
.home-page .block-step-main .list .item-step .banner {
  height: 500px;
}
.home-page .block-step-main .list .item-step .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .block-step-main .list .item-step .content {
  position: absolute;
  bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  z-index: 1;
  width: 100%;
  padding-right: 120px;
}
.home-page .block-step-main .list .item-step .content .number {
  font-size: 120px;
  position: absolute;
  bottom: 0;
  line-height: 120px;
  right: 15px;
}
.home-page .block-step-main .list .item-step .content .link {
  position: absolute;
  bottom: 0;
  right: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-page .block-step-main .list .item-step:hover {
  flex: 1 1 10%;
}
.home-page .block-step-main .list .item-step:hover .content .number {
  opacity: 0;
}
.home-page .block-step-main .list .item-step:hover .content .link {
  opacity: 1;
}
.home-page .block-safe-main {
  background-image: linear-gradient(#3cb774, #005283);
  padding-bottom: 45px;
  padding-top: 45px;
}
.home-page .block-safe-main .title-sm {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}
.home-page .block-safe-main .box-banner {
  position: relative;
  display: inline-block;
  margin: auto;
}
.home-page .block-safe-main .box-banner .banner img {
  width: 650px;
  display: block;
  margin: auto;
}
.home-page .block-safe-main .box-banner .list .banner-sm {
  position: absolute;
}
.home-page .block-safe-main .box-banner .list .banner-sm img {
  width: 345px;
}
.home-page .block-safe-main .box-banner .list .banner-sm:nth-child(1) {
  top: 128px;
  left: -150px;
}
.home-page .block-safe-main .box-banner .list .banner-sm:nth-child(2) {
  top: 128px;
  right: -128px;
}
.home-page .block-safe-main .box-banner .list .banner-sm:nth-child(3) {
  top: 223px;
  left: -150px;
}
.home-page .block-safe-main .box-banner .list .banner-sm:nth-child(4) {
  top: 223px;
  right: -128px;
}
.home-page .block-partner-main {
  padding-top: 45px;
  padding-bottom: 45px;
}
.home-page .block-partner-main .list .item-logo {
  padding: 10px;
  text-align: center;
}
.home-page .block-partner-main .list .item-logo a {
  display: inline-block;
}
.home-page .block-partner-main .list .item-logo img {
  max-height: 56px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.home-page .block-project-main {
  text-align: center;
  padding-bottom: 45px;
}
.home-page .block-project-main .item-project {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  margin: auto;
  display: inline-block;
  max-width: 710px;
}
.home-page .block-project-main .item-project .banner {
  height: 400px;
  border: 4px solid #259a7f;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 32px;
  margin: auto;
}
.home-page .block-project-main .item-project .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .block-project-main .item-project .content {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: left;
  z-index: 1;
}
.home-page .block-project-main .item-project .content .title-sm {
  font-size: 20px;
}
.home-page .block-project-main .item-project::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7215686275) 0%, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-page .block-project-main .item-project:hover::before {
  opacity: 1;
}
.home-page .block-news-main {
  padding-bottom: 45px;
}
.home-page .block-news-main .item-news {
  background: #eeeeee;
  border-radius: 15px;
  overflow: hidden;
}
.home-page .block-news-main .item-news .banner {
  height: 280px;
  overflow: hidden;
}
.home-page .block-news-main .item-news .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-page .block-news-main .item-news .content {
  padding: 20px;
  min-height: 65px;
}
.home-page .block-news-main .item-news .content .title-sm {
  text-overflow: ellipsis;
  position: relative;
  max-height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.home-page .block-news-main .item-news:hover .banner img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 480px) {
  .home-page .block-form-home .box-form {
    position: static;
    transform: translateY(0%);
    width: inherit;
    margin-bottom: 15px;
    min-height: 555px;
  }
  .home-page .block-form-home .box-form .label-main {
    font-size: 12px;
  }
  .home-page .block-form-home .block-slick-main {
    margin-bottom: 10px;
  }
  .home-page .block-supplies-main {
    margin-bottom: 15px;
  }
  .home-page .block-supplies-main .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .home-page .block-supplies-main .row .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .home-page .block-supplies-main .item-supplies {
    min-height: 50px;
  }
  .home-page .block-supplies-main .item-supplies .title-sm {
    font-size: 12px;
  }
  .home-page .block-supplies-main .item-supplies .desc-sm {
    font-size: 16px;
  }
  .home-page .block-safe-main .title-sm {
    font-size: 20px;
  }
  .home-page .block-safe-main .box-banner .list .banner-sm {
    position: static !important;
  }
  .home-page .block-safe-main .box-banner .list .banner-sm img {
    width: 100%;
  }
  .home-page .block-news-main .item-news {
    margin-bottom: 5px;
  }
  .home-page .block-step-main {
    padding-bottom: 10px;
  }
  .home-page .block-step-main .list {
    display: block !important;
  }
  .home-page .block-step-main .list .item-step .banner {
    height: 300px;
  }
  .home-page .block-step-main .list .item-step .content {
    padding-right: 50px;
  }
  .home-page .block-step-main .list .item-step .content .number {
    line-height: 60px;
    font-size: 60px;
  }
  .home-page .block-partner-main {
    padding-bottom: 0px;
    padding-top: 30px;
  }
  .home-page .block-save-main .row .col-lg-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .home-page .block-save-main .row .col-lg-4 .item-save {
    flex: 0 0 auto;
    width: 49%;
    gap: 5px;
    min-height: 60px;
    padding: 5px;
  }
  .home-page .block-save-main .row .col-lg-4 .item-save .icon {
    min-width: 40px;
  }
  .home-page .block-save-main .row .col-lg-4 .item-save .icon img {
    height: 35px;
  }
  .home-page .block-save-main .row .col-lg-4 .item-save .content .title-sm {
    font-size: 12px;
  }
  .home-page .block-save-main .row .col-lg-4 .item-save .content .desc-sm {
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .home-page .block-form-home .box-form {
    position: static;
    transform: translateY(0%);
    width: inherit;
    margin-bottom: 15px;
    min-height: 555px;
  }
  .home-page .block-form-home .box-form .label-main {
    font-size: 12px;
  }
  .home-page .block-form-home .block-slick-main {
    margin-bottom: 10px;
  }
  .home-page .block-supplies-main {
    margin-bottom: 15px;
  }
  .home-page .block-supplies-main .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .home-page .block-supplies-main .row .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .home-page .block-supplies-main .item-supplies {
    min-height: 50px;
  }
  .home-page .block-supplies-main .item-supplies .title-sm {
    font-size: 12px;
  }
  .home-page .block-supplies-main .item-supplies .desc-sm {
    font-size: 16px;
  }
  .home-page .block-safe-main .title-sm {
    font-size: 20px;
  }
  .home-page .block-safe-main .box-banner .list .banner-sm {
    position: static !important;
  }
  .home-page .block-safe-main .box-banner .list .banner-sm img {
    width: 100%;
  }
  .home-page .block-news-main .item-news {
    margin-bottom: 5px;
  }
  .home-page .block-step-main {
    padding-bottom: 10px;
  }
  .home-page .block-step-main .list {
    display: block !important;
  }
  .home-page .block-step-main .list .item-step .banner {
    height: 300px;
  }
  .home-page .block-step-main .list .item-step .content {
    padding-right: 50px;
  }
  .home-page .block-step-main .list .item-step .content .number {
    line-height: 60px;
    font-size: 60px;
  }
  .home-page .block-partner-main {
    padding-bottom: 0px;
    padding-top: 30px;
  }
  .home-page .block-save-main .row .col-lg-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .home-page .block-save-main .row .col-lg-4 .item-save {
    flex: 0 0 auto;
    width: 49%;
    gap: 5px;
    min-height: 60px;
    padding: 5px;
  }
  .home-page .block-save-main .row .col-lg-4 .item-save .icon {
    min-width: 40px;
  }
  .home-page .block-save-main .row .col-lg-4 .item-save .icon img {
    height: 35px;
  }
  .home-page .block-save-main .row .col-lg-4 .item-save .content .title-sm {
    font-size: 12px;
  }
  .home-page .block-save-main .row .col-lg-4 .item-save .content .desc-sm {
    font-size: 10px;
  }
}

.news-page {
  padding-bottom: 60px;
}
.news-page .block-breadcrumb {
  position: relative;
  min-height: 360px;
  padding-top: 220px;
  margin-bottom: 20px;
}
.news-page .block-breadcrumb .bg {
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.news-page .block-breadcrumb .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-page .block-breadcrumb > .container {
  position: relative;
  z-index: 1;
}
.news-page .block-breadcrumb .title-lg {
  font-size: 90px;
  color: #fff;
  font-weight: 600;
}
.news-page .item-news {
  margin-bottom: 35px;
}
.news-page .item-news .banner {
  height: 215px;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}
.news-page .item-news .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-page .item-news .title-sm {
  margin-bottom: 10px;
}
.news-page .item-news .title-sm a {
  font-size: 18px;
  color: #676767;
}
.news-page .item-news .title-sm a:hover {
  background-image: linear-gradient(90deg, #3cb774 0, #005283);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.news-page .item-news:hover .banner img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .item-news.lg .banner {
  height: 330px;
  border-radius: 15px;
}
.news-page .item-news.lg .title-sm a {
  font-weight: 600;
  text-overflow: ellipsis;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-page .item-news.lg .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-page .item-news.sm {
  position: relative;
  padding-left: 280px;
  min-height: 148px;
}
.news-page .item-news.sm .banner {
  height: 148px;
  border-radius: 15px;
  position: absolute;
  left: 0;
  width: 265px;
}
.news-page .item-news.sm .title-sm a {
  font-weight: 600;
  text-overflow: ellipsis;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-page .item-news.sm .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-page.solar-static-page .solar-static-page__inner {
  padding-bottom: 2rem;
}
.news-page.solar-static-page .solar-static-page__article {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.news-page.solar-static-page .entry-content {
  font-size: 16px;
  line-height: 1.65;
  color: #333;
}
.news-page.solar-static-page .entry-content > *:first-child {
  margin-top: 0;
}
.news-page.solar-static-page .entry-content h2,
.news-page.solar-static-page .entry-content h3,
.news-page.solar-static-page .entry-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.news-page.solar-static-page .entry-content p {
  margin-bottom: 1rem;
}
.news-page.solar-static-page .entry-content ul,
.news-page.solar-static-page .entry-content ol {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}
.news-page.solar-static-page .entry-content img {
  height: auto;
  border-radius: 6px;
}
.news-page.solar-static-page .entry-content .wp-block-image {
  margin-bottom: 1rem;
}
.news-page.solar-static-page .solar-static-page__pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 14px;
  color: #676767;
}
.news-page.solar-static-page .solar-static-page__pages a {
  color: #1d847c;
  text-decoration: none;
}
.news-page.solar-static-page .solar-static-page__pages a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .news-page .block-breadcrumb {
    min-height: 135px;
    padding-top: 80px;
  }
  .news-page .block-breadcrumb .bg {
    height: 135px;
  }
  .news-page .block-breadcrumb .title-lg {
    font-size: 30px;
  }
  .news-page .item-news.lg .banner {
    height: 250px;
  }
  .news-page .item-news.sm {
    padding-left: 160px;
    min-height: 120px;
  }
  .news-page .item-news.sm .banner {
    width: 150px;
    height: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .news-page .block-breadcrumb {
    min-height: 135px;
    padding-top: 80px;
  }
  .news-page .block-breadcrumb .bg {
    height: 135px;
  }
  .news-page .block-breadcrumb .title-lg {
    font-size: 30px;
  }
  .news-page .item-news.lg .banner {
    height: 250px;
  }
  .news-page .item-news.sm {
    padding-left: 160px;
    min-height: 120px;
  }
  .news-page .item-news.sm .banner {
    width: 150px;
    height: 120px;
  }
}

.news-detail-page {
  padding-bottom: 60px;
}
.news-detail-page .block-breadcrumb {
  position: relative;
  margin-bottom: 35px;
  padding-top: 25px;
}
.news-detail-page .block-breadcrumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #005283;
  left: 0;
  bottom: 0;
}
.news-detail-page .block-breadcrumb .title-lg {
  font-size: 35px;
  color: #b7b7b7;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.news-detail-page .block-breadcrumb .title-lg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 13px;
  background: #b7b7b7;
  left: 0;
  bottom: -6px;
}
.news-detail-page .title-page {
  font-size: 32px;
}
.news-detail-page .sidebar-news .item .banner {
  height: 146px;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}
.news-detail-page .sidebar-news .item .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-detail-page .sidebar-news .item .title-post a {
  color: #676767;
}
.news-detail-page .sidebar-news .item .title-post a:hover {
  background-image: linear-gradient(90deg, #3cb774 0, #005283);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.news-detail-page .sidebar-news .item:hover .banner img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-detail-page .block-related {
  border-top: 1px solid #c2c6ce;
  padding-top: 20px;
  margin-top: 20px;
}
.news-detail-page .block-related .item-news {
  margin-bottom: 35px;
}
.news-detail-page .block-related .item-news .banner {
  height: 215px;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}
.news-detail-page .block-related .item-news .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-detail-page .block-related .item-news .title-sm a {
  font-size: 18px;
  color: #676767;
}
.news-detail-page .block-related .item-news .title-sm a:hover {
  background-image: linear-gradient(90deg, #3cb774 0, #005283);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.news-detail-page .block-related .item-news:hover .banner img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 480px) {
  .news-detail-page .block-breadcrumb .title-lg {
    font-size: 15px;
  }
  .news-detail-page .title-page {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .news-detail-page .block-breadcrumb .title-lg {
    font-size: 15px;
  }
  .news-detail-page .title-page {
    font-size: 25px;
  }
}

.contact-page .block-contact-main {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact-page .block-contact-main .bg-title {
  background: linear-gradient(90deg, #0044a5 0%, #32a49b 100%);
  height: 250px;
  width: 100%;
  top: 130px;
  position: absolute;
}
.contact-page .block-contact-main .banner {
  position: absolute;
  left: 0;
  width: 450px;
  top: -70px;
}
.contact-page .block-contact-main .desc {
  color: #fff;
  font-size: 20px;
  padding-top: 60px;
  margin-bottom: 100px;
}
.contact-page .block-contact-main .box-form {
  margin-bottom: 45px;
}
.contact-page .block-contact-main .box-form .form-control.custom {
  height: 44px;
  border-color: #086080;
  border-radius: 8px;
}
.contact-page .block-contact-main .box-support .title-sm {
  font-size: 18px;
  color: #7d7d7d;
}
.contact-page .block-contact-main .box-support .item {
  border: 2px solid #086080;
  border-radius: 20px;
  min-height: 80px;
  gap: 20px;
}
.contact-page .block-contact-main .box-support .item .icon img {
  height: 50px;
}
.contact-page .block-contact-main .box-support .item .content .text {
  color: #7d7d7d;
}
.contact-page .block-contact-main .box-support .item .content .value {
  color: #086080;
}
@media screen and (max-width: 480px) {
  .contact-page .block-contact-main .bg-title {
    display: none;
  }
  .contact-page .block-contact-main .banner {
    display: none;
  }
  .contact-page .block-contact-main .desc {
    background: linear-gradient(90deg, #0044a5 0%, #32a49b 100%);
    padding: 20px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .contact-page .block-contact-main .box-support .item {
    justify-content: flex-start !important;
    padding: 15px;
  }
  .contact-page .block-contact-main .box-support .item .icon img {
    height: 35px;
  }
  .contact-page .block-contact-main .box-support .item .content .value {
    font-size: 16px;
    font-weight: 600;
  }
}
@media screen and (max-width: 1024px) {
  .contact-page .block-contact-main .bg-title {
    display: none;
  }
  .contact-page .block-contact-main .banner {
    display: none;
  }
  .contact-page .block-contact-main .desc {
    background: linear-gradient(90deg, #0044a5 0%, #32a49b 100%);
    padding: 20px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .contact-page .block-contact-main .box-support .item {
    justify-content: flex-start !important;
    padding: 15px;
  }
  .contact-page .block-contact-main .box-support .item .icon img {
    height: 35px;
  }
  .contact-page .block-contact-main .box-support .item .content .value {
    font-size: 16px;
    font-weight: 600;
  }
}

.supplies-page {
  padding-bottom: 60px;
  padding-top: 60px;
}
.supplies-page .block-supplies-main .box-filter .top-filter {
  position: relative;
  padding-left: 90px;
}
.supplies-page .block-supplies-main .box-filter .top-filter .icon {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f4f4f4;
  left: 0;
  border-radius: 8px;
  padding: 5px 10px;
}
.supplies-page .block-supplies-main .box-filter .top-filter .icon img {
  height: 24px;
  margin-right: 10px;
}
.supplies-page .block-supplies-main .box-filter .bottom-filter .left-search a {
  color: #005283;
  font-weight: 600;
}
.supplies-page .block-supplies-main .box-filter .bottom-filter .custom.form-select {
  min-width: 220px;
  border: 1px solid #e5e5e5;
  height: 40px;
}
.supplies-page .block-supplies-main .block-prod {
  box-shadow: 0 0px 10px 10px rgba(0, 0, 0, 0.1019607843);
  padding: 20px;
  border-radius: 20px;
}
.supplies-page .block-supplies-main .block-prod .item-prod {
  margin-bottom: 40px;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 5px;
}
.supplies-page .block-supplies-main .block-prod .item-prod .thumb {
  display: flex;
  align-items: center !important;
  gap: 5px;
  min-height: 260px;
  margin-bottom: 5px;
}
.supplies-page .block-supplies-main .block-prod .item-prod .thumb .banner {
  width: 170px;
  min-width: 170px;
}
.supplies-page .block-supplies-main .block-prod .item-prod .thumb .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.supplies-page .block-supplies-main .block-prod .item-prod .thumb .logo-sm img {
  height: 35px;
}
.supplies-page .block-supplies-main .block-prod .item-prod .content {
  text-align: center;
}
.supplies-page .block-supplies-main .block-prod .item-prod .content .id-name a {
  color: #6b6b6b;
}
.supplies-page .block-supplies-main .block-prod .item-prod .content .desc {
  font-size: 12px;
}
.supplies-page .block-supplies-main .block-prod .item-prod:hover {
  background: #f5f5f5;
}
.supplies-page .block-supplies-main .sidebar-left .tilte-lg {
  background-image: linear-gradient(#3cb774, #005283);
  color: #fff;
  font-size: 22px;
  text-align: center;
  border-radius: 10px;
  min-height: 110px;
  font-weight: 600;
}
.supplies-page .block-supplies-main .sidebar-left .tilte-lg img {
  filter: brightness(0) invert(1);
}
.supplies-page .block-supplies-main .sidebar-left .form-check .form-check-input {
  border-color: #ccc;
}
.supplies-page .block-supplies-main .sidebar-left .list-check .title-sm {
  background: #ebebeb;
  color: #7a7a7a;
  padding: 8px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .supplies-page .block-supplies-main .block-prod .item-prod .thumb {
    min-height: 110px;
  }
  .supplies-page .block-supplies-main .block-prod .item-prod .thumb .banner {
    width: inherit;
    min-width: inherit;
  }
  .supplies-page .block-supplies-main .block-prod .item-prod .thumb .banner img {
    max-height: 110px;
    display: block;
    margin: auto;
  }
  .supplies-page .block-supplies-main .box-filter .bottom-filter {
    display: block !important;
  }
  .supplies-page .block-supplies-main .box-filter .bottom-filter .left-search {
    margin-bottom: 15px;
  }
  .supplies-page .block-supplies-main .sidebar-left .content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .supplies-page .block-supplies-main .sidebar-left .content > .mb-3 {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px !important;
  }
  .supplies-page .block-supplies-main .sidebar-left .content > .mb-3 .collapse,
  .supplies-page .block-supplies-main .sidebar-left .content > .mb-3 .collapse.show {
    display: none !important;
    height: 0 !important;
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .supplies-page .block-supplies-main .block-prod .item-prod .thumb {
    min-height: 110px;
  }
  .supplies-page .block-supplies-main .block-prod .item-prod .thumb .banner {
    width: inherit;
    min-width: inherit;
  }
  .supplies-page .block-supplies-main .block-prod .item-prod .thumb .banner img {
    max-height: 110px;
    display: block;
    margin: auto;
  }
  .supplies-page .block-supplies-main .box-filter .bottom-filter {
    display: block !important;
  }
  .supplies-page .block-supplies-main .box-filter .bottom-filter .left-search {
    margin-bottom: 15px;
  }
  .supplies-page .block-supplies-main .sidebar-left .content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .supplies-page .block-supplies-main .sidebar-left .content > .mb-3 {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px !important;
  }
  .supplies-page .block-supplies-main .sidebar-left .content > .mb-3 .collapse,
  .supplies-page .block-supplies-main .sidebar-left .content > .mb-3 .collapse.show {
    display: none !important;
    height: 0 !important;
    opacity: 0;
  }
}

.faq-page {
  padding-bottom: 60px;
}
.faq-page .solar-faq-video {
  height: 400px;
}
.faq-page .max-sm {
  max-width: 920px;
  margin: auto;
}
.faq-page .custom-accordion .accordion-item {
  border: 2px solid #306fb5;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.faq-page .custom-accordion .accordion-item .accordion-button[aria-expanded=true] {
  background: rgba(122, 223, 206, 0.3019607843);
  outline: none;
  box-shadow: none;
}
.faq-page .custom-accordion .accordion-item .accordion-collapse {
  background: rgba(122, 223, 206, 0.3019607843);
  padding-top: 0;
}
.faq-page .custom-accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
}
.faq-page .box-search {
  position: relative;
  margin-bottom: 15px;
}
.faq-page .box-search .btn {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page .box-search .btn img {
  height: 35px;
}
.faq-page .box-search .form-control.custom {
  border: 2px solid #306fb5;
  border-radius: 10px;
  height: 60px;
  padding-left: 70px;
}
.faq-page .block-cooperate-main {
  padding-top: 45px;
  padding-bottom: 45px;
}
.faq-page .block-cooperate-main .title-lg {
  font-size: 35px;
  color: #fff;
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
.faq-page .block-cooperate-main .title-lg .item-sm {
  width: 100%;
  height: 70px;
  padding-top: 10px;
}
.faq-page .block-cooperate-main .title-lg .item-sm span {
  color: rgba(255, 255, 255, 0.2);
  display: inline-block;
}
.faq-page .block-cooperate-main .title-lg .item-sm:nth-child(1) {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  text-align: right;
  padding-right: 30px;
  background-image: linear-gradient(90deg, #00439e, #007396);
}
.faq-page .block-cooperate-main .title-lg .item-sm:nth-child(1) span {
  margin-right: 20px;
}
.faq-page .block-cooperate-main .title-lg .item-sm:nth-child(2) {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-left: 30px;
  background-image: linear-gradient(90deg, #017796, #01aa92);
}
.faq-page .block-cooperate-main .title-lg .item-sm:nth-child(2) span {
  margin-left: 20px;
}
.faq-page .block-cooperate-main .content-main {
  display: flex;
  gap: 75px;
  font-weight: 600;
}
.faq-page .block-cooperate-main .content-main .line {
  background: #72f0ce;
  width: 1px;
  height: 160px;
}
.faq-page .block-cooperate-main .content-main .content:nth-child(1) {
  text-align: right;
}
.faq-page .block-cooperate-main .content-main .title-sm {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent;
  background: linear-gradient(90deg, #3cb774 0, #005283);
}
.faq-page .block-register-main {
  position: relative;
}
.faq-page .block-register-main .title-lg {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
}
.faq-page .block-form-main {
  padding-top: 45px;
  padding-bottom: 45px;
}
.faq-page .block-form-main .form-control.custom {
  background: #f9f9f9;
  border: 0;
  height: 50px;
  border-radius: 10px;
}
.faq-page .block-tabs-main {
  padding-bottom: 45px;
}
.faq-page .block-tabs-main .bg {
  background: linear-gradient(90deg, #173aa6 0%, #2871aa 100%);
  min-height: 220px;
  padding-top: 65px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.faq-page .block-tabs-main .nav-link {
  background: #1056bc;
  color: #fff;
  font-size: 24px;
  padding: 24px 30px;
  min-width: 302px;
}
.faq-page .block-tabs-main .nav-link:hover, .faq-page .block-tabs-main .nav-link.active {
  background: #257cf9;
}
@media screen and (max-width: 480px) {
  .faq-page .block-cooperate-main .title-lg {
    gap: 15px;
  }
  .faq-page .block-cooperate-main .title-lg .item-sm {
    padding-top: 24px;
  }
  .faq-page .block-cooperate-main .title-lg .item-sm:nth-child(1) {
    padding-right: 15px;
    font-size: 14px;
  }
  .faq-page .block-cooperate-main .title-lg .item-sm:nth-child(2) {
    padding-right: 15px;
    font-size: 14px;
  }
  .faq-page .block-cooperate-main .content-main {
    gap: 20px;
  }
  .faq-page .block-register-main .title-lg {
    font-size: 20px;
    top: 15px;
    padding: 0 15px;
    position: static;
    background-image: linear-gradient(90deg, #3cb774 0, #005283);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    display: inline-block;
    font-weight: 600;
  }
}
@media screen and (max-width: 1024px) {
  .faq-page .block-cooperate-main .title-lg {
    gap: 15px;
  }
  .faq-page .block-cooperate-main .title-lg .item-sm {
    padding-top: 24px;
  }
  .faq-page .block-cooperate-main .title-lg .item-sm:nth-child(1) {
    padding-right: 15px;
    font-size: 14px;
  }
  .faq-page .block-cooperate-main .title-lg .item-sm:nth-child(2) {
    padding-right: 15px;
    font-size: 14px;
  }
  .faq-page .block-cooperate-main .content-main {
    gap: 20px;
  }
  .faq-page .block-register-main .title-lg {
    font-size: 20px;
    top: 15px;
    padding: 0 15px;
    position: static;
    background-image: linear-gradient(90deg, #3cb774 0, #005283);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    display: inline-block;
    font-weight: 600;
  }
}

.aboutus-page .block-aboutus-main,
body.page-template-page-gioi-thieu-php .block-aboutus-main {
  min-height: 714px;
  color: #66ffff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.aboutus-page .block-aboutus-main .bg,
body.page-template-page-gioi-thieu-php .block-aboutus-main .bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.aboutus-page .block-aboutus-main .bg img,
body.page-template-page-gioi-thieu-php .block-aboutus-main .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aboutus-page .block-aboutus-main .container-fluid,
body.page-template-page-gioi-thieu-php .block-aboutus-main .container-fluid {
  position: relative;
  z-index: 1;
}
.aboutus-page .block-aboutus-main .content-main,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main {
  padding: 40px 30px 48px;
  position: relative;
  z-index: 1;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.aboutus-page .block-aboutus-main .content-main .title-top,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-top {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 90px;
  max-width: 100%;
  color: #fff;
}
.aboutus-page .block-aboutus-main .content-main .title-top .mb-1,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-top .mb-1 {
  line-height: 1.15;
}
.aboutus-page .block-aboutus-main .content-main .title-top .main,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-top .main {
  font-size: 53px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
}
.aboutus-page .block-aboutus-main .content-main .title-top .aboutus-hero-mark,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-top .aboutus-hero-mark {
  display: inline-block;
  padding: 0.05em 0.32em 0.12em;
  margin-left: 0.08em;
  vertical-align: 0.04em;
  font-weight: 700;
  background: rgba(88, 72, 138, 0.52);
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
}
.aboutus-page .block-aboutus-main .content-main .title-bottom,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-bottom {
  font-size: 30px;
  line-height: 1.2;
  text-align: right;
  margin-bottom: 110px;
  margin-left: auto;
  max-width: 100%;
  color: #fff;
}
.aboutus-page .block-aboutus-main .content-main .title-bottom .mb-1,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-bottom .mb-1 {
  line-height: 1.15;
}
.aboutus-page .block-aboutus-main .content-main .title-bottom .main,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-bottom .main {
  font-size: 53px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #c5ffff;
  text-shadow: 0 0 26px rgba(102, 255, 255, 0.5), 0 0 56px rgba(64, 200, 255, 0.25);
}
.aboutus-page .block-aboutus-main .content-main .title-bottom .mb-1 .text,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-bottom .mb-1 .text {
  display: inline-block;
  font-size: 0.85em;
  font-weight: 600;
  vertical-align: baseline;
  margin-right: 0.15em;
}
@media (min-width: 992px) {
  .aboutus-page .block-aboutus-main .content-main,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    column-gap: 1.5rem;
    align-items: start;
  }
  .aboutus-page .block-aboutus-main .content-main .title-top,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-top {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    margin-bottom: 0;
  }
  .aboutus-page .block-aboutus-main .content-main .title-bottom,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-bottom {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin-bottom: 0;
    margin-left: 0;
    max-width: none;
  }
  .aboutus-page .block-aboutus-main .content-main > .row,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row {
    grid-column: 1/-1;
    grid-row: 2;
    align-self: end;
    margin-top: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .aboutus-page .block-aboutus-main .content-main > .row,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row {
    margin-top: auto;
  }
}
.aboutus-page .block-aboutus-main .content-main > .row,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
.aboutus-page .block-aboutus-main .content-main > .row .col-lg-3,
.aboutus-page .block-aboutus-main .content-main > .row .col-md-3,
.aboutus-page .block-aboutus-main .content-main > .row .col-6,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row .col-lg-3,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row .col-md-3,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row .col-6 {
  display: flex;
}
.aboutus-page .block-aboutus-main .content-main > .row .item,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row .item {
  width: 100%;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  gap: 10px;
  line-height: 1.1;
}
.aboutus-page .block-aboutus-main .content-main > .row .item .number,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row .item .number {
  font-size: 80px;
  line-height: 0.85;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.aboutus-page .block-aboutus-main .content-main > .row .item .desc,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row .item .desc {
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  align-self: flex-end;
  padding-bottom: 0.35em;
}
.aboutus-page .block-aboutus-main .content-main > .row .item .desc .text,
body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row .item .desc .text {
  display: block;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0.1em;
}
.aboutus-page .block-foundation-main,
body.page-template-page-gioi-thieu-php .block-foundation-main {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff;
}
.aboutus-page .block-foundation-main .title-block,
body.page-template-page-gioi-thieu-php .block-foundation-main .title-block {
  font-size: 30px;
}
.aboutus-page .block-foundation-main .max-sm,
body.page-template-page-gioi-thieu-php .block-foundation-main .max-sm {
  max-width: 1100px;
  margin: auto;
}
.aboutus-page .block-foundation-main .item,
body.page-template-page-gioi-thieu-php .block-foundation-main .item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  color: #000;
}
.aboutus-page .block-foundation-main .item .icon,
body.page-template-page-gioi-thieu-php .block-foundation-main .item .icon {
  flex-shrink: 0;
}
.aboutus-page .block-foundation-main .item .icon img,
body.page-template-page-gioi-thieu-php .block-foundation-main .item .icon img {
  height: 49px;
  width: auto;
  display: block;
}
.aboutus-page .block-foundation-main .item .title-sm,
body.page-template-page-gioi-thieu-php .block-foundation-main .item .title-sm {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  color: #000;
  flex: 1;
  min-width: 0;
}
.aboutus-page .block-business-main,
body.page-template-page-gioi-thieu-php .block-business-main {
  background: linear-gradient(138deg, #008493 0%, #011a59 100%);
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}
.aboutus-page .block-business-main .title-lg,
body.page-template-page-gioi-thieu-php .block-business-main .title-lg {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.aboutus-page .block-business-main .title-lg.custom,
body.page-template-page-gioi-thieu-php .block-business-main .title-lg.custom {
  font-size: 42px;
  margin-top: 8px;
  margin-bottom: 24px;
}
.aboutus-page .block-business-main .banner,
body.page-template-page-gioi-thieu-php .block-business-main .banner {
  margin-left: auto;
  margin-right: auto;
}
.aboutus-page .block-business-main .banner img,
body.page-template-page-gioi-thieu-php .block-business-main .banner img {
  border-radius: 16px;
  display: block;
}
.aboutus-page .block-business-main .col-lg-12 > .content,
body.page-template-page-gioi-thieu-php .block-business-main .col-lg-12 > .content {
  margin-top: 8px;
}
.aboutus-page .block-business-main .col-lg-12 > .content > .title-lg.custom,
body.page-template-page-gioi-thieu-php .block-business-main .col-lg-12 > .content > .title-lg.custom {
  margin-top: 0;
}
.aboutus-page .block-business-main .item-business,
body.page-template-page-gioi-thieu-php .block-business-main .item-business {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: linear-gradient(90deg, rgba(19, 245, 205, 0.27), rgba(0, 163, 255, 0.27));
  border-radius: 20px;
  min-height: 254px;
  font-size: 20px;
  padding-top: 95px;
  padding-bottom: 15px;
}
.aboutus-page .block-business-main .item-business .content,
body.page-template-page-gioi-thieu-php .block-business-main .item-business .content {
  margin-bottom: 15px;
  gap: 10px;
  flex: 1;
}
.aboutus-page .block-business-main .item-business .content .nubmer,
body.page-template-page-gioi-thieu-php .block-business-main .item-business .content .nubmer {
  font-size: 140px;
  font-weight: bold;
  line-height: 100px;
  flex-shrink: 0;
}
.aboutus-page .block-business-main .item-business .content .desc,
body.page-template-page-gioi-thieu-php .block-business-main .item-business .content .desc {
  line-height: 1.3;
  flex: 1;
  min-width: 0;
}
.aboutus-page .block-business-main .item-business .link-bottom,
body.page-template-page-gioi-thieu-php .block-business-main .item-business .link-bottom {
  border-top: 1px solid #66ffff;
  margin: 0 15px;
  padding-top: 10px;
  margin-top: auto;
}
.aboutus-page .block-business-main .item-business .link-bottom a,
body.page-template-page-gioi-thieu-php .block-business-main .item-business .link-bottom a {
  color: #66ffff;
  font-weight: 600;
  font-size: 16px;
}
.aboutus-page .block-business-main .item-news,
body.page-template-page-gioi-thieu-php .block-business-main .item-news {
  margin-top: 8px;
}
.aboutus-page .block-business-main .item-news .title-sm,
body.page-template-page-gioi-thieu-php .block-business-main .item-news .title-sm {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 40px;
}
.aboutus-page .block-business-main .item-news .desc,
body.page-template-page-gioi-thieu-php .block-business-main .item-news .desc {
  text-align: justify;
  line-height: 1.65;
  font-size: 16px;
  font-weight: 400;
}
.aboutus-page .block-post-main,
body.page-template-page-gioi-thieu-php .block-post-main {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff;
}
.aboutus-page .block-post-main .banner,
body.page-template-page-gioi-thieu-php .block-post-main .banner {
  max-width: 250px;
  margin: auto;
}
.aboutus-page .block-post-main .banner img,
body.page-template-page-gioi-thieu-php .block-post-main .banner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aboutus-page .block-post-main .banner a,
body.page-template-page-gioi-thieu-php .block-post-main .banner a {
  display: inline-block;
}
.aboutus-page .block-post-main .title-block,
body.page-template-page-gioi-thieu-php .block-post-main .title-block {
  font-size: 25px;
}
.aboutus-page .block-post-main .content .desc,
body.page-template-page-gioi-thieu-php .block-post-main .content .desc {
  color: #333;
  line-height: 1.65;
  font-size: 16px;
  font-weight: 400;
}
.aboutus-page .block-post-main.custom,
body.page-template-page-gioi-thieu-php .block-post-main.custom {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(138deg, #012ba7 0%, #011a59 100%);
  color: #fff;
}
.aboutus-page .block-post-main.custom .title-md,
body.page-template-page-gioi-thieu-php .block-post-main.custom .title-md {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}
.aboutus-page .block-post-main.custom .content .desc,
body.page-template-page-gioi-thieu-php .block-post-main.custom .content .desc {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.65;
  font-size: 16px;
}
.aboutus-page .block-post-main.custom .content .desc .mb-2:first-child,
body.page-template-page-gioi-thieu-php .block-post-main.custom .content .desc .mb-2:first-child {
  font-weight: 600;
}
.aboutus-page .block-post-main.custom .banner,
body.page-template-page-gioi-thieu-php .block-post-main.custom .banner {
  max-width: none;
  text-align: center;
}
.aboutus-page .block-post-main.custom .banner img,
body.page-template-page-gioi-thieu-php .block-post-main.custom .banner img {
  max-width: 280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.aboutus-page .block-video-main,
body.page-template-page-gioi-thieu-php .block-video-main {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.aboutus-page .block-video-main .ratio,
body.page-template-page-gioi-thieu-php .block-video-main .ratio {
  border-radius: 12px;
  overflow: hidden;
}
.aboutus-page .block-video-main .ratio iframe,
body.page-template-page-gioi-thieu-php .block-video-main .ratio iframe {
  border: 0;
}
@media screen and (max-width: 480px) {
  .aboutus-page .block-aboutus-main,
  body.page-template-page-gioi-thieu-php .block-aboutus-main {
    font-size: 14px;
    background: url(../images/aboutus-page/bg-banner-ab.jpeg) no-repeat center center/cover;
    min-height: 505px;
  }
  .aboutus-page .block-aboutus-main .content-main,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main {
    padding: 24px 12px 32px;
    min-height: 0;
  }
  .aboutus-page .block-aboutus-main .content-main .title-top,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-top {
    font-size: 14px;
    margin-bottom: 48px;
  }
  .aboutus-page .block-aboutus-main .content-main .title-bottom,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-bottom {
    font-size: 14px;
    text-align: right;
    margin-bottom: 40px;
  }
  .aboutus-page .block-aboutus-main .content-main .title-bottom .mb-1 .text,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-bottom .mb-1 .text {
    font-size: 1em;
  }
  .aboutus-page .block-aboutus-main .content-main .title-bottom .main,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-bottom .main {
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 0;
  }
  .aboutus-page .block-aboutus-main .content-main .title-top .main,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-top .main {
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 0;
  }
  .aboutus-page .block-aboutus-main .content-main > .row,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row {
    margin-top: 0;
  }
  .aboutus-page .block-aboutus-main .content-main > .row .item,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row .item {
    font-size: 12px;
    gap: 6px;
  }
  .aboutus-page .block-aboutus-main .content-main > .row .item .number,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row .item .number {
    font-size: 40px;
    line-height: 0.9;
  }
  .aboutus-page .block-aboutus-main .content-main > .row .item .desc,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row .item .desc {
    line-height: 1.2;
    font-size: 11px;
    padding-bottom: 0.2em;
  }
  .aboutus-page .block-aboutus-main .content-main > .row .item .desc .text,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row .item .desc .text {
    font-size: 14px;
    margin-bottom: 0.05em;
  }
  .aboutus-page .block-aboutus-main .bg,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .bg {
    display: none;
  }
  .aboutus-page .block-foundation-main .title-block,
  body.page-template-page-gioi-thieu-php .block-foundation-main .title-block {
    font-size: 20px;
  }
  .aboutus-page .block-foundation-main .item,
  body.page-template-page-gioi-thieu-php .block-foundation-main .item {
    border: 1px solid #01669a;
    border-radius: 10px;
    padding: 10px;
  }
  .aboutus-page .block-foundation-main .item .icon,
  body.page-template-page-gioi-thieu-php .block-foundation-main .item .icon {
    min-width: 80px;
    text-align: center;
  }
  .aboutus-page .block-foundation-main .item .title-sm,
  body.page-template-page-gioi-thieu-php .block-foundation-main .item .title-sm {
    font-size: 16px;
  }
  .aboutus-page .block-business-main .item-business,
  body.page-template-page-gioi-thieu-php .block-business-main .item-business {
    padding-top: 25px;
    min-height: inherit;
  }
  .aboutus-page .block-business-main .item-business .content .nubmer,
  body.page-template-page-gioi-thieu-php .block-business-main .item-business .content .nubmer {
    font-size: 80px;
  }
  .aboutus-page .block-business-main .item-news .title-sm,
  body.page-template-page-gioi-thieu-php .block-business-main .item-news .title-sm {
    margin-bottom: 10px;
  }
  .aboutus-page .block-business-main .item-news .desc,
  body.page-template-page-gioi-thieu-php .block-business-main .item-news .desc {
    font-size: 14px;
    line-height: 1.55;
  }
  .aboutus-page .block-post-main,
  body.page-template-page-gioi-thieu-php .block-post-main {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .aboutus-page .block-post-main.custom,
  body.page-template-page-gioi-thieu-php .block-post-main.custom {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .aboutus-page .block-post-main.custom .content .desc,
  body.page-template-page-gioi-thieu-php .block-post-main.custom .content .desc {
    font-size: 14px;
  }
  .aboutus-page .block-video-main,
  body.page-template-page-gioi-thieu-php .block-video-main {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutus-page .block-aboutus-main,
  body.page-template-page-gioi-thieu-php .block-aboutus-main {
    font-size: 14px;
    background: url(../images/aboutus-page/bg-banner-ab.jpeg) no-repeat center center/cover;
    min-height: 505px;
  }
  .aboutus-page .block-aboutus-main .content-main,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main {
    padding: 24px 12px 32px;
    min-height: 0;
  }
  .aboutus-page .block-aboutus-main .content-main .title-top,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-top {
    font-size: 14px;
    margin-bottom: 48px;
  }
  .aboutus-page .block-aboutus-main .content-main .title-bottom,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-bottom {
    font-size: 14px;
    text-align: right;
    margin-bottom: 40px;
  }
  .aboutus-page .block-aboutus-main .content-main .title-bottom .mb-1 .text,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-bottom .mb-1 .text {
    font-size: 1em;
  }
  .aboutus-page .block-aboutus-main .content-main .title-bottom .main,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-bottom .main {
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 0;
  }
  .aboutus-page .block-aboutus-main .content-main .title-top .main,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main .title-top .main {
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 0;
  }
  .aboutus-page .block-aboutus-main .content-main > .row,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row {
    margin-top: 0;
  }
  .aboutus-page .block-aboutus-main .content-main > .row .item,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row .item {
    font-size: 12px;
    gap: 6px;
  }
  .aboutus-page .block-aboutus-main .content-main > .row .item .number,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row .item .number {
    font-size: 40px;
    line-height: 0.9;
  }
  .aboutus-page .block-aboutus-main .content-main > .row .item .desc,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row .item .desc {
    line-height: 1.2;
    font-size: 11px;
    padding-bottom: 0.2em;
  }
  .aboutus-page .block-aboutus-main .content-main > .row .item .desc .text,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .content-main > .row .item .desc .text {
    font-size: 14px;
    margin-bottom: 0.05em;
  }
  .aboutus-page .block-aboutus-main .bg,
  body.page-template-page-gioi-thieu-php .block-aboutus-main .bg {
    display: none;
  }
  .aboutus-page .block-foundation-main .title-block,
  body.page-template-page-gioi-thieu-php .block-foundation-main .title-block {
    font-size: 20px;
  }
  .aboutus-page .block-foundation-main .item,
  body.page-template-page-gioi-thieu-php .block-foundation-main .item {
    border: 1px solid #01669a;
    border-radius: 10px;
    padding: 10px;
  }
  .aboutus-page .block-foundation-main .item .icon,
  body.page-template-page-gioi-thieu-php .block-foundation-main .item .icon {
    min-width: 80px;
    text-align: center;
  }
  .aboutus-page .block-foundation-main .item .title-sm,
  body.page-template-page-gioi-thieu-php .block-foundation-main .item .title-sm {
    font-size: 16px;
  }
  .aboutus-page .block-business-main .item-business,
  body.page-template-page-gioi-thieu-php .block-business-main .item-business {
    padding-top: 25px;
    min-height: inherit;
  }
  .aboutus-page .block-business-main .item-business .content .nubmer,
  body.page-template-page-gioi-thieu-php .block-business-main .item-business .content .nubmer {
    font-size: 80px;
  }
  .aboutus-page .block-business-main .item-news .title-sm,
  body.page-template-page-gioi-thieu-php .block-business-main .item-news .title-sm {
    margin-bottom: 10px;
  }
  .aboutus-page .block-business-main .item-news .desc,
  body.page-template-page-gioi-thieu-php .block-business-main .item-news .desc {
    font-size: 14px;
    line-height: 1.55;
  }
  .aboutus-page .block-post-main,
  body.page-template-page-gioi-thieu-php .block-post-main {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .aboutus-page .block-post-main.custom,
  body.page-template-page-gioi-thieu-php .block-post-main.custom {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .aboutus-page .block-post-main.custom .content .desc,
  body.page-template-page-gioi-thieu-php .block-post-main.custom .content .desc {
    font-size: 14px;
  }
  .aboutus-page .block-video-main,
  body.page-template-page-gioi-thieu-php .block-video-main {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

body {
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 320px) and (max-width: 479px) {
  body {
    font-size: 12px;
    background: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

:root {
  --bs-border-color: rgba(255, 255, 255, 0.2) !important;
}

.btn {
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .btn {
    font-size: 12px;
  }
}

.btn-connect {
  background: linear-gradient(45deg, #FDB913 0%, #FFD400 100%);
  color: #333333;
  border-radius: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-connect:hover {
  background: transparent;
  color: #000000;
  border: 1px solid #fdb914;
}

.btn-start {
  background: linear-gradient(45deg, #FDB913 0%, #FFD400 100%);
  color: #333333;
  border-radius: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-start:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #fdb914;
}

.btn-sub {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #efefef;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
@media (min-width: 320px) and (max-width: 479px) {
  .btn-sub {
    height: 30px;
    width: 30px;
  }
}
.btn-sub:hover {
  background-color: #535353;
  color: #fdb914;
}

.offcanvas {
  background: #ffffff;
}
@media (min-width: 320px) and (max-width: 479px) {
  .offcanvas.offcanvas-start {
    width: 350px;
  }
}

.dropdown-menu {
  border-radius: 10px;
}
.dropdown-menu .dropdown-item {
  color: #000;
  display: block;
  white-space: normal;
  min-width: 200px;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #efefef;
  color: #199882;
}

.title {
  font-size: 25px;
  background: linear-gradient(45deg, #FDB913 0%, #FFD400 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 320px) and (max-width: 479px) {
  .title {
    font-size: 20px;
  }
}

.sub-title {
  font-size: 18px;
  color: #000000;
}
@media (min-width: 320px) and (max-width: 479px) {
  .sub-title {
    font-size: 14px;
  }
}

.text-highlight {
  color: #fdb914;
}

.logo {
  height: 52px;
}

.modal-content {
  background: #222222;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
}
.modal-content .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.modal-content .modal-box {
  background: #313131;
  border-radius: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.modal-content .btn-address {
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fdb914;
  border: none;
  padding: 0;
}
.modal-content .btn-address .address-icon {
  width: 30px;
}
.modal-content .btn-address .icon-expand {
  width: 20px;
  height: 20px;
  background: #fdb914;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #000;
}
.modal-content .input-group .form-control,
.modal-content .input-group .input-group-text {
  background: #464646;
  border-radius: 30px;
  border: none;
  font-size: 16px;
}
.modal-content .input-group .form-control {
  color: #000000;
  font-weight: 300;
  color: #000000;
}
.modal-content .input-group .form-control::placeholder {
  color: #000000;
}
.modal-content .input-group .form-control[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

header {
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
header .top-header {
  background: #000000;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 479px) {
  header .top-header {
    display: block;
  }
}
header .menu {
  background: #ffffff;
}
header .navbar {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 80px;
}
header .navbar-nav {
  position: relative;
  top: 20px;
}
header .navbar-nav .nav-item {
  margin-left: 25px;
}
header .navbar-nav .nav-item .nav-link {
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
}
header .navbar-nav .nav-item .nav-link.active, header .navbar-nav .nav-item .nav-link:hover {
  color: #199882;
}
header .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  border: 0;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/down-arrow.png) no-repeat center center;
  background-size: 18px 18px;
  top: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  header .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
}
header .hotline {
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 14px;
}
header .hotline .icon {
  border: 1px solid #1a9882;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  text-align: center;
  line-height: 39px;
  color: #1a9882;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 480px) {
  header .navbar {
    padding-left: inherit;
    padding-right: inherit;
  }
  header .hotline {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  header .navbar {
    padding-left: inherit;
    padding-right: inherit;
  }
  header .hotline {
    display: none !important;
  }
}

section {
  min-height: 100vh;
}
section .swap,
section .news,
section .agent,
section .charity,
section .invest,
section .savings {
  padding: 50px 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .swap,
  section .news,
  section .agent,
  section .charity,
  section .invest,
  section .savings {
    padding: 30px 0;
  }
}
section .bg-box {
  background: #1A1A1A;
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
section .bg-box .input-group .form-control,
section .bg-box .input-group .input-group-text {
  background: #464646;
  border-radius: 30px;
  border: none;
  font-size: 16px;
}
section .bg-box .input-group .form-control {
  color: #000000;
  font-weight: 300;
  color: #000000;
}
section .bg-box .input-group .form-control::placeholder {
  color: #000000;
}
section .bg-box .input-group .form-control[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}
section .bg-sub-box {
  background: #313131;
  border-radius: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
section .table {
  --bs-table-bg: #2B2B2B;
  --bs-table-striped-bg: #1F1F1F;
  --bs-table-color: #ffffff;
  --bs-table-striped-color: #ffffff;
}
section .table thead th {
  font-size: 14px;
  font-weight: 400;
  color: #fdb914;
  font-weight: 700;
}
section .table > :not(caption) > * > * {
  padding: 1rem 1rem;
}
section .pationation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .pationation {
    justify-content: center;
  }
}
section .pationation .btn-pationation {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #656565 0%, #343434 100%);
  border: none;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
section .pationation .btn-pationation.active, section .pationation .btn-pationation:hover {
  background: linear-gradient(135deg, #656565 0%, #343434 100%);
  color: #fdb914;
}
section .icon-coin {
  width: 20px;
  height: 20px;
}
section .icon-coin-big {
  width: 40px;
  height: 40px;
}
section .pointer {
  cursor: pointer;
}
section .text-muted {
  color: #A9A9A9 !important;
}
section .tags-block {
  background: #1A1A1A;
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
}
section .tags-block .nav-item .nav-link {
  color: #000000;
  background: transparent;
  border-radius: 20px;
}
section .tags-block .nav-item .nav-link.active, section .tags-block .nav-item .nav-link:hover {
  color: #000000;
  background: #fdb914;
}

footer {
  background-image: linear-gradient(90deg, #3cb774 0, #005283);
  color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
}
footer .box-map {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
footer .box-map iframe {
  border: 0;
  height: 170px !important;
  border-radius: 20px;
  overflow: hidden;
  width: 100% !important;
}
footer .box-map .title-sm {
  gap: 10px;
}
footer .box-map .title-sm .line {
  width: 100%;
  height: 1px;
  background: #fff;
}
footer .list-social img {
  height: 56px;
}
footer .logo-footer img {
  height: 125px;
}
footer .content-footer .title-sm {
  font-size: 25px;
}
footer .custom-app-top {
  gap: 10px;
  margin-top: 45px;
}
footer .custom-app-top .list-app {
  min-width: 200px;
}
footer .custom-app-top .list-app img {
  width: 200px;
}
footer .copyright {
  border-top: 1px solid #fff;
  padding-top: 15px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .content-footer .title-sm {
    font-size: 14px;
    text-align: center;
  }
  footer .custom-app-top {
    display: block !important;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  footer .custom-app-top .list-app {
    display: flex;
    justify-content: space-evenly !important;
  }
  footer .custom-app-top .list-app img {
    width: initial;
    height: 37px;
  }
  footer .box-map {
    display: none;
  }
  footer .list-social {
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 10px;
  }
  footer .list-social img {
    height: 32px;
  }
  footer .logo-footer {
    text-align: center;
  }
  footer .logo-footer img {
    height: 62px;
  }
  footer .copyright {
    padding-top: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .content-footer .title-sm {
    font-size: 14px;
    text-align: center;
  }
  footer .custom-app-top {
    display: block !important;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  footer .custom-app-top .list-app {
    display: flex;
    justify-content: space-evenly !important;
  }
  footer .custom-app-top .list-app img {
    width: initial;
    height: 37px;
  }
  footer .box-map {
    display: none;
  }
  footer .list-social {
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 10px;
  }
  footer .list-social img {
    height: 32px;
  }
  footer .logo-footer {
    text-align: center;
  }
  footer .logo-footer img {
    height: 62px;
  }
  footer .copyright {
    padding-top: 10px;
    margin-top: 10px;
  }
}

.custom-tabs .nav-tabs {
  border: 0;
  margin-bottom: 65px;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3490196078);
  border-left: 1px solid rgba(255, 255, 255, 0.3490196078);
  padding: 3px;
  display: inline-block;
}
.custom-tabs .nav-tabs .nav-link {
  min-width: 200px;
  display: inline-block;
  padding: 11px 15px;
  text-align: center;
  border-radius: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  border: 0;
  font-weight: 600;
}
.custom-tabs .nav-tabs .nav-link.active {
  display: inline-block;
  background: linear-gradient(225deg, #FFD400 14.89%, #FDB913 85.85%);
  padding: 11px 15px;
  text-align: center;
  border-radius: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #333333;
}

.position-relative .bg-top {
  top: -82px;
  left: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  z-index: 9999;
}
.preloader .box {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

img {
  max-width: 100%;
}

.text-gradient-main {
  background-image: linear-gradient(90deg, #3cb774 0, #005283);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.block-slick-main {
  position: relative;
  margin-bottom: 45px;
}
.block-slick-main .item-slider img {
  width: 100%;
}
.block-slick-main .block-nav {
  opacity: 0.4;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.block-slick-main .block-nav img {
  height: 40px;
}
.block-slick-main .block-nav a {
  display: inline-block;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-slick-main .block-nav a:first-child {
  left: 20px;
}
.block-slick-main .block-nav a:first-child img {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block-slick-main .block-nav a:last-child {
  right: 20px;
}
.block-slick-main:hover .block-nav {
  opacity: 1;
}

.title-block {
  font-size: 42px;
  background-image: linear-gradient(90deg, #3cb774 0, #005283);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  display: inline-block;
  font-weight: 600;
}
.title-block .line {
  height: 2px;
  background: #005283;
  width: 100%;
  position: relative;
  top: -18px;
}
.title-block.d-flex {
  white-space: nowrap;
  gap: 15px;
}

.link-grdient {
  background: linear-gradient(22deg, #222FFF 0%, #6BE4A1 100%);
  display: inline-block;
  color: white;
  border: 0;
  border-radius: 100px;
  padding: 5px 15px;
}
.link-grdient.lg {
  padding: 10px 20px;
}
.box-pagination .page-link {
  border: 0 !important;
  background: #d8d8d8;
  color: #333;
  min-width: 38px;
  border-radius: 8px !important;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
.box-pagination .page-link.active, .box-pagination .page-link:hover {
  background: linear-gradient(22deg, #222FFF 0%, #6BE4A1 100%);
  color: #fff;
}

.title-md {
  font-size: 25px;
  color: #b7b7b7;
  font-weight: 600;
}

.color-main {
  color: #1d847c;
}

@media screen and (max-width: 480px) {
  .title-block {
    font-size: 20px;
  }
  .title-block .line {
    top: -7px;
  }
}
@media screen and (max-width: 1024px) {
  .title-block {
    font-size: 20px;
  }
  .title-block .line {
    top: -7px;
  }
}
.btn-gradient-prod {
  align-items: center !important;
  background-image: linear-gradient(#3cb774, #005283) !important;
  min-height: 60px;
  color: #fff;
  border: 0;
  border-radius: 10px;
  opacity: 0.6;
  position: relative;
}
.btn-gradient-prod .icon-right {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.btn-gradient-prod .icon-right img {
  filter: brightness(0) invert(1);
}
.btn-gradient-prod:hover, .btn-gradient-prod.active, .btn-gradient-prod:focus, .btn-gradient-prod[aria-expanded=true] {
  background-image: linear-gradient(#3cb774, #005283) !important;
  color: #fff;
  opacity: 1;
}

.solar-footer-map {
  border: 0;
  max-width: 100%;
}

.section-programmes .card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.06);
}
.section-programmes .card-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.section-programmes .text-header {
  font-size: 1.25rem;
  font-weight: 600;
}

.program-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.375rem;
  background-color: #fff;
}

.program-img {
  display: block;
  object-fit: cover;
  aspect-ratio: 16/10;
}

.program-title a {
  color: inherit;
}

.program-content {
  font-size: 0.875rem;
  color: #555;
}

.solar-page-banner img {
  width: 100%;
  height: auto;
  display: block;
}
