html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: 400;
  text-align: left;
  padding: 5px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

a {
  background-color: transparent;
}

a img {
  border: 0;
}

body,
button,
input,
select,
textarea {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 1.5;
}

p {
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

pre {
  background: rgba(0, 0, 0, 0.05);
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  margin-bottom: 1.5em;
  padding: 20px;
  overflow: auto;
  max-width: 100%;
}

blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
}

blockquote p:last-child {
  margin: 0;
}

table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

th,
td {
  padding: 8px;
}

th {
  border-width: 0 1px 1px 0;
}

td {
  border-width: 0 1px 1px 0;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 40px;
  margin-top: 40px;
}

fieldset {
  padding: 0;
  border: 0;
  min-width: inherit;
}

fieldset legend {
  padding: 0;
  margin-bottom: 1.5em;
}

h1 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: none;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: none;
}

h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: none;
}

h4,
h5,
h6 {
  margin-bottom: 20px;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: 700;
}

img {
  height: auto;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid transparent;
  background: #666;
  cursor: pointer;
  -webkit-appearance: button;
  padding: 10px 20px;
  color: #fff;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
  background: #fafafa;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px 15px;
  box-sizing: border-box;
  max-width: 100%;
}

textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
}

input[type="file"] {
  max-width: 100%;
  box-sizing: border-box;
}

a,
button,
input {
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

a,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
}

.button,
.wp-block-button .wp-block-button__link {
  padding: 10px 20px;
  display: inline-block;
}

.wp-block-button .wp-block-button__link {
  font-size: inherit;
  line-height: inherit;
}

.using-mouse :focus {
  outline: 0;
}

.using-mouse ::-moz-focus-inner {
  border: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.no-sidebar .entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: 700;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.paging-navigation:after,
.site-footer:after,
.site-info:after,
.page-header-content-container:after,
.inside-navigation:not(.grid-container):after,
.inside-header:not(.grid-container):after,
.inside-top-bar:not(.grid-container):after,
.inside-footer-widgets:not(.grid-container):after {
  content: "";
  display: table;
  clear: both;
}

.main-navigation {
  z-index: 100;
  padding: 0;
  clear: both;
  display: block;
}

.inside-navigation {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
}

.main-navigation ul li a {
  display: block;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.sf-menu > li.menu-item-float-right {
  float: right !important;
}

.main-navigation .main-nav ul li a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 60px;
}

.menu-toggle,
.mobile-bar-items,
.sidebar-nav-mobile {
  display: none;
}

.menu-toggle {
  padding: 0 20px;
  line-height: 60px;
  margin: 0;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
  cursor: pointer;
}

.main-navigation .mobile-bar-items a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 60px;
}

.search-item a:before {
  content: "\f002";
  font-family: GeneratePress;
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}

.search-item.close-search a:before {
  content: "\f00d";
}

.search-item .screen-reader-text {
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
}

.main-navigation li.search-item {
  float: right;
  z-index: 21;
}

li.search-item.active {
  transition: opacity 100ms ease-in-out;
}

.navigation-search {
  position: absolute;
  left: -99999px;
  pointer-events: none;
  visibility: hidden;
  z-index: 20;
  width: 100%;
  top: 0;
  transition: opacity 100ms ease-in-out;
  opacity: 0;
}

.navigation-search.nav-search-active {
  left: 0;
  right: 0;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.gen-sidebar-nav .navigation-search {
  top: auto;
  bottom: 0;
}

.navigation-search input {
  outline: 0;
  border: 0;
  vertical-align: bottom;
  line-height: 0;
  opacity: 0.9;
  width: 100%;
  z-index: 20;
  border-radius: 0;
  -webkit-appearance: none;
}

.navigation-search input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.navigation-search input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.navigation-search input::-webkit-search-decoration,
.navigation-search input::-webkit-search-cancel-button,
.navigation-search input::-webkit-search-results-button,
.navigation-search input::-webkit-search-results-decoration {
  display: none;
}

.nav-left-sidebar .main-navigation li.search-item.active,
.nav-right-sidebar .main-navigation li.search-item.active {
  width: auto;
  display: inline-block;
  float: right;
}

.navigation-search input {
  height: 60px;
}

.main-navigation ul ul {
  display: block;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  float: left;
  position: absolute;
  left: -99999px;
  opacity: 0;
  z-index: 99999;
  width: 200px;
  text-align: left;
  top: auto;
  transition: opacity 80ms linear;
  transition-delay: 0s;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

.main-navigation ul ul a {
  display: block;
}

.main-navigation ul ul li {
  width: 100%;
}

.main-navigation .main-nav ul ul li a {
  line-height: normal;
  padding: 10px 20px;
  font-size: 14px;
}

.main-navigation.sub-menu-left .sub-menu {
  right: 0;
}

.dropdown-hover .main-navigation:not(.toggled) ul li:hover > ul,
.dropdown-hover .main-navigation:not(.toggled) ul li.sfHover > ul {
  left: auto;
  opacity: 1;
  transition-delay: 150ms;
  pointer-events: auto;
  height: auto;
  overflow: visible;
}

.dropdown-hover .main-navigation:not(.toggled) ul ul li:hover > ul,
.dropdown-hover .main-navigation:not(.toggled) ul ul li.sfHover > ul {
  left: 100%;
  top: 0;
}

.dropdown-hover
  .main-navigation.sub-menu-left:not(.toggled)
  ul
  ul
  li:hover
  > ul,
.dropdown-hover
  .main-navigation.sub-menu-left:not(.toggled)
  ul
  ul
  li.sfHover
  > ul {
  right: 100%;
  left: auto;
}

.dropdown-click .main-navigation ul ul {
  visibility: hidden;
}

.dropdown-click .main-navigation ul.toggled-on,
.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on {
  left: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  height: auto;
  overflow: visible;
}

.dropdown-click nav ul ul ul {
  background-color: transparent;
}

.main-navigation .main-nav ul ul li a {
  line-height: normal;
}

.nav-float-right .main-navigation ul ul ul {
  top: 0;
}

.main-navigation .main-nav ul li.menu-item-has-children > a {
  padding-right: 0;
  position: relative;
}

.menu-item-has-children .dropdown-menu-toggle {
  display: inline-block;
  height: 100%;
  clear: both;
  padding-right: 20px;
  padding-left: 10px;
}

.menu-item-has-children ul .dropdown-menu-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
}

nav ul ul .menu-item-has-children .dropdown-menu-toggle,
.sidebar .menu-item-has-children .dropdown-menu-toggle {
  float: right;
}

.dropdown-menu-toggle:before {
  content: "\f107";
  font-family: GeneratePress;
  display: inline-block;
  width: 0.8em;
  text-align: left;
}

nav:not(.toggled) ul ul .dropdown-menu-toggle:before {
  text-align: right;
}

.dropdown-hover
  .sub-menu-left:not(.toggled)
  ul
  ul
  .dropdown-menu-toggle:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-click
  .menu-item-has-children.sfHover
  > a
  .dropdown-menu-toggle:before {
  content: "\f106";
}

.dropdown-hover nav:not(.toggled) ul ul .dropdown-menu-toggle:before {
  content: "\f105";
}

.dropdown-click .main-navigation ul ul ul.toggled-on {
  left: 0;
  top: auto;
  position: relative;
}

.widget-area .main-navigation li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.dropdown-hover.both-left
  .widget-area
  .inside-right-sidebar
  .main-navigation
  ul
  li:hover
  ul,
.dropdown-hover.both-left
  .widget-area
  .inside-right-sidebar
  .main-navigation
  ul
  li.sfHover
  ul,
.dropdown-hover .widget-area .main-navigation ul li:hover ul,
.dropdown-hover .widget-area .main-navigation ul li.sfHover > ul {
  top: 0;
  left: 100%;
}

.dropdown-hover.both-right .widget-area .main-navigation ul li:hover ul,
.dropdown-hover.both-right .widget-area .main-navigation ul li.sfHover ul,
.dropdown-hover
  .widget-area
  .inside-right-sidebar
  .main-navigation
  ul
  li:hover
  ul,
.dropdown-hover
  .widget-area
  .inside-right-sidebar
  .main-navigation
  ul
  li.sfHover
  ul {
  right: 100%;
  left: auto;
}

.dropdown-hover.both-right .inside-left-sidebar .dropdown-menu-toggle:before,
.dropdown-hover .inside-right-sidebar .dropdown-menu-toggle:before {
  content: "\f104";
}

.dropdown-hover.both-left .inside-right-sidebar .dropdown-menu-toggle:before,
.dropdown-hover .inside-left-sidebar .dropdown-menu-toggle:before {
  content: "\f105";
}

.dropdown-click .widget-area .main-navigation ul ul {
  top: auto;
  position: absolute;
  float: none;
  width: 100%;
  left: -99999px;
}

.dropdown-click .widget-area .main-navigation ul ul.toggled-on {
  position: relative;
  left: 0;
  right: 0;
}

.nav-float-right .inside-header .main-navigation {
  float: right;
  clear: right;
}

.nav-float-left .inside-header .main-navigation {
  float: left;
  clear: left;
}

.nav-aligned-right .main-navigation .menu > li,
.nav-aligned-center .main-navigation .menu > li {
  float: none;
  display: inline-block;
}

.nav-aligned-right .main-navigation ul,
.nav-aligned-center .main-navigation ul {
  letter-spacing: -0.31em;
  font-size: 1em;
}

.nav-aligned-right .main-navigation ul li,
.nav-aligned-center .main-navigation ul li {
  letter-spacing: normal;
}

.nav-aligned-center .main-navigation {
  text-align: center;
}

.nav-aligned-right .main-navigation {
  text-align: right;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 2em;
  overflow: hidden;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
  display: none;
}

.site-main .paging-navigation .navigation {
  margin: 0;
}

.site-main .post-navigation {
  margin-bottom: 0;
}

.site-header {
  position: relative;
}

.inside-header {
  padding: 40px;
}

.main-title {
  margin: 0;
  font-size: 45px;
  line-height: 1.2em;
  word-wrap: break-word;
  font-weight: 700;
  text-transform: none;
}

.site-description {
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
}

.site-logo {
  display: inline-block;
  max-width: 100%;
}

.header-aligned-center .site-header {
  text-align: center;
}

.header-aligned-right .site-header {
  text-align: right;
}

.site-header .header-image {
  vertical-align: middle;
}

.header-widget {
  float: right;
  overflow: hidden;
  max-width: 50%;
}

.header-widget .widget {
  padding: 0 0 20px;
  margin-bottom: 0;
}

.header-widget .widget:last-child {
  padding-bottom: 0;
}

.nav-float-right .header-widget .widget {
  padding: 0 0 10px;
}

.nav-float-right .header-widget {
  position: relative;
  top: -10px;
}

.nav-float-left .inside-header .site-branding,
.nav-float-left .inside-header .site-logo {
  float: right;
  clear: right;
}

.nav-float-left .inside-header:after {
  clear: both;
  content: "";
  display: table;
}

.nav-float-right .inside-header .site-branding {
  display: inline-block;
}

.header-widget .widget-title {
  margin-bottom: 15px;
}

.site-branding-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.site-branding-container .site-logo {
  margin-right: 1.5em;
}

.header-aligned-right .site-branding-container {
  text-align: right;
}

.header-aligned-right .site-branding-container .site-logo {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  margin-right: 0;
  margin-left: 1.5em;
}

.post {
  margin: 0 0 2em;
}

.posted-on .updated,
.entry-header .cat-links:before,
.entry-header .tags-links:before,
.entry-header .comments-link:before,
.entry-header .gp-icon {
  display: none;
}

.byline,
.single .byline,
.group-blog .byline,
.entry-header .cat-links,
.entry-header .tags-links,
.entry-header .comments-link {
  display: inline;
}

footer.entry-meta .byline,
footer.entry-meta .posted-on {
  display: block;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 2em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
  display: none;
}

.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
  margin-top: 0;
}

.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
  margin-bottom: 0;
}

.site-content,
.entry-header {
  word-wrap: break-word;
}

.entry-title {
  margin-bottom: 0;
}

.page-header {
  margin-bottom: 30px;
}

.page-header .avatar {
  float: left;
  margin-right: 20px;
}

.page-header .author-info {
  overflow: hidden;
}

.page-header > *:last-child,
.page-header .author-info > *:last-child {
  margin-bottom: 0;
}

.entry-meta {
  font-size: 85%;
  margin-top: 0.5em;
  line-height: 1.5;
}

footer.entry-meta {
  margin-top: 2em;
}

.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before {
  font-family: GeneratePress;
  text-decoration: inherit;
  position: relative;
  margin-right: 0.6em;
  width: 13px;
  text-align: center;
  display: inline-block;
}

.cat-links:before {
  content: "\f07b";
}

.tags-links:before {
  content: "\f02c";
}

.comments-link:before {
  content: "\f086";
}

.nav-previous .prev:before {
  content: "\f104";
}

.nav-next .next:before {
  content: "\f105";
}

.cat-links,
.tags-links,
.comments-link {
  display: block;
}

.taxonomy-description p:last-child,
.read-more-container,
.page-content > *:last-child,
.entry-content > *:last-child,
.entry-summary > *:last-child {
  margin-bottom: 0;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  position: relative;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto 0;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 75%;
  padding-top: 5px;
  opacity: 0.8;
}

.wp-caption img {
  position: relative;
  vertical-align: bottom;
}

.wp-block-gallery {
  margin-left: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 10px;
  box-sizing: border-box;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.gallery-item img {
  vertical-align: bottom;
}

.gallery-icon {
  padding: 5px;
}

embed,
iframe,
object {
  max-width: 100%;
}

.comment-content a {
  word-wrap: break-word;
}

.comment,
.comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.comment-author-info {
  display: inline-block;
  vertical-align: middle;
}

.comment-meta .avatar {
  float: left;
  margin-right: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.comment-author cite {
  font-style: normal;
  font-weight: 700;
}

.entry-meta.comment-metadata {
  margin-top: 0;
}

.comment-content {
  margin-top: 1.5em;
}

.comment-respond {
  margin-top: 0;
}

.comment-form > .form-submit {
  margin-bottom: 0;
}

.comment-form input,
.comment-form-comment {
  margin-bottom: 10px;
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
  display: block;
}

.comment-metadata .edit-link:before {
  display: none;
}

.comment-body {
  padding: 30px 0;
}

.comment-content {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.depth-1.parent > .children {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comment .children {
  padding-left: 30px;
  margin-top: -30px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .comment-body,
.trackback .comment-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .edit-link {
  font-size: 13px;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.comment-list > .comment:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

ol.comment-list {
  margin-bottom: 1.5em;
}

#wp-comment-cookies-consent {
  margin-right: 7px;
}

.one-container .comments-area {
  margin-top: 1.5em;
}

.widget-area .widget {
  padding: 40px;
}

.widget {
  margin: 0 0 30px;
  box-sizing: border-box;
}

.sidebar .widget,
.footer-widgets .widget {
  font-size: 17px;
}

.widget select {
  max-width: 100%;
}

.widget_search .search-submit {
  display: none;
}

.widget_categories .children {
  margin-left: 1.5em;
  padding-top: 5px;
}

.widget_categories .children li:last-child {
  padding-bottom: 0;
}

.sidebar .widget *:last-child,
.footer-widgets .widget *:last-child {
  margin-bottom: 0;
}

.widget-title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
}

.widget ul,
.widget ol {
  margin: 0;
}

.widget ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 5px;
}

.widget .search-field {
  width: 100%;
}

.widget:last-child,
.separate-containers .widget:last-child {
  margin-bottom: 0;
}

.widget_nav_menu ul ul,
.widget_pages ul ul {
  margin-left: 1em;
  margin-top: 5px;
}

.widget ul li.menu-item-has-children,
.widget ul li.page_item_has_children {
  padding-bottom: 0;
}

#wp-calendar {
  table-layout: fixed;
  font-size: 80%;
}

#wp-calendar #prev,
#wp-calendar #prev + .pad {
  border-right: 0;
}

.sidebar .grid-container {
  max-width: 100%;
  width: 100%;
}

.one-container.both-left .inside-left-sidebar,
.one-container.both-right .inside-left-sidebar {
  margin-right: 15px;
}

.one-container.both-left .inside-right-sidebar,
.one-container.both-right .inside-right-sidebar {
  margin-left: 15px;
}

.separate-containers .site-main > *:last-child,
.one-container .site-main > *:last-child {
  margin-bottom: 0;
}

.one-container:not(.page) .inside-article {
  padding: 0 0 30px 0;
}

.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
  margin-right: 40px;
}

.one-container.left-sidebar .site-main,
.one-container.both-left .site-main {
  margin-left: 40px;
}

.one-container.both-sidebars .site-main {
  margin: 0 40px 0 40px;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header {
  padding: 40px;
}

.separate-containers .widget,
.separate-containers .site-main > *,
.separate-containers .page-header,
.widget-area .main-navigation {
  margin-bottom: 20px;
}

.separate-containers .site-main {
  margin: 20px;
}

.no-sidebar.separate-containers .site-main {
  margin-left: 0;
  margin-right: 0;
}

.right-sidebar.separate-containers .site-main,
.both-right.separate-containers .site-main {
  margin-left: 0;
}

.left-sidebar.separate-containers .site-main,
.both-left.separate-containers .site-main {
  margin-right: 0;
}

.both-right.separate-containers .inside-left-sidebar,
.both-left.separate-containers .inside-left-sidebar {
  margin-right: 10px;
}

.both-right.separate-containers .inside-right-sidebar,
.both-left.separate-containers .inside-right-sidebar {
  margin-left: 10px;
}

.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
  margin-top: 20px;
  margin-bottom: 20px;
}

.separate-containers .page-header-image,
.separate-containers .page-header-contained,
.separate-containers .page-header-image-single,
.separate-containers .page-header-content-single {
  margin-top: 20px;
}

.full-width-content .container.grid-container {
  max-width: 100%;
}

.full-width-content.no-sidebar.separate-containers .site-main {
  margin: 0;
}

.full-width-content.separate-containers .inside-article,
.full-width-content.one-container .site-content {
  padding: 0;
}

.contained-content.separate-containers .inside-article,
.contained-content.one-container .site-content {
  padding: 0;
}

.footer-widgets {
  padding: 40px;
}

.site-info {
  text-align: center;
  padding: 20px;
  font-size: 15px;
}

.site-footer .footer-widgets-container .inner-padding {
  padding: 0 0 0 40px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: -40px;
}

.footer-bar-active .footer-bar .widget {
  padding: 0;
}

.footer-bar .widget_nav_menu > div > ul {
  display: inline-block;
  vertical-align: top;
}

.footer-bar .textwidget p:last-child {
  margin: 0;
}

.footer-bar-align-right .copyright-bar {
  float: left;
}

.footer-bar-align-right .footer-bar,
.footer-bar-align-left .copyright-bar {
  float: right;
  text-align: right;
}

.footer-bar-align-left .footer-bar {
  float: left;
  text-align: left;
}

.footer-bar-align-center .copyright-bar {
  float: none;
  text-align: center;
}

.footer-bar-align-center .footer-bar {
  float: none;
  text-align: center;
  margin-bottom: 10px;
}

.footer-bar .widget-title {
  display: none;
}

.footer-bar .widget_nav_menu li {
  margin: 0 10px;
  float: left;
  padding: 0;
}

.footer-bar .widget_nav_menu li:first-child {
  margin-left: 0;
}

.footer-bar .widget_nav_menu li:last-child {
  margin-right: 0;
}

.footer-bar .widget_nav_menu li ul {
  display: none;
}

.post-image {
  margin: 2em 0 0;
}

.page-header-image,
.page-header-image-single {
  line-height: 0;
}

.separate-containers .page-header-image,
.separate-containers .page-header-content {
  margin-top: 30px;
}

.separate-containers .inside-article > [class*="page-header-"],
.one-container .inside-article > [class*="page-header-"] {
  margin-bottom: 2em;
  margin-top: 0;
}

.inside-article .page-header-image-single.page-header-below-title {
  margin-top: 2em;
}

.top-bar {
  font-weight: 400;
  text-transform: none;
  font-size: 13px;
}

.inside-top-bar {
  padding: 10px;
}

.top-bar .inside-top-bar .widget {
  padding: 0;
  display: inline-block;
  margin: 0;
}

.top-bar .inside-top-bar .textwidget p:last-child {
  margin: 0;
}

.top-bar-align-center {
  text-align: center;
}

.top-bar-align-right {
  text-align: right;
}

.top-bar-align-right .inside-top-bar > .widget:nth-child(even),
.top-bar-align-left .inside-top-bar > .widget:nth-child(odd) {
  float: left;
  margin-right: 10px;
}

.top-bar-align-right .inside-top-bar > .widget:nth-child(odd),
.top-bar-align-center .inside-top-bar .widget:not(:first-child) {
  margin-left: 10px;
}

.top-bar-align-left .inside-top-bar > .widget:nth-child(even) {
  margin-left: 10px;
  float: right;
}

.top-bar-align-center .inside-top-bar .widget:first-child:last-child {
  display: block;
}

.top-bar .widget-title {
  display: none;
}

.top-bar .widget_nav_menu li {
  margin: 0 10px;
  float: left;
  padding: 0;
}

.top-bar .widget_nav_menu li:first-child {
  margin-left: 0;
}

.top-bar .widget_nav_menu li:last-child {
  margin-right: 0;
}

.top-bar .widget_nav_menu li ul {
  display: none;
}

.top-bar .widget_nav_menu > div > ul {
  display: inline-block;
  vertical-align: top;
}

.generate-back-to-top:before {
  content: "\f106";
  font-family: GeneratePress;
}

.generate-back-to-top,
.generate-back-to-top:visited {
  font-size: 20px;
  border-radius: 3px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  z-index: 10;
  transition: opacity 300ms ease-in-out;
}

.generate-back-to-top .screen-reader-text {
  left: 0;
  margin: 0;
}

.menu-toggle:before,
.search-item a:before,
.dropdown-menu-toggle:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before,
.generate-back-to-top:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  speak: none;
}

.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before {
  opacity: 0.7;
}

.gp-icon {
  display: inline-flex;
  align-self: center;
}

.gp-icon svg {
  height: 1em;
  width: 1em;
  top: 0.125em;
  position: relative;
  fill: currentColor;
}

.icon-menu-bars svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(1),
.icon-search svg:nth-child(2),
.close-search .icon-search svg:nth-child(1) {
  display: none;
}

.toggled .icon-menu-bars svg:nth-child(2),
.close-search .icon-search svg:nth-child(2) {
  display: block;
}

.entry-meta .gp-icon {
  margin-right: 0.6em;
  opacity: 0.7;
}

.dropdown-hover .sub-menu .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover .children .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover.both-left
  .inside-right-sidebar
  .dropdown-menu-toggle
  .gp-icon
  svg,
.dropdown-hover .inside-left-sidebar .dropdown-menu-toggle .gp-icon svg,
.nav-next .gp-icon svg {
  transform: rotate(-90deg);
  transform-origin: center;
}

.dropdown-hover
  .sub-menu-left:not(.toggled)
  ul
  ul
  .dropdown-menu-toggle
  .gp-icon
  svg,
.dropdown-hover.both-right
  .inside-left-sidebar
  .dropdown-menu-toggle
  .gp-icon
  svg,
.dropdown-hover .inside-right-sidebar .dropdown-menu-toggle .gp-icon svg,
.nav-previous .gp-icon svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dropdown-click .sfHover > a > .dropdown-menu-toggle > .gp-icon svg,
nav.toggled .sfHover > a > .dropdown-menu-toggle > .gp-icon svg,
.generate-back-to-top .gp-icon svg {
  transform: rotate(180deg);
}

nav.toggled .sub-menu .dropdown-menu-toggle .gp-icon svg {
  transform: rotate(0deg);
}

.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.so-panel.widget {
  padding: 0;
}

#mc_embed_signup .clear {
  display: block;
  height: auto;
  visibility: visible;
  width: auto;
}

.container.grid-container {
  width: auto;
}

*/ #page > #content {
  margin-top: 116px;
}

.separate-containers .site-main {
  margin: 0;
}

.heading_h2 {
  color: #333;
  font-family: "SegoeUI-Bold";
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading_h2_line {
  position: relative;
  z-index: 1;
  font-size: 40px;
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 45px;
}

.heading_h2_line:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1000px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  top: 50%;
  z-index: -1;
  margin-top: -1px;
  right: -1010px;
}

.heading_h2_line:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  top: 50%;
  z-index: -1;
  margin-top: -1px;
  left: 0;
}

.heading_h2_line.text_white:before {
  background-color: rgba(255, 255, 255, 0.5);
}

.heading_h2_line.text_white:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.headline_h3 {
  color: #333;
  line-height: 23px;
  margin-bottom: 40px;
}

.headline_h4 {
  color: #333;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1.13px;
  margin-bottom: 30px;
}

