img{
  max-width:100%;
  height:auto;
}
.row{
  padding:0;
  list-style: none;
}
.no-ls:not(.row){
  list-style: none;
  padding:0;
  margin-left:0;
  margin-right:0;
}

.main-color{
  color:#2995ce;
}
.d-blue{
  color:#1d688f;
}
.row.small-padding{
  margin-left:-5px;
  margin-right:-5px;
}
.row.small-padding > *{
  padding-left:5px;
  padding-right:5px;
}
.main-content > .container {
    margin-top: 100px;
}
.menu-header-search form {
    height: 30px;
    padding-left: 15px;
}
.menu-header-search input {
    height: 100%;
    float: left;
    border: none;
}

.single-post .container,
.page-template-child-page-default .container,
.page-template-child-page-aboutus .container {
    margin-top: 0;
}

.page-template-child-page-aboutus .aboutus-container,
.rexel_job-template-default .job-detail-container {
  max-width: 920px;
}

ul {
    padding-left: 20px;
}

ul li {
    line-height: 36px;
}

ol {
  line-height: 26px;
  font-size: 16px;
  color: #1a1a1a;
  padding-left: 16px;
}

ol li {
  margin-bottom: 1rem;
}

.page-template-parent-page .wp-block-query.news-all ul li .wp-block-columns {
    margin: 30px 0 0;
}

/** start search area */
.pc-search-area {
    z-index: 119;
    position: absolute;
    top: 121px;
    left: 0;
    right: 0;
    align-items: center;
    height: 90px;
    padding: 20px 0;
    background-color: #fff;
  }
  .pc-search-area .search-input-area form {
    width: 100%;
    display: flex;
  }
  .pc-search-area .search-input-area {
    display: flex;
    position: relative;
    margin-right: 50px;
    height: 50px;
    border-radius: 3px;
    background-color: #f6f6f2;
  }
  .pc-search-area .search-input-area form input:not([type='submit']) {
    border: none;
    outline: none;
    background-color: transparent;
    flex: 1;
    padding: 0 25px;
    font-size: 15px;
  }
  .pc-search-area .search-input-area form .search-btn {
    width: 100px;
    height: 50px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    background-color: #00a851;
    border: none;
  }
  .pc-search-area .search-input-area form .search-btn:hover {
    color: #fff;
    background-color: #01c25d;
  }
  .pc-search-area .search-input-area .close-search {
    position: absolute;
    top: 17px;
    right: -36px;
    height: 16px;
    width: 16px;
    background-image: url(../images/menu-close.png);
    background-size: cover;
    cursor: pointer;
}
/** end search area */

/** start reason area join us */
.reasons-area {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.reasons-area p a {
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  width: 198px;
  height: 132px;
  padding-top: 20px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #1a1a1a;
  background-color: #fff;
  border: 1px solid #e7e5e0;
  background-size: 32px 32px;
  background-position: center 80px;
  background-repeat: no-repeat;
}
.reasons-area a:hover,
.reasons-area p a:hover {
  color: #1a1a1a;
}
.reasons-area a.reason01,
.reasons-area p.reason01 a {
  background-image: url(../images/reason01.png);
}
.reasons-area a.reason01:hover,
.reasons-area p.reason01 a:hover {
  border: 1px solid #2397d4;
}
.reasons-area a.reason02,
.reasons-area p.reason02 a {
  background-image: url(../images/reason02.png);
}
.reasons-area a.reason02:hover,
.reasons-area p.reason02 a:hover {
  border: 1px solid #8dc63f;
}
.reasons-area a.reason03,
.reasons-area p.reason03 a {
  background-image: url(../images/reason03.png);
}
.reasons-area a.reason03:hover,
.reasons-area p.reason03 a:hover {
  border: 1px solid #92278f;
}
.reasons-area a.reason04,
.reasons-area p.reason04 a {
  background-image: url(../images/reason04.png);
}
.reasons-area a.reason04:hover,
.reasons-area p.reason04 a:hover {
  border: 1px solid #f58220;
}
.reasons-area a.reason05,
.reasons-area p.reason05 a {
  background-image: url(../images/reason05.png);
}
.reasons-area a.reason05:hover,
.reasons-area p.reason05 a:hover {
  border: 1px solid #ed1c24;
}
.reasons-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 445px;
  border-top: 1px solid #e7e5e0;
}
.reasons-area ul.left-reasons:not(.no-margin) {
  margin-left: 95px;
}
.reasons-area ul.right-reasons {
  margin-right: 95px;
}
.reasons-area ul li {
  position: relative;
  line-height: 32px;
  padding: 15px 20px 15px 50px;
  font-size: 16px;
  color: #1a1a1a;
  border-bottom: 1px solid #e7e5e0;
}
.reasons-area ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 14px);
  top: -webkit-calc(50% - 14px);
  width: 28px;
  height: 28px;
  background-image: url(../images/selected.png);
  background-size: cover;
}
.hire-link a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
/** end reason area join us */


