@font-face {
  font-family: "Poppins-Medium";
  src: url(../font/Poppins-Medium.ttf);
}
.content {
  max-width: 1220px;
  margin: 0 auto;
}
.flex.wrap{
  flex-flow: wrap;
}
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;
  margin-right: 50px;
}

.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: 'Open Sans', 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;
}

h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.875rem;
  color: #242424;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 2rem;
}
.button_blue {
  background-color: #05208b;
  color: #fff;
  width: 170px;
  line-height: 50px;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #05208b;
  border-radius: 5px;
  text-transform: uppercase;
}
.button_blue:hover {
  color: #05208b;
  background-color: transparent;
}
span.prev {
  display: block;
  width: 5rem;
  height: 5rem;
  background: url('../img/prev.svg');
  margin-right: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}
span.prev:hover{
  transform: translateY(-5px);
}
span.next {
  display: block;
  width: 5rem;
  height: 5rem;
  transition: all 0.3s;
  background: url('../img/next.svg');
  cursor: pointer;
}
span.next:hover{
  transform: translateY(-5px);
}
.single .template__title h2 {
  text-align: center;
}


.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: 15px;
  height: 15px;
  background-image: url(../img/page_home-header_email.svg);
}
.header-phone p{
  font-size: 13px;
}
.opacity-bg .header-main li{
  color: white;
}
.header-phone span{
  font-size: 18px;
}
.icon_phone {
  width: 31px;
  height: 31px;
  background-image: url(../img/header-phone.svg);
  margin-right: 10px;
}

.icon_tel {
  width: 15px;
  height: 15px;
  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;
  cursor: pointer;
  margin-right: 1.5rem;
  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;
  font-weight: 600;
  background-color: #05208b;
  font-size: 16px;
  line-height: 1.8rem;
  color: #fff;
  padding: 12.5px 35px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.2s;
  cursor: pointer;
}
.contact_us-left {
  width: 48%;
}
.contact_us .button_blue {
  font-size: 1.2rem;
  background-color: #fff;
  margin-left: 0;
  border: 1px solid #fff;
  color: #05208b;
  margin-top: 2rem;
  width: 200px;
  line-height: 65px;
}
.contact_us .button_blue:hover {
  color: #fff;
  background-color: transparent;
}
.header-main .fastlinks .header-nav_item .button_red:hover {
  background: unset;
  border: 1px solid #05208b;
  background-color: transparent;
  color: #05208b;
  white-space: nowrap;
}
.button_red:disabled,
input[type="submit"]:disabled {
  background: #ccc;
  cursor: context-menu;
}
.dis-link {
  text-indent: -99999999999px;
}
.button_red:not(:disabled):hover,
input[type="submit"]:not(:disabled):hover {
  background: unset;
  border: 1px solid #05208b;
  background-color: transparent;
  color: #05208b;
}


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

.button_border:hover {
  background-image: #05208b;
  border: 1px solid #05208b;
  color: #05208b;
}

.button_white {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.5rem;
  color: #05208b;
  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: #05208b;
  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 #05208b;
  background-image: unset;
  background-color: #fff;
}

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

button.submit .icon {
  margin-left: 2px;
}
header.header.blue{
  background-color: #262626;
  box-shadow: none;
}
header.header.blue .header-main li{
  color: white;
}
header.header.blue .header-main{
  background-color: #262626;
  box-shadow: none;
}
header.header.blue .header-main a.logo{
  background-image: url('../img/logo-white.svg') !important;
}
header.header .header-contact{
  border-bottom: 2px solid #f5f5f5;
}

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

header.header .header-contact p {
  color: rgba(30, 30, 30, 0.7);
  font-size: 0.875rem;
  line-height: 1.05rem;
  white-space: nowrap;
  font-weight: 600;
}
header.header.blue .header-contact{
  border-color: rgba(255, 255, 255, 0.4);
}
header.header .header-contact_left p {
  color: rgba(30, 30, 30);
}
header.header.blue .header-contact_left p{
  color: white;
}
header.header.blue .header-contact p{
  color: white;
}
header.header .header-contact .header-contact_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.header .header-contact .header-contact_right>div:first-of-type {
  margin-right: 35px;
}

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