.button_style {
  color: #fff !important;
  text-align: center;
  padding: 13px 45px 13px 45px;
  min-width: 120px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 4;
  border-radius: 25px;
  background-image: linear-gradient(to right, #f69321 0%, #ffa843 100%);
}

.button_style:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.button_style1 {
  background-image: inherit;
  border: 1px solid #fff;
}

.button_style:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.button_style span {
  background: #fff;
  height: 1px;
  width: 10px;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 20px;
}

.button_style span:before,
.button_style span:after {
  content: "";
  background: #fff;
  position: absolute;
  height: 1px;
  width: 6px;
}

.button_style span:before {
  right: -2px;
  bottom: -2px;
  transform: rotate(-45deg);
}

.button_style span:after {
  right: -2px;
  top: -2px;
  transform: rotate(45deg);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.arrow {
  background: transparent;
  height: 2px;
  width: 12px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

.arrow span {
  width: 40px;
  height: 40px;
  border: 1px solid #e1e1e1;
  position: absolute;
  border-radius: 50%;
  top: -20px;
  left: -15px;
  transition: all 0.5s;
}

.arrow:hover span {
  border: 1px solid #f69321;
}

.arrow:hover span:after {
  background: transparent;
}

.arrow:before,
.arrow:after {
  content: "";
  background: #e1e1e1;
  position: absolute;
  height: 2px;
  width: 8px;
  z-index: 9;
  transition: all 0.5s;
}

.arrow:hover:before,
.arrow:hover:after {
  background: #f69321;
}

.arrow:before {
  right: 1px;
  bottom: -3px;
  transform: rotate(-45deg);
}

.arrow:after {
  right: 1px;
  top: -2px;
  transform: rotate(45deg);
}

.arrow-prev {
  -ms-transform: rotate(20deg);
  transform: rotate(-180deg);
  top: 50%;
  left: -55px;
}

.arrow-next {
  top: 50%;
  right: -55px;
}

.arrow span:after {
  content: "";
  position: absolute;
  background: transparent;
  height: 2px;
  width: 12px;
  top: 19px;
  left: 13px;
  transition: all 0.5s;
}

ul.slick-dots {
  display: inline-block;
  margin: 0;
  position: absolute;
  bottom: 50px;
  left: 50%;
  list-style: none;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

ul.slick-dots li {
  border: 1px solid transparent;
  transition: 0.3s;
  position: relative;
  border-radius: 50%;
  transition: 0.3s;
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: none;
  cursor: pointer;
}

ul.slick-dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}

ul.slick-dots li.slick-active {
  transition: 0.3s;
  border: 1px solid #fff;
}

ul.slick-dots li.slick-active button {
  transition: 0.3s;
}

nav.breadcrumb ul {
  list-style: none;
  margin: 0;
  margin-top: 30px;
}

nav.breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 5px;
}

nav.breadcrumb ul li:first-child {
  margin-left: 0;
}

nav.breadcrumb ul li a,
nav.breadcrumb ul li span,
nav.breadcrumb ul li cite {
  color: #b2b2b2;
  font-style: normal;
}

nav.breadcrumb span.divider {
  font-size: 0;
}

nav.breadcrumb span.divider:before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 14px;
  color: #b2b2b2;
}

.icon_video {
  width: 61px;
  height: 60px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.5s;
  z-index: 1;
}

.icon_video span {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}

.icon_video span:before {
  content: "";
  position: absolute;
}

.section {
  align-items: unset;
  display: block;
  flex-flow: unset;
  min-height: unset;
  padding: unset;
  position: unset;
  width: unset;
}

.section {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  overflow: hidden;
  margin-bottom: 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_slider {
  height: -webkit-calc(100vh - 28px);
  height: -moz-calc(100vh - 28px);
  height: calc(100vh - 28px);
  animation-name: opa;
  animation-duration: 2s;
}

@keyframes opa {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.banner_slider .banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner_slider .slick-slide .banner img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transform: scale(1.2);
  transition: 1.5s;
}

.banner_slider .slick-slide.slick-active .banner img {
  transform: scale(1);
  transition: 1.5s;
}

.banner_slider .banner .content_banner {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  margin-top: -35px;
}

.banner_slider .slick-slide .banner .content_banner .content {
  opacity: 0;
}

.banner_slider .slick-slide .banner .content_banner a.view_more {
  opacity: 0;
  position: relative;
  left: -100px;
  transition: 0.3s;
  transition-delay: 2.5s !important;
}

.banner_slider .slick-slide .banner .content_banner a.view_more:hover {
  transition-delay: 0s !important;
  background: #31376b !important;
}

.banner_slider .slick-slide.slick-active .banner .content_banner a.view_more {
  left: 0;
  transition: 0s;
  opacity: 1;
}

.banner_slider .slick-slide.slick-active .banner .content_banner .content {
  transition: 1s;
  opacity: 1;
  transition-delay: 2s;
}

.banner_slider .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_slider .slick-slide .banner .content_banner h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #fff;
  margin-bottom: 15px;
  transform: translateX(-50%);
  opacity: 0;
}

.banner_slider .slick-slide.slick-active .banner .content_banner h2 {
  transform: translateX(0%);
  opacity: 1;
  transition: 0.5s;
  transition-delay: 1s;
  text-shadow: 0 5px 25px rgba(0, 0, 0, 0.41);
}

.banner_slider .banner .content_banner .content {
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.1px;
}

.banner_slider .slick-slide .banner .content_banner h3 {
  font-family: Roboto;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 75px;
  transform: translateX(50%);
  opacity: 0;
}

.banner_slider .slick-slide.slick-active .banner .content_banner h3 {
  transform: translateX(0%);
  transition: 0.5s;
  transition-delay: 1.5s;
  opacity: 1;
}

.banner_slider .banner .content_banner h3 span {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  color: #f0b255;
  font-size: 50px;
  text-transform: uppercase;
}

.banner_slider .banner .content_banner .content {
  margin-bottom: 55px;
}

.banner_slider .arrow-prev {
  left: 80px;
}

.banner_slider .arrow-next {
  right: 80px;
}

.icon_home_section {
  margin-top: -88px;
  position: relative;
  z-index: 4;
}

.icon_home {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 68px rgba(0, 72, 124, 0.1);
  margin-bottom: 50px;
  height: 165px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.icon_home_item {
  float: left;
  width: 25%;
  height: 100%;
  position: relative;
}

.icon_home_video {
  display: inline-block;
  height: 100%;
}

.icon_home_video:hover .icon_video {
  border: 1px solid #f48a22;
}

.icon_home_video:hover .icon_video span {
  border-color: transparent transparent transparent #f48a22;
}

.icon_home_video img {
  max-height: 165px;
}

.icon_home_video_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.icon_home_item_box {
  display: inline-block;
  padding: 45px 40px 0 40px;
}

.icon_home_item_img {
  float: left;
  width: 47px;
  position: relative;
  top: 8px;
  margin-right: 15px;
}

.icon_home_item_info {
  float: left;
}

.icon_home_item_info h3 {
  color: #2692ce;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.icon_home_item_info p {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.about_home {
  padding-top: 30px;
  padding-bottom: 160px;
}

.about_home_info {
  padding-top: 60px;
  padding-right: 60px;
}

.about_home_info .about_home_info_des {
  font-size: 20px;
  line-height: 24px;
  padding-left: 15px;
  border-left: 8px solid #ebebeb;
  display: inline-block;
  margin-bottom: 50px;
  margin-top: 10px;
}

.about_home_img {
  position: relative;
}

.about_home_img_content {
  background-image: linear-gradient(-231deg, #f69321 0%, #ffa843 100%);
  color: #fff;
  position: absolute;
  padding: 0 30px 20px 30px;
  bottom: -35px;
  left: -35px;
  max-width: 220px;
}

.about_home_img_content:before {
  position: absolute;
  right: 0;
  border-bottom: 0;
  background-image: url(../../../../../../themes/solar/images/before_right.png);
  content: "";
  width: 158px;
  height: 152px;
  bottom: 0;
}

.about_home_img_content span {
  font-family: "SegoeUI-Bold";
  font-size: 115px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.about_home_img_content h4 {
  color: #fff;
  font-family: "SegoeUI";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
}

.read_more_icon {
  font-family: "SegoeUI-Bold";
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  position: relative;
  color: #fff !important;
  width: 100%;
  display: inline-block;
}

.read_more_icon span {
  font-size: inherit;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  position: absolute;
  border-radius: 50%;
  top: -12px;
  right: 0;
  transition: all 0.5s;
}

.read_more_icon span:before,
.read_more_icon span:after {
  content: "";
  background: #fff;
  position: absolute;
  height: 1px;
  width: 14px;
  z-index: 9;
  transition: all 0.5s;
}

.read_more_icon span:before {
  right: 12px;
  bottom: 19px;
  transform: rotate(-90deg);
}

.read_more_icon span:after {
  right: 12px;
  top: 20px;
  transform: rotate(0deg);
}

.solution_home {
  background-color: #f4f7fa;
}

.solution_tab .tabs__navigation {
  padding-top: 85px;
}

.solution_tab .single__tab {
  padding-left: 30px;
}

.caculator_system.step1 .cal_system > h3 {
  display: none;
}

.solution_tab_info_img {
  position: absolute;
  z-index: 1;
  height: 100%;
}

.solution_tab_info_img img {
  height: 100%;
}

.solution_tab_info_content {
  position: relative;
  z-index: 2;
  padding-top: 140px;
  padding-left: 140px;
  color: #fff;
}

.solution_tab_info_content:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(
    to right,
    #000000 0%,
    #000000 44%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.65;
  width: 849px;
  height: 200%;
  top: 0;
  left: 0;
  z-index: -1;
}

.solution_tab_info_content h5 {
  font-family: "SegoeUI-Light";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.solution_tab_info_content h3 {
  font-size: 30px;
  text-transform: uppercase;
}

.solution_tab_list {
  list-style: none;
  margin: 0 -38px 40px -25px;
  display: inline-block;
  display: flex;
}

.solution_tab_list li {
  float: left;
  display: inline-block;
  padding: 0 38px 0 25px;
  border-right: 1px solid #fff;
}

.solution_tab_list li br {
  display: none;
}

.solution_tab_list li:last-child {
  border-right: 0;
}

.solution_tab_list li .solution_tab_info_use {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
}

.solution_tab_list li .solution_tab_info_number {
  font-family: "SegoeUI-Bold";
  font-size: 32px;
  font-weight: 400;
  display: block;
  line-height: normal;
}

.solution_tab_list li .solution_tab_info_year {
  font-size: 16px;
  display: block;
}

.solution_tab_button {
  list-style: none;
  margin: 0;
}

.solution_tab_button li {
  float: left;
  display: inline-block;
  border-radius: 15px;
  background-color: #fff;
  color: #333;
  padding: 15px 25px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}

.solution_tab_button li > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.solution_tab_button li:hover {
  box-shadow: 0 3px 27px rgba(0, 0, 0, 0.08);
  background-image: linear-gradient(to right, #ff9419 0%, #ffa134 100%);
  color: #fff;
}

.solution_tab_button li:hover .solution_tab_button_img {
  filter: brightness(0.99) contrast(3) grayscale(1) hue-rotate(360deg) invert(1)
    saturate(3) sepia(1);
}

.solution_tab_box,
.product_tab_box {
  display: inline-block;
  margin: 0 -4px;
  display: flex;
  flex-wrap: wrap;
}

.solution_tab_button_img {
  float: left;
  display: inline-block;
  margin-right: 15px;
}

.solution_tab_button_content {
  float: left;
  display: inline-block;
}

.solution_tab_button_content h5 {
  margin: 0;
}

.solution_tab_button_content h4 {
  margin: 0;
  font-family: "SegoeUI-Bold";
  text-transform: uppercase;
}

.tabs__navigation .solution_tab_icon,
.tabs__navigation .product_tab_icon {
  font-size: 18px;
  color: #333;
  transition: 0.3s;
  outline: none;
  position: relative;
  width: 50%;
  float: left;
}

.tabs__navigation .solution_tab_icon .button_tab_box,
.tabs__navigation .product_tab_icon .button_tab_box {
  border: 1px solid #fff;
  padding: 25px 0 25px 25px;
  margin: 2px;
  background: #fff;
  transition: all 0.5s;
}

.tabs__navigation .solution_tab_icon:hover .button_tab_box {
  border: 1px solid #2692ce;
}

.tabs__navigation .product_tab_icon .button_tab_box {
  background-color: #f4f7fa;
}

.tabs__navigation .button_tab_box span {
  background: transparent;
  width: 10px;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  right: 25px;
}

.tabs__navigation .button_tab_box span:before,
.tabs__navigation .button_tab_box span:after {
  content: "";
  background: #333;
  position: absolute;
  height: 1px;
  width: 12px;
  transition: all 0.5s;
}

.tabs__navigation .button_tab_box span:before {
  right: -2px;
  bottom: -4px;
  transform: rotate(-45deg);
}

.tabs__navigation .button_tab_box span:after {
  right: -2px;
  top: -5px;
  transform: rotate(45deg);
}

.tabs__navigation .solution_tab_icon:hover .button_tab_box span:before,
.tabs__navigation .solution_tab_icon:hover .button_tab_box span:after {
  background: #2692ce;
}

.tabs__navigation .product_tab_icon:hover .button_tab_box span:before,
.tabs__navigation .product_tab_icon:hover .button_tab_box span:after {
  background: #fd8700;
}

.tabs__navigation .product_tab_icon:hover .button_tab_box {
  border: 1px solid #fd8700;
}

.tabs__navigation .product_tab_icon:hover .button_tab_box h4 {
  color: #fd8700;
}

.tabs__navigation .product_tab_icon:hover .button_tab_box img {
  filter: inherit;
}

.tabs__navigation .button_tab,
.tabs__navigation .button_tab2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}

.tabs__navigation .button_tab.active {
  transition: 0.3s;
  color: #2692ce;
}

.tabs__navigation .button_tab.active .button_tab_box {
  border: 1px solid #2692ce;
}

.tabs__navigation .button_tab_box h4 {
  margin-bottom: 50px;
  color: #333;
  font-size: 18px;
  transition: all 0.5s;
}

.tabs__navigation .solution_tab_icon:hover .button_tab_box h4,
.solution_tab_icon.buzz .button_tab_box h4 {
  color: #2692ce;
}

.tabs__navigation .button_tab_box img {
  height: 59px;
  filter: brightness(0);
}

.tabs__navigation .solution_tab_icon:hover .button_tab_box img,
.solution_tab_icon.buzz .button_tab_box img {
  filter: inherit;
}

.tabs__navigation {
  margin-bottom: 30px;
}

#tabs__content,
#tabs__content1 {
  display: block;
  text-align: left;
}

.single__tab,
.single__tab1,
.single__tab2 {
  display: none;
}

.single__tab.active,
.single__tab1.active,
.single__tab2.active {
  display: block;
  animation-name: opa;
  animation-duration: 2s;
}

.single__tab.why_choose_us.active {
  display: inline-block;
}

.project_home {
  padding-top: 115px;
}

.project_home_info {
  max-width: 600px;
  margin: 0 auto;
}

.project_tab_box {
  display: inline-block;
}

.project_tab_button {
  float: left;
  margin: 0 8px;
}

.button_tab1 {
  border-radius: 23px;
  background-image: linear-gradient(to right, #0e7dba 0%, #2c9ddc 100%);
  min-width: 165px;
}

.button_tab1:hover,
.button_tab1.active {
  box-shadow: 0 5px 54px rgba(0, 0, 0, 0.21);
  background-image: linear-gradient(to right, #f69321 0%, #ffa843 100%);
}

.project_slider .slick-slide {
  margin: 0 20px;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.project_slider .slick-slide.slick-center {
  opacity: 1;
}

.project_slider .slick-slide,
.project_slider
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(1);
  transition: 0.3s ease-in-out all;
}

.project_slider .slick-center,
.project_slider
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.2);
  z-index: 9;
}

.project_slider_item {
  position: relative;
  overflow: hidden;
}

.project_slider_item:before {
  content: "";
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  left: 0;
  bottom: 0;
  height: 314px;
  width: 100%;
  position: absolute;
  z-index: 0;
  border-radius: 10px;
}

.project_slider .project_slider_img {
  position: relative;
}

.project_slider .project_slider_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 314px;
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: all 0.3s;
  border-radius: 10px;
}

.project_slider .slick-slide.slick-center .project_slider_img:before {
  opacity: 0.5;
}

.project_slider .slick-slide .project_slider_img:before,
.project_slider
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"]
  .project_slider_img:before {
  opacity: 1;
  transition: all 0.3s;
}

.project_slider .slick-center .project_slider_img:before,
.project_slider
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"]
  .project_slider_img:before {
  opacity: 0.5;
}

.project_slider .slick-slide .project_slider_title,
.project_slider
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"]
  .project_slider_title,
.project_slider .slick-slide .project_slider_icon,
.project_slider
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"]
  .project_slider_icon {
  top: 110px;
  transition: all 0.5s;
  opacity: 0;
}

.project_slider .slick-center .project_slider_title,
.project_slider
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"]
  .project_slider_title,
.project_slider .slick-center .project_slider_icon,
.project_slider
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"]
  .project_slider_icon {
  top: 0;
  opacity: 1;
}

.project_slider_item .project_slider_img img {
  width: 100%;
  border-radius: 10px;
}

.project_slider_content {
  position: absolute;
  bottom: 48px;
  width: 100%;
  text-align: center;
}

.project_slider_title {
  position: relative;
  top: 110px;
  transition: all 0.5s;
}

.project_slider_title h4 {
  font-size: 32px;
  text-transform: uppercase;
  font-family: "SegoeUI-Bold";
  font-weight: 400;
  padding: 0 150px;
  line-height: normal;
  font-size: 30px;
  color: #fff;
}

.project_slider_title h5 {
  text-transform: uppercase;
  font-family: "SegoeUI-Light";
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}

.project_slider_icon {
  list-style: none;
  margin: 0 -28px;
  display: inline-block;
  position: relative;
  top: 110px;
  transition: all 0.5s;
  opacity: 0;
}

.project_slider_icon li {
  float: left;
  padding: 0 28px;
}

.project_slider_icon_img {
  float: left;
  margin-right: 15px;
  position: relative;
  top: 10px;
}

.project_slider_icon_content {
  float: left;
  text-align: left;
}

.project_slider_icon_content span {
  font-size: 16px;
  font-family: "SegoeUI-Light";
  color: #fff;
}

.project_slider_icon_content h5 {
  font-family: "SegoeUI-Bold";
  font-size: 25px;
  margin: 0;
  color: #fff;
}

.project_slider .arrow-prev {
  left: 25%;
  z-index: 999;
}

.project_slider .arrow-next {
  right: 25%;
  z-index: 999;
}

.product_home {
  padding-top: 100px;
  padding-bottom: 115px;
}

.product_tab_info {
  padding-left: 30px;
}

.product_tab_slider_item {
  display: inline-block;
}

.product_tab_item_box {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  display: inline-block;
  margin: 2px 5px;
  transition: all 0.5s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
  position: relative;
}

.product_tab_item_box a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product_tab_item_box:hover {
  border: 1px solid #f69321;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
}

.product_tab_item_img {
  float: left;
  width: 160px;
  text-align: center;
}

.product_tab_item_img img {
  display: inline-block !important;
  max-height: 150px;
}

.product_tab_item_content {
  float: left;
  width: -webkit-calc(100% - 160px);
  width: -moz-calc(100% - 160px);
  width: calc(100% - 160px);
}

.product_tab_item_content h3 {
  color: #3f3f3f;
  font-size: 20px;
  line-height: 20px;
  font-family: "SegoeUI-Bold";
  margin-bottom: 10px;
}

.product_tab_item_content h4 {
  color: #3f3f3f;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "SegoeUI";
  margin-bottom: 15px;
}

.product_tab_item_content p {
  color: #3f3f3f;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}

.product_tab_slider .arrow-next {
  top: -40px;
  right: 20px;
}

.product_tab_slider .arrow-prev {
  top: -40px;
  left: inherit;
  right: 70px;
}

.product_tab_noslider .product_tab_slider_item {
  width: 50%;
  float: left;
  display: inline-block;
}

.product_tab_noslider .product_tab_item_box {
  width: -webkit-calc(100% - 34px);
  width: -moz-calc(100% - 34px);
  width: calc(100% - 34px);
}

.content ul {
  margin: 0 0 1.5em 3em;
  list-style: disc;
}

.news_home {
  padding-top: 100px;
  padding-bottom: 100px;
}

.news_style1 {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  margin-bottom: 25px;
  position: relative;
}

.news_style1_info {
  width: -webkit-calc(50% - 70px);
  width: -moz-calc(50% - 70px);
  width: calc(50% - 70px);
  padding: 20px 20px 15px 50px;
  display: table-cell;
}

.news_style1_info span {
  font-size: 12px;
  line-height: 20px;
}

.news_style1_info h3 {
  color: #222;
  font-size: 24px;
  margin-bottom: 10px;
}

.news_style1_info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 72px;
}

.news_home .news_style1_img {
  max-height: 316px;
}

.news_style1_img {
  width: 50%;
  display: table-cell;
}

.news_style1_img img {
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.news_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.news_style2 {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  position: relative;
}

.news_style2_img {
  float: left;
  width: 180px;
  height: 100px;
}

.news_style2_img img {
  object-fit: cover;
}

.news_home .news_style2_img img {
  width: 100%;
  height: 100%;
}

.news_style2_info {
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
  float: left;
  padding-left: 20px;
  padding-right: 30px;
}

.news_style2_info span {
  color: #fff;
  font-size: 12px;
}

.news_style2_info p,
.news_style2_info h3 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 63px;
  font-family: "SegoeUI";
}

.news_style2_info p,
.news_style2_info a.button_style {
  display: none;
}

.news_style2 {
  display: flex;
}

.news_style2_info {
  order: 2;
}

.news_home_widget {
  padding-left: 65px;
  text-align: center;
}

.news_logo_list {
  list-style: none;
  margin: 0;
}

.news_logo_list li {
  margin-bottom: 5px;
}

.max_width_600 {
  max-width: 600px;
  margin: 0 auto;
}

.partners_home {
  padding-top: 100px;
  padding-bottom: 100px;
}

.partners_home .max_width_600 {
  margin-bottom: 60px;
}

.partners_item .read_more_icon {
  position: absolute;
  bottom: 45px;
  right: 15px;
}

.partners_item .read_more_icon span {
  border: 1px solid #b7b7b7;
  transition: all 0.5s;
}

.partners_item .read_more_icon span:before,
.partners_item .read_more_icon span:after {
  background: #b7b7b7;
  transition: all 0.5s;
}

.partners_item_box {
  border-radius: 20px;
  border: 1px solid #ebebeb;
  background-color: #f5f5f5;
  display: inline-block;
  margin: 0 15px;
  padding: 50px 40px;
  position: relative;
  transition: all 0.5s;
}

.partners_item_box:hover {
  border: 1px solid #f48a22;
}

.partners_item .partners_item_box:hover .read_more_icon span {
  border: 1px solid #f48a22;
}

.partners_item .partners_item_box:hover .read_more_icon span:before,
.partners_item .partners_item_box:hover .read_more_icon span:after {
  background: #f48a22;
}

.partners_item_img {
  width: 230px;
  float: left;
}

.partners_item_info {
  width: calc(100% - 230px);
  float: left;
}

.partners_item_info p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 120px;
}

.partners_item_img img {
  height: 250px;
}

.partners_logo {
  margin-bottom: 30px;
}

.partners_buss_home {
  padding: 215px 0;
}

.page-template-product_page div#banner_gr,
.tax-product-category div#banner_gr {
  display: none;
}

.top_menu ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.top_menu ul li {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.top_menu ul li a img {
  display: block;
  margin: auto;
  filter: brightness(0);
  margin-bottom: 10px;
  transition: 0.3s;
}

.top_menu ul li a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}

.top_menu ul li:hover a,
.top_menu ul li.active1 a {
  color: #1c91d0;
  transition: 0.3s;
}

.top_menu ul li:hover img,
.top_menu ul li.active1 img {
  filter: brightness(1);
  transition: 0.3s;
}

section.section.top_menu {
  background-color: #f7f7f7;
  padding: 20px 0;
}

.top_menu form {
  position: relative;
  width: 100%;
}

.top_menu form:before {
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  content: "\f002";
  opacity: 0.6;
  color: #2d2d2d;
  font-family: "FontAwesome";
}

.top_menu form input.search-field {
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  outline: none;
  width: 100%;
}

.top_menu form input.search-field::placeholder {
  opacity: 0.6;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.top_menu .search-submit {
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent !important;
  font-size: 0;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
}

.top_menu .grid-container {
  display: flex;
}

.top_menu .grid-30 {
  line-height: 95px;
}

.breadcrumbs_product_template nav.breadcrumb ul {
  margin: 0;
  padding: 15px 0;
}

.product_page {
  padding: 45px 0 50px 0;
}

.product_page h2.heading_h2 {
  margin-bottom: 40px;
}

.product_page .nav_top {
  display: inline-block;
  border-radius: 0 50px 0 0;
  background-color: #f7f7f7;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}

.product_page .nav_top h3 {
  padding: 0 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  min-width: 150px;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  float: left;
  line-height: 50px;
}

.product_page .nav_top h3:before {
  position: absolute;
  width: 100%;
  height: 50px;
  border-radius: 0 50px 0 0;
  background-color: #f48b21;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}

.product_page .nav_top ul {
  display: inline-block;
}

.product_page .nav_top ul li {
  display: inline-block;
  float: left;
  padding: 0 70px;
  position: relative;
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

.product_page .nav_top ul li i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product_page .nav_top a.view_more {
  float: right;
  margin-right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 0 24px;
}

.product_page .nav_top a.view_more i {
  margin-left: 8px;
}

.box_cat_product {
  margin-bottom: 50px;
}

.box_cat_product .item_product {
  width: calc(100% - 90px) !important;
  display: flex !important;
  padding: 30px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  margin: 0 15px;
  min-height: 190px;
}

.box_cat_product .item_product .box_img {
  width: 110px;
}

.box_cat_product .item_product .box_img img {
  width: auto;
}

.box_cat_product .box_content {
  width: calc(100% - 130px);
  padding-left: 20px;
}

.box_cat_product .box_content h3 {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "SegoeUI";
}

.box_cat_product .box_content .content {
  color: #3f3f3f;
  font-size: 15px;
}

.box_cat_product .arrow:before,
.box_cat_product .arrow:after,
.practical_project .arrow:before,
.practical_project .arrow:after,
.contact_page .arrow:before,
.contact_page .arrow:after {
  display: none;
}

.box_cat_product .arrow,
.practical_project .arrow,
.contact_page .arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.box_cat_product .arrow i,
.practical_project .arrow i,
.contact_page .arrow i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ccc;
  transition: 0.3s;
}

.box_cat_product .arrow:hover i,
.practical_project .arrow:hover i,
.contact_page .arrow:hover i {
  color: #1c91d0;
  transition: 0.3s;
}

.box_cat_product .arrow:hover,
.practical_project .arrow:hover,
.contact_page .arrow:hover {
  border: 1px solid #1c91d0;
  transition: 0.3s;
}

.box_cat_product .slick-slider .slick-list {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
}

.box_cat_product .arrow.arrow-prev {
  left: -30px;
  background: #fff;
}

.box_cat_product .arrow.arrow-next {
  right: -30px;
  background: #fff;
}

.cat_product_page {
  padding: 60px 0 70px 0;
}

.cat_product_page .top_menu,
.single-product .top_menu {
  width: 100%;
  display: inline-block;
}

.filter_cat_product {
  background-color: #f9f9f9;
  margin-bottom: 25px;
}

.filter_cat_product h3 {
  padding: 15px 30px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  background-image: linear-gradient(-265deg, #f69321 0%, #ffa843 100%);
  margin-bottom: 0;
}

.filter_cat_product h3 i {
  margin-right: 20px;
}

.filter_cat_product ul {
  margin: 0;
  padding: 0 30px;
}

.filter_cat_product ul li a {
  display: block;
  padding: 15px 0;
  color: #666;
  font-size: 18px;
  font-weight: 400;
}

.filter_cat_product ul li a i {
  float: right;
}

.cat_product_page .top_menu ul,
.single-product .top_menu ul {
  display: flex;
  flex-wrap: wrap;
}

.cat_product_page .top_menu ul li,
.single-product .top_menu ul li {
  width: calc(50% - 6px);
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 20px 0;
  background-color: #f4f7fa;
  border: 1px solid #f4f7fa;
  transition: 0.3s;
}

.cat_product_page .top_menu ul li:hover,
.cat_product_page .top_menu ul li.active1,
.single-product .top_menu ul li:hover {
  border: 1px solid #2692ce;
  transition: 0.3s;
}

.cat_product_page .top_menu ul li:nth-child(2n + 2),
.single-product .top_menu ul li:nth-child(2n + 2) {
  margin-right: 0;
}

.cat_product_page .top_menu .grid-33 {
  float: right;
}

.cat_product_page .content_top {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 40px;
  margin-top: 35px;
}

.item_product_cat {
  display: flex;
  align-items: center;
  padding: 35px 50px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0);
  border-radius: 5px;
  background-color: #fff;
  transition: 0.5s;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.item_product_cat > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.item_product_cat:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}

.item_product_cat .box_img {
  width: 200px;
}

.item_product_cat .box_content {
  width: calc(100% - 230px);
  padding-left: 30px;
}

.item_product_cat .box_content h3 {
  color: #3f3f3f;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.item_product_cat .box_content .content {
  color: #494949;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}

.item_product_cat .box_content ul {
  color: #3f3f3f;
  font-size: 16px;
}

.item_product_cat .box_content a.view_more {
  border-radius: 21px;
  background-image: linear-gradient(to right, #f69321 0%, #ffa843 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 40px;
  display: inline-block;
  margin-top: 40px;
}

.item_product_cat .box_content a.view_more i {
  margin-left: 10px;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.item_product_cat:nth-child(2n + 2) .box_content {
  padding-left: 0;
  padding-right: 30px;
}

.item_product_cat:nth-child(2n + 2) .box_img {
  order: 2;
}

.cat_product_page .grid-75 {
  padding-left: 40px;
}

div#banner_gr {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
}

div#banner_gr h1.tite_page {
  display: none;
}

div#banner_gr .gr_head {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  color: #fff;
  position: absolute;
  width: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.51);
}

div#banner_gr .gr_head .container {
  width: 100%;
  margin: auto;
}

nav.breadcrumb ul {
  margin-top: 0;
}

nav.breadcrumb ul li a,
nav.breadcrumb ul li span,
nav.breadcrumb ul li cite {
  color: #fff;
}

.slider-for {
  margin-bottom: 15px;
}

.slider-for .box_img {
  background-color: #efefef;
  padding: 20px;
  width: calc(100% - 40px) !important;
}

.slider-for .box_img img {
  margin: auto;
}

.slider-nav .slick-slide .box_img {
  width: calc(100% - 10px) !important;
  margin: 0 5px;
  background-color: #efefef;
  height: 104px;
}

.slider-nav .slick-slide .box_img img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.product_details_page {
  padding: 50px 0 40px 0;
}

.single-product h2.heading_h2 {
  color: #333;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.content {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.single-product .view_more {
  border-radius: 30px;
  background-image: linear-gradient(to right, #f69321 0%, #ffa843 100%);
  font-family: "SegoeUI-Bold";
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 70px;
  display: inline-block;
  margin-top: 45px;
}

.hot_line {
  color: #f79322;
  font-size: 18px;
}

.nav_scoll {
  border-radius: 5px 5px 0 0;
  background-color: #f5f5f5;
  width: 100%;
  border-bottom: 1px solid #fefefe;
  overflow: hidden;
  margin-bottom: 35px;
}

.nav_scoll li {
  display: inline-block;
}

.nav_scoll li a {
  padding: 15px 40px;
  background: transparent;
  display: inline-block;
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
}

.nav_scoll li a.active {
  background-color: #fea43e;
  color: #fff;
  transition: 0.3s;
}

a.view_info_more {
  display: block;
  text-align: center;
  margin-bottom: 50px;
  max-height: 1000px;
  overflow: hidden;
  transition: 0.3s;
}

a.view_info_more.active {
  max-height: 0;
  margin: 0;
}

.specifications_datails {
  max-height: 0;
  transition: 1s;
  overflow: hidden;
}

.specifications_datails.active {
  max-height: 5000px;
  transition: 1s;
}

.single-product .content h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.single-product .content h2 {
  font-size: 28px;
  text-transform: uppercase;
}

.single-product table,
.single-product table tr,
.single-product table td {
  border: 1px solid #fff;
}

.number_partner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 50px;
}

.number_partner .item {
  width: 25%;
  text-align: center;
}

.number_partner .item img {
  margin-bottom: 30px;
}

.number_partner .item h3 {
  color: #333;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}

.content iframe {
  max-width: 100%;
}

.slick_for_action .content {
  text-align: center;
}

#certificate .arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 50%;
}

#certificate .arrow.arrow-prev {
  left: -12px;
}

#certificate .arrow.arrow-next {
  right: -12px;
}