/** Job application form */
.gfield .ginput_container.ginput_container_text input,
.gfield .ginput_container.ginput_container_phone input,
.gfield .ginput_container.ginput_container_email input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 14px;
  color: #1a1a1a;
  background-color: #fff;
  border: none;
  outline: none;
}

.gfield label {
  line-height: 26px;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: normal !important;
}

.rexel_job-template-default .gform_wrapper.gravity-theme .gform_fields,
.page-template-contact-us-page .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 4%;
  grid-row-gap: 30px;
}

.rexel_job-template-default .gform_required_legend,
.rexel_job-template-default .gfield .gform_fileupload_rules {
  display: none;
}

.gfield .ginput_container.ginput_container_fileupload {
  position: relative;
}

.gfield .ginput_container.ginput_container_fileupload input[type=file] {
  visibility: hidden;
  height: 50px;
  padding: 0 15px;
  line-height: 42px;
  font-size: 14px;
  color: #9f9c97;
  border: 1px dashed #9f9c97;
}

.form-area .file-name {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  line-height: 50px;
  font-size: 14px;
  color: #9f9c97;
  border: 1px dashed #9f9c97;
  cursor: pointer;
}

.form-area .file-name span {
  color: #1a1a1a;
}

.form-area select {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 14px;
  color: #9f9c97;
  background-color: #fff;
  -webkit-appearance: none;
}

.form-area textarea {
  outline: none;
  border: none;
  resize: none;
  width: 100%;
  height: 300px;
  line-height: 24px;
  font-size: 14px;
  background-color: #fff;
}

.form-area .ginput_container_select {
  position: relative;
}

.form-area .ginput_container_select::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 10px;
  height: 0;
  width: 0;
  border-right: solid 4px rgba(0, 0, 0, 0);
  border-top: solid 4px #9f9c97;
  border-left: solid 4px rgba(0, 0, 0, 0);
}

.page-template-contact-us-page .form-area .ginput_container.ginput_container_text input,
.page-template-contact-us-page .form-area .ginput_container.ginput_container_email input,
.page-template-contact-us-page .form-area .ginput_container.ginput_container_phone input,
.page-template-contact-us-page .form-area .ginput_container select {
  padding: 0 15px;
}

.page-template-contact-us-page .form-area .ginput_container textarea {
  padding: 13px 15px;
}

.rexel_job-template-default .gform_wrapper.gravity-theme .gform_footer,
.page-template-contact-us-page .gform_wrapper.gravity-theme .gform_footer {
  text-align: center;
  padding: 0;
  margin: 0;
}

.page-template-contact-us-page .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message,
.rexel_job-template-default .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message,
.page-template-contact-us-page .gform_wrapper.gravity-theme .gfield_description,
.rexel_job-template-default .gform_wrapper.gravity-theme .gfield_description {
  border: none;
  background: none;
  padding: 0;
}

.gform_confirmation_wrapper {
  text-align: center;
  margin-top: 50px;
}

