
.content {
  max-width: 1220px;
  margin: 0 auto;
}

footer.footer .content,
header.header .content {
  max-width: 1220px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header-main a.logo {
  padding: 1rem 0;
  display: inline-block;
    width: 13rem;
    height: 5rem;
    text-indent: -99999px;
    background-position-x: left;
}
button{
  font-family: 'Poppins', sans-serif;
}
.header-main a.logo img {
  width: 220px;
}

.mb15 {
  margin-bottom: 15rem;
}

.mt6 {
  margin-top: 6rem;
}

.mb2 {
  margin-bottom: 2rem;
}

body {
  position: relative;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Poppins', sans-serif;
}

body.home {
  padding-top: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: unset;
}

textarea {
  font-family: inherit;
}

select,
input,
label,
button {
  vertical-align: middle;
  outline: none;
  border: none;
}

.item_img {
  overflow: hidden;
}

.item_img .img {
  transition: all 0.2s;
}

/*body .template__title h2 {
  font-weight: 700;
  font-size: 2.9rem;
  line-height: 3.875rem;
  color: #242424;
}*/

.single .template__title h2 {
  text-align: center;
}

.template__title span {
  font-size: 16px;
  color: #1f93d2;
  line-height: 3.875rem;
  letter-spacing: 0.35px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.center {
  align-items: center;
}
.flex.item{
  align-items: center;
}

.template__title p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #888;
}

.swiper-button-next,
.swiper-button-prev {
  transition: all 0.2s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  transform: scale(1.1);
}

.img {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.icon {
  position: relative;
  display: inline-block;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
}

.icon_email {
  width: 1.9rem;
  height: 1.9rem;
  background-image: url(../img/page_home-header_email1.svg);
}

.icon_phone {
  width: 1.9rem;
  height: 1.9rem;
  background-image: url(../img/page_home-header_phone1.svg);
  margin-right: 14px;
}

.icon_tel {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../img/icon_tel_red.svg);
}

.icon_site {
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_site_red.svg);
}

.icon_calendar {
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_calendar.svg);
}

.icon_search {
  width: 1.3rem;
  /* padding: 0.5rem; */
  cursor: pointer;
  transform: translateY(5px) scale(1.02);
  filter: brightness(0);
  margin-right: 0;
  height: 1.3rem;
  background-image: url(../img/page_home-header_search-white.svg);
}

i.arrow_right_white_line {
  background-image: url(../img/arrow_right_white_line.svg);
  width: 19px;
  height: 9.6px;
}

i.arrow_right_red_line {
  background-image: url(../img/arrow_right_red_line.svg);
  width: 19px;
  height: 9.6px;
}

i.icon_fb {
  background-image: url(../img/page_home-banner_icon-fb.svg);
}

i.icon_tw {
  background-image: url(../img/page_home-banner_icon-tw.svg);
}

i.icon_youtube {
  background-image: url(../img/page_home-banner_icon-youtube.svg);
}

i.icon_linkedin {
  background-image: url(../img/linkedin.svg);
  opacity: 0.8;
}

i.icon_ins {
  background-image: url(../img/page_home-banner_icon-ins.svg);
}

i.icon_tik {
  background-image: url(../img/page_home-banner_icon-tik.svg);
}

i.icon_tw_white {
  background-image: url(../img/page_home-footer_tw.svg);
}

i.icon_youtube_white {
  background-image: url(../img/page_home-footer_youtube.svg);
}

i.icon_ins_white {
  background-image: url(../img/page_home-footer_ins.svg);
}

i.icon_fb_white {
  background-image: url(../img/page_home-footer_fb.svg);
}

i.icon_fb_white.linkedin {
  background-image: url('../img/linkedin.svg');
}

i.icon_yes {
  width: 32px;
  height: 32px;
  background-image: url(../img/icon_yes.svg);
}

.arrow_bottom_red {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  margin-left: 0.125rem;
  width: 18px;
  height: 9px;
  background: url(../img/swiper_bottom_red.svg) no-repeat;
  content: '';
  vertical-align: middle;
  cursor: pointer;
}


i.arrow_left_red {
  width: 10px;
  height: 17px;
  background-image: url(../img/arrow_left_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

i.arrow_right_red {
  width: 10px;
  height: 17px;
  background-image: url(../img/arrow_right_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.start_icon {
  position: relative;
  left: -3px;
  top: 1px;
  display: inline-block;
  width: 10px;
  height: 12px;
  background: url(../img/page_single_product_detail-img_icon.svg) no-repeat;
  background-size: contain;
}

.icon_toggle {
  position: relative;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

.icon_toggle::before {
  position: absolute;
  top: 40%;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #777777;
}

.icon_toggle::after {
  position: absolute;
  top: 0;
  left: 43.5%;
  display: block;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #777777;
}

i.icon_start_close_white {
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../img/icon_start_close_white.svg) no-repeat center;
  background-size: cover;
}

.button_red,
input[type="submit"] {
  display: inline-block;
  background-color: #1f93d2;
  font-size: 16px;
  line-height: 1.3rem;
  color: #fff;
  padding: 12.5px 35px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.2s;
  cursor: pointer;
  text-transform: uppercase;
}

.contact_us-right .button_red {
  font-size: 1.2rem;
  padding: 1.1rem 3.2rem;
}

.button_red:disabled,
input[type="submit"]:disabled {
  background: #ccc;
  cursor: context-menu;
}

.button_red:not(:disabled):hover,
input[type="submit"]:not(:disabled):hover {
  background: unset;
  border: 1px solid #1f93d2;
  background-color: transparent;
  color: #1f93d2;
}


.button_border {
  font-weight: 500;
  display: inline-block;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-size: 18px;
  line-height: 3.2rem;
  color: #242424;
  width: 215px;
  height: 53px;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  transition: all 0.2s;
}

.button_border:hover {
  background-color: #1f93d2;
  border: 1px solid #1f93d2;
  color: #fff;
}
.product .button_border:hover{
  color: var(--hover-color);
  background-color: transparent;
}
.button_white {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.5rem;
  color: #1f93d2;
  width: 230px;
  height: 66px;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: all 0.2s;
}

.button_white:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.button_grey {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  font-size: 20px;
  line-height: 1.5rem;
  color: #000;
  width: 230px;
  height: 55px;
  border-radius: 30px;
  border: 1px solid #efefef;
  transition: all 0.2s;
}

span.learn_more {
  font-weight: 500;
  display: inline-block;
  margin-top: 35px;
  color: #1f93d2;
  line-height: 19px;
  border-radius: 5px;
}

span.learn_more .icon {
  left: 7.5px;
}

a.submit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(255, 129, 0, 1) 0%, rgba(255, 161, 0, 1) 100%);
  width: 37px;
  height: 37px;
  border-radius: 5px;
  border: 1px solid transparent;
}

a.submit .icon {
  margin-left: 5px;
}

button.submit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(255, 129, 0, 1) 0%, rgba(255, 161, 0, 1) 100%);
  width: 37px;
  height: 37px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.2s;
  cursor: pointer;
}