#certificate .arrow i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #999;
  font-size: 12px;
}

#certificate .arrow:before,
#certificate .arrow:after {
  display: none;
}

#certificate .item {
  width: calc(100% - 54px) !important;
  padding: 20px;
  margin: 0 7px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

#certificate .item .box_img {
  width: 69px;
  height: auto;
  display: inline-block;
  float: left;
}

#certificate .item .box_content {
  width: calc(100% - 80px);
  padding-left: 10px;
  display: inline-block;
  float: left;
}

#certificate .item .box_content a {
  display: block;
  text-align: right;
  text-decoration: underline;
}

#certificate .item .box_content a i {
  position: relative;
  top: 2px;
  left: 10px;
}

#certificate .item .box_content .content {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 126px;
}

div#certificate {
  padding-top: 50px;
}

div#certificate h2.heading_h2 {
  margin-bottom: 24px;
}

div#policy {
  padding: 40px 0 30px 0;
}

div#document {
  padding-bottom: 60px;
}

#document .box .item {
  width: calc(33.3333% - 53.3333px);
  display: inline-block;
  margin-right: 19.99995px;
  float: left;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #ebebeb;
  padding: 30px 20px 20px 20px;
}

#document .box .item:nth-child(3n + 3) {
  margin-right: 0;
}

#document .box {
  display: flex;
  flex-wrap: wrap;
}

#document .item {
  display: flex;
  flex-wrap: wrap;
}

#document .item .box_img {
  width: 30px;
  display: inline-block;
  float: left;
}

#document .item .box_content {
  width: calc(100% - 50px);
  padding-left: 20px;
  display: inline-block;
  float: left;
}

#document .item .box_content h3 {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

#document .item .box_content span {
  display: inline-block;
  opacity: 0.5;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

#document .item .box_content a {
  display: block;
  text-align: right;
}

.menu_right_top {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.menu_right_top h3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 40px;
  background-image: linear-gradient(88deg, #f69321 0%, #ffa843 100%);
  margin-bottom: 0;
}

.menu_right_top h3 i {
  margin-right: 20px;
}

.menu_right_top ul {
  margin: 0;
}

.menu_right_top ul li {
  display: block;
}

.menu_right_top ul li a {
  padding: 20px 40px;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #f5f5f5;
  display: inline-block;
  width: calc(100% - 80px);
}

.menu_right_top ul li:nth-child(2n + 1) a {
  background-color: #ececec;
}

.menu_right_top ul li a img {
  margin-right: 20px;
}

.product_watched {
  padding-top: 30px;
}

.product_watched h2 {
  border-radius: 5px;
  background-image: linear-gradient(79deg, #f69321 0%, #ffa843 100%);
  display: inline-block;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 15px 0;
}

.product_watched .box .item {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
}

.product_watched .box .item:last-child {
  border-bottom: none;
}

.product_watched .box .item .box_img {
  width: 97px;
  height: 97px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  display: inline-block;
  float: left;
  position: relative;
}

.product_watched .box .item .box_img img {
  max-height: 90%;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product_watched .box .item .box_content {
  width: calc(100% - 125px);
  display: inline-block;
  float: left;
  padding-left: 25px;
}

.product_watched .box .item .box_content h3 {
  color: #3f3f3f;
  font-size: 15px;
  padding-top: 20px;
  transition: 0.3s;
}

.product_watched .box .item:hover h3 {
  color: #f69321;
  transition: 0.3s;
}

.product_relate {
  padding: 60px 0;
  position: relative;
}

.product_relate:before {
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #999;
  opacity: 0.5;
  width: 85%;
  content: "";
  top: 0;
}

.product_relate h2.heading_h2 {
  font-size: 40px;
}

.practical_project .item {
  width: calc(100% - 10px) !important;
  margin: 0 5px;
}

.practical_project .item img {
  height: 202px;
  width: 100%;
  object-fit: cover;
}

.practical_project .item .box_content {
  background-color: #f5f5f5;
  padding: 20px 20px 30px 20px;
}

.practical_project .item .box_content h3 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.practical_project .item .box_content a:last-child {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.practical_project .item .box_content a i {
  float: right;
  font-size: 12px;
}

section.product_relate.box_cat_product {
  margin-bottom: 0;
}

.practical_project h2.heading_h2 {
  font-size: 40px;
  margin-bottom: 45px;
}

.practical_project {
  padding-bottom: 80px;
}

.single-product .footer-top {
  display: none;
}

.breadcrumbs_product_template nav.breadcrumb ul li a,
.breadcrumbs_product_template nav.breadcrumb ul li span,
.breadcrumbs_product_template nav.breadcrumb ul li cite {
  color: #b2b2b2;
}

.contact_page {
  padding: 100px 0 70px 0;
}

.contact_page .box_contact {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 49px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}

.contact_page .box_contact .box_left {
  width: calc(65% - 70px);
  padding: 65px 0 60px 70px;
}

.contact_page .box_contact .box_left h3 {
  color: #1071bb;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 55px;
  padding-left: 10px;
}

.contact_page .box_contact .box_left label {
  color: #333;
  font-family: "SegoeUI-Bold";
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  display: inline-block;
}

.contact_page .box_contact .box_left input:not(.wpcf7-submit),
.contact_page .box_contact .box_left textarea {
  height: 40px;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  background: transparent;
  padding-left: 0;
  outline: none;
  color: #959595;
  font-size: 13px;
}

.contact_page .box_contact .box_left input.wpcf7-submit {
  display: inline-block;
  color: #fff;
  font-family: "SegoeUI-Bold";
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 25px;
  background-image: linear-gradient(to right, #f69321 0%, #ffa843 100%);
  padding: 13px 40px;
  margin-top: 20px;
  margin-left: 10px;
  outline: none;
}

.contact_page .box_contact .box_left input:not(.wpcf7-submit)::placeholder,
.contact_page .box_contact .box_left textarea::placeholder {
  color: #959595;
  font-size: 13px;
}

.contact_page .box_contact .box_left .grid-50,
.contact_page .box_contact .box_left .grid-100 {
  padding-right: 50px;
}

.contact_page .box_contact .box_right {
  width: calc(35% - 120px);
  padding: 65px 60px;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact_page .box_contact .box_right h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 65px;
}

.contact_page .box_contact .box_right ul.info_top li,
.contact_page .box_contact .box_right ul.info_top li a {
  display: block;
  margin-bottom: 40px;
  color: #fff;
  font-size: 16px;
}

.contact_page .box_contact .box_right ul.info_top li strong {
  margin-bottom: 15px;
}

.contact_page .box_contact .box_right ul.info_bottom li {
  display: inline-block;
}

.contact_page .box_contact .box_right ul.info_bottom li a {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #0d68b0;
  display: inline-block;
  margin-right: 10px;
}

.contact_page .slider {
  margin-top: 75px;
}

.contact_page .item {
  width: calc(100% - 80px) !important;
  padding: 40px;
  border-radius: 20px;
  background-color: transparent;
  transition: 0.5s;
}

.contact_page .item:hover {
  cursor: pointer;
  background-color: #fea540;
  transition: 0.5s;
}

.contact_page .item h3 {
  color: #666;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: 0.5s;
}

.contact_page .item:hover h3 {
  color: #fff;
  transition: 0.5s;
}

.contact_page .item h3 i {
  font-size: 20px;
  margin-right: 10px;
}

.contact_page .item ul li:first-child {
  margin-bottom: 10px;
}

.contact_page .item ul li,
.contact_page .item ul li a {
  color: #333;
  font-size: 15px;
  line-height: 22px;
  transition: 0.3s;
}

.contact_page .item:hover ul li,
.contact_page .item:hover ul li a {
  color: #fff;
  transition: 0.5s;
}

.contact_page .arrow-prev {
  left: -70px;
}

.contact_page .arrow-next {
  right: -70px;
}

.iframe_gg_map iframe {
  width: 100%;
  height: 800px;
}

.content_tablet {
  display: none;
}

.mobile_main_menu {
  display: none;
}

.btn_oppen_menu,
.btn_menu_cat {
  display: none;
}

.view_all_solution {
  position: relative;
}

.view_all_solution a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.view_all_solution h3 {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s;
}

.view_all_solution h3 span {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid #333;
  border-radius: 50%;
  background: transparent;
  position: relative;
  margin-top: 10px;
  pointer-events: none;
  transition: 0.3s;
}

.button_tab_box_view {
  background: #fff;
  width: calc(100% - 44px);
  margin: 2px;
  height: calc(100% - 4px);
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.view_all_solution h3 span:before {
  width: 15px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  pointer-events: none;
  transition: 0.3s;
}

.view_all_solution:hover h3 span {
  border-color: #2692ce;
  transition: 0.3s;
}

.view_all_solution:hover h3 {
  transition: 0.3s;
  color: #2692ce;
}

.view_all_solution h3 span:after {
  height: 15px;
  width: 1px;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  pointer-events: none;
  transition: 0.3s;
}

.view_all_solution:hover h3 span:before,
.view_all_solution:hover h3 span:after {
  background: #2692ce;
  transition: 0.3s;
}

ul.right_menu {
  position: fixed;
  right: 0;
  z-index: 99;
  top: 25%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px 0 0 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #0b90d3;
  transform: translateX(calc(100% - 50px));
  transition: 0.3s;
}

ul.right_menu:hover {
  transform: translateX(0);
  transition: 0.3s;
}

ul.right_menu li {
  display: block;
}

ul.right_menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  border-bottom: 1px solid #ffffff7a;
  transition: 0.3s;
  background: transparent;
}

ul.right_menu a i {
  margin-right: 15px;
  font-size: 20px;
  width: 25px;
}

ul.right_menu a:hover {
  background-color: #f89400;
  transition: 0.3s;
}

div#socialSharing {
  margin-top: 20px;
}

div#socialSharing a span.fa-lg {
  border-radius: 50%;
  margin: 1%;
  color: #fff;
  border-radius: 0;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  margin: 0;
}

div#socialSharing a span.fa-lg i {
  font-style: normal;
  font-size: 18px;
}

div#socialSharing a span#facebook {
  background-color: #3b5998;
}

div#socialSharing a span#facebook:hover {
  background-color: #133783;
}

div#socialSharing a span#twitter {
  background-color: #1da1f2;
}

div#socialSharing a span#twitter:hover {
  background-color: #2582bb;
}

div#socialSharing a span#pinterest {
  background-color: #bd081c;
}

div#socialSharing a span#pinterest:hover {
  background-color: #880e1c;
}

div#socialSharing a span#googleplus {
  background-color: #db4437;
}

div#socialSharing a span#googleplus:hover {
  background-color: #cf1808;
}

div#socialSharing a span#linkedin {
  background-color: #0077b5;
}

div#socialSharing a span#linkedin:hover {
  background-color: #02689d;
}

div#socialSharing a span#whatsapp {
  background-color: #00e676;
}

div#socialSharing a span#whatsapp:hover {
  background-color: #03c164;
}

.option_invest {
  padding: 85px 0 108px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.option_invest h2 {
  margin-bottom: 70px;
}

.option_invest .box_option {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.option_invest .box_option .item {
  width: calc(33.3333% - 30px);
  margin: 0 15px 30px 15px;
  height: 478px;
  position: relative;
}

.option_invest .box_option .item:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 192px;
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  pointer-events: none;
}

.option_invest .box_option .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.option_invest .box_option .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.option_invest .box_option .item .box_content {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  width: calc(100% - 100px);
  padding: 0 50px;
}

.option_invest .box_option .item .box_content:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 7px;
  height: 100%;
  background-color: #f79423;
  pointer-events: none;
}

.option_invest .box_option .item .box_content h3 {
  font-size: 25px;
  text-transform: uppercase;
}

.estimation_system {
  padding: 90px 0 50px 0;
}

.estimation_system .item {
  display: flex !important;
  flex-wrap: wrap;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.estimation_system .item .box_content {
  width: calc(60% - 140px);
  padding: 60px 60px 45px 80px;
}

.estimation_system .item .box_content h3 {
  color: #333;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.estimation_system .item .box_content label {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}

.estimation_system .item .box_content a {
  margin-top: 10px;
}

.estimation_system .item .box_content select {
  height: 45px;
  border-radius: 23px;
  background-color: #f2f2f2;
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
  width: 100%;
}

.estimation_system .item .box_content input {
  border-radius: 23px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  height: 45px;
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
  width: 100%;
}

.estimation_system .item .box_content input::placeholder {
  color: #666;
  font-size: 16px;
}

.estimation_system .item .box_img {
  width: 40%;
}

.estimation_system .item .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.estimation_system .slick-list {
  padding: 40px 0;
}

.story_customer {
  padding: 90px 0 100px 0;
  background-image: linear-gradient(
    -209deg,
    #2692ce 0%,
    rgba(71, 164, 215, 0.69) 100%
  );
}

.story_customer h2 {
  margin-bottom: 33px;
}

.story_customer .content {
  max-width: 934px;
  margin: auto;
  margin-bottom: 40px;
}

.story_customer .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.story_customer .item_video {
  position: relative;
  width: calc(50% - 20px);
  margin: 0 10px 20px 10px;
  height: 337px;
}

.story_customer .item_video:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
  content: "";
  pointer-events: none;
}

.story_customer .item_video .box_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.story_customer .item_video a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.story_customer .item_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story_customer .item_video .box_content span {
  display: inline-block;
  width: 74px;
  height: 74px;
  margin-bottom: 15px;
  position: relative;
}

.story_customer .item_video .box_content span:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../../../../../themes/solar/image/play-button_video.png);
  content: "";
  pointer-events: none;
}

.story_customer .item_video .box_content h3 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.go_solar .box_all {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.go_solar .box_content {
  width: 45%;
}

.go_solar .box_img {
  width: 55%;
}

.go_solar .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.go_solar .box_content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.go_solar .box_content .post_content {
  padding: 50px 70px 50px 0;
  margin-left: calc(calc(100vw - 1200px) / 2);
}

.go_solar .box_content .post_content .content {
  margin-bottom: 45px;
}

.go_solar .box_content .post_content .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.go_solar .box_content .post_content .box .item {
  width: calc(33.3333% - 30px);
  margin: 0 15px 30px 15px;
  text-align: center;
}

.go_solar .box_content .post_content .box .item img {
  margin-bottom: 20px;
}

.go_solar .box_content .post_content .box .item h3 {
  color: #595959;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.trust {
  padding: 90px 0 270px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.trust h2 {
  margin-bottom: 20px;
}

.trust .item {
  width: 100%;
  height: 435px;
  position: relative;
  float: left;
}

.trust .item h3 {
  position: absolute;
  bottom: 50px;
  left: 150px;
  right: 150px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  z-index: 2;
}

.trust .slick-list {
  padding: 50px 20% !important;
}

.trust .slick-list .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trust .slick-slide.slick-current.slick-active.slick-center {
  position: relative;
  z-index: 99;
}

.trust .slick-slide,
.trust
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(1);
  transition: 1s;
}

.trust .slick-center,
.trust
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.2);
  transition: 1s;
}

.trust .slick-slide h3,
.trust
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"]
  h3 {
  opacity: 0;
  transition: 1s;
}

.trust .slick-center h3,
.trust
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"]
  h3 {
  opacity: 1;
  transition: 1s;
}

.trust .slick-slide,
.trust
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(1);
  transition: 1s;
}

.trust .slick-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #000000 0%, rgb(0, 0, 0) 100%);
  content: "";
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.5;
}

.trust .slick-center,
.trust
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.2);
  transition: 1s;
}

.trust .slick-slide.slick-center:before,
.trust
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"]:before {
  height: 172px;
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  transition: 1s;
  opacity: 1;
}

.trust .item a {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.page-template-enterprise .icon_home_item_box,
.page-template-family_page .icon_home_item_box {
  padding: 45px 0 0 40px;
  width: calc(100% - 40px);
}

.page-template-enterprise .icon_home_section h2 {
  margin-bottom: 50px;
}

.page-template-enterprise .icon_home_section {
  margin-top: -180px;
}

.page-template-family_page .icon_home_section {
  margin-top: -80px;
}

.popup_tuvan {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
}

.popup_tuvan.active {
  transition: 0.3s;
  opacity: 1;
  z-index: 999;
}

.popup_tuvan .bg_popup_close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.75;
  z-index: 2;
}

.popup_tuvan .popup_content {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 100%;
  padding: 30px 50px;
  background: #fff;
  position: absolute;
  z-index: 3;
  max-height: 90vh;
  overflow: auto;
  border-radius: 8px;
}

.popup_tuvan .popup_content h3 {
  text-align: center;
  color: #333;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.popup_tuvan .popup_content label {
  color: #333;
  font-size: 16px;
  display: inline-block;
}

.popup_tuvan .popup_content input:not(.wpcf7-submit) {
  border: 1px solid #d1d1d1;
  background-color: #fff;
  outline: none !important;
}

.popup_tuvan .popup_content .content span {
  color: #f69523;
  text-decoration: none;
}

.popup_tuvan .popup_content .button_style {
  margin-top: 50px;
  padding: 0;
}

.popup_tuvan .popup_content .button_style input {
  background: transparent;
  padding-right: 40px;
}

.close_popup {
  position: absolute;
  right: 35px;
  top: 35px;
  display: inline-block;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

.close_popup:before {
  width: 2px;
  height: 25px;
  background: #f69322;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
  content: "";
}

.close_popup:after {
  width: 2px;
  height: 25px;
  background: #f69322;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) rotate(45deg);
  content: "";
}

div#banner_gr img {
  float: left;
}

.top_bar_scroll {
  background-color: #f69321;
  height: 50px;
}

.top_bar_scroll a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "SegoeUI-Bold";
}

.top_bar_scroll ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_bar_scroll ul li {
  line-height: 50px;
  padding: 0 20px;
}

.top_bar_scroll {
  transition: 0.3s;
}

.top_bar_scroll.active {
  position: fixed;
  width: 100%;
  top: 92px;
  z-index: 9;
}

.top_bar_scroll li.active {
  background-color: #47a4d7;
}

.input_data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f9f9f9;
}

.input_data .box_video {
  width: 50%;
  position: relative;
}

.input_data .box_video:before {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
}

.main-navigation ul li:not(.list_web) ul li.current-menu-item {
  position: relative;
  background: #f39333 !important;
}

.input_data .box_video a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.input_data .box_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}

.input_data .box_form h3 {
  color: #333;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  margin-bottom: 45px;
}

.input_data .box_form label {
  color: #333;
  font-size: 17px;
  font-family: "SegoeUI-Bold";
  margin-bottom: 20px;
  padding-left: 10px;
  display: inline-block;
}

.input_data .box_form select,
.input_data .box_form input {
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  color: #666;
  font-size: 16px;
  width: 100%;
  border: none;
  margin-bottom: 25px;
}

.input_data .box_form input::placeholder {
  color: #666;
  font-size: 16px;
}

.input_data .box_form {
  width: 50%;
}

.input_data .box_form .box_content_form {
  padding-left: 150px;
  margin-right: calc(calc(100vw - 1200px) / 2);
}

.box_content_form_hgd .caculator_system {
  box-shadow: inherit;
  background-color: transparent;
  padding: 0;
}

.box_content_form_hgd .caculator_system .cal_system .select-styled {
  background-color: #fff;
}

.box_content_form_hgd .caculator_system_hgd {
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  text-align: left;
}

.box_content_form_hgd .caculator_system_hgd .cal_system_item input {
  background-color: #fff;
}

.system_progress {
  width: 100%;
  background-color: #d1d1d1;
  border-radius: 25px;
  overflow: hidden;
}

.system_progress span {
  width: 90%;
  display: inline-block;
  text-align: right;
  background-color: #f48a22;
  color: #fff;
  float: left;
  padding-right: 15px;
}

.system_progress_des {
  text-align: center;
  margin-top: 10px;
}

.page-template-family_page .about_enterprise .box .left,
.page-template-family_page .about_enterprise .box .right {
  width: 50%;
}

.page-template-family_page .about_enterprise .box .left .box_content {
  padding-right: 100px;
}

.solution_family {
  padding: 80px 0 100px 0;
}

.solution_family .arrow.arrow-prev.slick-arrow {
  left: 35px;
}

.solution_family .arrow.arrow-next.slick-arrow {
  right: 35px;
}

.solution_family .arrow span {
  background: #fff;
}

.solution_family h2 {
  margin-bottom: 15px;
}

.solution_family h3.sub_title {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-family: "SegoeUI";
}

.solution_family .item {
  width: calc(100% - 155px) !important;
  border-radius: 10px;
  background-color: #e8e8e8;
  overflow: hidden;
  padding: 65px 70px 35px 70px;
  transition: 0.5s;
}

.solution_family .item .data {
  display: flex;
  flex-wrap: wrap;
}

.solution_family .item .data .box_data {
  width: 45%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 30px;
  margin-bottom: 25px;
}

.solution_family .item .data .box_data span {
  color: #666;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  transition: 0.3s;
}

.solution_family .item .data .box_data h3 {
  color: #666;
  font-size: 22px;
  display: block;
  transition: 0.3s;
  margin: 0;
}

.solution_family .item .data .box_data:nth-child(2),
.solution_family .item .data .box_data:nth-child(4) {
  width: 55%;
}

.solution_family .item .data .box_data:nth-child(3),
.solution_family .item .data .box_data:nth-child(4) {
  border-bottom: none;
  margin-bottom: 0;
}

.solution_family .item .button_style {
  width: calc(100% - 90px);
  display: block;
}

.solution_family .item:hover {
  transition: 0.5s;
  background-color: #f79626;
}

.solution_family .item:hover .data .box_data span,
.solution_family .item:hover .data .box_data h3 {
  color: #fff;
  transition: 0.5s;
}

.solution_family .item:hover .button_style {
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  color: #f79626 !important;
  transition: 0.5s;
}

.important {
  padding: 110px 0 180px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.important h3 {
  margin-bottom: 50px;
}

.important .content {
  max-width: 1000px;
  margin: auto;
}

.page-template-family_page .trust {
  background-color: #f4f7fa;
  padding: 90px 0 150px 0;
}

.page-template-family_page .trust .slick-slide.slick-center:before,
.page-template-family_page
  .trust
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"]:before {
  background-image: linear-gradient(
    to top,
    #2692ce 0%,
    rgba(71, 164, 215, 0) 100%
  );
}

.product_family {
  padding: 70px 0 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product_family h2 {
  margin-bottom: 25px;
}

.product_family .content.text_white {
  max-width: 860px;
  margin: auto;
  margin-bottom: 45px;
}

.product_family .slider {
  max-width: 1086px;
  margin: auto;
}

.product_family .item {
  border-radius: 20px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  overflow: hidden;
  width: calc(100% - 3px) !important;
}

.product_family .item .top {
  padding: 70px 60px;
  background: #fff;
  position: relative;
}

.product_family .item .bottom {
  background-color: #f79626;
  padding: 45px 60px 53px 60px;
  color: #fff;
  display: inline-block;
}

.product_family .item .product {
  position: absolute;
  bottom: 0;
  right: 60px;
  transform: translateY(50%);
  width: 150px;
}

.product_family .item .bottom h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.product_family .item .bottom .content_left {
  width: calc(50% - 30px);
  display: inline-block;
  float: left;
  padding-right: 30px;
}

.product_family .item .bottom .content_left .content {
  color: #fff;
}

.product_family .item .bottom .content_right {
  width: calc(23% - 30px);
  display: inline-block;
  float: left;
  padding-left: 30px;
}

.product_family .item .bottom .content_right li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.product_family .item .bottom .content_right li img {
  margin-right: 10px;
}

.product_family .item .bottom .content_right .content {
  font-family: "SegoeUI-Bold";
  color: #fff;
  font-size: 14px;
}

select.select_option {
  display: none;
}

.select,
.target-running .select {
  position: relative;
}

.select {
  display: inline-block;
  margin-left: 5px;
}

.select:first-child {
  margin-right: 10px;
}

.select-options {
  border: solid 1px #ddd;
  border-top: none;
  position: absolute;
  display: none;
  z-index: 999;
  background: #fff;
  overflow: -moz-scrollbars-none;
  margin: 0;
  border-radius: 20px;
  width: 100%;
  height: 120px;
}

.group-hader .select-options {
  width: 100%;
}

ul.select-options li,
.select-styled {
  cursor: pointer;
  list-style: none;
  padding: 11.5px 15px 9.5px;
  font-family: "SegoeUI";
  color: #000;
  margin: 0;
  font-size: 16px;
  color: #666;
}

.select-styled {
  background-image: url(/images/arrow-down.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right;
  padding: 0 30px 5px 0;
  border-bottom: 1px dashed #2a5562;
  font-size: 25px;
  color: #2a5562;
  line-height: normal;
  position: relative;
}

.select-styled:before {
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #666;
  content: "\f107";
  font-family: "FontAwesome";
}

.select-options {
  max-height: 240px;
  overflow: auto;
}

.living_costs h4 {
  font-size: 25px;
  display: inline-block;
  margin-bottom: 20px;
}

.living_costs output {
  display: inline-block;
}

.input-default {
  height: 44px;
  width: 75px;
  font-size: 20px;
  padding: 0 5px;
}

.group-hader {
  display: inline-block;
  width: 100%;
}

.group-hader p {
  display: inline-block;
  float: left;
  max-width: 530px;
}

.select_options {
  display: inline-block;
  float: right;
}

.select_options .select-styled {
  background-image: url(../../../../../../themes/solar/images/angle-arrow-down.svg) !important;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 10px center;
  padding: 0 35px 5px 10px;
  border-bottom: none;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  height: 40px;
  background-color: #2a5562;
}

.benefit_project {
  padding: 90px 0 0 0;
}

.slider_for_gallery img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

.slider_for_gallery .box_img {
  min-height: 450px;
}

.benefit_project .info {
  padding-left: 90px;
}

.benefit_project .info h2 {
  margin-bottom: 35px;
}

.benefit_project .info .content {
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  max-height: 170px;
  overflow: auto;
}

.slider_nav_gallery {
  clear: both;
}

.slider_nav_gallery .box_img {
  height: 174px;
  width: calc(100% - 10px) !important;
  margin: 0 5px;
  position: relative;
}

.slider_nav_gallery .box_img:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: 0.8s;
}

.slider_nav_gallery .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider_nav_gallery {
  transform: translateY(-50%);
  width: 75%;
  margin-left: 25%;
}

.slider_nav_gallery .slick-current.slick-active .box_img {
  border: 2px solid #f69321;
}

.slider_nav_gallery .slick-current.slick-active .box_img:before {
  background: rgba(0, 0, 0, 0.5);
  transition: 0.8s;
}

.slider_nav_gallery .arrow:before,
.slider_nav_gallery .arrow:after,
.partner_section .arrow:before,
.partner_section .arrow:after,
.partner_general .arrow:before,
.partner_general .arrow:after {
  display: none;
}

.slider_nav_gallery .arrow {
  position: absolute;
  right: 5px;
  z-index: 999;
  width: 40px;
  height: 50px;
  background-color: #f69321;
  left: unset;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  top: 35px;
  transform: unset;
}

.slider_nav_gallery .arrow.arrow-next.slick-arrow {
  transform: translateY(calc(100% + 10px));
}

.about_project .item {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
}

.about_project .item .box_content {
  width: 50%;
  display: flex;
  align-items: center;
}

.about_project .item .box_content .content_inner {
  padding-right: 130px;
  margin-left: calc(calc(100vw - 1200px) / 2);
}

.about_project .item .box_img {
  width: 50%;
  position: relative;
}

.about_project .item .box_img img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.section.benefit_project .heading_h2 {
  text-transform: unset;
}

.about_project .item:nth-child(2n + 2) .box_content .content_inner {
  margin-left: 0;
  padding-left: 130px;
  margin-right: calc(calc(100vw - 1200px) / 2);
}

.about_project .item:nth-child(2n + 2) .box_content .content_inner {
  padding-right: 0;
  padding-left: 130px;
}

.about_project .item:nth-child(2n + 2) .box_content {
  order: 2;
}

.about_project .item .box_img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.about_project .item .box_img a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}

.about_project .item .box_img a:after {
  position: absolute;
  left: 110px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 74px;
  height: 74px;
  background-image: url(../../../../../../themes/thuythu/images/play-button_solar.png);
  content: "";
  z-index: 2;
  background-size: contain;
}

.about_project .item .box_img h4 {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  left: 200px;
  max-width: 270px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  font-family: "SegoeUI-Bold";
}

.about_project .item .box_content > h3 {
  color: #333;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.about_us_project > .grid-container {
  display: flex;
  align-items: center;
}

.about_us_project > .grid-container img {
  width: 100%;
  height: auto;
}

.about_us_project {
  padding: 100px 0 110px 0;
}

.project_relate {
  padding-bottom: 67px;
}

.project_relate h2 {
  margin-bottom: 40px;
  font-size: 35px;
}

.project_relate .item h3 {
  margin-bottom: 10px;
}

.project_relate .item h3 a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: "SegoeUI-Bold";
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 64px;
  transition: 0.3s;
}