header.header .header-contact .contact_right-item {
  display: flex;
}

header.opacity-bg .header-main{
  background-color: transparent;
  box-shadow: none;
}
header.opacity-bg .header-main div.menu-header-container>ul>li>a{
  color: white;
}
.header-main {
  position: relative;
  z-index: 60;
  padding-top: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background: white;
  transition: all 0.3s;
  transition: all 0.3s ease;
}

.header-main>.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.375rem;
}
.header-main nav.header-nav{
  align-items: center;
  width: 80%;
}
.header-main div.menu>ul,
.header-main div.menu-header-container>ul {
  display: flex;
  margin-right: 2rem;
  align-items: center;
}
.header-main div.menu-header-container>ul>li>a{
  line-height: 5.2rem;
  display: inline-block;
  font-weight: 500;
}
.home header.header.blue .header-main li,
.blog header.header.blue .header-main li{
  border-bottom: 2px solid transparent;
}
.home header.header.blue .header-main .menu>li:hover,
.blog header.header.blue .header-main .menu>li:hover{
  border-bottom: 2px solid #05208b;
  transition: none;
}
.header-main div.menu>ul>li, .header-main div.menu-header-container>ul>li {
  margin-right: 38px;
}

.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 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: 1rem;
  font-weight: normal;
  line-height: 1.1875rem;
  font-weight: 200;
  text-transform: uppercase;
}
.menu-header-container {
  width: 59%;
}
.header-main .fastlinks .header-nav_item .button_red {
  padding: 12.5px 34px;
  font-size: 14px;
  text-transform: uppercase;
}

.header-main li:hover {
  color: #05208b;
}

.fastlinks ul  {
  display: flex;
  align-items: center;
}
.fastlinks ul li.header-nav_item{
  display: flex;
  align-items: center;
  border-bottom: none !important;
}
.fastlinks ul li.header-nav_item:nth-of-type(2){
  margin-left: 27px;
}
.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;
}

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

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

.home_products div.choose_us-title_right .swiper .swiper-slide {
  margin: 0 1rem;
}

.choose_us-title_right p {
  font-size: 1.1rem;
}

/*
  .choose_us-title_right .swiper-btn {
    top: 83%; 
  }*/