.map-site-area .map-site #container {
  width: 100%;
  height: 100%;
}

.wp-block-button a {
  text-decoration: none;
  background-color: #00a851;
  border-radius: 3px;
}

.wp-block-button a:hover {
  background-color: #01c25d !important;
  text-decoration: none;
}

.news-area .news-content .news-content-left a .news-content-right-img-title:hover,
.news-area .news-content .news-content-right a .news-content-left-img-title:hover {
  text-decoration: none;
  color: #00a851;
}

.main-content a:hover {
  text-decoration: none;
}

.wp-block-columns.is-style-columns-service .wp-block-column .wp-block-image img {
  width: auto;
  height: 66px;
}

.wp-block-columns.is-style-columns-service .wp-block-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1a1a1a;
  text-decoration: none;
}

.wp-block-columns.is-style-columns-service.last-two-icons {
  margin-left: auto;
  margin-right: auto;
  width: 444px;
}

.gb-grid-wrapper .wp-block-image {
  margin-bottom: 15px !important;
}

.gb-grid-wrapper a:hover {
  color: #01c25d !important;
  text-decoration: none;
}

.wp-block-columns.is-style-columns-border .wp-block-column h1,
.wp-block-columns.is-style-columns-odd-boxes .wp-block-column h1 {
  height: 60px;
  line-height: 60px;
  margin-bottom: 0;
  font-weight: bold;
}

.wp-block-columns.is-style-columns-border .wp-block-column p,
.wp-block-columns.is-style-columns-odd-boxes .wp-block-column p {
  margin-top: 30px;
}

.custom-list-inline-style {
  padding: 0;
}

.custom-list-inline-style li {
  line-height: 30px;
}

.wp-block-media-text.service-statement .title {
  margin-bottom: 0px;
}

.wp-block-column.is-style-column-border.service-online-number h1 {
  margin-top: 0;
}

.service-online-area .wp-block-column {
  margin-left: 0;
}

.service-online-area .wp-block-column:nth-child(2):hover {
  background-color: #01c25d !important;
}

.service-online-area a {
  padding-top: 15px;
  background-position: center 85px;
}

.gb-grid-wrapper.info-boxes {
  justify-content: space-between;
  margin-left: 0;
}

.gb-grid-wrapper.info-boxes .gb-grid-column {
  width: 350px;
  height: 220px;
  padding: 0;
  margin-bottom: 30px;
}

.gb-grid-wrapper.info-boxes .gb-grid-column h2 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: "GothamBlack";
  font-weight: bold;
}

#gform_wrapper_3 .gfield_checkbox .gchoice {
  margin-bottom: 30px;
  position: relative;
}

#gform_wrapper_3 .ginput_container.ginput_container_consent {
  position: relative;
}

#gform_wrapper_3 .ginput_container.ginput_container_consent .gfield_consent_label {
  margin: 0;
  display: inline !important;
  padding-top: 4px;
}

#gform_wrapper_3 input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
#gform_wrapper_3 input[type=checkbox] + label{
  position: relative;
  overflow: hidden;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
}

#gform_wrapper_3 input[type=checkbox] + label:before,
#gform_wrapper_3 input[type=checkbox] + label:after{
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  /* -webkit-transition: .2s;
  transition: .2s; */
}
/* after */
#gform_wrapper_3 input[type=checkbox]:not(:checked) + label:after{
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  top: 4px;
}
#gform_wrapper_3 input[type=checkbox]:checked + label:after{
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url(../images/complaints-checked.png);
  background-size: cover;
  z-index: 0;
}
/* before */
#gform_wrapper_3 input[type=checkbox]:not(:checked) + label:before{
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  /* -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; */
}
#gform_wrapper_3 input[type=checkbox]:checked + label:before{
  top: 4px;
  width: 6px;
  height: 12px;
  /* border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 1px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; */
}