.project_relate .item {
  background-color: #f5f5f5;
  position: relative;
}

.project_relate .item .box_img {
  height: 202px;
}

.project_relate .item .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project_relate .item .box_content {
  padding: 18px 20px 30px;
}

.project_relate .item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.project_relate .item .box_content .view_more {
  font-family: "SegoeUI-Bold";
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}

.project_relate .item .box_content .view_more i {
  float: right;
  font-size: 14px;
  position: relative;
  top: 6px;
  margin-left: 5px;
}

.project_relate .item:hover h3 a,
.project_relate .item:hover .box_content .view_more {
  color: #f49333;
  transition: 0.3s;
}

.project_page.project_relate {
  padding: 90px 0 70px 0;
}

.project_page.project_relate .item {
  margin-bottom: 20px;
}

.project_page.project_relate h2.heading_h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

ul.thenativePagination {
  margin-top: 20px;
  display: inline-block;
}

ul.thenativePagination li {
  display: inline-block;
}

ul.thenativePagination li a {
  width: 35px;
  height: 35px;
  background-color: #dedede;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin: 0 7.5px;
  color: #666;
  font-size: 16px;
  display: inline-block;
  font-size: 15px;
}

ul.thenativePagination li a i {
  font-size: 12px;
}

li.thenativePaginationStart,
li.thenativePaginationEnd {
  display: none !important;
}

ul.thenativePagination li.active a {
  color: #fff;
  background-color: #f69321;
}

.project_page .box_form {
  margin-bottom: 40px;
}

.project_page .box_form input:not(#searchsubmit),
.project_page .box_form select {
  height: 40px;
  color: #666;
  font-size: 16px;
  margin: 0 5px;
  border-radius: 20px;
  background-color: #f2f2f2;
  outline: none;
  border: none !important;
}

.project_page .box_form input::placeholder {
  color: #666;
  font-size: 16px;
}

.project_page .box_form #searchsubmit {
  border-radius: 20px;
  background-color: #f69321;
  font-family: "SegoeUI-Bold";
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 50px;
  height: 40px;
  margin-left: 5px;
}

.partner_general {
  padding: 100px 0 60px 0;
}

.partner_general h2.heading_h2 {
  margin-bottom: 50px;
}

.partner_general .box {
  padding: 80px 170px 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.partner_general .box .content {
  color: #fff;
}

.partner_general .box .content h4 {
  font-size: 22px;
  margin-bottom: 25px;
}

.commitment h2.heading_h2 {
  font-size: 30px;
  margin-bottom: 35px;
}

.commitment .grid-container > .content {
  margin-bottom: 40px;
}

.commitment .box .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.commitment .box .item .box_img {
  width: 50%;
}

.commitment .box .item:nth-child(2n + 2) .box_img {
  order: 2;
}

.commitment .box .item .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}

.commitment .box .item .box_content {
  width: calc(50% - 60px);
  padding-left: 60px;
}

.commitment .box .item:nth-child(2n + 2) .box_content {
  padding-left: 0;
  padding-right: 60px;
}

.commitment .box .item .box_content h4 {
  font-size: 20px;
  margin-bottom: 25px;
}

.commitment {
  padding-bottom: 110px;
}

.why_choose_dat_partner .box {
  display: flex;
  flex-wrap: wrap;
}

.why_choose_dat_partner .box .box_content {
  display: flex;
  align-items: center;
  background-image: linear-gradient(
    -122deg,
    #2692ce 0%,
    rgba(71, 164, 215, 0.41) 100%
  );
  width: 45%;
}

.why_choose_dat_partner .box .box_img {
  width: 55%;
}

.why_choose_dat_partner .box .box_img img {
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
}

.why_choose_dat_partner .box .box_content h2.heading_h2 {
  color: #fff;
  margin-bottom: 25px;
}

.why_choose_dat_partner .box .box_content .content {
  color: #fff;
}

.why_choose_dat_partner .box .box_content .content_inner {
  margin-left: calc(calc(100vw - 1200px) / 2);
  padding: 60px 80px 60px 0;
}

.partner_section {
  padding: 85px 0 105px 0;
  background-color: #f2f2f2;
}

.partner_section h2.heading_h2 {
  font-size: 30px;
  margin-bottom: 43px;
}

.partner_section .item {
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.partner_section .item img.product_img {
  position: absolute;
  right: 70px;
  max-width: 30%;
  top: 35px;
}

.partner_section .item .top {
  background: #fff;
  padding: 75px 65px;
}

.partner_section .item .bottom {
  background-color: #f79626;
  padding: 40px 65px 50px 65px;
}

.partner_section .item .bottom_right p {
  margin: 0;
}

.partner_section .item .bottom > h3 {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.partner_section .item .box_bottom {
  display: flex;
}

.partner_section .item .content {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  width: calc(50% - 30px);
  padding-right: 30px;
  border-right: 1px solid #fff;
}

.partner_section .item .bottom_right {
  width: calc(25% - 35px);
  padding-left: 35px;
}

.partner_section .item .bottom_right li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.partner_section .item .bottom_right li img {
  object-fit: contain;
}

.partner_section .item .bottom_right li p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-family: "SegoeUI-Bold";
  padding-left: 15px;
}

.partner_section .slider {
  width: 87%;
  margin: auto;
}

.partner_section .arrow,
.partner_general .arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #f28200;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  transform: translateY(-50%);
  color: #f28200;
}

.partner_section .arrow.arrow-prev {
  left: -100px;
}

.partner_section .arrow.arrow-next {
  right: -100px;
}

.form_dk_partner .box {
  display: flex;
  flex-wrap: wrap;
}

.form_dk_partner .box .info {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 50px 0 63px;
}

.form_dk_partner .box .info h2.heading_h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 50px;
}

.form_dk_partner .box .info .content {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.form_dk_partner {
  padding: 90px 0 100px 0;
}

.form_dk_partner .form_dk {
  display: flex;
  align-items: center;
}

.form_dk_partner .form_dk input,
.form_dk_partner .form_dk select {
  width: 100%;
  height: 45px;
  border-radius: 23px;
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

.form_dk_partner .form_dk form,
.form_dk_partner .form_dk .wpcf7 {
  width: 100%;
}

.form_dk_partner .box {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.form_dk_partner .form_dk form > p {
  display: none;
}

.form_dk_partner .form_dk {
  padding: 70px 100px 80px 70px;
}

.form_dk_partner .form_dk label {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding-left: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.box_img_map {
  text-align: right;
  margin-top: 75px;
  margin-bottom: 55px;
}

.partner_general .slider .item {
  width: calc(100% - 90px) !important;
  margin: 0 15px;
  background-color: #f2f2f2;
  padding: 35px 30px 25px;
}

.partner_general .slider .item > h3 {
  color: #f49333;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.partner_general .slider .item .content {
  line-height: 25px;
}

.partner_general .slider .item .content,
.partner_general .slider .item a {
  color: #333;
  font-size: 16px;
}

.partner_general .slider .item .content p:last-child {
  margin-bottom: 0;
}

.partner_general .arrow {
  border-color: #ccc;
  color: #ccc;
  transition: 0.3s;
  cursor: pointer;
}

.partner_general .arrow:hover {
  border-color: #f49333;
  color: #f49333;
  transition: 0.3s;
}

.page-template-distribution_system .partner_general {
  padding-bottom: 80px;
}

.partner_distributor_page {
  padding: 100px 0 70px 0;
}

.partner_distributor_page .box {
  display: flex;
  flex-wrap: wrap;
}

.partner_distributor_page .box .item {
  width: calc(50% - 33px);
  margin: 0 15px 30px 15px;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: -2px 2px 72px 1px rgba(0, 0, 0, 0);
}

.partner_distributor_page .box .item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.partner_distributor_page .box .item .top {
  background: #fff;
  height: 250px;
  position: relative;
}

.partner_distributor_page .box .item .top img {
  position: absolute;
  left: 45px;
  top: 35px;
  right: 45px;
  max-width: 90%;
}

.partner_distributor_page .box .item .bottom {
  padding: 55px 37px;
  transition: 0.3s;
  background-image: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 100%);
}

.partner_distributor_page .box .item .bottom h3 {
  color: #333;
  font-size: 30px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 30px;
  transition: 0.5s;
}

.partner_distributor_page .box .item .bottom .content {
  padding-right: 100px;
  transition: 0.5s;
}

.partner_distributor_page .box .item .bottom a.view_more {
  width: 47px;
  height: 47px;
  border: 1px solid #f28200;
  border-radius: 50%;
  background: transparent;
  color: #f28200;
  display: inline-block;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  right: 28px;
  bottom: 24px;
  transition: 0.5s;
}

.partner_distributor_page .box .item:hover .bottom {
  background-image: linear-gradient(to right, #f69321 0%, #ffa843 100%);
  transition: 0.5s;
}

.partner_distributor_page .box .item:hover h3,
.partner_distributor_page .box .item:hover .content {
  color: #fff;
  transition: 0.5s;
}

.partner_distributor_page .box .item:hover .bottom a.view_more {
  border-color: #fff;
  color: #fff;
  transition: 0.5s;
}

.partner_distributor_page .box .item:hover {
  box-shadow: -2px 2px 72px 1px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  border-color: transparent;
}

.content_part_page {
  padding: 80px 0;
}

.content_part_page h2.heading_h2 {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}

.single-partner .partner_distributor_page {
  padding: 0 0 80px 0;
}

.single-partner .partner_distributor_page h2 {
  margin-bottom: 40px;
}

.about_solution .box {
  display: flex;
  flex-wrap: wrap;
}

.about_solution .box .box_content {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-image: linear-gradient(
    -122deg,
    #2692ce 0%,
    rgba(71, 164, 215, 0.41) 100%
  );
}

.about_solution .box .box_content .content_inner {
  margin-left: calc(calc(100vw - 1200px) / 2);
  padding-right: 50px;
}

.about_solution .box .box_content .content_inner h2.heading_h2 {
  margin-bottom: 50px;
  color: #fff;
  text-transform: unset;
}

.about_solution .box .box_content .content_inner .content {
  color: #fff;
  margin-bottom: 44px;
  text-align: justify;
}

.about_solution .box .box_img {
  width: 55%;
}

.about_solution .box .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}

.action_solution {
  padding: 90px 0 50px 0;
}

.action_solution h2.heading_h2 {
  margin-bottom: 50px;
}

.slick_nav_action {
  margin-bottom: 60px;
}

.action_solution .slick_nav_action {
  margin-bottom: 0;
}

.slick_nav_action .slick-slide {
  width: auto !important;
}

.slick_nav_action .slick-slide .item {
  width: calc(100% - 100px) !important;
  margin: 0 5px;
  cursor: pointer;
  background-image: linear-gradient(to right, #f2f2f2, #f2f2f2 100%);
  color: #999999 !important;
}

.slick_nav_action .slick-slide.slick-active.slick-current .item {
  background-image: linear-gradient(to right, #f69321 0%, #ffa843 100%);
  color: white !important;
}

.slick_nav_action .slick-track {
  display: flex;
  justify-content: center;
  transform: unset !important;
}

.benefit_solution {
  padding: 90px 0 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.benefit_solution h2.heading_h2 {
  color: #fff;
  margin-bottom: 85px;
}

.benefit_solution .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.benefit_solution .box .item {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}

.benefit_solution .box .item img {
  width: 98px;
  object-fit: contain;
  margin-right: 20px;
}

.benefit_solution .box .item .box_content {
  color: #fff;
}

.benefit_solution .box .item h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.benefit_solution .box .item .content {
  color: #fff;
}

.benefit_solution_2 {
  padding: 80px 0 0 0;
}

.benefit_solution_2 .item {
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 20px) !important;
  margin: auto;
}

.benefit_solution_2 .item .box_content {
  width: calc(55% - 195px);
  padding: 72px 125px 60px 70px;
}

.benefit_solution_2 .item .box_img {
  width: 45%;
}

.benefit_solution_2 .item .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}

.benefit_solution_2 .item .box_content .content {
  color: #333;
  font-family: "SegoeUI-Bold";
  font-size: 18px;
  margin-bottom: 20px;
}

.benefit_solution_2 .item .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.benefit_solution_2 .item a.button_style {
  width: calc(100% - 90px);
}

.benefit_solution_2 .item .box .one_item {
  width: calc(50% - 50px);
  padding: 35px 50px 35px 0;
  border-bottom: 1px solid rgba(232, 232, 232, 0.51);
}

.benefit_solution_2 .item .box .one_item h3 {
  color: #fea641;
  font-size: 30px;
  margin-bottom: 12px;
}

.benefit_solution_2 .item .box .one_item p {
  margin-bottom: 0;
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
}

.benefit_solution_2 .item .box .one_item:nth-child(3),
.benefit_solution_2 .item .box .one_item:nth-child(4) {
  border-bottom: none;
}

.benefit_solution_2 .slick-list {
  padding-bottom: 90px;
  padding-top: 45px;
}

.story_customer_solution {
  background-image: linear-gradient(
    -209deg,
    #2692ce 0%,
    rgba(71, 164, 215, 0.69) 100%
  );
  padding: 90px 0 65px 0;
}

.story_customer_solution h2.heading_h2 {
  color: #fff;
  margin-bottom: 35px;
}

.story_customer_solution .content {
  color: #fff;
}

.story_customer_solution .box .item {
  height: 337px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.story_customer_solution .box .item:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.36);
  content: "";
  width: 100%;
  height: 100%;
}

.story_customer_solution .box .item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story_customer_solution .box .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.story_customer_solution .box .item .box_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 140px;
  right: 140px;
  text-align: center;
  z-index: 4;
}

.story_customer_solution .box .item .box_content img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  margin-bottom: 17px;
}

.story_customer_solution .box .item .box_content h3 {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

.story_customer_solution .content {
  margin: auto;
  margin-bottom: 40px;
  max-width: 934px;
}

.go_solar_solution .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f4f7fa;
}

.go_solar_solution .box .box_content {
  width: 45%;
}

.go_solar_solution .box .box_img {
  width: 55%;
}

.go_solar_solution .box .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}

.go_solar_solution .box .box_content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 50px;
}

.go_solar_solution .box .box_content .content_inner {
  margin-left: calc(calc(100vw - 1200px) / 2);
  padding-right: 60px;
}

.go_solar_solution .box .box_content .content_inner h2.heading_h2 {
  margin-bottom: 20px;
}

.go_solar_solution .box .box_content .content_inner .content {
  margin-bottom: 45px;
}

.go_solar_solution .list_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.go_solar_solution .list_item .item {
  width: calc(33.3333% - 20px);
  margin: 0 10px 40px 10px;
}

.go_solar_solution .list_item .item h3 {
  color: #595959;
  font-family: "SegoeUI-Bold";
  font-size: 12px;
  text-transform: uppercase;
}

.go_solar_solution .list_item .item img {
  margin-bottom: 15px;
  height: 50px;
  object-fit: contain;
}

.why_choose_solar_solution {
  padding: 90px 0 80px 0;
}

.why_choose_solar_solution h2.heading_h2 {
  margin-bottom: 25px;
}

.why_choose_solar_solution .content.top {
  max-width: 853px;
  margin: auto;
  margin-bottom: 73px;
}

.why_choose_solar_solution .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.why_choose_solar_solution .box .item .content_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.why_choose_solar_solution .box .item .box_img {
  width: 100px;
  text-align: left;
}

.why_choose_solar_solution .box .item .box_img img {
  object-fit: contain;
}

.why_choose_solar_solution .box .item .content {
  max-width: 180px;
}

.why_choose_solar_solution .box .item {
  display: flex;
  margin-bottom: 70px;
}

.why_choose_solar_solution .box .item:nth-child(3n + 2) {
  justify-content: center;
}

.why_choose_solar_solution .box .item:nth-child(3n + 3) {
  justify-content: flex-end;
}

.why_choose_solar_solution .item_slider {
  width: calc(100% - 150px) !important;
  padding: 65px 75px;
  background-image: linear-gradient(
    to top,
    #2692ce 0%,
    rgba(71, 164, 215, 0.69) 100%
  );
  display: flex !important;
  align-items: center;
}

.why_choose_solar_solution .item_slider .box_content > h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 25px;
}

.why_choose_solar_solution .item_slider .box_content .content {
  color: #fff;
  margin-bottom: 35px;
}

.why_choose_solar_solution .item_slider .box_content {
  width: calc(50% - 65px);
  padding-right: 65px;
}

.why_choose_solar_solution .item_slider .box_img {
  width: 50%;
}

.single-solution .project_home h2.heading_h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.single-solution .project_home .content {
  color: #fff;
  max-width: 625px;
  margin: auto;
  margin-bottom: 30px;
}

.single-solution .project_home .text_center a {
  margin-bottom: 60px;
}

.procedure_solution {
  padding: 65px 0 87px 0;
}

.procedure_solution h2.heading_h2 {
  margin-bottom: 44px;
}

.procedure_solution .item {
  width: calc(100% - 30px) !important;
  margin: 0 15px;
  cursor: pointer;
}

.procedure_solution .item .box_img {
  width: 100%;
  height: 245px;
  position: relative;
  overflow: hidden;
}

.procedure_solution .item .box_img:before {
  width: 148px;
  height: 142px;
  background-color: #f79626;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  transform: translate(-45%, -45%);
}

.procedure_solution .item .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.procedure_solution .item .box_content {
  background-color: #f5f5f5;
  transition: 0.5s;
  padding: 27px 50px 20px;
  min-height: 260px;
}

.procedure_solution .item:hover .box_content {
  background-color: #f79626;
  transition: 0.5s;
}

.procedure_solution .item .content {
  color: #333;
  transition: 0.5s;
}

.procedure_solution .item h3 {
  font-size: 20px;
  margin-bottom: 23px;
  font-weight: 700;
}

.procedure_solution .item:hover .content {
  color: #fff;
  transition: 0.5s;
}

html[lang="en-US"] .page-template-document .content-right .title_col li,
html[lang="en-US"]
  .page-template-document_knowledge
  .content-right
  .title_col
  li {
  font-size: 14px;
}

.procedure_solution .item .num {
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 0;
  font-size: 40px;
  color: #fff;
  font-family: "SegoeUI-Bold";
}

.error_border {
  border: 1px solid red !important;
}

.solution_page .box {
  display: flex;
  flex-wrap: wrap;
  background-color: #f4f7fa;
}

.solution_page .box .box_content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.solution_page .box .box_img {
  width: 50%;
}

.solution_page .box .box_content .content_inner {
  margin-left: calc(calc(100vw - 1200px) / 2);
  padding-right: 100px;
}

.solution_page .box .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution_page .box .box_content h2.heading_h2 {
  margin-bottom: 20px;
}

.solution_page .box .box_content .content {
  margin-bottom: 40px;
}

.solution_page .box .box_content .item {
  display: flex;
  align-items: center;
}

.solution_page .box .box_content .item img {
  width: 80px;
  object-fit: contain;
  margin-right: 25px;
}

.solution_page .box .box_content .item h3 {
  font-size: 15px;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 0;
}

.solution_page .box .box_content .item .content {
  font-size: 14px;
  color: #222;
  margin-bottom: 0;
}

.solution_page .box .box_content .item:not(:last-child) {
  margin-bottom: 25px;
}

.solution_page .box .box_content {
  padding: 50px 0;
}

.list_solution_page {
  padding: 80px 0 85px 0;
}

.display_none {
  display: none !important;
}

.display_block {
  display: block !important;
}

.list_solution_page .box_img {
  height: 378px;
  width: calc(100% - 30px);
  margin: 0 15px;
  border-radius: 20px;
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden !important;
}

.list_solution_page .box_img img {
  transform: scale(1);
  transition: 0.5s;
}

.list_solution_page .item:hover .box_img img {
  transform: scale(1.2);
  transition: 0.5s;
}

.list_solution_page h3,
.list_solution_page h3 a {
  text-align: center;
  margin-top: 25px;
  color: #222;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: 0.5s;
}

.list_solution_page .item:hover h3 a {
  color: #f5b56c;
  transition: 0.5s;
}

.list_solution_page .slick-list {
  padding-top: 45px;
}

.page-template-caculator_system section.section,
.page-template-caculator_system_hgd section.section {
  padding: 100px 0;
}

.caculator_system {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  max-width: 820px;
  margin: auto;
  padding: 80px 130px;
}

.caculator_system .cal_system > h3 {
  color: #333;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
}

.caculator_system .cal_system h4 {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "SegoeUI-Bold";
  padding-left: 12px;
}

.caculator_system .cal_system .select {
  width: 100%;
}

.caculator_system .cal_system .select-styled {
  height: 45px;
  border-radius: 23px;
  background-color: #f2f2f2;
  line-height: 45px;
  border: none;
  color: #666;
  font-size: 16px;
  padding: 0 42px;
  font-family: "SegoeUI";
  margin-bottom: 20px;
}

.caculator_system .cal_system input {
  width: 100%;
  height: 45px;
  border-radius: 23px;
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
  outline: none !important;
}

.button_system1 {
  margin-top: 20px;
}

ul.select-options li:hover {
  background: #e6e6e6;
}

ul.caculator_system_list {
  display: flex;
  text-align: center;
  justify-content: space-between;
}

ul.caculator_system_list li {
  width: 15%;
}

.caculator_system.step3 > h3 {
  font-size: 25px;
  color: #333;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.caculator_system_list_img {
  margin-bottom: 20px;
}

.caculator_system_list_content h4 {
  color: #333;
  font-size: 14px;
  margin-bottom: 25px;
  height: 44px;
}

.caculator_system_list_content span {
  color: #f48a22;
  font-size: 25px;
  font-family: "SegoeUI-Bold";
  white-space: nowrap;
}

.caculator_system_list_content b {
  display: block;
  width: 100%;
  color: #333;
  font-size: 16px;
}

.general_knowledge {
  padding: 100px 0 85px 0;
}

.general_knowledge h2.heading_h2 {
  margin-bottom: 25px;
}

.menu_knowledge {
  margin-bottom: 50px;
}

.menu_knowledge li {
  display: inline-block;
}

.menu_knowledge ul {
  margin: 0;
  list-style: none;
}

.menu_knowledge ul a {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  height: 45px;
  border-radius: 23px;
  background-color: #f2f2f2;
  line-height: 45px;
  padding: 0 55px;
  margin: 0 5px;
}

.general_knowledge .menu_knowledge li.current-menu-item a {
  color: #fff;
  background-image: linear-gradient(to right, #f69321 0%, #ffa843 100%);
}

.general_knowledge h3.title_section {
  color: #333;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 55px;
}

.general_knowledge .content {
  margin-bottom: 45px;
}

.general_knowledge .box_img {
  display: inline-block;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
}

.general_knowledge .info {
  padding-right: 75px;
}

.general_knowledge .slider {
  margin-top: 73px;
}

.general_knowledge .slider .box_img_slide {
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
}

.general_knowledge .slider .box_img_slide img {
  width: 100%;
  height: 100%;
}

.general_knowledge .slider .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.general_knowledge .slider .box_content_slide h3 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  font-family: "SegoeUI-Bold";
  margin-bottom: 15px;
}

.general_knowledge .slider .item {
  width: calc(100% - 20px) !important;
  margin: 0 10px;
}

.general_knowledge .slider .arrow {
  top: 125px;
  transform: translateY(-50%);
}

.general_knowledge .slider .arrow.arrow-prev {
  transform: translateY(-50%) rotate(180deg);
}

.general_knowledge .contact_bottom {
  padding: 85px 170px 77px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.general_knowledge .contact_bottom h3 {
  margin-bottom: 18px;
  font-size: 30px;
}

.general_knowledge .contact_bottom .content {
  margin-bottom: 40px;
}

.form_search_post {
  margin-bottom: 32px;
}

.form_search_post form {
  display: flex;
}

.form_search_post input.search-field {
  min-width: 365px;
  height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 5px 0 0 5px;
  background: transparent;
}

.form_search_post input.search-field::placeholder {
  color: #999;
  font-size: 16px;
  background: transparent;
}

.form_search_post .btn_search {
  position: relative;
  overflow: hidden;
}

.form_search_post .btn_search i {
  position: absolute;
  right: 25px;
  top: 48%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 12px;
}

.form_search_post .btn_search input {
  height: 100%;
  border-radius: 0 5px 5px 0;
  background-color: #f39333;
  padding: 0 43px 0 36px;
}

ul.list_cat_video li {
  display: inline-block;
}

ul.list_cat_video li a {
  color: #333;
  font-size: 16px;
  margin-right: 30px;
  display: flex;
  transition: 0.3s;
  align-items: center;
}

ul.list_cat_video li a span {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  display: inline-block;
  margin-right: 10px;
  transition: 0.3s;
}

ul.list_cat_video li a:hover,
ul.list_cat_video li.active a {
  color: #f39333;
  transition: 0.3s;
}

ul.list_cat_video li a:hover span,
ul.list_cat_video li.active a span {
  border: 1px solid #f39333;
  background: #f39333;
  transition: 0.3s;
}

.list_video .item {
  height: 282px;
  position: relative;
  margin-bottom: 20px;
}

.list_video .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_video .item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.list_video .item > a:before {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.5s;
}

.list_video .item:hover > a:before {
  background-color: rgba(37, 148, 210, 0.51);
  transition: 0.5s;
}

.list_video {
  padding-top: 40px;
}

.list_video .item > a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../../../../../themes/solar/image/play-button_video.png);
  width: 44px;
  height: 44px;
  background-size: contain;
  content: "";
}

.list_video .item h3 {
  position: absolute;
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  bottom: 20px;
  right: 45px;
  left: 45px;
  text-align: center;
  z-index: 99;
  pointer-events: none;
}

.general_knowledge .box_form {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  padding: 70px 105px 45px;
}

.general_knowledge .box_form h3 {
  text-align: center;
  color: #333;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 65px;
}

.general_knowledge .box_form input:not(.wpcf7-submit),
.general_knowledge .box_form select {
  height: 45px;
  border-radius: 23px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  width: 100%;
  margin-bottom: 30px;
  outline: none;
}

.general_knowledge .box_form label {
  color: #333;
  font-family: "SegoeUI-Bold";
  font-size: 16px;
  font-weight: 400;
  padding-left: 5px;
  margin-bottom: 20px;
  display: inline-block;
}

.general_knowledge .box_form textarea {
  height: 183px;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  outline: none;
}

.general_knowledge .box_form input.wpcf7-submit {
  margin-top: 40px;
  height: 50px;
  line-height: 50px;
  padding: 0 70px;
  border-radius: 25px;
  background-image: linear-gradient(to right, #f69321 0%, #ffa843 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.general_knowledge .box_form select {
  background-color: #f2f2f2;
  color: #666;
}

.tax_question_page .box {
  display: flex;
}

.tax_question_page .box .box_img {
  padding-right: 50px;
  width: 40%;
}

.tax_question_page .box .box_img img {
  width: 100%;
  height: auto;
}

.tax_question_page .box .box_info {
  width: 60%;
}

.list_cat_question {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_cat_question .item {
  width: calc(20% - 30px);
  border-radius: 10px;
  background-color: #f4f7fa;
  padding: 25px 10px 20px 10px;
}

.list_cat_question .item h3 {
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 20px;
}

.list_cat_question .item h3 a {
  color: #666;
  font-size: 14px;
  font-family: "SegoeUI-bold";
}

.tax_question_page {
  padding: 100px 0 60px 0;
}

.list_cat_question .item {
  position: relative;
}

.list_cat_question .item img {
  height: 38px;
  width: auto;
  filter: brightness(0);
}

.list_cat_question .item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.list_cat_question .item.active a {
  color: #1c91d0;
}

.list_cat_question .item.active img {
  filter: brightness(1);
}

.list_cat_question {
  margin-bottom: 30px;
}

.question_answer .item .box_content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.question_answer .item .box_content .content {
  padding: 25px 18px 25px 78px;
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.question_answer .item:last-child .item_q {
  border-bottom: 1px solid #e0e0e0;
}

.item_q {
  display: flex;
  align-items: center;
  padding: 30px 18px;
  border-top: 1px solid #e0e0e0;
  color: #666;
  font-family: "SegoeUI-bold";
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}

.number_q {
  color: #999;
  font-family: "SegoeUI-bold";
  font-size: 20px;
  min-width: 60px;
  text-transform: uppercase;
}

.question_answer .item.toggle .box_content {
  max-height: 1000px;
  transition: 0.3s;
}

.question_answer .item.toggle .item_q {
  border-color: transparent;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  color: #1c1c1c;
}

.question_answer .item.toggle .item_q .number_q {
  color: #1c1c1c;
}

.question_answer .item {
  display: none;
}

.tax_question_page .box_info #loadMore {
  margin-top: 40px;
}

.tax_question_page .form_search_post .btn_search i {
  font-size: 17px;
}

.tax_question_page .form_search_post .btn_search input {
  padding: 0 26px;
}

.tax_question_page .form_search_post input.search-field {
  min-width: 300px;
}

.tax_question_page .form_search_post form {
  display: flex;
  justify-content: flex-end;
  margin-top: -106px;
  margin-bottom: 60px;
}

.tax_question_page h2.heading_h2 {
  margin-bottom: 60px;
}

.box_news {
  display: inline-block;
}

.box_news .item {
  width: calc(25% - 20px);
  margin: 0 10px;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  float: left;
}

.box_news .item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box_news .item .box_img,
.box_news .item .box_img a {
  width: 100%;
  height: 216px;
  overflow: hidden;
}

.box_news .item .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  transform: scale(1);
}

.box_news .item:hover img {
  transition: 0.5s;
  transform: scale(1.2);
}

.box_news .item .box_content {
  padding: 20px;
  background-color: #f5f5f5;
}

.box_news .item .box_content .date_post {
  color: #999;
  font-size: 12px;
  margin-bottom: 15px;
  width: 100%;
}

.box_news .item .box_content h3 {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 57px;
}

.box_news .item .box_content h3 a {
  color: #333;
  font-size: 16px;
  font-family: "SegoeUI";
}

.box_news .item .box_content a.view_more {
  color: #0b90d3;
  font-size: 14px;
  display: block;
  background: transparent;
  padding: 0;
  font-family: "SegoeUI-Bold";
  text-transform: unset;
}

.box_news .item .box_content a.view_more i {
  float: right;
  font-size: 12px;
}

.box_news .item:nth-child(1) a.view_more,
.box_news .item:nth-child(2) a.view_more,
.box_news .item:nth-child(3) a.view_more {
  display: none;
}

.box_news .item:nth-child(1) {
  height: 539px;
  margin-bottom: 45px;
  width: calc(60% - 20px);
}

.box_news .item:nth-child(2) {
  margin-bottom: 20px;
}

.box_news .item:nth-child(3) {
  margin-bottom: 45px;
}

.box_news .item:nth-child(2),
.box_news .item:nth-child(3) {
  height: 260px;
  width: calc(40% - 20px);
}

.box_news .item:nth-child(1) .box_content,
.box_news .item:nth-child(2) .box_content,
.box_news .item:nth-child(3) .box_content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  background: transparent;
  padding: 0;
  z-index: 2;
}