.choose_us-title_right .swiper-button-prev {
  left: -3rem;
  background-image: url(../img/arrow_left_red.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
}

.choose_us-title_right .swiper-button-next {
  right: -3rem;
  background-image: url(../img/arrow_right_red.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
}

.choose_us-title_right .swiper-button-disabled {
  display: none;
}

.choose_us-title_right .swiper-button-prev:after,
.choose_us-title_right .swiper-rtl .swiper-button-next:after,
.choose_us-title_right .swiper-button-next:after {
  content: '';
}

.choose_us-title_right .swiper_our_products_nav {
  margin: 0 auto;
}

.choose_us .choose_us-title_right .swiper_our_products_nav  {
  text-align: center;
}

.choose_us .choose_us-title_right .swiper-slide {
  margin: 0 0.9rem;
}

.choose_us-title_right .swiper-slide.active,
.choose_us-title_right .swiper-slide.swiper-slide-thumb-active {
  border-color: #05208b;
}


.choose_us-title_right .swiper-slide:hover {
  /* background-color: #05208b; */
  border-color: #05208b;
}

.choose_us-title_right .swiper-slide {
  justify-content: center;
  align-items: center;
  /* border-radius: 30px; */
  height: 54px;
  background-color: #fff;
  border-bottom: 3px solid transparent;
  color: #999;
  transition: all 0.3s;
  cursor: pointer;
  display: inline-block;
  line-height: 2.7;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  padding: 0;
  width: max-content;
  white-space: nowrap;
  overflow: hidden;
}

.choose_us-title_right .swiper-slide.active {
  color: black;
  border-color: #05208b;
}

.choose_us-list {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, 31.4%);
  row-gap: 2.5rem;
  margin-top: 3.5rem;
}

/*.home .choose_us-item {
  flex-basis: unset;
  background-color: white;
}

.choose_us-item {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  flex-basis: 30%;
  padding: 60px 40px;
}

.choose_us-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #05208b;
  border-bottom: 0 solid #05208b;
  border-left: 0 solid #05208b;
  opacity: 1;
}

.choose_us-item .item_img {
  width: 45px;
  height: 45px;
}

.choose_us-item .more {
  color: #05208b;
  position: relative;
  padding-right: 1.7rem;
}

.choose_us-item .more:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/arrow_right_orange.svg) no-repeat center;
  background-size: contain;
  right: 0;
  top: 0.1rem;
  width: 1.1rem;
  height: 1.1rem;
}

.choose_us-item h3 {
  margin-top: 15px;
  color: #242424;
  font-size: 23px;
  line-height: 42px;
}

.choose_us-item p {
  margin-top: 25px;
  font-size: 15px;
  line-height: 22px;
  color: #333;
}

.our_service .choose_us-item.active,
.our_service .choose_us-item:hover {
  background: #262626;
}

.choose_us-item.active p,
.choose_us-item:hover p {
  color: #fff;
  opacity: 0.7;
}

.choose_us-item.active h3,
.choose_us-item:hover h3 {
  color: #fff;
}

.choose_us-item:hover .icon.item_img,
.choose_us-item.active .icon.item_img {
  filter: brightness(100);
}

.choose_us-item:hover span.learn_more .icon,
.choose_us-item.active span.learn_more .icon {
  filter: brightness(100);
}

.choose_us-item.active span.learn_more,
.choose_us-item:hover span.learn_more {
  color: #fff;
}

.choose_us-item.active::before {
  opacity: 0;
}
.application-advantage.template_padding .content{
  max-width: 1335px;
}

.choose_us-item:nth-child(3n+1) .item_img {
  background-image: url(../img/choose1.svg);
}

.choose_us-item:nth-child(3n+2) .item_img {
  background-image: url(../img/page_home-choose_us-item2.svg);
}

.choose_us-item:nth-child(3n) .item_img {
  background-image: url(../img/page_home-choose_us-item3.svg);
}
*/
.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: #05208b;
  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: #05208b;
}

.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: #05208b;
  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 h2 {
  margin-bottom: 3rem;
}
.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 #05208b;
}

.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: #05208b;
  border-left: 0.1875rem solid #05208b;
}

.faqs-aside li.faqs-aside_item.active {
  color: #05208b;
}

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

.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;
}
.home header.header.blue .header-main{
  background-color: transparent;
}
.home header.header.blue{
  background-color: transparent;
}
.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/home-contact-bg.jpg) no-repeat center/cover;
}

.contact_us .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
}

.contact_us h2,
body .contact_us h2 {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.3rem;
  text-align: left !important;
}
.contact_us p {
  margin-top: .5rem;
  color: rgba(255, 255, 255, 0.6);
}

/*footer.footer {
  position: relative;
  z-index: 10;
  padding-top: 100px;
  /* background: url('../img/footer-bg.jpg'); */
  background-size: cover;
}

footer.footer .footer_main {
  display: flex;
  justify-content: space-between;
}


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

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

footer.footer .slide-obj span {
  font-size: 0.9rem;
  opacity: 0.8;
  color: #fff;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
footer.footer .slide-obj a  {
  font-size: 1rem;
  transition: all 0.2s ease;
  color: #999;
}
footer.footer .slide-obj a:hover {
  color: #05208b;
}

footer.footer .slide-obj p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.125rem;
  color: #282828;
  font-weight: 600;
}
footer.footer .slide-obj p.phone{
  color: var(--hover-color);
  font-weight: 600;
  font-size: 26px;
}
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: 0;
}