button.submit:hover {
  border: 1px solid #1f93d2;
  background-image: unset;
  background-color: #fff;
}

button.submit:hover .icon {
  background-image: url(../img/arrow_right_red_line.svg);
}

.template_title h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #242424;
}
.template_title p {
    color: #606060;
    font-size: 17px;
}
.template_title ul {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

/*.template_title ul li {
  margin: 0 1.5rem;
  padding: 0 0 1rem;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  color: rgba(0, 0, 0, 0.4);
}*/

.template_title ul li.active {
  border-color: #1f93d2;
  color: black;
}
.header-top{
  padding: 9px 0;
  border-bottom: 2px solid #eee;
  font-size: 15px;
}
.header-top ul{
  gap: 25px;
}
.header-top ul li a{
  padding-left: 22px;
  display: block;
  background: url('../img/email-i.svg') no-repeat left center/14px;
}
.header-top ul li.header-phone a{
  background-image: url('../img/phone-i.svg');
  background-size: 13px;
  padding-left: 19px;
}
  .template_padding {
  padding: 8rem 0;
}

button.submit .icon {
  margin-left: 2px;
}
.warning {
  text-align: center;
  height: 188px;
  background: url('../img/warning.jpg');
  padding-top: 2.5rem;
}
.warning p {
  font-size: 2.4rem;
  width: 95%;
  color: #fff;
  margin: 0 auto;
  line-height: 1.3;
}
header.header .header-contact {
  border-bottom: 1px solid #e8e8e8;
  background-color: white;
}

header.header .header-contact>.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.header .header-contact p {
  color: rgba(30, 30, 30, 0.7);
  font-size: 0.8rem;
  line-height: 1.05rem;
  white-space: nowrap;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
header.header .header-contact span {
  color: #231815;
  font-weight: 500;
}
header.header .header-contact_left p {
  color: rgba(30, 30, 30);
}
.header-contact_left a {
  text-indent: -99999999px;
  display: inline-block;
  width: 180px;
  height: 4.2rem;
  margin-left: -8px;
}
header.header .header-contact .header-contact_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 36px;
}

header.header .header-contact .header-contact_right .icon_email {
  margin-right: 14px;
  top: 3px;
}

header.header .header-contact .contact_right-item {
  display: flex;
  align-items: center;
}
header.header .header-contact .button_red {
  padding: 13px 29px;
  box-shadow: none;
  text-transform: capitalize;
  font-size: 18px;
}
.header-main {
  position: relative;
  margin-left: auto;
}

.header-main>.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.9rem;
}

.header-main div.menu>ul, .header-main div.menu-header-container>ul {
  display: flex;
  align-items: center;
  /* line-height: 2.8rem; */
}

.header-main div.menu>ul>li:last-of-type,
.header-main div.menu-header-container>ul>li:last-of-type {
  margin-right: 0;
}

.header-main li {
  color: black;
  transition: all 0.2s;
}
.header-main .header-nav {
  width: 100%;
  align-items: center;
}
.header-main li.has-submenu {
  padding-right: 1.2rem;
  background: url('../img/arrow_bottom_red.svg') no-repeat right/0.6rem;
  background-position: right 55%;
}

.header-main li a {
  font-size: 1.1rem;
  font-weight: normal;
  /* line-height: 3.9rem; */
  display: inline-block;
  text-align: left;
  color: var(--black);
  margin-right: 45px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding: 2.2rem 0;
}
.header-main li a:after{
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background-color: var(--hover-color);
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scale(0);
}
.header-main li:hover a:after, .header-main li.current-menu-item a:after{
  transform: scale(1);
}
.header-main li:last-of-type a{
  margin-right: 35px;
}
.header-main .fastlinks .header-nav_item .button_red {
  padding: 12.5px 34px;
  font-size: 14px;
}

.fastlinks ul li {
  float: left;
}

.home_banner {
  position: relative;
  /*background: url(../img/page_home-banner_bg.png) no-repeat center/cover;*/
  padding-top: 185px;
  background-attachment: fixed;
  background-attachment: scroll\9;
  height: 59.375rem;
}

.home_banner video {
  width: 100%;
}

.home_banner .home_banner-title {
  max-width: 50rem;
}

.home_banner .home_banner-title a.button_red {
  margin-top: 3.1875rem;
  padding: 16px 53px;
}

.home_banner .home_banner-icon_list {
  position: absolute;
  top: 30%;
  right: 3rem;
}