.box_news .item:nth-child(1) .box_content {
  left: 40px;
  bottom: 50px;
  right: 50px;
}

.box_news .item:nth-child(1) .box_content h3,
.box_news .item:nth-child(2) .box_content h3,
.box_news .item:nth-child(3) .box_content h3,
.box_news .item:nth-child(1) .box_content .date_post,
.box_news .item:nth-child(2) .box_content .date_post,
.box_news .item:nth-child(3) .box_content .date_post {
  color: #fff;
}

.box_news .item:nth-child(1) .box_content h3 {
  font-size: 22px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.box_news .item:nth-child(1) .box_content h3 a {
  color: #fff;
  font-size: 25px;
}

.box_news .item:nth-child(2) .box_content h3,
.box_news .item:nth-child(3) .box_content h3 {
  font-size: 18px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 45px;
}

.box_news .item:nth-child(2) .box_content h3 a,
.box_news .item:nth-child(3) .box_content h3 a {
  color: #fff;
  font-size: 18px;
}

.box_news .item:nth-child(1) .box_img,
.box_news .item:nth-child(1) .box_img a,
.box_news .item:nth-child(2) .box_img,
.box_news .item:nth-child(2) .box_img a,
.box_news .item:nth-child(3) .box_img,
.box_news .item:nth-child(3) .box_img a {
  height: 100%;
}

.box_news .item:nth-child(1):before,
.box_news .item:nth-child(2):before,
.box_news .item:nth-child(3):before {
  height: 158px;
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

section.section.tax_product_parent {
  padding: 70px 0;
}

.menu_cat_product_tax_page ul {
  margin: 0;
  list-style: none;
}

.menu_cat_product_tax_page > ul > li {
  border-bottom: 3px solid #fff;
}

.menu_cat_product_tax_page ul li {
  padding: 0 30px;
  background-color: #f0f0f0;
}

.menu_cat_product_tax_page ul ul li {
  background-color: #f7f7f7;
  padding: 0 30px;
}

.menu_cat_product_tax_page ul ul a {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.menu_cat_product_tax_page ul ul li i {
  margin-right: 15px;
}

.menu_cat_product_tax_page ul a {
  color: #333;
  font-size: 15px;
  padding: 15px 0;
  transition: 0.3s;
}

.menu_cat_product_tax_page ul a:hover,
.menu_cat_product_tax_page ul a.active {
  color: #1c91d0;
  transition: 0.3s;
}

.menu_cat_product_tax_page > ul > li > a {
  width: calc(100% - 40px);
  display: inline-block;
  font-family: "SegoeUI-Bold";
}

.menu_cat_product_tax_page .nameContainer {
  display: inline-block;
  float: left;
  min-width: 130px;
}

.menu_cat_product_tax_page > ul > li > i,
.menu_cat_product_tax_page .term_parent > i {
  width: 25px;
  height: 25px;
  border: 1px solid #333;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  color: #333;
  cursor: pointer;
  float: right;
  margin: 10px 0;
}

.form-group.filter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.form-group.filter .checkbox-inline,
.form-group.filter .difficultyContainer2 {
  margin-right: 20px;
  color: #333;
  font-size: 16px;
}

.page-template-default .grid-100,
.single-post .grid-100 {
  margin-bottom: 30px;
}

.difficultyContainer2 input[type="checkbox"] {
  margin-right: 5px;
}

.document_page .menu_cat_product_tax_page a {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.document_page .menu_cat_product_tax_page a input {
  display: none;
}

.page-template-document .list-group .nameContainer > label,
.page-template-document .list-group .typeContainer > label,
.page-template-document .list-group .difficultyContainer > label {
  display: none !important;
}

.package.well .name,
.package.well .type,
.package.well .difficulty,
.package.well .difficulty2 {
  display: none !important;
}

.search_page .box_product_tax_page {
  display: flex;
  flex-wrap: wrap;
}

.search_page {
  padding: 80px 0;
}

.search_page .box_product_tax_page .item {
  margin-bottom: 20px;
}

.search_page h1 {
  margin-bottom: 30px;
}

.search_page .box_product_tax_page .item h3 {
  font-size: 18px;
  color: #333;
}

.search_page .box_product_tax_page .box_img {
  height: 250px;
}

.search_page .box_product_tax_page .box_img a {
  width: 100%;
  height: 100%;
  text-align: center;
}

.search_page .box_product_tax_page .box_img img {
  height: 250px;
  max-height: 80%;
}

.page-template-document .content-right .list > li {
  list-style: none;
}

.news_page {
  padding: 100px 0 50px 0;
}

.news_page h2.heading_h2 {
  margin-bottom: 30px;
}

ul.list_cat_post {
  margin-bottom: 50px;
}

ul.list_cat_post li {
  display: inline-block;
}

ul.list_cat_post li a {
  height: 45px;
  border-radius: 23px;
  background-color: #f2f2f2;
  line-height: 45px;
  padding: 0 63px;
  color: #999;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 5px;
}

ul.list_cat_post li.active a {
  color: #fff;
  background-image: linear-gradient(to right, #f69321 0%, #ffa843 100%);
}

.post_content_details {
  padding: 90px 0;
}

.post_content_details .date_post {
  color: #333;
  font-size: 14px;
  letter-spacing: 1.4px;
  display: inline-block;
  margin-bottom: 20px;
}

.post_content_details h1.heading_h2 {
  font-size: 25px;
  margin-bottom: 0;
}

.post_content_details .content_top {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  margin-bottom: 25px;
}

.post_content_details .content_bottom {
  padding-top: 20px;
}

.post_content_details .content_bottom .item {
  display: flex;
  align-items: center;
}

.post_content_details .content_bottom .item h3 {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.post_content_details .content_bottom .item.share h3 {
  margin-right: 35px;
}

.post_content_details .content_bottom .item.share {
  margin-bottom: 30px;
}

.post_content_details .content_bottom div#socialSharing {
  margin-top: 0;
}

.post_content_details .content_bottom div#socialSharing a span.fa-lg {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #333;
  background: transparent !important;
  color: #333;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  transition: 0.3s;
  transform: translateY(0);
  margin: 0 3px;
}

.post_content_details .content_bottom div#socialSharing a:hover span.fa-lg {
  border-color: #155b9b;
  color: #155b9b;
  transition: 0.3s;
  transform: translateY(-5px);
  transition: 0.3s;
}

.item.tags_post ul li {
  display: inline-block;
}

.item.tags_post ul li a {
  height: 33px;
  border-radius: 17px;
  background-color: #ebebeb;
  color: #5f5f5f;
  font-size: 13px;
  line-height: 31px;
  padding: 0 15px;
  min-width: 120px;
  margin-right: 10px;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
}

.item.tags_post h3 {
  margin-right: 18px;
}

.item.tags_post ul li a:hover {
  transition: 0.3s;
  color: #fff;
  background-color: #f69321;
}

.news_related .item {
  margin-bottom: 20px;
}

.news_related .item .box_img {
  height: 202px;
  width: 100%;
}

.news_related .item .box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_related .item .box_content {
  background-color: #f5f5f5;
  padding: 18px 23px 27px;
}

.news_related .item .box_content .date_post {
  color: #333;
  font-size: 12px;
  letter-spacing: 1.2px;
  display: inline-block;
  width: 100%;
  margin-bottom: 17px;
}

.news_related .item .box_content h3,
.news_related .item .box_content h3 a {
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.news_related .item .box_content h3 {
  margin-bottom: 30px;
}

.news_related .item .box_content h3 a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 66px;
}

.news_related .item .box_content a.view_more {
  color: #fff;
  font-family: "SegoeUI-bold";
  font-size: 14px;
}

.news_related h2 {
  margin-bottom: 30px;
}

.news_related {
  padding-bottom: 60px;
}

.load_leisure,
.load_leisure_search {
  position: relative;
  margin-top: 33px;
}

.load_leisure.loading,
.load_leisure_search.loading {
  color: transparent !important;
  background-image: linear-gradient(
    to right,
    #6b6b6b 0%,
    #5f5f5f 100%
  ) !important;
}

.load_leisure.loading:before,
.load_leisure_search.loading:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../../../../../themes/solar/image/load_more_post.gif);
  width: 80px;
  height: 80px;
  background-size: contain;
  content: "";
}

.sidebar_post h3.title_cat {
  padding: 15px 40px;
  background-color: #32aaeb;
  color: #fff;
  font-family: "SegoeUI-bold";
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.sidebar_post ul li a {
  padding: 13px 0;
  display: block;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}

.sidebar_post ul {
  padding: 15px 40px;
  background-color: #f7f7f7;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

#sidebarWrap {
  float: right;
  position: relative;
}

#sidebar {
  position: absolute;
  max-width: calc(calc(1200px / 4) - 10px);
}

#sidebar.fixed {
  position: fixed;
  top: 100px;
}

#sidebar .form_search_post input.search-field {
  min-width: auto;
}

#sidebar .form_search_post .btn_search input {
  width: 50px;
  text-align: center;
  padding: 0;
}

.post_content_details .form_search_post {
  margin-bottom: 15px;
}

.post_content_details .form_search_post .btn_search i {
  right: 19px;
  top: 45%;
}

.box_cat_product .box_content .content ul {
  list-style: none;
  margin: 0;
}

.error404 #page > #content {
  margin: 0;
}

.page_404 {
  padding: 150px 0;
}

.page_404 img {
  width: auto;
  height: auto;
  margin-bottom: 35px;
}

.page_404 .content {
  color: #333;
  font-family: "SegoeUI-bold";
  font-size: 15px;
  line-height: 23.93px;
  margin-bottom: 55px;
}

.benefit_project .slider_nav_gallery .arrow {
  width: 40px;
  height: 50px;
  background-color: #f69321;
  text-align: center;
  line-height: 50px;
  color: #fff;
  right: 5px;
  left: unset;
  top: 35px;
}

.benefit_project .slider_nav_gallery .arrow-prev {
  transform: unset;
}

.page-template-family_page .project_home {
  padding-bottom: 115px;
}

.page-template-family_page .project_home a.button_style {
  margin-top: 30px;
  margin-bottom: 60px;
}

.menu_cat_product_tax_page ul li.term_parent.toggle ul li ul {
  padding: 0;
  padding-left: 10px;
}

.menu_cat_product_tax_page h3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 0;
  background-image: linear-gradient(to top, #1a8fcd 0%, #1681bb 100%);
  margin-bottom: 3px;
}

.menu_cat_product_tax_page h3 {
  color: #fff;
  font-size: 18px;
  text-transform: initial;
}

.menu_cat_product_tax_page ul {
  margin: 0;
  list-style: none;
}

.menu_cat_product_tax_page ul > label,
.no-result {
  display: none;
}

.menu_cat_product_tax_page > ul > li {
  border-bottom: 3px solid #fff;
}

.menu_cat_product_tax_page ul li {
  padding: 0 30px;
  background-color: #f0f0f0;
}

.menu_cat_product_tax_page ul a {
  color: #333;
  font-size: 15px;
  padding: 15px 0;
  transition: 0.3s;
}

.menu_cat_product_tax_page ul ul li a {
  padding: 7px 0;
}

.menu_cat_product_tax_page > ul > li > a {
  width: calc(100% - 40px);
  display: inline-block;
  font-family: "SegoeUI-Bold";
}

.document_page .menu_cat_product_tax_page a {
  position: relative;
  cursor: pointer;
}

.menu_cat_product_tax_page > ul > li > i {
  width: 25px;
  height: 25px;
  border: 1px solid #333;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  color: #333;
  cursor: pointer;
}

.menu_cat_product_tax_page ul {
  margin: 0;
}

.menu_cat_product_tax_page ul ul {
  max-height: 0;
  overflow: hidden;
  transition: 0.1s;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  background-color: #f7f7f7;
  padding: 0;
}

.menu_cat_product_tax_page ul li {
  padding: 0 30px;
  background-color: #f0f0f0;
}

.menu_cat_product_tax_page ul ul li {
  background-color: #f7f7f7;
  padding: 0 30px;
}

.menu_cat_product_tax_page ul a {
  color: #333;
  font-size: 15px;
  padding: 15px 0;
  transition: 0.3s;
}

.menu_cat_product_tax_page ul ul a {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.menu_cat_product_tax_page ul ul li i {
  margin-right: 15px;
}

.document_page .menu_cat_product_tax_page a label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.document_page .menu_cat_product_tax_page a input {
  display: none;
}

.menu_cat_product_tax_page ul li.term_parent.toggle ul {
  max-height: 1000px;
  transition: 0.1s;
  padding: 15px 0;
}

.menu_cat_product_tax_page ul li.term_parent.toggle ul li ul {
  padding: 0;
  padding-left: 10px;
}

.page-template-document .content-right .list > li > ul,
.page-template-document .content-right .title_col,
.page-template-document_knowledge .content-right .list > li > ul,
.page-template-document_knowledge .content-right .title_col {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
}

.page-template-document .content-right .title_col li,
.page-template-document_knowledge .content-right .title_col li {
  padding: 0 10px;
}

.page-template-document .content-right .title_col li:not(:last-child),
.page-template-document_knowledge
  .content-right
  .title_col
  li:not(:last-child) {
  border-right: 1px solid #fff;
}

.page-template-document .content-right .list > li > ul li:nth-child(1),
.page-template-document .content-right .list > li > ul li:nth-child(5),
.page-template-document .content-right .title_col li:nth-child(1),
.page-template-document .content-right .title_col li:nth-child(5) {
  width: calc(17% - 21px);
}

.page-template-document_knowledge
  .content-right
  .list
  > li
  > ul
  li:nth-child(1),
.page-template-document_knowledge
  .content-right
  .list
  > li
  > ul
  li:nth-child(5),
.page-template-document_knowledge .content-right .title_col li:nth-child(1),
.page-template-document_knowledge .content-right .title_col li:nth-child(5) {
  width: calc(17% - 21px);
}

.page-template-document .content-right .list > li > ul li:nth-child(2),
.page-template-document .content-right .list > li > ul li:nth-child(4),
.page-template-document .content-right .title_col li:nth-child(2),
.page-template-document .content-right .title_col li:nth-child(4) {
  width: calc(13% - 21px);
}

.page-template-document_knowledge
  .content-right
  .list
  > li
  > ul
  li:nth-child(2),
.page-template-document_knowledge
  .content-right
  .list
  > li
  > ul
  li:nth-child(4),
.page-template-document_knowledge .content-right .title_col li:nth-child(2),
.page-template-document_knowledge .content-right .title_col li:nth-child(4) {
  width: calc(13% - 21px);
}

.page-template-document .content-right .list > li > ul li:nth-child(3),
.page-template-document .content-right .title_col li:nth-child(3) {
  width: calc(40% - 21px);
}

.page-template-document_knowledge
  .content-right
  .list
  > li
  > ul
  li:nth-child(3),
.page-template-document_knowledge .content-right .title_col li:nth-child(3) {
  width: calc(40% - 21px);
}

.form-group.filter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.form-group.filter .checkbox-inline {
  margin-right: 20px;
  color: #333;
  font-size: 16px;
}

.page-template-document .content-right .list > li,
.page-template-document_knowledge .content-right .list > li {
  background-color: #f0f0f0;
  color: #666;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}

.page-template-document .content-right .title_col li,
.page-template-document_knowledge .content-right .title_col li {
  height: 45px;
  background-image: linear-gradient(to top, #1b90cf 0%, #1681bb 100%);
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
}

.page-template-document .content-right ul,
.page-template-document_knowledge .content-right ul {
  margin: 0;
}

.page-template-document .content-right .list > li > ul li,
.page-template-document_knowledge .content-right .list > li > ul li {
  border-right: 1px solid #fff;
  padding: 0 10px;
  line-height: 22px;
  min-height: 55px;
  display: flex;
  align-items: center;
}

a.down_load_file {
  color: #fea124;
  font-size: 14px;
}

a.down_load_file i {
  margin-right: 10px;
}

.content-right .list > li > ul li:last-child,
.content-right .list > li > ul li:last-child {
  border-right: none;
}

.content-right ul.pagination {
  text-align: center;
  margin-top: 60px;
}

.content-right ul.pagination li,
.content-right ul.pagination li {
  display: inline-block;
}

.content-right ul.pagination li a,
.content-right ul.pagination li a {
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #333;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  display: inline-block;
}

.content-right ul.pagination li.active a,
.content-right ul.pagination li.active a {
  background-color: #f89400;
  color: #fff;
  display: inline-block;
}

.document_page {
  padding: 80px 0 70px 0;
}

.document_page h2.heading_h2 {
  margin-bottom: 40px;
}

.content-right .form-group:not(.filter) {
  margin-bottom: 40px;
  display: inline-block;
}

.content-right .form-group:not(.filter) input {
  width: 500px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  color: #999;
  font-size: 16px;
}

.page-template-document .content-right .form-group:not(.filter),
.page-template-document_knowledge .content-right .form-group:not(.filter) {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.page-template-document .content-right .form-group:not(.filter) .btn_search,
.page-template-document_knowledge
  .content-right
  .form-group:not(.filter)
  .btn_search {
  left: unset;
  right: 10px;
  width: auto;
  line-height: 60px;
  font-size: 0;
  position: absolute;
  top: 0;
  padding: 0;
  background: transparent;
}

.page-template-document .content-right .form-group:not(.filter) .btn_search i,
.page-template-document_knowledge
  .content-right
  .form-group:not(.filter)
  .btn_search
  i {
  color: #333;
  font-size: 20px;
}

.page-template-document .content-right .form-group:not(.filter) input,
.page-template-document_knowledge
  .content-right
  .form-group:not(.filter)
  input {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  width: 100%;
  color: #999;
  font-size: 16px;
}

.content-right .form-group:not(.filter) input::placeholder {
  color: #999;
  font-size: 16px;
}

.menu_cat_product_tax_page h3 {
  color: #fff;
  font-size: 18px;
  text-transform: initial;
}

.menu_cat_product_tax_page ul li.term_parent.toggle ul li ul {
  padding: 0;
  padding-left: 10px;
}

.menu_cat_product_tax_page a {
  position: relative;
  cursor: pointer;
}

.menu_cat_product_tax_page a label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.menu_cat_product_tax_page a input {
  display: none;
}

h3.address {
  display: none !important;
}

ul.list_page {
  display: none;
}

.btn_search {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  border-radius: 0 5px 5px 0;
  background-color: #f59421;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  position: relative;
  left: -4px;
  cursor: pointer;
}

.sidebar_post .form_search_post .btn_search {
  padding: 0;
}

.btn_cat_document {
  display: none;
}

.about_enterprise .box {
  display: flex;
  flex-wrap: wrap;
}

.about_enterprise .box .left {
  width: 45%;
  background-image: linear-gradient(
    -122deg,
    #2692ce 0%,
    rgba(71, 164, 215, 0.41) 100%
  );
  padding: 80px 0 80px 0;
}

.box_form .heading_h2 {
  display: none;
}

.about_enterprise .box .left .box_content {
  padding-right: 90px;
  margin-left: calc(calc(100vw - 1210px) / 2);
}

.about_enterprise .box .right {
  width: 55%;
}

.about_enterprise .box .right .box_video,
.about_enterprise .box .right .box_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_enterprise .box .right .box_video {
  position: relative;
}

.about_enterprise .box .right .box_video a {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.about_enterprise .box .right .box_video a:before,
.input_data .box_video:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 111px;
  height: 111px;
  background-image: url(../../../../../../themes/solar/image/play-button_video.png);
  content: "";
  z-index: 2;
  background-size: contain;
}

.about_enterprise .box .left .content h3 {
  font-size: 20px;
  font-family: "SegoeUI";
}

.about_enterprise .box .left .box_content a {
  margin-top: 20px;
}

ul.options.language_flag {
  display: none;
}

.loi_ich {
  padding: 120px 0 40px 0;
}

.loi_ich h2.heading_h2 {
  margin-bottom: 85px;
}

.loi_ich .box {
  display: flex;
  flex-wrap: wrap;
}

.loi_ich .box .item {
  width: calc(50% - 30px);
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.loi_ich .box .item:nth-child(2n + 2) {
  padding-right: 0;
  padding-left: 15px;
}

.loi_ich .box .item .box_img {
  width: 100px;
  padding-right: 20px;
}

.loi_ich .box .item .box_img img {
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}

.loi_ich .box .item:hover .box_img img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.loi_ich .box .item .box_content {
  width: calc(100% - 120px);
}

.loi_ich .box .item .box_content h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.product_family .slider .arrow:hover span {
  background: #f69321;
}

.product_family .arrow:hover:before,
.product_family .arrow:hover:after {
  background: #fff;
}

.close_popup_video {
  position: absolute;
  right: 35px;
  top: 35px;
  display: inline-block;
  width: 17px;
  height: 17px;
  cursor: pointer;
  z-index: 9;
}

.close_popup_video:before {
  width: 2px;
  height: 25px;
  background: #f69322;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
  content: "";
}

.close_popup_video:after {
  width: 2px;
  height: 25px;
  background: #f69322;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) rotate(45deg);
  content: "";
}

li.list_web:before {
  display: none;
}

.load_more_product {
  width: 43px;
  height: 43px;
  border: 1px solid #f48a22;
  display: inline-block;
  border-radius: 50%;
  text-align: revert;
  line-height: 43px;
  margin-top: 35px;
  transition: 0.3s;
  color: #f48a22;
  font-size: 25px;
}

.load_more_product:hover {
  background: #f48a22;
  transition: 0.3s;
  color: #fff;
}

.menu_cat_product_tax_page li.term_parent > ul > li > a {
  font-family: "SegoeUI-bold";
}

.menu_cat_product_tax_page li.term_parent > ul > li a:focus {
  color: #2692ce;
}

.consultation_form_item {
  width: calc(50% - 20px);
  display: inline-block;
  float: left;
  margin: 0 10px;
}

.consultation_form_item input,
.consultation_form_item .select {
  height: 45px;
  border-radius: 23px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  width: 100%;
  color: #666;
  font-size: 15px;
  font-weight: 400;
}

.consultation_form_sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.consultation_form_item .select {
  background-color: #f2f2f2;
}

.consultation_form_sec .select-styled {
  padding: 0;
  border: none;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 45px;
  padding: 0 30px;
}

.popup_tuvan .popup_content h2 {
  text-align: center;
  color: #333;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 65px;
}

.consultation_form_sec h4 {
  color: #333;
  font-size: 16px;
  padding-left: 5px;
}

.consultation_form_sec > p {
  color: #666;
  font-size: 16px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.popup_tuvan .popup_content .button_style {
  margin-top: 0;
  height: 50px;
  padding: 0 70px;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
}

.consultation_form_sec.step2 h4 {
  text-align: center;
  color: #333;
  font-family: "SegoeUI-bold";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 70px;
}

.popup_tuvan .popup_content .step2 h2 {
  margin-bottom: 20px;
}

.consultation_form_sec.step2 .consultation_form_radio_item {
  display: flex;
  justify-content: center;
  width: 100%;
}

.page-template-family_page
  .consultation_form_sec.step2
  .consultation_form_radio_item {
  margin-bottom: 20px;
}

.consultation_form_sec.step2 h5 {
  text-align: center;
  color: #333;
  font-family: "SegoeUI-bold";
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 70px;
  display: inline-block;
}

.consultation_form_radio {
  display: flex;
  align-items: center;
  margin: 0 20px;
}

.consultation_form_radio input {
  width: 15px !important;
  height: 15px !important;
  margin-left: 10px;
  margin-bottom: 0 !important;
}

.consultation_form_sec.step2 a.button_consultation2.button_style {
  margin-top: 55px;
}

.popup_tuvan .popup_content .consultation_form_sec.step2 label {
  margin-bottom: 0;
}

.consultation_form_sec.step3.consultation_video p {
  text-align: center;
  color: #333;
  font-family: "SegoeUI-bold";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
}

.popup_tuvan .popup_content .consultation_form_sec.step3.consultation_video h2 {
  margin-bottom: 45px;
  width: 100%;
  font-size: 30px;
}

.popup_tuvan
  .popup_content
  .consultation_form_sec.step3.consultation_video
  video {
  width: 100%;
  height: auto;
}

.popup_tuvan.popup_dowload_document h2 {
  color: #333;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 55px;
}

.popup_tuvan.popup_dowload_document .popup_content {
  max-width: 826px;
}

.popup_tuvan.popup_dowload_document input:not(.wpcf7-submit) {
  border-radius: 0;
}

.popup_tuvan.popup_dowload_document .popup_content label {
  padding-left: 0;
  margin-bottom: 20px;
}

.popup_tuvan.popup_dowload_document input.wpcf7-submit {
  min-width: 248px;
  height: 50px;
  border-radius: 25px;
  background-image: linear-gradient(to right, #f69321 0%, #ffa843 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0;
}

.consultation_form_item h5 {
  color: red;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "SegoeUI-bold";
  transform: translate(5px, -25px);
}

.estimation_system .caculator_system {
  box-shadow: none;
  padding: 0;
}

.page-template-enterprise
  .consultation_form_sec.step2
  .consultation_form_radio_item {
  width: 50%;
  flex-wrap: wrap;
}

.page-template-enterprise .consultation_form_sec.step2 h5 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.page-template-enterprise a.button_consultation_dn2.button_style.text_white {
  margin-top: 50px;
}

.cal_system_item h5 {
  color: red;
  font-family: "SegoeUI-bold";
  font-size: 16px;
  transform: translate(5px, -15px);
}

.caculator_system_hgd {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  padding: 85px 140px 80px;
  max-width: 800px;
  margin: 0 auto;
}

.caculator_system_hgd h3 {
  color: #333;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
}

.caculator_system_hgd .cal_system_item h4 {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 5px;
}

.caculator_system_hgd .cal_system_item input {
  height: 45px;
  border-radius: 23px;
  background-color: #f2f2f2;
  color: #666;
  font-size: 16px;
  width: 100%;
  border: none;
}

.caculator_system_hgd {
  text-align: center;
}

.caculator_system_hgd .cal_system {
  text-align: left;
  margin-bottom: 47px;
}

.caculator_system_hgd.step2 .cal_system_item.meta_name {
  margin-bottom: 20px;
}

.caculator_system_hgd .cal_system_item h5 {
  transform: translate(5px, 0);
}

.project_slider_item > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.slider-nav .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0) !important;
}

.search_mobile {
  display: none;
}

.single-post .btn_cat_document {
  display: none;
}

.infusion-form .default .webFormBodyContainer {
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.infusion-form td,
.infusion-form table {
  border: 0 !important;
  margin: 0;
}

.infusion-field-input-container {
  width: 100% !important;
}

.product_page .nav_top ul {
  display: none;
}

.product_page .meta_select:focus > ul.select-options {
  display: inline-block;
}

.product_page .select-styled {
  border: none;
  color: #666;
  font-size: 16px;
  padding: 0 50px;
}

.product_page .select-styled:before {
  font-size: 15px;
  right: 0;
}

.product_page .meta_select {
  display: inline-block;
}

.product_page .meta_select > div {
  float: left;
}

.product_page .nav_top ul li {
  padding: 0 10px;
  width: calc(100% - 20px);
  font-size: 15px;
  line-height: 30px;
}

.product_page .nav_top ul {
  display: none;
  padding: 10px 0;
  border: 1px solid #9999;
  margin-top: 10px;
}

.box_product_search {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}

.box_product_search .product_tab_slider_item {
  width: calc(50% - 32px);
  margin: 0 15px 30px 15px;
}

.box_product_search .product_tab_slider_item .product_tab_item_box {
  width: calc(100% - 34px);
}

.filter_cat_product .select:first-child {
  margin: 0;
  width: 100%;
}

.filter_cat_product .select-styled {
  border-bottom: 1px solid #fff;
  color: #666;
  font-size: 18px;
  padding: 20px 0;
  width: calc(100% - 30px);
  margin: 0 15px;
}

.filter_cat_product .select-styled:before {
  font-size: 12px;
  color: #666;
  right: 15px;
}

.filter_cat_product ul.select-options {
  padding: 0;
  border-radius: 0;
  width: calc(100% - 2px);
  border: 1px solid #9999;
}

.main-navigation ul li:not(.list_web) ul li {
  width: 100%;
  background: #2692ce;
}

.main-navigation ul#menu-menu-header-2 li:not(.list_web) ul,
.main-navigation ul#menu-menu-header-2-english li:not(.list_web) ul,
header#masthead_solar_scroll .main-navigation li:not(.list_web) ul {
  width: auto;
}

.main-navigation ul#menu-menu-header-2 li:not(.list_web) ul li a,
.main-navigation ul#menu-menu-header-2-english li:not(.list_web) ul li a {
  font-size: 14px;
  padding: 8px 15px;
  width: max-content;
}

header#masthead_solar_scroll .main-navigation ul ul li a {
  color: #fff;
  font-size: 14px;
  width: max-content;
}

ul#menu-menu-header-2 ul li:before,
ul#menu-menu-header-2-english ul li:before {
  display: none;
}

.consultation_form ul.select-options {
  margin-left: 0;
}

.page-template-enterprise
  .consultation_form_sec.step2
  .consultation_form_radio_item {
  flex-wrap: wrap;
  margin-bottom: 90px;
  width: 50%;
}

.page-template-family_page .consultation_form_sec.step2 h5 {
  margin-bottom: 20px;
  width: 100%;
}

a.generate-back-to-top {
  bottom: 115px;
  right: 45px;
}

.cat_product_page #sidebarWrap {
  float: left;
}

.cat_product_page .grid-75 {
  float: right;
}

.tabs.product_tab > div:last-child {
  position: relative;
  max-height: 400px;
  overflow: hidden;
}

.bg_load {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  content: "";
  background: #fff;
  opacity: 0;
  pointer-events: none;
}

.bg_load.active {
  opacity: 1;
}

.bg_load:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../../../../../themes/solar/images/load_ding_product.gif);
  background-size: contain;
  content: "";
  width: 150px;
  height: 150px;
}