footer.footer ul.share li {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #eee;
  /* margin-right: 0.5rem; */
  margin-left: 1rem;
}

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

footer.footer ul.share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
}

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

.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 6.25rem;
  margin-top: 7.25rem;
  margin-bottom: 2rem;
}

.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;
}
.feature_prodcut ul li a{
  display: flex;
  align-items: center;
  padding: .5rem 0;
}
.feature_prodcut ul li a img{
  border: #f4f4f4 solid 1px;
  margin-right: 1rem;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  object-fit: contain;
}
.feature_prodcut ul li:hover a img{
  transform: scale(1.05);
}
.feature_prodcut ul li .left{
  height: 107px;
  width: 157px;
  margin-right: 1rem;
  min-width: 157px;
}
.feature_prodcut > strong{
  font-weight: 600;
  font-size: 1.85rem;
  color: #333;
  line-height: unset;
  margin-bottom: 1rem;
}
.feature_prodcut ul {
  margin-top: 1rem;
}
.feature_prodcut ul li a p{
  font-size: 17px;
  color: #777;
  line-height: 25px;
  font-weight: 500;
}
.feature_prodcut ul li a span{
  font-weight: bold;
  font-size: 14px;
  color: #05208b;
  margin-top: 1.5rem;
  display: block;
}
.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;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 20px;
  color: #727272;
  font-size: 17px;
}

.footer_copyright .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.4rem;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: #999;
}

.footer_copyright .footer_copyright-right {
  display: flex;
  align-items: center;

}

.footer_copyright .footer_copyright-right li {
  display: inline-block;
  margin-left: 1rem;
}

.footer_copyright .footer_copyright-right li a {
  margin-left: 2.1875rem;
}



footer.footer {
  position: relative;
  z-index: 10;
  padding-top: 15px;
  background-color: #dadada;
}

footer.footer .footer_main {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0 6rem 0;
}


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

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: #05208b;
}

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.2rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #282828;
  padding-bottom: 24px;
  position: relative;
}
footer.footer .slide-obj p>strong:after{
  width: 20px;
  height: 2px;
  content: "";
  background-color: var(--hover-color);
  position: absolute;
  bottom: 0;
  left: 0;
}
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 #0055a8;
  border-radius: 5px;
  transition: all 0.3s;
  font-weight: 500;
  text-align: center;
  max-width: 280px;
}
footer.footer .slide-obj.infos{
  max-width: 266px;
}
footer.footer .slide-obj.infos li{
  color: #727272;
} 
footer.footer .slide-obj span, footer.footer .slide-obj a{
  color: #727272;
}
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;
}

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: #05208b;
}

footer.footer ul.share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
}

footer.footer ul.share .icon {
  width: 35%;
  height: 35%;
  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: #727272;
  padding: 0 7rem;
  font-size: 17px;
  text-align: center;
}
.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: #eaeaea;
}

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

.footer_copyright .footer_copyright-right {
  align-items: center;
}
body form#sytech-newsletter-subscription input[type="email"] {
  width: initial;
  min-width: 17rem;
  height: 60px;
  padding-left: 20px;
  font-size: 15px;
  padding-right: 20px;
  color: #838688;
  border: 1px solid #cccfd2;
  border-radius: 5px;
  background-color: #cccfd2;
  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: #05208b ;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  width: 270px;
  font-weight: 400;
  font-size: 20px;
  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;
}


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