.home_banner .home_banner-icon_list ul {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.home_banner .home_banner-icon_list i.icon {
  width: 23px;
  height: 23px;
}

.home_banner2 {
  position: relative;
  /*background: url(../img/page_home-banner_bg.png) no-repeat center/cover;*/
  /*height: 80vh;*/
  overflow: hidden;
}

.home_banner2 video {
  min-width: 100%;
  min-height: 100%;
}

.home_banner2 .home_banner-title {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 11;
  transform: translate(-50%, -50%);
  text-align: center;
  left: 50%;
}

.home_banner2 .home_banner-title a.button_red {
  margin-top: 3.1875rem;
  padding: 16px 53px;
}

.home_banner2 .home_banner-title span {
  font-weight: bold;
}

.home_banner2 .home_banner-title h1 {
  color: #fff;
}

.home_banner2 .home_banner-title p {
  max-width: unset;
  color: #fff;
}

.home_banner2 .home_banner-icon_list {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  z-index: 12;
}

.home_banner2 .home_banner-icon_list ul {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.home_banner2 .home_banner-icon_list i.icon {
  width: 23px;
  height: 23px;
  background-position: center;
}

.home_banner2 .home_banner-icon_list li:hover {
  filter: brightness(130%);
}

.light .home_sub_nav {
  background: rgb(246, 246, 248);
  background: radial-gradient(circle, rgba(246, 246, 248, 1) 0%, rgba(210, 211, 215, 1) 100%);
}

.light li.home_sub_nav-item:not(.active):not(:hover) a p,
.light li.home_sub_nav-item:not(.active):not(:hover) span {
  color: #222;
}

.home_sub_nav ul.home_sub_nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 235px;
}

.choose_us .choose_us-title .choose_us-title_left {
  text-align: center;
}

.choose_us-title_right {
  width: 90%;
  margin: 0 auto;
  margin-top: 2rem;
  position: relative;
}

.home_products div.choose_us-title_right {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.home_products div.choose_us-title_right .swiper > ul {
  text-align: center;
}

.home_products div.choose_us-title_right .swiper .swiper-slide {
  margin-right:1rem;
  font-size: 16px;
  padding: 10px 30px;
  line-height: initial;
  color: #666666;
}
.home_products div.choose_us-title_right .swiper .swiper-slide.active {
  color: #fff;
}
.home_products div.choose_us-title_right .swiper .swiper-slide:hover {
  color: #fff;
}
.home_products 
.choose_us-title_right p {
  font-size: 1.1rem;
}


span.learn_more {
  margin-top: 45px;
}


.our_products a.button_border {
  margin: 0 auto;
  margin-top: 80px;
}

.our_products-main {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 3rem;
}

.our_products-main .button_border {
  display: block;
  width: min-content;
  white-space: nowrap;
  margin: 4rem auto 0;
  padding: 0 4rem;
}

.our_products-main .swiper {
  padding: 10px;
}

.our_products-main li.swiper-slide {
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50% 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.our_products-main li.swiper-slide div.item_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 666px;
  /* max-width: 410px; */
  min-width: 410px;
  margin-left: 7%;
  padding-right: 2rem;
  width: 50%;
  flex: 1;
}

.our_products-main li.swiper-slide div.item_img {
  width: 50%;
  height: 666px;
}

.our_products-main li.swiper-slide div.item_img span {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.our_products-main li.swiper-slide div.img_preview {
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.our_products-main li.swiper-slide h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 55px;
  color: #242424;
  display: block;
  margin-bottom: 22px;
}

.our_products-main li.swiper-slide .line {
  width: 43px;
  height: 2px;
  margin: 32px 0;
  background-color: #1f93d2;
  display: none;
}

.our_products-main li.swiper-slide p {
  color: #565656;
  opacity: 0.8;
  font-size: 1rem;
  line-height: 1.625rem;
  max-width: 95%;
}
.our_products-main li.swiper-slide ul {
  padding-left: 1.5rem;
  margin-top: 2rem;
}
.our_products-main li.swiper-slide ul li {
  font-size: 16px;
  list-style-type: disc;
  text-indent: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.our_products-main li.swiper-slide ul li ~ li {
  margin-top: 0.8rem;
}

.our_products-main li.swiper-slide ul li:hover {
  color: #1f93d2;
}

.our_products-main li.swiper-slide .button_red {
  width: 190px;
  margin-top: 40px;
  padding: 10px 8px;
  text-align: center;
  font-weight: normal;
}

.our_products-btn .swiper-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: url(../img/swiper_left_white.svg);
  background-color: #1f93d2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  z-index: 21;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s;
}

.our_products-btn .swiper-btn.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1 !important;
  pointer-events: all;
}

.our_products-btn .swiper-button-prev {
  left: -2.1875rem;
}

.our_products-btn .swiper-button-next {
  background-image: url(../img/swiper_right_white.svg);
  right: -2.1875rem;
}

.our_products-btn .swiper-button-prev:after,
.our_products-btn .swiper-rtl .swiper-button-next:after,
.our_products-btn .swiper-button-next:after {
  content: '';
}

.our_news-title_nav ul {
  display: flex;
  justify-content: center;
  gap: 52px;
  margin-top: 30px;
}

.our_news-title_nav ul li {
  font-weight: 500;
  color: #808080;
  font-size: 20px;
  cursor: pointer;
  padding-bottom: 10px;
  line-height: 24px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

.our_news-title_nav ul li.active {
  color: #242424;
  border-bottom: 2px solid #1f93d2;
}

.faqs-aside {
  width: 14%;
}

.faqs-aside .faqs-aside_list {
  display: flex;
  flex-direction: column;
}

.faqs-aside li.faqs-aside_item {
  border-left: 0.0625rem solid #e8e8e8;
  color: #56595b;
}

.faqs-aside li.faqs-aside_item a {
  font-weight: 500;
  padding-left: 1.5625rem;
  font-size: 1.25rem;
  line-height: 4.25rem;
  border-left: 0.1875rem solid transparent;
}

.faqs-aside li.faqs-aside_item a:hover {
  color: #1f93d2;
  border-left: 0.1875rem solid #1f93d2;
}

.faqs-aside li.faqs-aside_item.active {
  color: #1f93d2;
}

.faqs-aside li.faqs-aside_item.active a {
  border-left: 0.1875rem solid #1f93d2;
}

.faqs-main {
  width: 83.1%;
}

.faqs-main .faqs-main_list {
  display: flex;
  flex-direction: column;
}

.faqs-main_item {
  margin-bottom: 1.25rem;
}

.faqs-main_item .arrow_bottom_red {
  transition: all 0.2s;
}

.faqs-main_item.active .arrow_bottom_red,
.faqs-main_item:hover .arrow_bottom_red {
  transform: rotate(180deg);
  background-image: url(../img/swiper_bottom_white.svg);
}

.faqs-main_item.active .faqs-main_item-title,
.faqs-main_item:hover .faqs-main_item-title {
  background-image: linear-gradient(90deg, rgba(255, 129, 0, 1) 0%, rgba(255, 161, 0, 1) 100%);
}

.faqs-main_item.active .faqs-main_item-title p,
.faqs-main_item:hover .faqs-main_item-title p {
  color: #fff;
}

.faqs-main_item .faqs-main_item-text {
  display: none;
  padding: 35px 40px 3.7rem 40px;
}

.faqs-main_item .faqs-main_item-text p {
  color: #808080;
  font-size: 1rem;
  line-height: 1.875rem;
}

.faqs-main_item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 40px;
  height: 74px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.faqs-main_item-title p {
  font-weight: 500;
  font-size: 20px;
  color: #242424;
}

.faqs-main_item-title i.arrow_bottom-pink {
  width: 0.875rem;
  height: 0.625rem;
}

.team_videos {
  position: relative;
  background: #f8f8f8 url(../img/page_home-team_videos-bg1.png) no-repeat left;
  background-position-y: -45px;
  overflow: hidden;
}

.team_videos::before {
  position: absolute;
  display: block;
  right: -9rem;
  bottom: 11rem;
  z-index: 1;
  width: 700px;
  height: 136px;
  background: url(../img/www_bg2.png) no-repeat;
  background-size: contain;
  content: '';
}

.team_videos .content {
  display: flex;
  align-items: center;
  height: 1080px;
}

.team_videos .team_videos-title {
  position: relative;
  z-index: 30;
  max-width: 400px;
}

.team_videos .team_videos-title p {
  margin-top: 2.5rem;
}

.team_videos .team_videos-title a.button_red {
  margin-top: 4rem;
  padding: 12.5px 50px;
}

.team_videos-main {
  position: relative;
  z-index: 29;
  margin-left: 89px;
}

.team_videos-main .swiper_team_videos {
  width: 1186px;
  margin-right: -240px;
  overflow: hidden;
}

.team_videos-main li.swiper-slide {
  width: 1025px;
  height: 574px;
  overflow: hidden;
  border-radius: 1rem;
  cursor: pointer;
}

.team_videos-main li.swiper-slide video,
.team_videos-main li.swiper-slide iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/*
  .team_videos-main li.swiper-slide img {
    border-radius: 1rem;
  }*/
.team_videos-main li.swiper-slide:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  width: 6rem;
  height: 6rem;
  transform: translateY(-50%) translateX(-50%);
  background-image: url('../img/video_play.svg');
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease;
  display: none;
}

.team_videos-main li.swiper-slide.videoplaying:before {
  opacity: 0;
}

.team_videos-main li.swiper-slide:hover:before {
  width: 6.5rem;
  height: 6.5rem;
}

.team_videos-main .swiper-button-next {
  display: block;
  right: 0;
  background: url(../img/swiper_right_white.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
}

.team_videos-main .swiper-button-prev {
  display: block;
  left: 3rem;
  background-repeat: no-repeat;
  background: url(../img/swiper_left_white.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}

.team_videos-main .swiper-button-prev:after,
.team_videos-main .swiper-rtl .swiper-button-next:after,
.team_videos-main .swiper-button-next:after {
  content: '';
}

.team_videos-main .swiper-pagination {
  margin-bottom: 30px;
}

.team_videos-main .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  opacity: 1;
}

.team_videos-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.contact_us {
  background: url(../img/contact-bg.jpg) no-repeat center/cover;
}

.contact_us .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 260px;
}

.contact_us h2,
body .contact_us h2 {
  color: #fff;
  font-weight: bold;
  line-height: 3.875rem;
  text-align: left;
  margin-bottom: 1rem;
}

.contact_us p {
  margin-top: 0;
  width: 50%;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
}

footer.footer {
  position: relative;
  z-index: 10;
  padding-top: 15px;
  background-color: rgb(234, 236, 235);
}

footer.footer .footer_main {
  display: flex;
  padding: 4rem 0 6rem 0;
}
footer.footer .footer_main .slide-obj {
  margin-right: 8rem;
}

footer.footer .slide-obj li {
  line-height: 2.5rem;
}

footer.footer .slide-obj:nth-child(4) span {
  width: 360px;
  display: inline-block;
}

footer.footer .slide-obj span,
footer.footer .slide-obj a {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #6f7275;
  transition: all 0.2s ease;
}

footer.footer .slide-obj a:hover {
  color: #1f93d2;
}

footer.footer .slide-obj p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5rem;
  color: #808080;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

footer.footer .slide-obj p>strong {
  display: block;
  margin-bottom: 1.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #282828;
}
footer.footer .slide-obj.contact a.button {
  color: #282828;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  padding: 0.8rem 1.9rem;
  border: 1px solid #1f93d2;
  border-radius: 5px;
  transition: all 0.3s;
  font-weight: 500;
  text-align: center;
}
footer.footer .slide-obj.contact a.button:hover{
  background-color: var(--hover-color);
  color: white;
}
footer.footer .slide-obj .sub_list {
  width: 100%;
  margin-top: 1.875rem;
}

footer.footer .slide-obj .sub_list .img {
  width: 100%;
  height: 85px;
  margin-bottom: 1.2rem;
  overflow: hidden;
}

footer.footer .slide-obj .sub_list .img:hover img {
  transform: scale(1.1);
}

footer.footer .slide-obj .sub_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.2s;
}

footer.footer .slide-obj .sub_list ul {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

footer.footer .slide-obj .sub_list ul li {
  width: 32%;
  text-align: left;
  line-height: 1.1rem;
  margin-bottom: 0.6rem;
}

footer.footer .slide-obj .sub_list ul span {
  font-size: 13px;
}

footer.footer .slide-obj input.footer_email {
  width: 275px;
  height: 38px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  margin-right: 5px;
}

footer.footer ul.share {
  display: flex;
  gap: 10px;
  margin-top: 30px;

}

footer.footer ul.share li {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #c4c8c9;
  margin-left: 0.5rem;
  transition: all 0.3s ease;
}

footer.footer ul.share li:not(.active):not(:hover) a i {
  filter: brightness(0);
}

footer.footer ul.share li.active,
footer.footer ul.share li:hover {
  background-color: #1f93d2;
}

footer.footer ul.share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  /* background-color: #dadee1; */
  border-radius: 50%;
}

footer.footer ul.share .icon {
  width: 40%;
  height: 40%;
  background-position: center;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 11rem;
  border-bottom: 1px solid #b5b5b5;
}
.footer_bottom p {
  color: #848484;
  padding: 0 13rem;
  text-align: center;
  font-size: 18px;
}
.footer_bottom ul {
  display: flex;
  align-items: flex-end;
  column-gap: 5px;
}

.footer_bottom li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  margin-left: 1.75rem;
}