.gform_wrapper.gravity-theme .gfield-choice-input,
.ginput_container.ginput_container_consent input {
  content: "";
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  background-image: url(/assets/img/complaints-checked.png);
  background-size: cover;
  border: none;
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 16px !important;
  vertical-align: top !important;
  /* margin-left: 5px; */
  margin-top: 1px;
}

.gform_required_legend {
  display: none;
}

.gfield_consent_label {
  display: inline;
  margin-left: 5px;
}

.gfield_description.gfield_consent_description {
  border: none !important;
  font-size: 14px !important;
  overflow-y: hidden !important;
  padding: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  padding: 0 !important;
  margin: 0 auto !important;
  text-align: center;
}

.gform_fileupload_rules {
  display: none !important;
}

#gform_wrapper_3 .gfield.gfield--width-half {
  margin-bottom: 30px;
}

#gform_wrapper_3 input[type=text],
#gform_wrapper_3 input[type=email],
#gform_wrapper_3 input[type=tel],
#gform_wrapper_3 textarea {
  padding: 10px 15px;
}

.gform_drop_area {
  border-radius: 0 !important;
  text-align: left !important;
  padding: 13px 15px !important;
  color: gray;
  background-color: #fff !important;
  font-size: 15px !important;
}

.gform_drop_area .gform_drop_instructions,
.gform_drop_area button {
  display: inline !important;
  border: none;
  background-color: #fff;
  color: gray;
  padding: 0 !important;
}

.gform_wrapper a {
  text-decoration: underline;
  color: #1a1a1a;
}

.gform_wrapper a:hover {
  color: #00a851;
}

.wp-block-columns {
  margin-top: 30px;
}

.is-style-special-title-2 {
  margin-bottom: 0;
}

ul.is-style-service-list-content {
  margin-bottom: 0;
}

.is-style-special-title-2,
ul.is-style-service-list-content li {
  line-height: 36px;
}

.swiper-container {
  width: auto;
  height: auto;
  padding: 0;
  margin-left: -50px !important;
  margin-right: -50px !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  height: 104px;
  width: 185px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0 !important;
  width: 30px !important;
  background-color: #fff !important;
  width: 50px !important;
  padding-right: 20px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0 !important;
  width: 30px !important;
  background-color: #fff !important;
  width: 50px !important;
  padding-left: 20px !important;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "" !important;
  height: 30px;
  width: 30px;
  background-image: url(../images/click-to-left.png);
  background-size: cover;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "" !important;
  height: 30px;
  width: 30px;
  background-image: url(../images/click-to-left.png);
  background-size: cover;
  transform: rotate(180deg);
}

.port-image-area {
  margin-bottom: 0;
}

.wp-block-columns.port-image-area .wp-block-column {
  margin-left: 0;
  flex-basis: unset;
  flex-grow: unset;
  flex: 1;
}

.wp-block-columns.port-image-area .wp-block-column img {
  width: 100%;
  height: 100%;
}

.honor-image-area img {
  width: 100%;
  height: 100%;
}

.honor-image-area02 {
  display: none;
}

.wp-block-cover.hire-link {
  min-height: 200px;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
  height: 100%;
}

.wp-block-image img {
  height: 100%;
}

.file-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 50px;
  border-top: 1px solid #e7e5e0;
}
.file-list li {
  display: flex;
  align-items: center;
  height: 110px;
  border-bottom: 1px solid #e7e5e0;
}
.file-list li .icon-file-area {
  height: 42px;
  width: 35px;
}
.file-list li .icon-file-area img {
  display: block;
  width: 100%;
  height: 100%;
}
.file-list li .file-area {
  flex: 1;
  padding: 0 30px;
}
.file-list li .file-area .file-name {
  line-height: 26px;
  font-size: 16px;
  color: #1a1a1a;
}
.file-list li .file-area .file-size {
  line-height: 22px;
  font-size: 12px;
  color: #9f9c97;
}
.file-list li .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #9f9c97;
  cursor: pointer;
  text-decoration: none;
}
.file-list li .download-btn .download-btn-icon {
  width: 10px;
  height: 12px;
  background-image: url(../images/download-icon.png);
  background-size: cover;
}
.file-list li .download-btn span {
  margin-left: 5px;
  font-size: 15px;
  color: #9f9c97;
}
.file-list li .download-btn:hover {
  background-color: #9f9c97;
}
.file-list li .download-btn:hover .download-btn-icon {
  background-image: url(../images/download-icon-hover.png);
}
.file-list li .download-btn:hover span {
  color: #fff;
}