form.search-form.navigation-search.nav-search-active input#searchsubmit {
  width: auto;
  background: transparent;
}

.navigation-search:before {
  position: absolute;
  right: 100px;
  color: #fff;
  font-size: 15px;
  font-family: "FontAwesome";
  content: "\f002";
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  pointer-events: none;
}

.infusion_formcss {
  display: none;
}

header#masthead_solar_scroll.sticky .main-navigation li.list_web ul a {
  width: calc(100% - 20px);
  color: #333;
}

header#masthead_solar_scroll.sticky .main-navigation li.list_web ul a:hover {
  color: #fff;
}

.single-product .bao-gia {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

.bao-gia-content {
  position: relative;
  background-color: #fff;
  margin: 5% auto;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.close-lightbox {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 28px;
  font-weight: 700;
  color: #aaa;
  cursor: pointer;
  transition: color 0.3s;
}

.close-lightbox:hover,
.close-lightbox:focus {
  color: #000;
}

.view_more {
  display: inline-block;
  padding: 12px 24px;
  background-color: #007cba;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.view_more:hover {
  background-color: #005a87;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .bao-gia-content {
    margin: 10% auto;
    width: 88%;
    padding: 20px;
  }
}

.bao-gia-content .wpcf7-form p {
  margin-bottom: 15px;
}

.bao-gia-content .wpcf7-form input[type="text"],
.bao-gia-content .wpcf7-form input[type="email"],
.bao-gia-content .wpcf7-form input[type="tel"],
.bao-gia-content .wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.bao-gia-content .wpcf7-form input[type="submit"] {
  background-color: #007cba;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.bao-gia-content .wpcf7-form input[type="submit"]:hover {
  background-color: #005a87;
}

@media only screen and (max-width: 1500px) {
  .about_project .item .box_content,
  .input_data .box_form .box_content_form {
    padding: 50px 0;
  }

  .input_data .box_form .box_content_form {
    padding: 50px 0;
    padding-left: 150px;
  }

  .input_data {
    align-items: unset;
  }
}

@media only screen and (max-width: 1366px) {
  .banner_slider {
    height: auto;
  }

  .input_data .box_form .box_content_form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 1365px) {
  .box_cat_product ul.slick-dots,
  .practical_project ul.slick-dots,
  .contact_page ul.slick-dots {
    display: block;
    position: unset;
    left: unset;
    bottom: unset;
    transform: unset;
    text-align: center;
    margin-top: 20px;
  }

  .box_cat_product ul.slick-dots li,
  .practical_project ul.slick-dots li,
  .contact_page ul.slick-dots li {
    margin: 0;
  }

  .box_cat_product ul.slick-dots button,
  .practical_project ul.slick-dots button,
  .contact_page ul.slick-dots button {
    background: #f7f7f7;
    transition: 0.3s;
  }

  .box_cat_product ul.slick-dots li.slick-active button,
  .practical_project ul.slick-dots li.slick-active button,
  .contact_page ul.slick-dots li.slick-active button {
    background: #f48b21;
    transition: 0.3s;
  }
}

@media only screen and (max-width: 1199px) {
  body .grid-container {
    max-width: 950px;
  }

  header#masthead_solar div#primary-menu li a {
    font-size: 13px;
  }

  .main-navigation .main-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }

   {
    font-size: 13px;
    padding: 0 10px;
  }

  .icon_home_item {
    display: flex;
    align-items: center;
  }

  .icon_home_item_box {
    padding: 10px 20px 0 20px;
  }

  .icon_home_item_img {
    width: 35px;
  }

  .icon_home_item_info h3 {
    font-size: 30px;
  }

  .icon_home_item_info p {
    font-size: 13px;
  }

  .tabs__navigation .button_tab_box img {
    width: 40px;
    height: auto;
  }

  .tabs__navigation .button_tab_box h4 {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .view_all_solution h3 {
    font-size: 13px;
  }

  .heading_h2 {
    font-size: 30px;
  }

  .about_home_info,
  .solution_tab_info_content {
    font-size: 14px;
  }

  .about_home_info .about_home_info_des {
    font-size: 15px;
  }

  .button_style {
    padding: 10px 25px 10px 25px;
    font-size: 13px;
  }

  .about_home {
    padding-bottom: 80px;
  }

  .solution_tab_info_content h3 {
    font-size: 25px;
  }

  .solution_tab .tabs__navigation,
  .project_home_info,
  .project_slider_icon_content span {
    font-size: 14px;
  }

  .project_slider_title h4,
  .project_slider_icon_content h5 {
    font-size: 20px;
  }

  .project_slider_title h5 {
    font-size: 13px;
  }

  .product_home {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product_tab_item_img {
    width: 80px;
  }

  .product_tab_item_content {
    width: calc(100% - 90px);
    padding-left: 10px;
  }

  .product_tab_item_content p,
  .product_tab_item_content h4 {
    font-size: 13px;
  }

  .product_tab_item_content h3,
  .news_style1_info h3 {
    font-size: 18px;
  }

  .news_style1_info p {
    height: 67px;
    font-size: 14px;
  }

  .news_style2_img {
    width: 150px;
    height: auto;
  }

  .news_style2_info {
    width: calc(100% - 180px);
    padding-left: 10px;
    padding-right: 20px;
  }

  .news_style2_info h3 {
    font-size: 14px;
    height: 50px;
  }

  .news_home,
  .partners_home {
    padding: 80px 0;
  }

  .partners_home .max_width_600 {
    font-size: 14px;
  }

  .partners_buss_home {
    padding: 150px 0;
    font-size: 14px;
  }

  header#masthead_solar_scroll .main-navigation ul li a {
    font-size: 14px;
  }

  div#banner_gr .gr_head {
    width: calc(100% - 30px);
  }

  .project_page.project_relate {
    padding: 80px 0 60px 0;
  }

  .about_project .item .box_content .content_inner {
    padding-right: 50px;
    margin-left: calc(calc(100vw - 950px) / 2);
  }

  .about_project .item:nth-child(2n + 2) .box_content .content_inner {
    margin-right: calc(calc(100vw - 950px) / 2);
    padding-left: 50px;
  }

  .benefit_project .info {
    padding-left: 30px;
  }

  .benefit_project {
    padding: 70px 0 0 0;
  }

  .benefit_project .info h2 {
    font-size: 20px;
  }

  .benefit_project .info h2 br {
    display: none;
  }

  .benefit_project .info .content {
    font-size: 16px;
  }

  .about_project .item .box_content .content_inner > h3 {
    font-size: 20px;
  }

  .about_us_project {
    padding: 60px 0;
  }

  .about_us_project .content h2,
  .project_relate h2 {
    font-size: 20px;
  }

  .project_relate .item h3 a {
    font-size: 14px;
  }

  .project_relate .item .box_content .view_more {
    display: none;
  }

  .project_relate .item .box_content {
    padding: 20px;
  }

  .about_enterprise .box .left .box_content {
    margin-left: calc(calc(100vw - 950px) / 2) !important;
    text-align: justify;
    padding-right: 30px !important;
    text-align: justify;
  }

  .about_enterprise .box .left .box_content h2.heading_h2 {
    text-align: left;
  }

  .top_bar_scroll {
    display: none;
  }

  .loi_ich,
  .option_invest,
  .story_customer {
    padding: 80px 0 !important;
  }

  .estimation_system {
    padding-top: 80px !important;
  }

  .go_solar .box_content .post_content {
    margin-left: calc(calc(100vw - 950px) / 2);
  }

  .go_solar .box_img {
    align-items: center;
    display: flex;
  }

  .go_solar .box_content .post_content .box .item {
    width: calc(50% - 30px);
  }

  .trust {
    padding-top: 90px;
    padding-bottom: 230px;
  }

  .trust ul.slick-dots {
    display: block;
    position: unset;
    transform: unset;
    text-align: center;
    margin-top: 20px;
  }

  .page-template-enterprise .icon_home_item_box {
    padding-top: 0;
  }

  .loi_ich {
    padding-bottom: 50px !important;
  }

  .partner_distributor_page .box .item .top img {
    position: unset;
    max-width: 100%;
    max-height: 100%;
  }

  .partner_distributor_page .box .item .top {
    padding: 20px;
    text-align: center;
  }

  .partner_distributor_page .box .item .bottom {
    padding: 20px;
  }

  .partner_distributor_page {
    padding: 80px 0 60px 0;
  }

  .partner_general {
    padding: 80px 0 60px 0;
  }

  .commitment {
    padding-bottom: 80px;
  }

  .why_choose_dat_partner .box .box_content .content_inner {
    margin-left: calc(calc(100vw - 950px) / 2);
  }

  .why_choose_dat_partner .box .box_img img {
    height: auto;
  }

  .why_choose_dat_partner .box .box_img {
    display: flex;
    align-items: center;
  }

  .why_choose_dat_partner .box {
    background-image: linear-gradient(
      -122deg,
      #2692ce 0%,
      rgba(71, 164, 215, 0.41) 100%
    );
  }

  .why_choose_dat_partner .box .box_content {
    background-image: none;
  }

  .why_choose_dat_partner .box .box_content .content {
    text-align: justify;
  }

  .partner_section .slider {
    width: 100%;
  }

  .partner_section,
  .form_dk_partner {
    padding: 80px 0;
  }

  .partner_section .item img.product_img {
    max-width: 15%;
  }

  .partner_section ul.slick-dots {
    position: unset;
    transform: unset;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .form_dk_partner .box .info {
    padding: 0 30px;
  }

  .form_dk_partner .form_dk {
    padding: 50px 50px 40px 50px;
  }

  .commitment .box .item .content {
    text-align: justify;
  }

  .form_dk_partner .box .grid-45 {
    width: 45%;
  }

  .form_dk_partner .box .grid-55 {
    width: 55%;
  }

  .product_tab_slider ul.slick-dots,
  .partners_list ul.slick-dots,
  .project_slider ul.slick-dots,
  .banner_slider ul.slick-dots,
  .partner_section ul.slick-dots,
  .general_knowledge ul.slick-dots,
  .estimation_system ul.slick-dots,
  .trust ul.slick-dots,
  .solution_family ul.slick-dots,
  .product_family ul.slick-dots,
  .partner_general ul.slick-dots,
  .list_solution_page ul.slick-dots,
  .why_choose_solar_solution ul.slick-dots,
  .procedure_solution ul.slick-dots,
  .benefit_solution_2 ul.slick-dots {
    bottom: -40px;
  }

  .project_slider ul.slick-dots li,
  .banner_slider ul.slick-dots li,
  .partner_section ul.slick-dots li,
  .general_knowledge ul.slick-dots li,
  .estimation_system ul.slick-dots li,
  .trust ul.slick-dots li,
  .solution_family ul.slick-dots li,
  .product_family ul.slick-dots li,
  .partner_general ul.slick-dots li,
  .list_solution_page ul.slick-dots li,
  .why_choose_solar_solution ul.slick-dots li,
  .procedure_solution ul.slick-dots li,
  .benefit_solution_2 ul.slick-dots li {
    border: none !important;
  }

  .project_slider ul.slick-dots,
  .banner_slider ul.slick-dots,
  .partner_section ul.slick-dots,
  .general_knowledge ul.slick-dots,
  .estimation_system ul.slick-dots,
  .trust ul.slick-dots,
  .solution_family ul.slick-dots,
  .product_family ul.slick-dots,
  .partner_general ul.slick-dots,
  .list_solution_page ul.slick-dots,
  .why_choose_solar_solution ul.slick-dots,
  .procedure_solution ul.slick-dots {
    bottom: 30px;
  }

  .product_tab_slider ul.slick-dots button,
  .partners_list ul.slick-dots button,
  .project_slider ul.slick-dots button,
  .banner_slider ul.slick-dots button,
  .partner_section ul.slick-dots button,
  .general_knowledge ul.slick-dots button,
  .estimation_system ul.slick-dots button,
  .trust ul.slick-dots li button,
  .solution_family ul.slick-dots button,
  .product_family ul.slick-dots button,
  .partner_general ul.slick-dots button,
  .list_solution_page ul.slick-dots button,
  .why_choose_solar_solution ul.slick-dots button,
  .procedure_solution ul.slick-dots button,
  .benefit_solution_2 ul.slick-dots button {
    background: #2692ce;
  }

  .product_tab_slider ul.slick-dots li.slick-active button,
  .partners_list ul.slick-dots li.slick-active button,
  .project_slider ul.slick-dots li.slick-active button,
  .banner_slider ul.slick-dots li.slick-active button,
  .partner_section ul.slick-dots li.slick-active button,
  .general_knowledge ul.slick-dots li.slick-active button,
  .estimation_system ul.slick-dots li.slick-active button,
  .trust ul.slick-dots li.slick-active button,
  .solution_family ul.slick-dots li.slick-active button,
  .product_family ul.slick-dots li.slick-active button,
  .partner_general ul.slick-dots li.slick-active button,
  .list_solution_page ul.slick-dots li.slick-active button,
  .why_choose_solar_solution ul.slick-dots li.slick-active button,
  .procedure_solution ul.slick-dots li.slick-active button,
  .benefit_solution_2 ul.slick-dots li.slick-active button {
    background: #f48a22;
  }

  .general_knowledge ul.slick-dots,
  .trust ul.slick-dots,
  .solution_family ul.slick-dots,
  .product_family ul.slick-dots,
  .partner_general ul.slick-dots,
  .list_solution_page ul.slick-dots,
  .why_choose_solar_solution ul.slick-dots,
  .procedure_solution ul.slick-dots,
  .benefit_solution_2 ul.slick-dots {
    position: unset;
    transform: unset;
    text-align: center;
    margin-bottom: 30px;
    display: block !important;
  }

  .list_solution_page ul.slick-dots,
  .why_choose_solar_solution ul.slick-dots,
  .procedure_solution ul.slick-dots,
  .benefit_solution_2 ul.slick-dots {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .general_knowledge {
    padding: 80px 0;
  }

  .menu_cat_product_tax_page h3,
  .menu_cat_product_tax_page ul a {
    font-size: 14px;
  }

  .btn_cat_document {
    display: block;
    width: 40px;
    position: fixed;
    top: 50%;
    right: 0;
    height: 40px;
    line-height: 40px;
    background: #f59421;
    text-align: center;
    color: #fff;
    z-index: 999;
  }

  .btn_cat_document.toggle i:before {
    content: "\f00d";
  }

  .general_knowledge .content_left {
    position: fixed;
    left: 0;
    background: #fff;
    height: 100%;
    top: 0;
    z-index: 9999;
    padding: 0;
    max-width: calc(100% - 40px);
    transform: translateX(-100%);
    transition: 0.3s;
  }

  .general_knowledge .content_left.toggle {
    transform: translateX(0%);
    transition: 0.3s;
  }

  .general_knowledge .content-right {
    width: 100%;
  }

  .about_enterprise .box {
    padding: 80px 0;
    background-image: linear-gradient(
      -122deg,
      #2692ce 0%,
      rgba(71, 164, 215, 0.41) 100%
    );
    flex-wrap: nowrap;
  }

  .about_enterprise .box .left {
    background: none;
    padding: 0;
  }

  .about_enterprise .box .right .box_video,
  .about_enterprise .box .right .box_video img {
    height: auto;
  }

  .loi_ich {
    padding-bottom: 0 !important;
  }

  .loi_ich .box .item .box_content .content {
    text-align: justify;
  }

  .estimation_system .slick-dots {
    display: block;
    position: unset;
    transform: unset;
    text-align: center;
  }

  .button_style span {
    display: none;
  }

  .input_data .box_form .box_content_form {
    padding-left: 30px;
    margin-right: calc(calc(100vw - 950px) / 2);
  }

  .solution_family ul.slick-dots {
    margin-top: 30px;
  }

  .solution_family {
    padding: 80px 0;
    padding-bottom: 60px;
  }

  .important {
    padding: 80px 0 120px 0;
  }

  .page-template-family_page .icon_home_item {
    width: calc(100% - 20px) !important;
    padding: 10px;
    text-align: center;
  }

  .page-template-family_page .icon_home_item {
    width: 25% !important;
    padding: 0 !important;
  }

  .page-template-family_page .icon_home_item_box {
    padding: 0;
  }

  .page-template-family_page .icon_home_item_img {
    margin-bottom: 10px;
  }

  .page-template-family_page .trust {
    padding: 80px 0;
    padding-bottom: 60px;
  }

  .trust .slick-list {
    padding: 0 0% !important;
  }

  .trust .slick-slide,
  .trust
    .slick-slide[aria-hidden="true"]:not(.slick-cloned)
    ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(1);
  }

  .product_family {
    padding-bottom: 60px;
  }

  .product_family ul.slick-dots {
    margin-top: 30px;
  }

  .page-template-family_page .icon_home_item_box {
    padding-left: 40px;
  }

  .product_family .item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .product_family .item .top {
    padding: 30px;
  }

  .product_family .item img {
    object-fit: contain;
  }

  .product_family .item .bottom .content_right {
    width: calc(50% - 30px);
  }

  .product_family {
    padding-bottom: 40px;
  }

  .page-template-family_page .project_home {
    padding-bottom: 70px;
  }

  .product_family .item .product {
    position: unset;
    transform: unset;
    width: auto;
    max-height: 200px;
  }

  .project_home {
    padding-top: 70px;
  }

  .page-template-family_page .project_home a.button_style {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .about_home_info {
    padding: 0 60px 0 0;
  }

  .caculator_system {
    padding: 50px 70px;
  }

  .page-template-caculator_system section.section,
  .page-template-caculator_system_hgd section.section {
    padding: 50px 0;
  }

  .caculator_system.step3 > h3 {
    text-align: center;
  }

  .caculator_system_list_content span {
    font-size: 17px;
  }

  .caculator_system_list_content h4 {
    margin-bottom: 15px;
  }

  .partner_general ul.slick-dots {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .partner_general .box {
    padding: 50px;
  }

  .partner_general .box .content > h3 {
    font-size: 20px;
  }

  .partner_general h2.heading_h2 {
    margin-bottom: 30px;
  }

  .box_img_map {
    text-align: center;
  }

  .box_img_map img {
    max-height: 800px;
  }

  .solution_page .box .box_content .content_inner {
    margin-left: calc(calc(100vw - 950px) / 2);
  }

  .solution_page .box .box_img img {
    height: auto;
  }

  .solution_page .box .box_content {
    padding: 0;
  }

  .solution_page .box {
    padding: 80px 0;
  }

  .solution_page .box .box_content .content_inner {
    margin-left: calc(calc(100vw - 950px) / 2);
  }

  .solution_page .box .box_content .content {
    text-align: justify;
  }

  .about_solution .box .box_content .content_inner {
    margin-left: calc(calc(100vw - 950px) / 2);
    padding-right: 30px;
  }

  .about_solution .box .box_content .content_inner h2.heading_h2 {
    margin-bottom: 25px;
  }

  .action_solution {
    padding: 80px 0;
  }

  .benefit_solution .box .item .content {
    text-align: justify;
  }

  .benefit_solution {
    padding: 80px 0 0;
  }

  .benefit_solution_2 h2.heading_h2 {
    margin-bottom: 0;
  }

  .benefit_solution_2 .item .box_content {
    width: calc(55% - 60px);
    padding: 30px;
  }

  .benefit_solution_2 .item .box .one_item {
    width: calc(50% - 30px);
    padding: 35px 30px 35px 0;
  }

  .benefit_solution_2 .item .box .one_item h3 {
    font-size: 25px;
  }

  .story_customer_solution {
    padding: 80px 0 60px 0;
  }

  .go_solar_solution .box .box_content .content_inner {
    margin-left: calc(calc(100vw - 950px) / 2);
    padding-right: 30px;
  }

  .go_solar_solution .box .box_img img {
    height: auto;
  }

  .go_solar_solution .box .box_content {
    padding: 0;
  }

  .go_solar_solution .box {
    padding: 80px 0 30px 0;
  }

  .story_customer_solution .box .item .box_content {
    left: 50px;
    right: 50px;
  }

  .why_choose_solar_solution {
    padding: 80px 0;
  }

  .why_choose_solar_solution .item_slider {
    padding: 40px;
  }

  .why_choose_solar_solution .item_slider .box_content {
    width: calc(50% - 35px);
    padding-right: 30px;
  }

  .why_choose_solar_solution .item_slider .box_content .content {
    text-align: justify;
  }

  .why_choose_solar_solution .item_slider {
    margin: auto;
  }

  .action_solution {
    padding: 80px 0 40px 0;
  }

  .benefit_solution .box .item {
    width: 50%;
  }

  .benefit_solution h2.heading_h2 {
    margin-bottom: 40px;
  }

  .benefit_solution .box .item {
    align-items: normal;
  }

  .story_customer_solution .box .grid-50 {
    width: 50%;
    float: left;
  }

  .about_solution .box .box_content {
    background: none;
  }

  .about_solution .box {
    background-image: linear-gradient(
      -122deg,
      #2692ce 0%,
      rgba(71, 164, 215, 0.41) 100%
    );
    padding: 50px 0;
  }

  .benefit_solution_2 ul.slick-dots {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .tax_question_page .form_search_post form {
    justify-content: center;
    margin: 0;
  }

  .tax_question_page .form_search_post .btn_search input {
    padding: 0;
  }

  .tax_question_page {
    padding: 80px 0 60px 0;
  }

  .tax_question_page h2.heading_h2 {
    margin-bottom: 30px;
  }

  .box_news .item {
    height: 300px !important;
    width: calc(50% - 20px) !important;
    margin-bottom: 30px !important;
  }

  .box_news {
    display: flex;
    flex-wrap: wrap;
  }

  .box_news .item .box_content {
    background-color: transparent;
    padding: 0;
    position: absolute;
    left: 30px !important;
    bottom: 30px !important;
    right: 30px !important;
    z-index: 2;
  }

  .box_news .item .box_img,
  .box_news .item .box_img a {
    height: 100%;
  }

  .box_news .item .box_content a.view_more {
    display: none;
  }

  .box_news .item .box_content h3 {
    height: auto;
    margin-bottom: 0;
  }

  .box_news .item:before {
    height: 158px;
    background-image: linear-gradient(
      to top,
      #000000 0%,
      rgba(0, 0, 0, 0) 100%
    );
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    pointer-events: none;
  }

  .box_news .item .box_content h3 {
    color: #fff;
    font-size: 18px !important;
  }

  .box_news .item .box_content .date_post {
    color: #fff;
  }

  .box_news .item {
    height: 250px !important;
  }

  ul.list_cat_post li a {
    padding: 0 30px;
  }

  .box_news .item .box_content h3 a {
    color: white !important;
    font-size: 18px !important;
  }

  .news_page {
    padding: 80px 0 50px 0;
  }

  .item.tags_post ul li a {
    font-size: 13px;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .post_content_details {
    padding: 80px 0;
  }

  .popup_tuvan .popup_content {
    max-height: 100%;
    height: calc(100% - 160px);
    width: calc(100% - 200px);
  }

  .solution_family .item {
    margin: 0 10px;
  }

  .general_knowledge .slider .box_img_slide {
    height: auto;
  }

  .tabs__navigation .product_tab_icon .button_tab_box {
    text-align: center;
  }

  .slider_for_gallery .box_img {
    height: 400px;
  }
}

@media only screen and (max-width: 1024px) {
  div#primary-menu,
  .menu_header_bottom {
    display: none !important;
  }

  .banner_slider {
    height: auto;
  }

  .icon_home_item_box {
    padding: 0;
  }

  .icon_home_video img {
    height: 100%;
    object-fit: cover;
  }

  .icon_home_item:not(:first-child) {
    display: flex;
    align-items: center;
    width: calc(25% - 40px);
    padding: 0 20px;
    text-align: center;
    justify-content: center;
  }

  .solution_tab .tabs__navigation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .solution_tab .tabs__navigation h2.heading_h2 {
    width: calc(50% - 20px);
    margin-right: 20px;
  }

  .solution_tab_box {
    width: calc(50% - 20px);
    margin-left: 20px;
  }

  .content_tablet {
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 1.2;
    font-family: "SegoeUI";
    text-transform: initial;
    margin-top: 20px;
  }

  .solution_tab .single__tab {
    padding: 0;
  }

  .solution_tab .tabs__navigation > p {
    display: none;
  }

  .about_home {
    padding-bottom: 80px;
  }

  #tabs__content {
    width: 100%;
    padding: 0;
  }

  .solution_tab_info_content:before {
    width: 100%;
  }

  .solution_tab_info_content {
    display: inline-block;
    padding: 50px 100px;
  }

  .solution_tab_info_img {
    left: 0;
  }

  .heading_h2 {
    font-size: 30px;
  }

  .product_home h2.heading_h2 {
    text-align: center;
  }

  .product_home .tabs__navigation,
  .product_tab_box,
  div#tabs__content2 {
    width: 100%;
  }

  .product_tab_info {
    padding-left: 0;
  }

  .news_home .grid-70 h2.heading_h2 {
    margin-bottom: 40px;
  }

  .news_home_widget {
    padding-left: 20px;
  }

  .news_style2 {
    width: 100%;
  }

  .product_home {
    padding: 80px 0;
  }

  .news_home {
    padding: 80px 0;
  }

  .icon_home,
  .icon_home_item_img {
    width: 100%;
  }

  .icon_home_item_img {
    margin: 0;
  }

  .icon_home_item_info {
    float: unset;
  }

  header#masthead_solar .site-logo img {
    height: 40px;
  }

  header#masthead_solar .site-logo {
    line-height: 60px;
  }

  .site-header {
    height: 60px;
  }

  .inside-header {
    padding: 0 20px;
  }

  #page > #content {
    margin-top: 60px;
  }

  .btn_oppen_menu {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #2692ce;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
  }

  header#masthead_solar_scroll {
    display: none;
  }

  header#masthead_solar {
    overflow: unset;
    border-bottom: 1px solid #2692ce;
  }

  .mobile_main_menu {
    display: block !important;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 60px;
    width: 100%;
    background: #fff;
    max-height: 0;
    transition: 0.3s;
    overflow: auto;
    background: #333;
  }

  .mobile_main_menu.toggle {
    max-height: 80vh;
    transition: 0.3s;
  }

  .main-navigation li {
    display: block;
    float: unset;
  }

  .inside-header {
    padding-left: 20px !important;
  }

  header#masthead_solar.sticky {
    transform: translateY(0%);
    opacity: 1;
    z-index: 999;
  }

  .main-navigation a {
    padding: 8px 20px;
    border-bottom: 1px solid #fff;
  }

  .btn_oppen_menu.toggle i:before {
    content: "\f00d";
  }

  .box_cat_product,
  .product_page h2.heading_h2 {
    padding: 0 10px;
  }

  div#breadcrumb {
    padding: 0 20px;
  }

  .product_page {
    padding: 30px 0 0 0;
  }

  .main-navigation ul li a {
    font-family: "SegoeUI-Bold";
  }

  div#banner_gr .gr_head {
    width: calc(100% - 30px);
  }

  .product_details_page .info_product {
    text-align: center;
    margin-top: 20px;
  }

  .slider-nav .slick-slide .box_img {
    padding: 10px 0;
  }

  .product_watched .box .item {
    width: 100%;
  }

  .product_relate:before {
    display: none;
  }

  .practical_project {
    padding-top: 30px;
  }

  .contact_page {
    padding: 50px 0;
  }

  .partners_item_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .partners_item_img img {
    max-height: 200px;
    margin: auto;
  }

  .partners_item_info {
    width: 100%;
    text-align: center;
  }

  .partners_item_info img {
    margin: auto;
  }

  ul.right_menu {
    bottom: 0;
    top: unset;
  }

  .solution_tab_info_img {
    width: 100%;
    max-width: 950px;
    left: 50%;
    transform: translateX(-50%);
  }

  .project_home {
    padding-top: 90px;
  }

  .product_tab_item_box {
    width: calc(100% - 34px) !important;
  }

  ul.slick-dots li {
    margin: 0;
  }

  .partners_item_img img {
    height: 150px;
  }

  .partners_item_box {
    font-size: 14px;
  }

  .partners_logo img {
    height: 30px;
  }

  .solution_tab_info {
    position: relative;
  }

  .solution_tab_info_img img {
    width: 100%;
    object-fit: cover;
  }

  .solution_tab_info_content:before {
    height: 100%;
  }

  section.solution_home.section {
    padding-bottom: 80px;
  }

  .product_tab_item_box {
    min-height: 150px;
  }

  .project_slider_title h4,
  .project_slider_icon_content h5 {
    font-size: 16px;
  }

  .partners_item_box {
    padding: 30px 20px 10px 20px;
  }

  .grid-25.footer-col {
    width: 25%;
    float: left;
  }

  .search_mobile {
    display: block;
  }

  .search_mobile .button_search {
    display: inline-block;
    position: relative;
    position: absolute;
    right: 15px;
  }

  .search_mobile .button_search:before {
    font-size: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: "FontAwesome";
    content: "\f002";
    color: #333;
  }

  .search_mobile form#searchform > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 30px);
  }

  .search_mobile input#s {
    width: 100%;
  }

  .search_mobile input#searchsubmit {
    float: left;
    border-radius: 5px;
    height: 40px;
    background: transparent;
    color: #3333333;
  }

  .search_mobile form {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .search_mobile input#s {
    border-radius: 5px;
    height: 40px;
  }

  body {
    padding-bottom: 0px !important;
  }

  .col-multisites {
    padding: 0;
    width: 33.3333%;
    float: left;
  }

  .col-multisites .wrap-background img {
    position: unset !important;
    width: 100%;
    height: 100%;
    float: left;
    min-height: 80px;
  }

  .col-multisites a {
    height: 100% !important;
  }

  .footer-top {
    display: flex;
    flex-wrap: wrap;
  }

  .col-multisites a {
    height: 100%;
  }

  .wrap-background {
    height: 100%;
  }

  div#banner_gr img {
    object-fit: cover;
  }

  .tax_question_page .form_search_post input.search-field {
    left: 15px;
  }

  .tax_question_page .form_search_post .btn_search {
    left: -15px;
  }

  .solution_tab_info_img:before {
    content: "";
    position: absolute;
    background-image: linear-gradient(
      to right,
      #000000 0%,
      #000000 44%,
      rgba(0, 0, 0, 0) 100%
    );
    opacity: 0.65;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .solution_tab_info_content:before {
    display: none;
  }

  .solution_tab_info {
    min-height: 450px;
  }

  .solution_tab_info_content {
    display: block !important;
  }

  .main-navigation ul li a {
    color: white !important;
  }

  .mobile_main_menu ul.sub-menu {
    position: unset;
    width: 100%;
    position: unset;
    width: 100%;
    height: auto;
    opacity: 1;
    max-height: 0;
    transition: 0.3s;
    overflow: hidden !important;
    position: relative;
    z-index: 99;
  }

  .mobile_main_menu span.toggle_menu {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 15px;
  }

  .mobile_main_menu li.toggle ul.sub-menu {
    max-height: 1000px;
    transition: 0.3s;
  }

  .mobile_main_menu span.toggle_menu.active i {
    transform: rotate(90deg);
  }

  .about_project .item .box_img,
  .about_project .item .box_content {
    width: 100%;
  }

  .about_project .item .box_content {
    order: 1 !important;
  }

  .main-navigation ul.options.language_flag {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 80px;
    align-items: center;
  }

  ul.options.language_flag li {
    display: inline-block;
  }

  ul.options.language_flag li a {
    padding: 0;
    font-size: 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #2692ce;
  }

  ul.options.language_flag li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  html[lang="en-US"] ul.options.language_flag li:nth-child(1) {
    display: none;
  }

  html[lang="vi-VN"] ul.options.language_flag li:nth-child(2) {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .contact_page .box_contact .box_left,
  .contact_page .box_contact .box_right {
    width: calc(100% - 60px);
    padding: 30px;
  }

  .contact_page .box_contact .box_right h3 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .single-post .btn_cat_document {
    display: block;
  }

  .sidebar_post .form_search_post .btn_search {
    right: 20px;
    left: unset;
  }
}

@media only screen and (max-width: 991px) {
  .box_cat_product {
    display: flex;
    flex-wrap: wrap;
  }

  .box_cat_product .nav_top {
    width: calc(25% - 20px);
    height: auto;
    display: inline-block;
    border-radius: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .box_cat_product .slider {
    width: 75%;
  }

  .product_page .nav_top h3:before {
    border-radius: unset;
  }

  .product_page .nav_top h3:before {
    display: none;
  }

  .product_page .nav_top h3 {
    width: calc(100% - 60px);
    background: #f48a22;
  }

  .product_page .nav_top ul li {
    display: block;
    float: unset;
    padding: 0 30px;
  }

  .product_page .nav_top a.view_more {
    margin: 0;
    display: block;
    padding: 0 30px;
    text-align: left;
    float: left;
  }

  .product_page .nav_top ul {
    width: 100%;
  }

  .product_page .nav_top ul li i {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
  }

  .icon_home_section {
    margin-top: 0;
  }

  .icon_home {
    margin-bottom: 30px;
  }

  .read_more_icon {
    font-size: 12px;
  }

  .solution_tab_list {
    justify-content: center;
  }

  .solution_tab_info_content h5 {
    font-size: 15px;
  }

  .icon_home_item_info h3 {
    font-size: 30px;
  }

  .about_home_img_content span {
    font-size: 50px;
  }

  .about_home_img_content h4 {
    font-size: 14px;
  }

  .button_tab_box_view {
    justify-content: center;
  }

  .project_page.project_relate .grid-25.tablet-grid-25 {
    width: 33.3323%;
  }

  .project_relate .item .box_img {
    height: 150px;
  }

  .slider_for_gallery img {
    height: auto;
  }

  .slider_nav_gallery {
    transform: unset;
    width: 100%;
    margin-left: 0;
  }

  .benefit_project .info h2 {
    margin-bottom: 20px;
  }

  .about_project .item .box_content .content_inner {
    padding: 0 10px !important;
    margin: 0 !important;
  }

  .about_project .item .box_img {
    width: calc(50% - 20px);
    position: relative;
    margin: 0 10px;
  }

  .about_project .item .box_content .content_inner .content {
    text-align: justify;
  }

  .about_project .item .box_img a:after {
    width: 40px;
    height: 40px;
  }

  .about_project .item .box_img h4 {
    font-size: 14px;
    left: 100px;
    right: 10px;
  }

  .about_project .item .box_img a:after {
    left: 50px;
  }

  .partner_distributor_page .box .item .bottom h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .partner_distributor_page .box .item .top {
    height: 150px;
  }

  .content {
    font-size: 14px;
  }

  .partner_distributor_page .box .item .bottom .content {
    padding-right: 80px;
    text-align: justify;
  }

  .partner_general .box {
    padding: 50px 30px;
  }

  .why_choose_dat_partner .box .box_content .content_inner {
    margin-left: 0;
    padding: 30px 20px 30px 15px;
  }

  .partner_section h2.heading_h2 {
    font-size: 20px;
  }

  .form_dk_partner .box .grid-45 {
    width: 100%;
    padding: 30px;
  }

  .form_dk_partner .box .grid-55 {
    width: 100%;
    padding: 30px;
  }

  .partner_section .item img.product_img {
    position: unset;
  }

  .partner_section .item .top {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .partner_section .item .bottom {
    padding: 30px;
  }

  .partner_section .item .bottom_right {
    width: calc(50% - 35px);
  }

  .partner_section,
  .form_dk_partner {
    padding: 60px 0;
  }

  .partner_general {
    padding-top: 60px;
  }

  .commitment .box .item .box_content {
    width: calc(50% - 30px);
    padding-left: 30px;
  }

  .commitment .box .item:nth-child(2n + 2) .box_content {
    padding-right: 30px;
  }

  .partner_section .item .bottom > h3 {
    font-size: 18px;
  }

  .form_dk_partner .form_dk form > p {
    display: block;
    margin-bottom: 0;
  }

  .form_dk_partner .box .grid-45 .button_style {
    display: none;
  }

  .form_dk_partner .form_dk input.wpcf7-submit {
    margin-bottom: 0;
    width: auto;
    min-width: 200px;
    float: right;
    background: #f79626;
    color: #fff;
    height: 45px;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 30px;
    line-height: 45px;
    margin-top: 10px;
  }

  .form_dk_partner .form_dk .grid-100 {
    padding: 0;
  }

  .menu_knowledge ul a {
    font-size: 14px;
    min-width: auto;
    padding: 0 30px;
  }

  .general_knowledge h3.title_section {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .general_knowledge .info {
    padding-right: 20px;
  }

  .general_knowledge .content {
    margin-bottom: 20px;
    text-align: justify;
  }

  .general_knowledge .slider .box_img_slide {
    height: 150px;
  }

  .general_knowledge .slider .box_img_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .general_knowledge .slider .box_img_slide {
    margin-bottom: 10px;
  }

  .general_knowledge .contact_bottom {
    padding: 30px;
  }

  ul.list_cat_video li a {
    font-size: 13px;
    margin-right: 15px;
  }

  .general_knowledge .form_search_post form {
    justify-content: center;
  }

  .grid-33.box_video {
    width: 50%;
    float: left;
  }

  .general_knowledge .box_form {
    padding: 50px 30px;
  }

  .general_knowledge .box_form label {
    margin-bottom: 5px;
  }

  .form-group.filter .checkbox-inline {
    margin-right: 10px;
    color: #333;
    font-size: 14px;
  }

  .about_enterprise .box .left {
    width: 50%;
  }

  .about_enterprise .box .left .box_content {
    margin: 0 !important;
    padding: 0 15px !important;
  }

  .option_invest .box_option .item {
    height: 300px;
  }

  .option_invest .box_option .item .box_content {
    width: calc(100% - 40px);
    padding: 0 20px;
  }

  .option_invest .box_option .item .box_content h3 {
    font-size: 18px;
  }

  .option_invest h2 {
    margin-bottom: 40px;
  }

  .estimation_system h2.heading_h2 {
    margin-bottom: 0;
  }

  .estimation_system .item .box_content {
    width: calc(60% - 80px);
    padding: 50px 40px;
  }

  .estimation_system .item .box_content h3 {
    font-size: 20px;
    text-align: center;
  }

  .story_customer .item_video .box_content {
    width: auto;
    left: 30px;
    right: 30px;
    transform: translate(0%, -50%);
  }

  .story_customer .item_video .box_content span:before {
    background-size: cover;
  }

  .story_customer .item_video .box_content span {
    width: 40px;
    height: 40px;
  }

  .story_customer .item_video .box_content h3 {
    font-size: 12px;
    line-height: 20px;
  }

  .story_customer .item_video {
    height: 300px;
  }

  .about_enterprise .box .right .box_video a:before,
  .input_data .box_video:after {
    height: 50px;
    width: 50px;
  }

  .loi_ich .box .item .box_img {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .loi_ich .box .item .box_content {
    width: 100%;
  }

  .loi_ich .box .item {
    padding: 0 15px !important;
  }

  .loi_ich .box .item {
    display: inline-block;
  }

  .loi_ich .box .item .box_content h3 {
    text-align: center;
    margin-top: 10px;
  }

  .loi_ich h2.heading_h2 {
    margin-bottom: 40px;
  }

  .go_solar .box_content {
    width: 100%;
  }

  .go_solar .box_content .post_content {
    margin: 0;
    padding: 80px 30px 40px 30px;
    text-align: center;
  }

  .go_solar .box_content .post_content .box .item {
    width: calc(33.333% - 30px);
  }

  .go_solar .box_img {
    width: 100%;
  }

  .go_solar .box_img img {
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .go_solar .box_img {
    justify-content: center;
  }

  .trust {
    padding-top: 80px;
    padding-bottom: 220px;
  }

  .trust .slick-list {
    padding: 50px 0% !important;
  }

  .trust .slider {
    width: 80%;
    margin: auto;
  }

  .trust .item {
    height: 320px;
  }

  .trust .item h3 {
    bottom: 30px;
    left: 100px;
    right: 100px;
  }

  .page-template-enterprise .icon_home_item_box,
  .page-template-family_page .icon_home_item_box {
    padding: 0 10px;
    text-align: center;
  }

  .icon_home_item_info h3 {
    font-size: 20px;
  }

  .icon_home_item_img {
    margin-bottom: 10px;
  }

  .story_customer .item_video {
    height: 250px;
  }

  .option_invest {
    padding-bottom: 60px !important;
  }

  .input_data .box_form .box_content_form {
    margin: 0;
    padding: 50px 15px 50px 30px;
  }

  .input_data .box_form h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .input_data .box_form label {
    padding-left: 0;
  }

  .solution_family {
    padding-bottom: 0;
  }

  .solution_family {
    padding-top: 60px;
  }

  .trust .slick-list {
    padding: 0 !important;
  }

  .trust h2 {
    margin-bottom: 40px;
  }

  .page-template-family_page .trust {
    padding: 60px 0;
    padding-bottom: 20px;
  }

  .page-template-family_page .project_home {
    padding-bottom: 60px;
  }

  .page-template-family_page .project_home a.button_style {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .solution_tab_info_content > div:last-child {
    text-align: center !important;
  }

  .about_enterprise .box {
    padding: 60px 0;
  }

  .important {
    padding: 60px 0 100px 0;
  }

  .about_home {
    padding-bottom: 60px;
  }

  .product_family {
    padding-bottom: 0;
  }

  .caculator_system {
    padding: 50px 30px;
  }

  .page-template-distribution_system .partner_general {
    padding: 60px 0;
  }

  .solution_page .box .box_content .content_inner {
    margin: 0;
    padding: 0 30px;
  }

  .solution_page .box,
  .list_solution_page {
    padding: 60px 0;
  }

  .about_solution .box .box_content .content_inner {
    margin: 0;
    padding: 0 30px;
  }

  .action_solution {
    padding: 60px 0 30px 0;
  }

  .action_solution h2.heading_h2 {
    margin-bottom: 30px;
  }

  .slick_nav_action {
    margin-bottom: 30px;
  }

  .benefit_solution {
    padding: 60px 0 0;
  }

  .benefit_solution .box .item {
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 40px;
    justify-content: center;
  }

  .benefit_solution .box .item img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .benefit_solution_2 .item .box .one_item {
    width: calc(50% - 15px);
    padding: 15px 15px 15px 0;
  }

  .benefit_solution_2 .item .box_content .content {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
  }

  .benefit_solution_2 .item .box .one_item h3 {
    font-size: 20px;
    text-align: center;
  }

  .benefit_solution_2 .item .box .one_item p {
    text-align: center;
    font-size: 14px;
  }

  .benefit_solution_2 .item a.button_style {
    width: calc(100% - 50px);
    margin-top: 10px;
  }

  .benefit_solution_2 {
    padding: 60px 0 0 0;
  }

  .story_customer_solution {
    padding: 60px 0;
  }

  .go_solar_solution .box .box_content {
    width: 100%;
  }

  .go_solar_solution .box .box_content .content_inner {
    margin: 0;
    padding: 0 30px;
    text-align: center;
  }

  .go_solar_solution .box .box_img {
    width: 100%;
  }

  .go_solar_solution .box {
    padding-bottom: 0;
    padding: 60px 0 0 0;
  }

  .why_choose_solar_solution {
    padding: 60px 0;
  }

  .why_choose_solar_solution .box .item {
    width: 50%;
    justify-content: unset !important;
  }

  .single-solution .project_home .text_center a {
    margin-bottom: 40px;
  }

  .procedure_solution {
    padding: 50px 0;
  }

  .tax_question_page .box {
    flex-wrap: wrap;
  }

  .tax_question_page .box .box_img {
    display: none;
  }

  .tax_question_page .box .box_info {
    width: 100%;
  }

  .tax_question_page {
    padding: 60px 0;
  }

  #sidebar {
    position: unset;
  }

  #sidebarWrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    padding-top: 30px;
    transform: translateX(-100%);
    transition: 0.3s;
    display: inline-block;
    width: auto;
  }

  #sidebarWrap.toggle {
    transform: translateX(0%);
    transition: 0.3s;
  }

  .post_content_details div#main {
    width: 100%;
  }

  .post_content_details {
    padding: 60px 0;
  }

  .news_related #leisure_list .grid-25 {
    width: 33.3333%;
  }

  .footer-body .bottom {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }

  .grid-25.footer-col {
    width: 50%;
    float: left;
  }

  .grid-25.footer-col {
    margin-bottom: 30px;
  }

  .footer-body .top {
    padding-bottom: 20px !important;
  }

  .footer-body {
    padding-bottom: 50px !important;
  }

  .benefit_project .info .content {
    max-height: unset;
    margin-bottom: 30px;
  }

  .slider_for_gallery .box_img {
    min-height: unset;
    height: auto;
    margin-bottom: 30px;
  }

  .slider_nav_gallery {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 875px) {
  .about_home .grid-50 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
  }

  .about_home_info {
    padding: 0;
  }

  .about_home_info p {
    text-align: justify;
  }

  .about_home_info .about_home_info_des {
    text-align: left;
  }

  .solution_tab .tabs__navigation h2.heading_h2 {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .solution_tab .tabs__navigation h2.heading_h2 br {
    display: none;
  }

  .solution_tab_box {
    width: 100%;
    margin: 0;
  }

  .solution_tab .tabs__navigation {
    padding-top: 50px;
  }

  .tabs__navigation .solution_tab_icon .button_tab_box,
  .tabs__navigation .product_tab_icon .button_tab_box {
    padding: 20px;
    text-align: center;
  }

  .solution_tab_info_content {
    padding: 30px;
    text-align: center;
  }

  .solution_tab_button {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .project_home {
    padding-top: 50px;
  }

  .product_home,
  .news_home {
    padding: 50px 0;
  }

  .partners_home {
    padding: 50px 0 70px 0;
  }

  .news_home .grid-70 {
    width: 100%;
  }

  .news_home .grid-30 {
    width: 100%;
  }

  .news_logo_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .news_logo_list li {
    display: inline-block;
    margin: 10px;
  }

  .partners_buss_home {
    padding: 100px 0;
  }

  .btn_menu_cat {
    width: 40px;
    height: 40px;
    background: #f48a22;
    line-height: 40px;
    text-align: center;
    position: fixed;
    right: 0;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    z-index: 99;
    display: block;
  }

  section.section.top_menu ul {
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    height: 100vh;
    overflow: auto;
    left: 0;
    display: unset;
    padding: 30px 20px;
    transform: translateX(-100%);
    transition: 0.3s;
    border-right: 1px solid;
  }

  section.section.top_menu ul.toggle {
    transform: translateX(0%);
    transition: 0.3s;
  }

  .top_menu ul li {
    display: block;
    padding: 10px 0;
  }

  .btn_menu_cat.toggle i:before {
    content: "\f00d";
  }

  .top_menu .grid-30 {
    width: 100%;
  }

  .top_menu .grid-70 {
    width: 0;
    padding: 0;
  }

  .cat_product_page .grid-25.tablet-grid-30 {
    position: fixed;
    width: auto;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100vh;
    overflow: auto;
    background: #fff;
    padding: 10px;
    width: 300px;
    transform: translateX(-100%);
    transition: 0.3s;
  }

  .cat_product_page .grid-25.tablet-grid-30.toggle {
    transform: translateX(0%);
    transition: 0.3s;
  }

  .cat_product_page .top_menu ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .filter_cat_product h3 {
    font-size: 15px;
  }

  .cat_product_page .grid-75 {
    width: 100%;
    padding: 0;
  }

  .item_product_cat {
    padding: 30px 0;
  }

  .cat_product_page {
    padding: 30px 0;
  }

  .cat_product_page .content_top {
    margin-bottom: 0;
  }

  section.product_relate.box_cat_product {
    display: block;
  }

  section.product_relate.box_cat_product .slider {
    width: 100%;
  }

  .contact_page .item {
    width: calc(100% - 60px) !important;
    padding: 30px;
  }

  .contact_page .slider {
    margin-top: 30px;
  }

  .contact_page .box_contact .box_left .grid-50,
  .contact_page .box_contact .box_left .grid-100 {
    padding: 0;
  }

  .contact_page .box_contact .box_left input:not(.wpcf7-submit),
  .contact_page .box_contact .box_left textarea {
    width: 100%;
  }

  .iframe_gg_map iframe {
    height: 400px;
  }

  .contact_page .box_contact .box_left h3,
  .contact_page .box_contact .box_right {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .main-navigation .menu-toggle,
  .main-navigation .mobile-bar-items,
  .sidebar-nav-mobile:not(#sticky-placeholder) {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }

  .main-navigation ul li a {
    text-align: left;
  }

  header#masthead_solar .site-logo {
    float: left;
    margin-bottom: 0;
  }

  .product_page .nav_top h3 {
    min-width: auto;
  }

  .box_cat_product .nav_top {
    width: calc(35% - 20px);
  }

  .box_cat_product .slider {
    width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .icon_home {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .icon_home_item {
    width: 50%;
  }

  .home .icon_home_item:not(:first-child) {
    padding: 10px;
    width: calc(calc(100% / 2) - 20px) !important;
  }

  .home .icon_home {
    align-items: center;
  }

  .icon_home_video img,
  .icon_home_video {
    width: 100%;
  }

  .icon_home_item_info h3 {
    font-size: 30px;
  }

  .product_tab_slider_item {
    display: flex !important;
    justify-content: center;
  }

  div#certificate h2.heading_h2 {
    text-align: center;
  }

  #certificate .item .box_content .content {
    height: auto;
  }

  .number_partner .item h3 {
    font-size: 30px;
  }

  #document .box .item {
    width: calc(100% - 40px);
    margin-right: 0;
  }

  .project_page.project_relate {
    padding: 40px 0;
  }

  .project_page.project_relate h2.heading_h2 {
    font-size: 15px;
  }

  .project_page .box_form input:not(#searchsubmit) {
    width: 100%;
    margin-bottom: 5px;
  }

  .project_page .box_form select {
    width: calc(50% - 12px);
    margin-bottom: 5px;
  }

  .project_page .box_form #searchsubmit {
    width: 100%;
  }

  .project_page.project_relate .grid-25.tablet-grid-25 {
    width: 50%;
  }

  .project_relate .item .box_img {
    height: 100px;
  }

  .project_relate .item h3 a {
    font-size: 14px;
  }

  .project_relate .item h3 {
    margin-bottom: 0;
  }

  .project_relate .item .box_content .view_more {
    display: none;
  }

  .project_relate .item .box_content {
    padding: 10px;
  }

  ul.thenativePagination li a {
    margin: 0;
  }

  .project_page .box_form form > div {
    display: flex;
    flex-wrap: wrap;
  }

  .project_page .box_form input:not(#searchsubmit),
  .project_page .box_form select {
    font-size: 12px;
  }

  .project_page .box_form input:not(#searchsubmit)::placeholder,
  .project_page .box_form #searchsubmit {
    font-size: 12px;
  }

  .benefit_project {
    padding: 40px 0 0 0;
  }

  .about_project .item {
    display: inline-block;
    padding: 15px 0;
  }

  .about_project .item .box_content {
    width: calc(100% - 10px);
    padding: 0 5px;
  }

  .about_project .item .box_img {
    text-align: center;
    width: calc(100% - 20px);
  }

  .about_project .item .box_img {
    display: inline-block;
  }

  .about_project .item .box_content .content_inner > h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .about_project .item .box_img a:after {
    left: 20px;
  }

  .about_project .item .box_img h4 {
    left: 70px;
    right: 20px;
    font-size: 12px;
    text-align: left;
  }

  .about_project .item .box_content .content_inner .content {
    font-size: 14px;
  }

  .about_us_project > .grid-container {
    flex-wrap: wrap;
  }

  .about_us_project .content {
    font-size: 14px;
  }

  .about_us_project {
    padding: 30px 0;
  }

  .single-project .project_relate .item {
    margin-bottom: 20px;
  }

  .single-project .project_relate {
    padding-bottom: 20px;
  }

  .project_relate .item h3 a {
    font-size: 13px;
  }

  .about_us_project .content h2,
  .project_relate h2 {
    font-size: 15px;
  }

  .single-project .project_relate h2 {
    margin-bottom: 20px;
  }

  .benefit_project .info {
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .benefit_project {
    padding: 40px 0;
  }

  .benefit_project .info h2 {
    font-size: 15px;
  }

  .partner_distributor_page .box .item {
    width: calc(100% - 33px);
  }

  .partner_distributor_page {
    padding: 40px 0 20px 0;
  }

  .partner_distributor_page .heading_h2 {
    font-size: 20px;
  }

  .partner_distributor_page .box .item .bottom h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .partner_distributor_page .box .item .top {
    height: 100px;
  }

  .partner_distributor_page .box .item .bottom a.view_more {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    right: 20px;
    bottom: 20px;
  }

  .partner_distributor_page .box .item .bottom .content {
    padding-right: 50px;
  }

  .partner_general .box {
    padding: 30px 10px;
  }

  .partner_general .box .content h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .partner_general h2.heading_h2 {
    margin-bottom: 30px;
  }

  .partner_general {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .commitment h2.heading_h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .commitment .box .item {
    display: inline-block;
  }

  .commitment .box .item {
    display: inline-block;
  }

  .commitment .box .item .box_img {
    width: 100%;
    margin-bottom: 10px;
  }

  .commitment .box .item .box_img img {
    float: unset;
  }

  .commitment .box .item .box_content {
    width: 100%;
    padding: 0;
  }

  .commitment .box .item .box_content h4 {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
  }

  .commitment {
    padding-bottom: 20px;
  }

  .why_choose_dat_partner .box .box_content {
    width: 100%;
  }

  .why_choose_dat_partner .box .box_img {
    width: 100%;
  }

  .partner_section,
  .form_dk_partner {
    padding: 40px 0;
  }

  .partner_section h2.heading_h2 br {
    display: none;
  }

  .partner_section h2.heading_h2 {
    margin-bottom: 20px;
  }

  .partner_section .item .top {
    display: inline-block;
    text-align: center;
  }

  .partner_section .item .top img {
    width: auto;
    max-width: initial;
  }

  .partner_section .item .top img {
    max-height: 150px;
    margin: auto;
  }

  .partner_section .item .top {
    width: calc(100% - 20px);
    padding: 20px 10px;
  }

  .partner_section .item img.product_img {
    margin: auto;
    margin-top: 20px;
  }

  .partner_section .item .box_bottom {
    display: flex;
    flex-wrap: wrap;
  }

  .partner_section .item .content {
    width: 100%;
    padding: 0;
    border: none;
    font-size: 14px;
  }

  .partner_section .item .bottom_right {
    padding: 0;
    width: 100%;
  }

  .form_dk_partner .box .info h2.heading_h2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .form_dk_partner .box .info .content {
    font-size: 14px;
    text-align: justify;
  }

  .button_style {
    font-size: 12px;
    padding: 5px 15px 5px 15px !important;
  }

  .form_dk_partner .form_dk input.wpcf7-submit {
    width: 100%;
  }

  .form_dk_partner .box .grid-55 {
    padding-bottom: 10px;
  }

  .general_knowledge {
    padding: 40px 0;
  }

  .menu_knowledge ul {
    display: flex;
    justify-content: center;
  }

  .menu_knowledge ul a {
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
    font-size: 12px;
    margin: 0 2px;
  }

  .general_knowledge h3.title_section {
    font-size: 15px;
    text-align: center;
  }

  .menu_knowledge {
    margin-bottom: 30px;
  }

  .general_knowledge .info {
    padding-right: 10px;
    margin-bottom: 30px;
    text-align: center;
  }

  .general_knowledge .slider {
    margin-top: 40px;
  }

  .general_knowledge .slider .box_content_slide h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .general_knowledge .form_search_post .btn_search input {
    background: transparent;
  }

  .form_search_post input.search-field::placeholder {
    font-size: 12px;
  }

  .form_search_post input.search-field {
    min-width: auto;
  }

  .form_search_post .btn_search input {
    width: 45px;
    font-size: 0;
    padding: 0;
  }

  .form_search_post .btn_search {
    padding: 0;
  }

  .form_search_post .btn_search i {
    right: 19px;
    top: 50%;
  }

  ul.list_cat_video {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  ul.list_cat_video a {
    margin-bottom: 10px;
  }

  .list_video {
    padding-top: 30px;
  }

  .grid-33.box_video {
    width: 100%;
  }

  .list_video .item h3 {
    right: 10px;
    left: 10px;
    font-size: 12px;
  }

  .list_video .item {
    height: 200px;
  }

  .general_knowledge .box_form h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  .general_knowledge .box_form {
    padding: 20px;
  }

  .general_knowledge .box_form .grid-50,
  .general_knowledge .box_form .grid-100 {
    padding: 0;
  }

  .general_knowledge .box_form input:not(.wpcf7-submit),
  .general_knowledge .box_form select {
    margin-bottom: 20px;
  }

  .general_knowledge .box_form label {
    font-size: 12px;
  }

  .general_knowledge .box_form textarea {
    height: 100px;
  }

  .general_knowledge .box_form input.wpcf7-submit {
    margin-top: 20px;
  }

  .general_knowledge .box_form input.wpcf7-submit {
    font-size: 12px;
    padding: 0 30px;
  }

  .page-template-document .content-right .title_col li,
  .page-template-document_knowledge .content-right .title_col li {
    font-size: 14px;
  }

  .page-template-document .content-right .list > li > ul li,
  .page-template-document_knowledge .content-right .list > li > ul li {
    font-size: 13px;
  }

  .box_scroll_table {
    overflow: auto;
  }

  .page-template-document .content-right .box_scroll_table ul,
  .page-template-document_knowledge .content-right .box_scroll_table ul {
    margin: 0;
    width: 700px !important;
  }

  .content-right .form-group:not(.filter) input {
    width: auto;
  }

  .btn_search {
    padding: 0;
    font-size: 0;
  }

  .btn_search {
    width: 45px;
    height: 45px;
    background-color: #f59421;
    text-align: center;
  }

  .btn_search i {
    font-size: 12px;
  }

  .content-right .form-group:not(.filter) {
    display: flex;
  }

  .about_enterprise .box {
    padding: 40px 0;
    flex-wrap: wrap;
  }

  .about_enterprise .box .right,
  .about_enterprise .box .left {
    width: 100%;
  }

  .about_enterprise .box .left .box_content h2.heading_h2 {
    text-align: center;
  }

  .about_enterprise .box .left .box_content a {
    margin: 0;
  }

  .about_enterprise .box .left {
    padding-bottom: 30px;
  }

  .about_enterprise .box .left .box_content {
    text-align: center;
  }

  .about_enterprise .box .left .box_content .content {
    text-align: justify;
  }

  .about_enterprise .box {
    padding-bottom: 0;
  }

  .about_enterprise .box .right .box_video,
  .about_enterprise .box .right .box_video img {
    float: left;
  }

  .loi_ich,
  .option_invest,
  .story_customer {
    padding-top: 40px !important;
  }

  .loi_ich .box .item .box_img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .loi_ich .box .item {
    width: calc(100% - 30px);
    margin-bottom: 40px;
  }

  .loi_ich .box .item .box_content h3 {
    font-size: 13px;
  }

  .option_invest .box_option .item {
    margin-bottom: 30px;
    width: calc(100% - 50px);
  }

  .option_invest {
    padding-bottom: 20px !important;
  }

  .estimation_system {
    padding-top: 40px !important;
  }

  .estimation_system .item .box_content {
    width: calc(100% - 40px);
    padding: 20px;
  }

  .estimation_system .item .box_img {
    width: 100%;
  }

  .estimation_system .item .box_content h3 {
    font-size: 15px;
  }

  .estimation_system .slick-list {
    padding: 20px 0;
  }

  .estimation_system {
    padding: 90px 0 40px 0;
  }

  .story_customer .item_video {
    height: 200px;
  }

  .story_customer .item_video {
    width: calc(100% - 20px);
  }

  .story_customer {
    padding-bottom: 40px !important;
  }

  .go_solar .box_content .post_content {
    padding: 40px 15px;
  }

  .go_solar .box_content .post_content .box .item {
    width: calc(50% - 30px);
  }

  .go_solar .box_content .post_content {
    padding-bottom: 20px;
  }

  .trust {
    padding: 40px 0 175px 0;
  }

  .trust .slider {
    width: 100%;
  }

  .trust .item h3 {
    bottom: 20px;
    left: 50px;
    right: 50px;
    font-size: 9px;
    max-width: 100%;
  }

  .trust .item {
    height: 180px;
  }

  .trust ul.slick-dots {
    margin: 0 !important;
  }

  .trust .slick-list {
    padding: 30px 0% !important;
  }

  .page-template-family_page .about_enterprise .box .left,
  .page-template-family_page .about_enterprise .box .right {
    width: 100%;
  }

  .input_data .box_video {
    width: 100%;
    order: 2;
  }

  .input_data .box_form {
    text-align: center;
    width: 100%;
  }

  .input_data .box_form .box_content_form {
    padding: 30px 15px;
  }

  .box_content_form form {
    text-align: left;
  }

  .input_data .box_form label {
    padding-left: 0;
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .input_data .box_form select,
  .input_data .box_form input {
    margin-bottom: 15px;
  }

  .menu_cat_product_tax_page .nameContainer {
    float: none;
  }

  .form-group.filter .difficultyContainer2 {
    width: 50%;
    margin-right: 0 !important;
    float: left;
    display: inline-block;
  }

  .solution_family {
    padding-top: 40px;
  }

  .solution_family h3.sub_title {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .solution_family .item {
    width: calc(100% - 30px) !important;
    padding: 15px;
  }

  .solution_family .item .data .box_data {
    adding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
  }

  .solution_family .item .data .box_data h3 {
    font-size: 13px;
  }

  .solution_family .item .data .box_data span {
    font-size: 14px;
  }

  .solution_family .item .button_style {
    margin: auto;
    margin-top: 20px;
  }

  .solution_family ul.slick-dots {
    margin-top: 10px;
  }

  .important {
    padding: 40px 0 60px 0;
  }

  .page-template-family_page .trust {
    padding: 40px 0;
  }

  .trust .item h3 {
    font-size: 13px;
  }

  .trust h2 {
    margin-bottom: 0;
  }

  .product_family {
    padding: 40px 0;
    padding-bottom: 0;
  }

  .product_family .item .bottom {
    padding: 30px;
  }

  .product_family .item .bottom .content_left {
    width: 100%;
    padding-right: 0;
  }

  .product_family .item .bottom .content_right {
    width: 100%;
    padding: 0;
  }

  .product_family .item .bottom h3 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 15px;
  }

  .product_family .item .top {
    padding: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .product_family .item .product {
    max-height: 150px;
    margin-top: 20px;
  }

  .page-template-family_page .project_home {
    padding-bottom: 20px;
  }

  .page-template-family_page .project_home {
    padding-top: 40px;
  }

  .caculator_system {
    padding: 30px 15px;
  }

  .page-template-caculator_system section.section,
  .page-template-caculator_system_hgd section.section {
    padding: 30px 0;
  }

  .caculator_system h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .caculator_system a.button_style {
    width: calc(100% - 30px);
    height: 45px;
    padding: 0 15px !important;
    font-size: 15px;
    line-height: 45px;
  }

  ul.caculator_system_list li {
    width: 50%;
    margin-bottom: 30px;
  }

  ul.caculator_system_list {
    flex-wrap: wrap;
  }

  .caculator_system_list_content span,
  .caculator_system_list_content b {
    font-size: 14px;
  }

  .caculator_system.step3 > h3 {
    margin-bottom: 40px;
  }

  .page-template-distribution_system .partner_general {
    padding: 40px 0;
  }

  .partner_general .box .content > h3 {
    font-size: 18px;
  }

  .box_img_map {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .partner_general .slider .item {
    width: calc(100% - 60px) !important;
    margin: 0;
  }

  .solution_page .box .box_content,
  .solution_page .box .box_img {
    width: 100%;
  }

  .solution_page .box .box_content .content_inner {
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .solution_page .box,
  .list_solution_page {
    padding: 40px 0;
  }

  .solution_page .box {
    padding-bottom: 0;
  }

  .solution_page .box .box_img img {
    float: left;
  }

  .list_solution_page .slick-list {
    padding-top: 30px;
  }

  .list_solution_page h2.heading_h2 {
    margin-bottom: 0;
  }

  .list_solution_page .box_img {
    height: 200px;
  }

  .list_solution_page h3,
  .list_solution_page h3 a {
    margin-top: 15px;
    font-size: 15px;
  }

  .about_solution .box .box_content {
    width: 100%;
    margin-bottom: 20px;
  }

  .about_solution .box {
    padding: 40px 0;
    padding-bottom: 0;
  }

  .about_solution .box .box_content .content_inner {
    padding: 0 15px;
  }

  .about_solution .box .box_content .content_inner .content {
    margin-bottom: 20px;
  }

  .about_solution .box .box_img {
    width: 100%;
  }

  .action_solution {
    padding: 40px 0 20px 0;
  }

  .benefit_solution {
    padding: 40px 0 0;
  }

  .benefit_solution .box .item {
    width: 100%;
  }

  .benefit_solution .box .item img {
    width: 50px;
  }

  .benefit_solution .box .item h3 {
    font-size: 15px;
  }

  .benefit_solution_2 .item .box_content {
    width: calc(100% - 40px);
    padding: 20px;
  }

  .benefit_solution_2 .item .box_img {
    width: 100%;
  }

  .benefit_solution_2 .slick-list {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .benefit_solution_2 .item .box .one_item p {
    font-size: 13px;
  }

  .benefit_solution_2 .item .box .one_item h3 {
    font-size: 16px;
  }

  .story_customer_solution {
    padding: 40px 0;
  }

  .story_customer_solution .box .grid-50 {
    width: 100%;
  }

  .story_customer_solution .box .item {
    height: 200px;
  }

  .story_customer_solution .box .item .box_content img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 5px;
  }

  .story_customer_solution .box .item .box_content h3 {
    line-height: 20px;
  }

  .story_customer_solution h2.heading_h2 {
    margin-bottom: 20px;
  }

  .go_solar_solution .list_item .item {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }

  .why_choose_solar_solution {
    padding: 40px 0;
  }

  .why_choose_solar_solution .box .item .content_inner {
    justify-content: center;
    display: inline-block;
  }

  .why_choose_solar_solution .box .item {
    display: flex;
    margin-bottom: 30px;
  }

  .why_choose_solar_solution .content.top {
    margin-bottom: 30px;
  }

  .why_choose_solar_solution .box .item .box_img img {
    height: 50px;
  }

  .why_choose_solar_solution .box .item .box_img {
    width: 100px;
    text-align: center;
    margin-bottom: 10px;
  }

  .why_choose_solar_solution .item_slider .box_content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .why_choose_solar_solution .item_slider {
    flex-wrap: wrap;
  }

  .why_choose_solar_solution .item_slider .box_img {
    width: 100%;
  }

  .why_choose_solar_solution .item_slider {
    width: calc(100% - 40px) !important;
    margin: 0 !important;
    padding: 30px 20px;
  }

  .procedure_solution ul.slick-dots {
    margin-top: 10px;
  }

  .procedure_solution {
    padding: 30px 0;
  }

  .procedure_solution h2.heading_h2 {
    margin-bottom: 30px;
  }

  .list_cat_question {
    position: fixed;
    top: 0;
    z-index: 9999;
    max-width: calc(100% - 50px);
    height: 100%;
    left: 0;
    background: #fff;
    display: list-item;
    overflow: auto;
    padding: 0 10px;
    transform: translateX(-100%);
    transition: 0.3s;
  }

  .list_cat_question.toggle {
    transform: translateX(0%);
    transition: 0.3s;
  }

  .list_cat_question .item {
    width: auto;
    margin-bottom: 10px;
  }

  .tax_question_page .box_info #loadMore {
    display: block;
    margin: 0 30px;
    margin-top: 40px;
    width: auto;
  }

  .tax_question_page {
    padding: 40px 0;
  }

  .box_news .item .box_content {
    left: 15px !important;
    bottom: 15px !important;
    right: 15px !important;
  }

  .box_news .item .box_content h3 {
    font-size: 14px !important;
    line-height: 18px;
  }

  .box_news .item .box_content .date_post {
    margin-bottom: 5px;
  }

  .box_news .item .box_content h3 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 36px !important;
  }

  .box_news .item {
    height: 200px !important;
  }

  .box_news .item .box_content h3 {
    font-size: 12px !important;
  }

  ul.list_cat_post li a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 20px;
  }

  ul.list_cat_post {
    margin-bottom: 30px;
  }

  .box_news .item .box_content h3 a {
    font-size: 14px !important;
  }

  .box_news .item {
    height: -moz-calc(50vw - 30px) !important;
    height: -webkit-calc(50vw - 30px) !important;
    height: calc(50vw - 30px) !important;
  }

  .news_page,
  .post_content_details {
    padding: 40px 0;
  }

  .post_content_details h1.heading_h2 {
    font-size: 20px;
  }

  .post_content_details .content_bottom .item {
    flex-wrap: wrap;
  }

  .post_content_details .content_bottom .item h3 {
    margin-right: 0;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
  }

  .item.tags_post ul li a {
    font-size: 13px;
    padding: 0 12px;
    margin-bottom: 10px;
    min-width: auto;
  }

  .news_related #leisure_list .grid-25 {
    width: 50%;
    float: left;
  }

  .news_related .item .box_img {
    height: 100px;
  }

  .news_related .item .box_content {
    padding: 10px;
  }

  .news_related .item .box_content .date_post {
    margin-bottom: 10px;
  }

  .news_related .item .box_content h3 {
    margin-bottom: 0;
  }

  .news_related .item .box_content h3,
  .news_related .item .box_content h3 a {
    font-size: 14px;
  }

  .news_related .item .box_content a.view_more {
    display: none;
  }

  .news_related {
    padding-bottom: 40px;
  }

  .load_leisure,
  .load_leisure_search {
    position: relative;
    margin-top: 20px;
  }

  .post_content_details .content {
    text-align: justify;
  }

  .popup_tuvan .popup_content h2 {
    font-size: 20px;
  }

  .popup_tuvan .popup_content h2 {
    margin-bottom: 20px;
  }

  .popup_tuvan .popup_content h3 {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .popup_tuvan .popup_content {
    max-height: 100%;
    height: calc(100% - 100px);
    width: calc(100% - 40px);
    padding: 50px 20px 50px 20px;
  }

  .close_popup,
  .close_popup_video {
    right: 10px;
    top: 10px;
  }

  .consultation_form_item {
    width: calc(100% - 20px);
  }

  .consultation_form_sec h4 {
    margin-bottom: 10px;
  }

  .popup_tuvan .popup_content input:not(.wpcf7-submit),
  .popup_tuvan .popup_content .select {
    margin-bottom: 20px;
  }

  .solution_family .item {
    margin: 0;
  }

  .general_knowledge .slider .box_img_slide {
    height: 100px;
  }

  ul.list_cat_post li a {
    min-width: 120px;
  }

  a.generate-back-to-top {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }

  .grid-25.footer-col {
    width: 100%;
  }

  .footer-body {
    padding-top: 40px !important;
  }

  .footer-body,
  .footer-body .top {
    padding-bottom: 0 !important;
  }

  .ft-col-title {
    margin-bottom: 15px !important;
  }

  .caculator_system_hgd {
    padding: 30px;
  }

  .caculator_system_hgd {
    margin: 50px auto;
  }

  .content_part_page {
    padding: 40px 0;
  }

  .content_part_page h2.heading_h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
  }

  .single-partner .partner_distributor_page {
    padding: 0 0 0 0;
  }

  .wrap-form-mail .wpcf7-form-control-wrap.your-mail {
    width: auto !important;
  }

  .footer-body .top .grid-25.footer-col:nth-child(2),
  .footer-body .top .grid-25.footer-col:nth-child(3) {
    width: 50%;
    float: left;
  }

  .general_knowledge .slider .box_content_slide h3 {
    min-height: 32px;
  }

  .product_tab_item_content h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
  }

  .icon_home_item {
    width: calc(calc(100% / 4) - 10px) !important;
    padding: 5px !important;
  }

  .icon_home_item_info h3 {
    font-size: 14px;
  }

  .home .icon_home_item {
    width: calc(calc(100% / 2) - 20px) !important;
  }

  .home .icon_home_item {
    padding: 10px !important;
  }

  .icon_video {
    width: 40px;
    height: 40px;
  }

  .icon_video span {
    border-width: 8px 0 8px 15px;
  }

  .page-template-family_page .icon_home_item_box {
    width: 100%;
    padding: 0 !important;
  }

  .page-template-family_page .icon_home_item {
    width: calc(25% - 10px) !important;
    padding: 5px !important;
  }

  .tabs.product_tab > div:last-child {
    max-height: 300px;
  }

  .benefit_project .info .content {
    margin-bottom: 0;
  }

  .document_page .panel.panel-primary > * {
    width: 700px !important;
  }

  .document_page .panel.panel-primary {
    overflow: auto;
  }
}

@media only screen and (max-width: 600px) {
  .icon_home_section {
    margin-top: 0;
    padding-top: 30px;
  }

  .banner_slider ul.slick-dots {
    bottom: 30px;
  }

  .banner_slider .slick-slide .banner .content_banner h2 {
    font-size: 25px;
  }

  .banner_slider a.button_style {
    font-size: 13px;
  }

  .icon_home {
    margin-bottom: 0;
  }

  .news_logo_list li {
    width: calc(50% - 20px);
  }

  .news_style1 {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    padding: 30px;
  }

  .news_style1_img {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .news_style1_info {
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
    display: inline-block;
  }

  .news_home .grid-70 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .news_home .grid-70 > a {
    order: 5;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .tabs__navigation .button_tab_box h4 {
    margin-bottom: 25px;
  }

  .project_slider_icon li {
    padding: 0 10px;
  }

  .project_slider_icon_content,
  .project_slider_icon_img {
    float: unset;
    margin: 0;
  }

  .project_slider_icon_content {
    text-align: center;
    display: inline-block;
  }

  .project_slider_icon_img {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .project_slider_icon_content h5 {
    font-size: 18px;
  }

  .solution_tab_info_img img {
    object-fit: cover;
  }

  .box_cat_product .nav_top {
    width: 100%;
  }

  .box_cat_product .slider {
    width: 100%;
  }

  .product_page .nav_top ul {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    width: calc(100% - 40px);
  }

  .product_page .nav_top ul li {
    padding: 0;
    width: calc(20% - 10px);
    margin-right: 10px;
  }

  .box_cat_product .nav_top {
    margin: 0;
    margin-bottom: 20px;
  }

  .product_page .nav_top ul li i {
    right: 0;
  }

  .product_page .nav_top a.view_more {
    float: right;
  }

  .item_product_cat .box_img {
    margin-bottom: 20px;
  }

  .item_product_cat .box_img,
  .item_product_cat .box_content {
    width: 100%;
  }

  .item_product_cat {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .item_product_cat .box_content {
    margin: 0 !important;
    order: 2 !important;
    padding: 0 !important;
  }

  .item_product_cat .box_content .content {
    text-align: justify;
  }

  .cat_product_page .top_menu .grid-33 {
    width: 100%;
  }

  .item_product_cat .box_content a.view_more {
    padding: 10px 30px;
    font-size: 12px;
  }

  div#document,
  .practical_project {
    padding-bottom: 30px;
  }

  div#certificate {
    padding-top: 20px;
  }

  .single-product h2.heading_h2 {
    font-size: 20px;
  }

  .single-product .view_more {
    font-size: 12px;
    padding: 10px 30px;
  }

  .number_partner .item {
    width: 100%;
  }

  .number_partner {
    margin: 30px 0;
  }

  .slider-for .box_img img {
    max-height: 250px;
  }

  .nav_scoll ul {
    display: flex;
    flex-wrap: wrap;
  }

  .nav_scoll ul li {
    width: 50%;
  }

  .nav_scoll ul li a {
    width: calc(100% - 40px);
    text-align: center;
    padding: 15px 20px;
  }

  .practical_project ul.slick-dots li,
  .contact_page ul.slick-dots li {
    margin: 0 10px;
  }

  div#banner_gr img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  div#banner_gr {
    display: inline-block;
  }

  div#banner_gr .gr_head {
    transform: unset;
    position: unset;
  }

  nav.breadcrumb ul li {
    font-size: 12px;
    display: inline-block;
  }
}

@media only screen and (max-width: 480px) {
  .icon_home_item_img {
    margin: 0;
    margin-bottom: 10px;
  }

  .icon_home_item_img img {
    height: 30px;
  }

  .about_home_info .about_home_info_des {
    font-size: 18px;
    line-height: 24px;
  }

  .about_home_img_content {
    padding: 0 40px 20px 30px;
  }

  .read_more_icon span {
    right: -20px;
  }

  .banner_slider a.button_style {
    padding: 10px;
    line-height: 12px;
  }

  .about_home_img_content span {
    font-size: 50px;
  }

  .heading_h2 {
    font-size: 25px;
  }

  .solution_tab_button li {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .tabs__navigation .solution_tab_icon,
  .tabs__navigation .product_tab_icon {
    width: 50%;
  }

  .project_tab_button {
    float: left;
    margin: 0 5px 10px 5px;
  }

  .project_tab_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .partners_item .read_more_icon span {
    display: none;
  }

  .partners_item_box {
    padding: 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .partners_logo img {
    margin: auto;
    width: 70px;
  }

  .partners_item_img {
    width: 150px;
  }

  .icon_home_item_info p {
    font-size: 10px;
    line-height: 1.5;
  }

  .solution_tab_info_content h3 {
    font-size: 20px;
  }

  ul.slick-dots li {
    width: auto;
    margin: 0 8px;
  }

  .news_style1_info h3 {
    font-size: 18px;
  }

  .button_style {
    font-size: 12px;
    padding: 5px 35px 5px 15px;
  }

  .button_style span {
    top: 17px;
  }

  .project_slider_title h4 {
    font-size: 15px;
    padding: 0 20px;
  }

  .project_slider_icon_content span {
    font-size: 12px;
  }

  .project_slider_icon_img img {
    height: 20px;
  }

  .project_slider_icon_content h5 {
    font-size: 15px;
  }

  .project_slider_content,
  .project_slider ul.slick-dots {
    bottom: 0;
  }

  .solution_tab_list li {
    padding: 0 10px;
  }

  .solution_tab_button li {
    padding: 10px;
  }

  .project_home_info {
    padding: 0 10px;
  }

  .product_tab_item_box {
    display: flex;
    flex-wrap: wrap;
  }

  .product_tab_item_img {
    width: 100%;
  }

  .product_tab_item_content {
    width: 100%;
    padding-top: 10px;
    text-align: center;
  }

  .partners_buss_home > p {
    padding: 0 10px;
  }

  .box_cat_product ul.slick-dots li {
    margin: 0;
    display: inline-block;
    margin: 0 10px;
  }

  .product_page h2.heading_h2 {
    text-align: center;
  }

  .top_menu .grid-30 {
    line-height: 50px;
  }

  section.section.top_menu {
    padding: 10px 0;
  }

  .product_page .nav_top ul li {
    width: 100%;
    line-height: 40px;
  }

  .product_page .nav_top a.view_more {
    float: left;
    line-height: 40px;
    padding: 0 20px;
  }

  .box_cat_product .item_product {
    width: calc(100% - 60px) !important;
    padding: 15px;
  }

  .item_product_cat .box_img img {
    max-height: 150px;
  }

  .item_product_cat .box_content h3 {
    font-size: 17px;
  }

  .contact_page .box_contact .box_left h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .iframe_gg_map iframe {
    height: 250px;
  }

  .item_product_cat .box_content h3 {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .item_product_cat .box_content .content {
    display: none;
  }

  .item_product_cat .box_content ul {
    color: #3f3f3f;
    font-size: 12px;
  }

  .item_product_cat .box_content a.view_more {
    padding: 5px 15px;
    font-size: 12px;
    margin-top: 20px;
  }

  .item_product_cat {
    width: 50%;
  }

  .cat_product_page .list_product {
    display: flex;
    flex-wrap: wrap;
  }

  .item_product_cat {
    border-radius: 0;
  }

  .filter_cat_product h3 {
    font-size: 12px;
    padding: 10px 15px;
  }

  .filter_cat_product ul {
    padding: 0 15px;
  }

  .filter_cat_product ul li a {
    font-size: 12px;
  }

  .cat_product_page .grid-25.tablet-grid-30 {
    width: 200px;
  }

  .cat_product_page .top_menu ul li {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }

  .filter_cat_product {
    margin-bottom: 10px;
  }

  .heading_h2 {
    font-size: 20px;
  }

  .about_home_info,
  .solution_tab_info_content {
    font-size: 13px;
  }

  .about_home_info .about_home_info_des {
    font-size: 14px;
    line-height: 22px;
  }

  .about_home {
    padding-bottom: 40px;
  }

  .solution_tab .tabs__navigation {
    padding-top: 40px;
  }

  .content_tablet {
    font-size: 13px;
  }

  .solution_tab_info_content h3 {
    font-size: 15px;
  }

  .solution_tab_info_content h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .solution_tab_list li .solution_tab_info_number {
    font-size: 18px;
  }

  .solution_tab_button_content h5 {
    font-size: 12px;
    margin: 0;
  }

  .solution_tab_button li {
    margin: 0 2px;
    display: flex;
    align-items: center;
  }

  section.solution_home.section {
    padding-bottom: 40px;
  }

  .button_tab1 {
    min-width: auto;
    padding: 5px 10px;
    font-size: 12px;
  }

  .tabs__navigation .button_tab_box img {
    width: auto;
    height: 40px;
  }

  .product_home,
  .news_home {
    padding: 40px 0;
  }

  .product_tab_item_img img {
    height: 80px;
  }

  .product_tab_item_content {
    padding-left: 0;
  }

  .product_home {
    padding-bottom: 70px;
  }

  .news_style1_info h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .news_style1_info p {
    display: none;
  }

  .news_style1_img img {
    height: auto;
  }

  .news_style2_info h3 {
    font-size: 12px;
    height: 43px;
  }

  .partners_home .max_width_600 {
    margin-bottom: 30px;
    font-size: 13px;
  }

  .partners_home .max_width_600 br {
    display: none;
  }

  .partners_item_info p {
    font-size: 13px;
    height: 97px;
  }

  .partners_buss_home > p {
    font-size: 13px;
  }

  .partners_buss_home {
    padding: 40px 0;
  }

  .news_home .grid-70 h2.heading_h2 {
    margin-bottom: 20px;
  }

  .banner_slider .slick-slide .banner .content_banner h2 {
    font-size: 18px;
    line-height: 1.5;
  }

  .banner_slider .banner .content_banner {
    margin-top: 0;
  }

  .banner_slider ul.slick-dots {
    bottom: 10px;
  }

  .solution_tab_button_img {
    width: 30px;
  }

  .project_slider .slick-slide {
    padding-top: 0;
  }

  .page-template-enterprise .icon_home_item_box {
    width: 100%;
    padding: 0;
  }

  .page-template-enterprise .icon_home_section h2 {
    margin-bottom: 30px;
  }

  div#banner_gr .gr_head {
    width: 100%;
    padding: 0;
  }

  nav.breadcrumb ul {
    margin-top: 0;
    display: inline-block;
    padding: 5px 0;
  }

  .wrap-form-mail .your-mail input {
    width: 100%;
  }

  .wrap-form-mail input.wpcf7-submit {
    width: 70px;
  }

  .fancybox-slide {
    padding: 15px !important;
  }

  .fancybox-slide--video .fancybox-content {
    width: 100% !important;
    height: 200px !important;
  }

  section.banner_slider {
    max-height: 201px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 413px) {
  section.banner_slider {
    max-height: 183px;
  }
}

@media only screen and (max-width: 374px) {
  .product_tab_item_box {
    width: calc(100% - 20px) !important;
    padding: 5px;
  }

  .product_tab_item_content p,
  .product_tab_item_content h4 {
    font-size: 12px;
  }
}