.footer_bottom li div.img-box {
  background-color: #F8F8FA;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.footer_bottom li div.img-box i {
  width: 22px;
  height: 22px;
  margin-right: 0;
}

.footer_bottom li span {
  color: #6F72A1;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
.footer_copyright  {
  margin-top: 1.375rem;
  border-top: 1px solid #eee;
  text-align: center;
  background-color: rgb(243, 243, 245);
}

.footer_copyright .content {
  font-size: 0.875rem;
  line-height: 5rem;
  color: #6f7275;
}

.footer_copyright .footer_copyright-right {
  align-items: center;
}

header.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.5s ease;
  position: sticky;
  top: -200px;
}
header.header.show{
  top: -43px;
}

.admin-bar header.header {
  top: -13px;
}

/* header.header.sticky {
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
} */

/* .sticky .header-contact {
  max-height: 0;
  overflow: hidden;
}

.sticky.submenu .header-contact {
  max-height: initial;
} */

footer.footer img {
  width: 13rem;
  height: auto;
}

nav.header-nav ul.menu>li {
  position: relative;
}

nav.header-nav ul.sub-menu {
  position: absolute;
  min-width: 15rem;
  background: white;
  border-radius: 1rem;
  padding: 0 1rem;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  z-index: 10;
}

header.header .header-main li ul li {
  margin-bottom: 0.2rem;
}