/* 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 {
  max-width: 276px;
  min-width: 276px;
  height: auto;
}

nav.header-nav ul.menu>li {
  position: relative;
}
nav.header-nav ul.menu>li:after{
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s;
  content: "";
  width: 0;
  background-color: var(--hover-color);
}
nav.header-nav ul.menu>li:hover:after, nav.header-nav ul.menu>li.current-menu-item:after{
  width: 100%;
}
nav.header-nav ul.sub-menu {
  position: absolute;
  min-width: 15rem;
  background: white;
  border-radius: 0.5rem;
  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;
  font-size: 0.9rem;
}

header.header .header-main li ul li a:hover {
  background-color: #f5f5f5;
  color: #05208b !important;
}

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;
}

.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: 'Open Sans', 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 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

li form#sytech-newsletter-subscription {
  line-height: 2rem;
  position: relative;
}

li form#sytech-newsletter-subscription input[type="submit"] {
  background: #05208b url(../img/arrow_right_white_line.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  width: 37px;
  padding: 0;
  height: 37px;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-left: 2px;
  transition: all 0.2s;
}

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;
}

.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 #05208b;
  background-color: transparent;
}

.choose_us .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #05208b;
}

/*
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: #05208b;
}

.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;
  border-radius: 10px;
  overflow: hidden;
}

.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;
  object-fit: cover;
  height: auto;
  width: 100%;
  height: 100%;
}
footer.footer ul.share li:hover i.youtube {
  background-image: url(../img/page_home-footer_youtube-white.svg)!important;
}
footer.footer ul.share li:hover i.linkedin {
  background-image: url(../img/linkedin-white.svg)!important;
}
footer.footer ul.share li:hover i.instagram {
  background-image: url(../img/page_home-footer_ins-white.svg)!important;
}
footer.footer ul.share li:hover i.twitter {
  background-image: url(../img/page_home-footer_tw-white.svg)!important;
}
footer.footer ul.share li:hover i.facebook {
  background-image: url(../img/page_home-footer_fb-white.svg)!important;

}
.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: 36px 1.5rem 2rem 1.5rem;
}
.latest_post-box ul.latest_post-content li .text_content span.date{
  color: #05208b;
}
.latest_post-box ul.latest_post-content li .text_content h2{
  margin-top: 20px;
  font-weight: 600;
  font-size: 21px;
}
.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: #05208b;
}

.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: #05208b;
  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.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 1px;
}

span.subtitle {
  color: #05208b;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 18px;
}

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

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

.bottom_contact {
  text-align: center;
  color: #fff;
  margin-top: 5rem;
}

.bottom_contact a {
  color: #05208b;
  text-decoration: underline;
  margin-left: 10px;
}

div.vision-box {
  overflow: hidden;
  max-width: 100%;
}

div.vision {
  display: flex;
  justify-content: space-between;
}


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


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 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: #05208b;
  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: 300px;
}

footer.footer .slide-obj.contact ul li {
  padding-left: 2rem;
  position: relative;
}

footer.footer .slide-obj.contact ul li::before {
  content: url(../img/tel.svg);
  width: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}

footer.footer .slide-obj.contact ul li.email::before {
  content: url(../img/email.svg);
}

footer.footer .slide-obj.contact ul li.address::before {
  content: url(../img/address.svg);
}
.dis-link {
  text-indent: -9999px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .home-about .text-content span.subtitle {
    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 span{
  color:#6F72A1;
  font-size:14px;
  display:inline-block;
  margin-bottom:5px;
}
footer div.footer_bottom .right ul{
  display:flex;
  column-gap:0rem;
}
footer div.footer_bottom .right ul li{
  width:40px;
  height:40px;
}
footer div.footer_bottom .right ul li span{
  width:100%;
  height:100%;
  display:block;
  background-size:contain;
} 

footer.footer .slide-obj li.phone,
footer.footer .slide-obj li.email,
footer.footer .slide-obj li.address
{
padding-left: 2rem;
background-image: url(../img/footer-phone.svg);
background-repeat: no-repeat;
background-position: left center;
background-size: 16px;
}
footer.footer .slide-obj li.email{
  background-image: url(../img/footer-email.svg);
  background-size: 16px;
}
footer.footer .slide-obj li.address{
background-image: url(../img/footer-address.svg);
background-size: 16px;
background-position: left 10px;
width: 310px;

}
.flex.end{
  align-items: flex-end;
}
.flex.item{
  align-items: center;
}