.breadcrumb {
  flex-wrap: nowrap;
}

.breadcrumb li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb-item.active {
  max-width: 800px;
}

.breadcrumb li  + .breadcrumb li  {
  padding-left: 0;
}
.breadcrumb li  + .breadcrumb li::before {
  padding-right: 0;
}
.page-electric-vehicles .sec-solutions{
  margin:0 -5px !important;
}
.page-electric-vehicles .sec-solutions > *{
  padding:0 5px;
}
.page-electric-vehicles .sec-solutions .part-left{
  position:relative;
  height:100%;
}
.page-electric-vehicles .sec-solutions .tmb{
  width:100%;
  height:100%;
  object-fit: cover;
  border-top-left-radius: 20px;
}
.page-electric-vehicles .sec-solutions .part-left .cont{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
}

.page-electric-vehicles .sec-solutions .part-left .title{
  font-size:24px;
  font-weight:bold;
  color:#fff;
  background:rgb(41 149 206 / 60%);
  padding:15px;
  margin-bottom:30px;
}

.page-electric-vehicles .sec-solutions .part-left .item-solution{
  max-width:60px;
  margin:10px;
  display:inline-block;
}
.page-electric-vehicles .sec-solutions .part-left .icon{
    border: 2px solid gray;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.page-electric-vehicles .sec-solutions .part-left .ico-tit{
  font-size:18px;
  margin-top:10px;
}
.page-electric-vehicles .sec-solutions .part-right .img1{
  margin:52px 0;
}
.page-electric-vehicles .sec-solutions .part-right .cont p:last-child{
  margin-bottom:0;
}
.page-electric-vehicles .sec-services{
  margin:50px 0 100px;
}
.list-with-check-icon{
  margin:30px 0;
}
.list-with-check-icon .item-feat{
  width:47%;
  position:relative;
  border-top:1px solid #e7e5e0;
  border-bottom:1px solid #e7e5e0;
  margin-top: -1px;
  padding:15px 20px 15px 40px;
  display: flex;
  align-items: center;
  line-height: 32px;
}
.list-with-check-icon .item-feat:nth-child(even){
  margin-left:6%;
}
.list-with-check-icon .item-feat:before{
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
    top: -webkit-calc(50% - 14px);
    width: 28px;
    height: 28px;
    background-image: url(../images/selected.png);
    background-size: cover;
}

.item-business-intro-page .tmb{
  margin:20px 0;
}
.item-business-intro-page .tmb img{
  width:100%;
}
.item-business-intro-page .read-more-btn{
  margin-top:30px;
}
.item-business-intro-page .read-more-btn a{
  text-decoration: underline;
}
.item-business-intro-page:nth-child(even){
  border-left:1px solid #ccc;
}
.sec-bot-arrow{
  margin:50px 0;
}
.sec-bot-arrow img{
  max-width:50px;
}
.annotation:after{
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/arrow-triangle.png);
  background-position: center top 3px;
  background-size: cover;
  margin-left: 5px;
}
.sec-business-services{
  margin-bottom:60px;
}
.sec-business-services .lbl{
  font-size:48px;
  margin-bottom:60px;
}
.item-business-service{
  color:#fff;
  border:5px solid #2995ce;
  margin-bottom:30px;
  padding:15px;
  background-position:center center;
  background-size:cover;
  overflow:hidden;
  position:relative;
}