header.header .header-main li ul {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
}
header.header .header-main li ul li a {
  color: #242424 !important;
  display: block;
  padding: 0.8rem 1.5rem;
  transition: all 0.2s ease;
  border-radius: 1rem;
  font-size: 0.9rem;
  margin-right: 0;
  line-height: 2rem;
  border-bottom: none;
}
header.header .header-main li ul li.current-menu-item a {
  border-bottom: unset;
}
header.header .header-main li ul li a:hover {
  background-color: #f5f5f5;
  color: #1f93d2 !important;
  border-bottom: none;
}

header.header .header-main li ul li:first-child {
  margin-top: 1rem;
}

header.header .header-main li ul li:last-child {
  margin-bottom: 1rem;
}

header.header .header-main ul.menu>li:hover ul {
  visibility: visible;
  max-height: 100rem;
}

li.our_fairs_main-item:hover div.item_img .img,
.news_banner-item:hover div.item_img .img,
.product:hover div.item_img .img,
.our_news-main_left:hover div.item_img .img,
.our_news-main_right-item:hover div.item_img .img {
  transform: scale(1.05);
}

.button_border.load_more_post_ajax {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  font-size: 18px;
}

.main_news_ajax .loader {
  top: 15rem;
}

.main_news_ajax {
  min-height: 30rem;
  position: relative;
}

div.loader {
  border: 7px solid #f2f5f9;
  border-top: 7px solid #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  margin-left: -1.75rem;
  animation: spin 1s linear infinite;
  margin-top: 0;
  text-align: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.single_reviews-push textarea::placeholder,
textarea::placeholder {
  font-family: 'Poppins', sans-serif;
}

.modalvideo {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}

.modalvideo.active {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
}

.modalvideo div.videocontent {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 150%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 70%;
  height: 70%;
  transition: all 0.3s ease;
}

.modalvideo.active div.videocontent {
  top: 50%;
}

div.videocontent video {
  width: 100%;
  height: auto;
  max-height: 100%;
}

div.videocontent div {
  position: relative;
}

div.videocontent div:before {
  content: "";
  display: block;
  width: 3rem;
  position: absolute;
  height: 3rem;
  background-image: url('../img/close.svg');
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5rem;
  cursor: pointer;
  opacity: 0.5;
}

div.search-block {
  position: fixed;
  /* visibility: hidden; */
  z-index: 400;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 55 96 / 12%);
  transition: 0.3s ease;
  /* opacity: 0; */
  width: 100%;
  bottom: -100vh;
  height: 100vh;
  transition: 0.3s ease;
}

div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(122px);
}

div.search-block div.content {
  position: relative;
  display: block;
}

.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  background: url(../img/cloes.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  cursor: pointer;
}

.wd-action-btn:hover {
  transform: rotate(180deg);
}

div.search-block .searchform {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  /* opacity: 0; */
  transition: opacity 0.35s ease 0.2s;
  --wd-form-color: #333;
  --wd-form-placeholder-color: #333;
  text-align: center;
  transition: 0.75s all ease;
}

div.search-block.active .searchform {
  opacity: 1;
}

div.search-block .searchform input[type='text'] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-size: 35px;
  outline: none;
}

header div.main-menu div.main div.right {
  display: none;
}

div.search-block .searchform ::-webkit-input-placeholder {
  color: #333333;
}

.loading {
  position: relative;
}

.loading:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/load.gif') no-repeat center;
  background-size: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 21;
}

.button {
  cursor: pointer;
}

.footer.footer ul.share .icon.instagram {
  background-image: url('../img/page_home-footer_ins.svg');
}

.footer.footer ul.share .icon.youtube {
  background-image: url('../img/page_home-footer_youtube.svg');
}

.footer.footer ul.share .icon.twitter {
  background-image: url('../img/page_home-footer_tw.svg');
}

body form#sytech-newsletter-subscription input[type="email"] {
  width: initial;
  min-width: 17rem;
  height: 60px;
  padding-left: 20px;
  font-size: 15px;
  padding-right: 20px;
  border: 1px solid #F8F8F8;
  border-radius: 5px;
  background-color: #fff;
  margin-right: -5px;
  flex: 1;
  font-family: inherit;
}

body form#sytech-newsletter-subscription {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

body form#sytech-newsletter-subscription {
  line-height: 2rem;
  position: relative;
  margin-bottom: -3rem;
}

body form#sytech-newsletter-subscription input[type="submit"] {
  background: #1f93d2 ;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  width: 270px;
  font-weight: 400;
  font-size: 18px;
  padding: 0;
  font-family: inherit;
  text-indent: unset;
  height: 60px;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-left: 2px;
  transition: all 0.2s;
}
body form#sytech-newsletter-subscription input[type="submit"]:hover{
  background-color: black;
  color: white;
}
body form#sytech-newsletter-subscription p.failed,
body form#sytech-newsletter-subscription p.success {
  color: #333;
  background: #fff;
  border: 1px solid #eee;
}

form#sytech-newsletter-subscription p.failed:after,
form#sytech-newsletter-subscription p.success:after {
  display: none;
}

body form#sytech-newsletter-subscription p.failed.active, body form#sytech-newsletter-subscription p.success.active {
  font-size: 0.8rem;
  font-weight: 400;
  top: -4.5rem;
  width: 18rem;
  line-height: 20px;
}
body form#sytech-newsletter-subscription p.failed:before, form#sytech-newsletter-subscription p.success:before {
  top: 1rem;
}
.team_videos-main li iframe {
  overflow: hidden;
  border-radius: 1rem;
  width: 900px;
  height: 575px;
  margin-right: 20px;
}

.more_product-main video {
  max-width: 100%;
}

.more_product-main iframe {
  width: 100%;
  height: 450px;
}

.choose_us-main {
  padding: 10px;
  overflow: hidden;
}

.choose_us .swiper-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 3rem;
  position: unset;
}

.choose_us .swiper-pagination span {
  display: inline-block;
  margin: 0 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #1f93d2;
  background-color: transparent;
}

.choose_us .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #1f93d2;
}

/*
div.choose_us {
  position: relative;
}
div.choose_us:before, div.choose_us:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10rem;
  height: 100%;
  top: 0;
}
div.choose_us:before {
  background-image: url('../img/bk1.png');
  background-position: left;
  left: 0;
}
div.choose_us:after {
  background-image: url('../img/bk2.png');
  right: 0;
  background-position: right;
}
*/

div.choose_us.itemsbackground {
  background-image: url('../img/bk4.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.choose_us-title_right .swiper-slide.active {
  border-color: #1f93d2;
}

.latest_post-box ul.latest_post-content li {
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  overflow: hidden;
}

.latest_post-box ul.latest_post-content li .img_box {
  height: 19rem;
  position: relative;
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.latest_post-box ul.latest_post-content li .img_box .img_content {
  height: 100%;
  overflow: hidden;
}

.latest_post-box ul.latest_post-content li .img_box img {
  transition: all 0.3s ease;
}

.latest_post-box ul.latest_post-content li:hover .img_box img {
  transform: scale(1.1);
}

.latest_post-box ul.latest_post-content li .text_content {
  padding: 4.5rem 1.5rem 2rem 1.5rem;
}

.text_content .clamp2 {
  margin-bottom: 2rem;
}

.clamp2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text_content .clamp2 {
  margin-bottom: 2rem;
}

.text_content p {
  color: #5b5f63;
}

ul.latest_post-content li span.day {
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #1f93d2;
}

.img_box div.date:before {
  content: '';
  width: 5.6rem;
  height: 5.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  z-index: -2;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.img_box div.date {
  position: absolute;
  bottom: 0;
  background: #f0f0f0;
  transform: translateY(50%) translateX(2rem);
  padding: 0.5rem;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  z-index: 10;
}

ul.latest_post-content li span.link_btn {
  color: #1f93d2;
  font-weight: 500;
}

ul.latest_post-content li span.link_btn::after {
  display: inline-block;
  position: relative;
  content: '';
  width: 20px;
  height: 11px;
  margin-left: 8px;
  background-image: url(../img/arrow_right_orange.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 1px;
}

span.subtitle {
  color: #1f93d2;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 16px;
}

.excerpt_txt {
  color: rgba(0, 0, 0, 0.6);
}

.button_red.round {
  border-radius: 2rem;
}

.bottom_contact {
  text-align: center;
  color: #434649;
  margin-top: 2rem;
}

.bottom_contact a {
  color: var(--hover-color);
  text-decoration: underline;
}




div.vision-box {
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 8rem;
}

div.vision {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11rem;
}

div.vision div.left {
  width: 40%;
  position: relative;
  transition: 0.8s all ease;
  margin-right: -40%;
  transform: translateX(40%) !important;
}

div.vision div.left img {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 15px;
}

div.vision div.right {
  width: 60%;
  position: relative;
  padding: 12.5rem 0 0;
  padding-left: 5%;
  color: white;
  transition: 0.8s all ease;
  z-index: 50;
}

div.vision div.right::before {
  content: "";
  width: 156%;
  height: 103%;
  background: url("../img/strength-bg.png") no-repeat right/contain;
  background-color: #01172c;
  position: absolute;
  top: 5.5rem;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

div.vision div.right h2 {
  color: white;
  margin: 10px 0 1.8rem;
  font-size: 3rem;
  font-weight: 600;
}

div.vision div.right>p {
  line-height: 30px;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 5rem;
}

div.vision-percent div.plan {
  margin-bottom: 2.5rem;
  color: #ffffffad;
}

div.vision-percent div.plan>div:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

div.vision-percent div.plan>div:first-child p {
  color: rgba(255, 255, 255, 0.65);
}

div.vision-percent div.plan span {
  font-weight: 300;
}

div.vision-percent div.plan>div.bar {
  width: 100%;
  height: 11px;
  background: white;
  border-radius: 1rem;
}

div.vision-percent div.plan>div.bar span {
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1f93d2;
  position: relative;
  border-radius: 1rem;
  transition: 2s all ease-out;
}

div.vision-percent div.plan>div.bar span::before {
  content: url(../img/percent-icon.svg);
  width: 20px;
  position: absolute;
  top: -5px;
  right: 0px;
}

footer.footer .slide-obj.contact {
  max-width: 280px;
}
footer.footer .slide-obj.contact ul li {
  padding-left: 2rem;
  position: relative;
}
footer.footer .slide-obj.contact ul li a {
  color: #282828;
  font-weight: 500;
  font-size: 18px;
}
footer.footer .slide-obj.contact ul li::before {
  content: url(../img/page_home-header_phone.svg);
  width: 18px;
  position: absolute;
  top: 2px;
  left: 0;
}
footer.footer .slide-obj.contact ul {
  margin-bottom: 0.5rem;
}
footer.footer .slide-obj.contact ul li.email::before {
  content: url(../img/page_home-header_email.svg);
}
.dis-link {
  text-indent: -9999px;
}
.contact_us .button_red {
  font-size: 1.2rem;
  text-transform: uppercase;
  color:#fff;
  background-color:#1f93d2;
  padding: 22px 42px;
  border: 1px solid #1f93d2;
  transition: all 0.3s ease;
}
.contact_us .button_red:hover {
  background-color:transparent;
  color: #1f93d2;
}
.contact_us .contact_us-left h2 {
  text-align: left;
  font-size: 3rem;
  font-weight: 600;
}
.footer_copyright{
  padding-top: 60px;
  padding-bottom: 26px;
  color: #727272;
}
.footer_copyright p{
  opacity: 0.9;
  font-size: 16px;
}
.flex.item{
  align-items: center;
}
.product .item_text span.catname{
  font-size: 14px;
  color: var(--hover-color);
  display: inline-block;
  margin-bottom: 0.2rem;
}
.home-product-swiper .button_red {
  padding: 0.8rem 5.3rem;
  width: 100%;
  display: block;
  transition: all .2s ease;
  font-weight: 400;
  text-transform: capitalize;    
  margin-top: 30px;
  text-align: center;
}
.home-product-swiper .button_border {
  padding: 0px 60px;
  line-height: 55px;
  height: 55px;
  width: unset;
  font-weight: 600;
}
#breadcrumbs span a{
  color:#666666;
  font-size: 0.9rem;
}
#breadcrumbs span a:hover {
  color: #1f93d2;
}
#breadcrumbs span {
  font-size: 0.9rem;
  display: inline-block;
}
#breadcrumbs {
  margin-bottom: 0.6rem;
}
.video-modal{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.video-modal .video-content{
  min-width: 50rem;
  min-height: 30rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  /* background-color: white; */
  top: -100%;
  transition: all 0.3s ease;
}
.video-modal .video-lay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.video .video-modal{
  opacity: 1;
  z-index: 1000;
}
.video .video-modal .video-content{
  top: 50%;
  min-width: 600px;
  min-height: 300px;
  max-width: 800px;
}
.video-modal .video-content video {
  max-width: 100%;
}
.video .video-modal .video-content .wp-block-video{
  text-align: center;
}
.video .video-modal .video-content.loading{
  background-color: #eee;
}
.video .video-modal .video-lay{
  display: block;
}
.faqs_list+div{
  flex: 1;
}
.desc-text{
  display: inline-block;
  text-indent: -9999px;
}
#gtranslate_wrapper{
  transform: translateY(-50%);
}
#gtranslate_wrapper .switcher .option{
  position: absolute;
}
#gtranslate_wrapper .switcher .option a{
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  width: 100%;
}
#gtranslate_wrapper .switcher .selected a{
  line-height: 1;
}
.home-banner li .content{
  position: relative;
  z-index: 2;
}
.home-slider2 {
  background: url('../img/banner3.jpg') no-repeat center/cover;
  height: 57rem;
  padding: 9rem;
}
.home-banner .home-slider2 .banner-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-weight: 600;
    color: #fff;
    max-width: inherit;
}
.home-slider2 .img3 {
    width: 22rem;
    margin-left: 5rem;
}
.home-slider2 .img4 {
    width: 31rem;
    margin-left: 3rem;
}
.home-slider1 {
  background: url('../img/bg-banner.webp') no-repeat center/cover;
  height: 57rem;
  padding: 9rem;
  overflow: hidden;
}
.home-slider1 .img1 {
  width: 45rem;
  margin-bottom: 2rem;
}
.home-slider1 .img01, .home-slider1 .img02{
  width: 300px;
  position: absolute;
  right: -200px;
  top: 0%;
}
.home-slider1 .img04{
  width: 800px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.single .home-banner .swiper-slide{
  height: 100vh;
  padding-top: 200px;
  max-height: 60rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-slider1 img{
  transition: all 1s;
}
.home-slider1 .img02{
  right: 0px;
  top: 40%;
}
.home-slider1 .img03{
  width: 170px;
  filter: brightness(120%);
  position: absolute;
  right: 190px;
  top: 0;
}
.home-slider1 .left{
  width: 59%;
}
.home-slider1 .right{
  position: relative;
  width: 41%;
}
.home-slider1 .right img{
  position: absolute;
}
.home-banner .home-slider1 .banner-title {
  font-size: 2.2rem;
    margin-bottom: 3rem;
    color: #000;
    max-width: inherit;
}
.home-slider1 .img2 {
  width: 40rem;
}
.home-slider1 img,.home-slider2 img {
  width: 100%;
}
.home-banner li.back{
  height: 100vh;
  max-height: 930px;
  padding-top: 163px;
  max-height: 55rem;
  background-color: transparent;
  /* padding-bottom: 255px; */
  background: url('../img/home-banner.webp') no-repeat center/cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home .home-banner li{
  max-height: 57rem;
  overflow: hidden;
}
.home .home-banner li.swiper-slide.only-img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.home-banner h2, section.home-banner h1{
  font-size: 84px;
  line-height: 5rem;
  text-align: left;
  margin-bottom: 35px;
  font-weight: 300;
  color: white;
  margin-top: -1rem;
}
section.home-banner .green-part h2{
  margin-bottom: 0;
}
section.home-banner div>p {
  font-size: 17px;
  opacity: 0.8;
  color: #666666;
  line-height: 1.8rem;
  margin-bottom: 30px;
  max-width: 550px;
}
section.home-banner a.button{
  padding: 0 2.6rem;
  text-transform: uppercase;
  font-size: 16px;
}
section.home-banner a.button:hover{
  background-color: white;
  color: var(--hover-color);
  border-color: white;
}
/* section.home-banner .left, section.home-banner .right{
  width: 50%;
} */
section.home-banner, .swiper-banner{
  overflow: hidden;
  position: relative;
}
section.home-banner .left span{
  color: white;
  font-size: 115px;
  font-weight: 600;
  display: inline-block;
}
section.home-banner .left span{
  text-transform: uppercase;
}
.banner-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 1770px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.banner-btn span{ 
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: inline-block;
  background: url('../img/swiper-w-btn.svg') no-repeat center/contain;
}
.banner-btn span.next{
  transform: rotate(180deg);
  margin-left: auto;
}
.banner-btn span.swiper-button-disabled{
  display: none;
}
section.home-banner .swiper-pagination{
  width: 100%;
  display: flex;
  justify-content: center;
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet{
  display: flex;
  align-items: center;
  width: 56px;
  height: 2px;
  opacity: 1;
  background-color: transparent;
  transition: all 0.5s;
  margin-top: -105px;
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet-active{
  width: 120px;
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet:before{
  content: "01";
  font-size: 16px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  margin-left: 20px;
  opacity: 0.5;
  margin-right: 20px;
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet-active:before{
  opacity: 1;
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet:nth-of-type(2):before{
  content: "02";
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet:nth-of-type(3):before{
  content: "03";
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet:nth-of-type(4):before{
  content: "04";
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet:nth-of-type(5):before{
  content: "05";
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet:nth-of-type(6):before{
  content: "06";
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet:nth-of-type(7):before{
  content: "07";
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet:after{
  content: "";
  width: 0px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  opacity: 0;
  transition: all 0.3s;
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet-active:after{
  width: 70px;
  opacity: 0.5;
}
.home-banner .swiper-slide a.button_red {
  padding: 15px 46px;
}
.home-banner .swiper-slide .left{
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.single .home-banner .swiper-slide .left{
  padding-top: 40px;
}
.single .home-banner .swiper-slide.center-text h2{
  text-align: center;
}
.single .home-banner .swiper-slide.center-text p{
  margin-left: auto;
  margin-right: auto;
}
.single .home-banner .swiper-slide.center-text .left{
  width: 100%;
  text-align: center;
  margin-top: -5rem;
}
/* .home-banner .swiper-slide {
  padding-top: 160px;
} */

.home-banner .swiper-slide span.subtitle {
  font-size: 18px;
  color: #1f93d2;
}

.home-banner .swiper-slide h1 span {
  color: #1f93d2;
}

.home-banner .swiper-slide p {
  font-size: 23px;
  line-height: 32px;
  margin: 0rem 0 2rem;
  color: white;
  font-weight: 300;
}





.video-item.full{
  width: 100%;
  background-color: var(--hover-color);
  border-radius: 12px;
}
.video-item .img{
  min-height: 396px;
}
.video-item .img span{
  background: url('../img/video-img.jpg') no-repeat center/cover;
}
.img>span{
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.video-section li .img>span{
  background: url('../img/video-img.jpg') no-repeat center/cover;
}
.video-item .left{
  width: 60%;
  transform: translate(-68px,-30px);
}
.video-item .left video{
  width: 100%;
  height: 396px;
}
.video-item .right{
  width: 40%;
  color: white;
  padding: 93px 82px 50px 0px;
}
.video-item .right h3{
  font-weight: 400;
  font-size: 25px;
}
.video-item .right p{
  font-weight: 300;
  opacity: 0.8;
  margin-top: 1.3rem;
}
.empty-play{
  display: inline-block;
  width: 53px;
  cursor: pointer;
  height: 53px;
  background: url('../img/play-empty.svg') no-repeat center/contain;
  transition: all 0.3s;
}
.video-item .right .empty-play{
  margin-top: 32px;
}
.video-item .right .empty-play:hover{
  transform: scale(1.1);
}
.big-video-row{
  padding-left: 68px;
}
.video-section h2{
  margin-bottom: 80px;
}
ul.videos{
  display: flex;
  flex-flow: wrap;
}
ul.videos li.video{
  width: 31.6%;
  margin-right: 2.5%;
}
ul.videos li.video:nth-of-type(3n){
  margin-right: 0;
}
ul.videos li .img{
  height: 218px;
  border-radius: 8px;
  overflow: hidden;
}
.video-section ul.videos{
  margin-top: 66px;
}
ul.videos li h3{
  padding-top: 26px;
  font-size: 19px;
  font-weight: 500;
}
ul.videos li:hover .img span{
  transform: scale(1.1);
  position: relative;
}
ul.videos li .img span:before{
  content: "";
  width: 53px;
  cursor: pointer;
  height: 53px;
  background: url('../img/play-empty.svg') no-repeat center/contain;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0);
}
ul.videos li:hover .img span:before{
  transform: translate(-50%,-50%) scale(1);
}
.video-section p.center{
  margin-top: 70px;
}



.magic-bg {
  background: -moz-linear-gradient(45deg, #ddd6b2 0%, #b4dff8 29%, #ddd6b2 66%, #c8e5f7 100%);
  background: -webkit-linear-gradient(45deg, #ddd6b2 0%, #b4dff8 29%, #ddd6b2 66%, #c8e5f7 100%);
  background: linear-gradient(45deg, #ddd6b2 0%, #b4dff8 29%, #ddd6b2 66%, #c8e5f7 100%);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  overflow: hidden;
  position: relative; 
}

/* .magic-bg::before, 
.magic-bg::after {
content: "";
width: 70vmax;
height: 70vmax;
position: absolute;
background: rgba(255, 255, 255, 0.07);
left: -20vmin;
top: -20vmin;
animation: morph 15s linear infinite alternate, spin 20s linear infinite;
z-index: 1;
will-change: border-radius, transform;
transform-origin: 55% 55%;
pointer-events: none; 
}

.magic-bg::after {
  width: 70vmin;
  height: 70vmin;
  left: auto;
  right: -10vmin;
  top: auto;
  bottom: 0;
  animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
  transform-origin: 20% 20%; 
} */

@-webkit-keyframes Gradient {
0% {
  background-position: 0 50%
}
50% {
  background-position: 50% 25%
}
100% {
  background-position: 0 50%
}
}

@-moz-keyframes Gradient {
0% {
  background-position: 0 50%
}
50% {
  background-position: 50% 25%
}
100% {
  background-position: 0 50%
}
}

@keyframes Gradient {
0% {
  background-position: 0 50%
}
50% {
  background-position: 50% 25%
}
100% {
  background-position: 0 50%
}
}

@keyframes morph {
0% {
  border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%; }
100% {
  border-radius: 40% 60%; } 
}

@keyframes spin {
to {
  transform: rotate(1turn); 
} 
}

canvas{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.green-part{
  background: url('../img/green-banner.jpg') no-repeat center/cover;
  padding-top: 250px;
  color: white;
  overflow: hidden;
}
.green-part h2, section.home-banner .green-part h2{
  font-size: 64px;
  font-weight: 600;
}
.green-part h3, section.home-banner .green-part h3{
  font-weight: 300;
  font-size: 48px;
  margin-top: 0.4rem;
}
.green-part p, section.home-banner .green-part p{
  font-size: 17px;
  font-weight: 300;
  opacity: 0.8;
  line-height: 1.5;
  max-width: 570px;
  margin-top: 30px;
}
.green-part ul{
  display: flex;
  flex-flow: wrap;
  max-width: 646px;
  margin-top: 1rem;
}
.green-part ul img{
  width: 78px;
  height: 78px;
  margin-right: 20px;
}
.green-part ul li{
  display: flex;
  align-items: center;
  width: 50%;
  margin-top: 40px;
}
.green-part ul li p{
  font-size: 25px;
  opacity: 1;
  font-size: 23px;
  margin: 0;
  font-weight: 400;
}
.green-part img.item{
  margin-left: 13rem;
  padding-top: 1.5rem;
}
#pixie {
  z-index:10;
  position: absolute;
  top: 0;
  color: #61ff3d;
  left: 0;
}
.home .green-part{
  height: 100vh;
  padding-top: 190px;
}
.home .green-part img.item{
  padding-left: 5rem;
}
.modal-w{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
}
.modal-w .modalcontent{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 580px;
  text-align: center;
}
.modal-w .modalcontent .logo{
  width: 250px;
}
.modal-w .modalcontent p{
  font-size: 30px;
  margin: 1rem 0;
  font-weight: 500;
}
.modal-w .modalcontent button, .modal-w .modalcontent a{
  min-width: 280px;
  cursor: pointer;
  margin-top: 1.5rem;
  font-size: 16px;
}
.modal-w .modalcontent strong{
  display: block;
  margin-top: 1rem;
}
div.cookies{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 1001;
  color: white;
  background-color: #333;
  transition: all 1s;
}
div.cookies p{
  width: 80%;
}
div.cookies button.button_red:hover{
  background-color: white;
  border-color: white;
}
div.cookies p a{
  border-bottom: 1px solid #eee;
}
.green-part .button_border{
  text-align: center;
  color: white;
  font-weight: 300;
}
.green-part .button_border:hover{
  background-color: white;
  color: #333;
  border-color: white;
}
.home-banner .green-part .content{
  position: relative;
  z-index: 99;
}
body[data-move="no"]{
  overflow: hidden;
}