.item-business-service:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  background:#2995ce;
  width:50%;
  height:100%;
}
.item-business-service:after{
  content:'';
  position:absolute;
  top:0;
  left:50%;
  width: 0;
  height: 0;
  border-bottom: 500px solid transparent;
  border-left: 200px solid #2995ce;
}
.item-business-service .top{
  position:relative;
  z-index:1;
  margin-bottom:10px;
}
.item-business-service .icon{
  max-width:60px;
  margin-right:20px;
}
.item-business-service .title{
  font-size:18px;
}
.item-business-service .cont{
  position:relative;
  z-index:1;
  max-width:480px;
  font-size: 14px;
  line-height: 1.5;
}
.item-business-service .cont p{
  margin-bottom:0;
}

.sec-lightning-features{
  margin-bottom:100px;
}

.sec-lightning-features .note{
  margin-top:30px;
}
.item-light-feature{
  color:#fff;
  overflow: hidden;
  padding-left:80px;
  padding:0 15px 0 60px;
  height:100%;
  margin-bottom:10px;
}
.item-light-feature .num{
    margin-left: -60px;
    font-size: 50px;
    font-weight: bold;
    padding: 20px;
    position:relative;
}

.item-light-feature .num:before{
  content:'';
  position:absolute;
  border-bottom:1px solid #fff;
  width: 200px;
  height: 1px;
  transform: rotate(133deg);
  -ms-transform: rotate(133deg);
  -webkit-transform: rotate(133deg);
  top: 60px;
  left: -40px;
}

.item-light-feature .desc{
  margin:30px 0;
}

.item-light-feature .imgs > *{
  margin:0 15px 15px 0;
  display:inline-block;
  vertical-align:middle;
  max-height:100px;
}

.sec-content-block img.alignnone{
  width:100%;
}

.sec-title{
  font-size:48px;
  font-weight:bold;
  color:#2995ce;
  text-align: center;
  margin:0 0 100px;
}
.sec-desc{
  margin-bottom:60px;
}

.annotation{
  margin-bottom:30px;
}

.sec-achievements{
  margin-bottom:100px;
}

.item-achievement{
  border:1px solid #ccc;
  padding:30px;
  border-radius:20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  margin-bottom:30px;
}

.item-achievement .num{
  font-size:64px;
  margin-bottom:50px;
}

.item-product-cat{
  width:calc(20% - 16px);
}
.item-product-cat .cat-tit{
  margin:30px 0;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding:10px;
  font-size:20px;
}
.item-product-cat .tmb{
  min-height:206px;
  line-height:206px;
}

.sec-products{
  margin:100px 0;
}

.sec-products .product-categories{
  grid-gap:20px;
}

.sec-products .desc{
  margin:50px 0;
}

.sec-products .products{
  margin:100px 0;
  gap:10px;
}

.item-product{
  width:calc(20% - 10px);
  background:#4472c4;
  color:#fff;
  padding:5px;
}
.item-product.green{
  background:#43bb8d;
}
.item-product .title{
  margin-bottom:20px;
  font-size:18px;
  padding:5px;
}
.item-product .title > *{
  display:block;
}

.sec-projects .list{
  margin-bottom:60px;
}

.masonry-layout{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  gap: 10px;
  margin-bottom:60px;
}


.item-masonry.large{
  grid-column-end: span 2;
}
.item-masonry img{
  height:100%;
  width:100%;
  object-fit:cover;
  object-position:center center;
}

.item-industrial-project{
  position:relative;
  height:100%;
  margin-bottom:10px;
}
.item-industrial-project2{
  margin-bottom:10px;
}
.item-industrial-project .tmb{
  height:100%;
}
.item-industrial-project .tmb img{
  height:100%;
  object-fit: cover;
  object-position:top left;
}
.item-industrial-project .cont{
  position:absolute;
  left:10px;
  right:10px;
  bottom:0;
  background:rgba(255,255,255,.6);

}
.item-industrial-project .prod-img{
  padding:10px;
  max-width:150px;
}
.item-industrial-project .txt{
  font-size:16px;
  padding: 10px;
  margin: 0;
}
