@import "font-awesome.min.css";
@import "line-awesome.min.css";
._flex-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
._justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
._justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
._justify-content-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url('../fonts/SourceSansPro-Regular.eot');
  src: url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url('../fonts/SourceSansPro-Bold.eot');
  src: url('../fonts/SourceSansPro-Bold.woff') format('woff'), url('../fonts/SourceSansPro-Bold.ttf') format('truetype'), url('../fonts/SourceSansPro-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-Semibold';
  src: url('../fonts/SourceSansPro-Semibold.eot');
  src: url('../fonts/SourceSansPro-Semibold.woff') format('woff'), url('../fonts/SourceSansPro-Semibold.ttf') format('truetype'), url('../fonts/SourceSansPro-Semibold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  overflow: hidden;
}
ol,
ul {
  list-style: none;
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
h1 {
  font-family: 'SourceSansPro-Bold', sans-serif;
  font-size: 62px;
  line-height: 1em;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
*:focus::-webkit-input-placeholder {
  color: transparent !important;
}
*:focus::-moz-placeholder {
  color: transparent !important;
}
*:focus:-moz-placeholder {
  color: transparent !important;
}
*:focus:-ms-input-placeholder {
  color: transparent !important;
}
/*.sign-up-form  input:-moz-placeholder{
    font-family: GothamHTF-Medium;
    color: #616161;
    font-size: 12px;
    text-transform: uppercase;
  }
  .sign-up-form input::-moz-placeholder{
    font-family: GothamHTF-Medium;
    color: #616161;
    font-size: 12px;
    text-transform: uppercase;
  }
  .sign-up-form input:-ms-input-placeholder{
    font-family: GothamHTF-Medium;
    color: #616161;
    font-size: 12px;
    text-transform: uppercase;
  }
  .sign-up-form input::-webkit-input-placeholder{
    font-family: GothamHTF-Medium;
    color: #616161;
    font-size: 12px;text-transform: uppercase;
  }*/
p {
  line-height: 1.5em;
  margin-bottom: 10px;
}
a {
  text-decoration: none;
  color: #f22727;
}
html {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #3C3C3C;
  min-height: 100%;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%;
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-left h2 {
  text-align: left;
}
.mar-b-25 {
  margin-bottom: 25px;
}
.column {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
.toggle-menu {
  display: none;
}
.logo {
  font-size: 0 !important;
  margin: 0 !important;
  max-width: 100%;
}
.mob-menu {
  display: none;
}
.main-header {
  position: relative;
  z-index: 3;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  left: 0;
}
.video-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .35;
  z-index: 1;
}
.video-wrap iframe {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-page .main-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.home-page .main-menu li a,
.home-page .top-search button {
  color: #fff;
}
.home-page .main-menu li a:after {
  background: #fff;
}
.home-page .main-menu > ul > li > ul {
  -webkit-box-shadow: 1px 1px 5px 0px #101010;
  -moz-box-shadow: 1px 1px 5px 0px #101010;
  box-shadow: 1px 1px 5px 0px #101010;
}
.wrap-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 80px;
}
.main-menu > ul > li {
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
  z-index: 100;
}
.main-menu > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-menu > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  padding: 25px;
  min-width: 335px;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 1px 1px 5px 0px #d0d0d0;
  -moz-box-shadow: 1px 1px 5px 0px #d0d0d0;
  box-shadow: 1px 1px 5px 0px #d0d0d0;
}
.main-menu > ul > li > ul li {
  display: block;
}
.main-menu > ul > li > ul li a {
  display: inline-block;
}
.main-menu > ul > li > ul li + li {
  margin-top: 10px;
}
.main-menu > ul > li > ul a {
  color: #3C3C3C !important;
  display: block;
}
.main-menu > ul > li > ul a:after {
  background: #3C3C3C !important;
}
.main-menu > ul > li.current-menu-item > a:after,
.main-menu > ul > li.current-menu-parent > a:after {
  right: 0;
}
.main-menu > ul > li + li {
  margin-left: 55px;
}
.main-menu > ul > li a {
  color: #3C3C3C;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
  overflow: hidden;
  display: block;
}
.main-menu > ul > li a:hover:after {
  right: 0;
}
.main-menu > ul > li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 100%;
  height: 2px;
  background: #3C3C3C;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.top-search {
  position: relative;
  margin-left: 40px;
  margin-bottom: 20px;
}
.top-search:hover div {
  opacity: 1;
  visibility: visible;
}
.top-search button {
  color: #3C3C3C;
  background: transparent;
  font-size: 21px;
  margin-top: 2px;
  cursor: pointer;
}
.top-search div {
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.top-search input {
  width: 420px;
  padding: 13px 20px;
  color: #3C3C3C;
  font-size: 16px;
  border-radius: 25px;
  -webkit-box-shadow: 1px 1px 5px 0px #d0d0d0;
  -moz-box-shadow: 1px 1px 5px 0px #d0d0d0;
  box-shadow: 1px 1px 5px 0px #d0d0d0;
}
.top-search input:-moz-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 16px;
}
.top-search input::-moz-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 16px;
}
.top-search input:-ms-input-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 16px;
}
.top-search input::-webkit-input-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 16px;
}
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 40%;
}
.banner .container-ban {
  padding-top: 205px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.banner .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.banner h1 {
  color: #fff;
  font-size: 66px;
  max-width: 550px;
  margin-bottom: 30px;
  font-family: 'SourceSansPro-Regular', sans-serif;
}
.banner h1 strong {
  font-family: 'SourceSansPro-Bold', sans-serif;
}
.banner p {
  max-width: 550px;
  font-size: 20px;
  line-height: 1.3em;
  color: #fff;
}
.btn {
  font-family: 'SourceSansPro-Semibold', sans-serif;
  display: inline-block;
  font-size: 18px;
  padding: 14px 28px;
  border: 1px solid #F22727;
  color: #fff;
  background: #F22727;
  border-radius: 30px;
  margin-top: 35px;
  text-decoration: none !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-appearance: none;
}
.btn:hover {
  background: #fff;
  color: #F22727;
}
.btn:hover i {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.btn.right-fix {
  display: none;
  position: fixed;
  right: 0;
  top: 130px;
  margin-top: 0;
  padding: 24px 30px;
  border-radius: 50px 50px 0 0;
  font-size: 20px;
  z-index: 10;
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right 75px;
  transform-origin: right 75px;
}
.btn.right-fix i {
  margin-left: 15px;
}
.btn.right-fix.showpopup {
  display: block;
}
.btn i {
  margin-left: 25px;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.logo-slider {
  padding: 40px 30px;
  overflow: hidden;
  display: none;
}
.logo-slider.slick-initialized {
  display: block;
}
.logo-slider .slick-list {
  overflow: hidden;
}
.logo-slider .slick-track {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.logo-slider .logo-item {
  padding: 0 20px;
  text-align: center;
}
.logo-slider .logo-item img {
  max-height: 95px;
}
.swiper-container {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.swiper-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.wrap-next-scr {
  margin-bottom: 0;
}
.wrap-next-scr a {
  font-size: 40px;
  color: #b7b7b7;
}
.wrap-next-scr a i {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.wrap-next-scr a:hover i {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.bg-gray {
  background-color: #F4F4F4;
}
.main-section {
  padding: 80px 0;
}
.main-section.pat-t-none {
  padding-top: 0;
}
.main-section.pad-t-sm {
  padding-top: 20px;
}
.main-section.pat-b-none {
  padding-bottom: 0;
}
.main-section a {
  text-decoration: underline;
}
.main-section a:hover {
  text-decoration: none;
}
.main-section h2 {
  font-family: 'SourceSansPro-Semibold';
  color: #F22727;
  font-size: 40px;
  margin-bottom: 30px;
}
.main-section h1 {
  margin-bottom: 30px;
}
.main-section h4 {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.16em;
}
.main-section h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.main-section ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.main-section ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F22727;
  left: 0;
  top: 8px;
}
.h2-mar-sm h2 {
  margin-bottom: 10px;
}
.pad-l-100 {
  padding-left: 100px;
}
.pad-r-30 {
  padding-right: 30px;
}
.h-mar-none h1 {
  margin-bottom: 10px;
}
.about-sect .container {
  max-width: 600px;
}
.intro p {
  font-size: 20px;
}
.item-sol {
  padding-top: 20px;
}
.item-sol .img {
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
}
.item-sol h3 {
  font-family: 'SourceSansPro-Semibold';
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}
.wrap-links-scroll {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1060px;
  margin: 45px auto 0 auto;
}
.wrap-links-scroll.width-md {
  max-width: 900px;
}
.wrap-links-scroll a {
  font-size: 20px;
  color: #F22727;
  line-height: 1.2em;
  display: block;
  text-decoration: none !important;
}
.wrap-links-scroll a span {
  display: none;
}
.wrap-links-scroll a:hover i {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.wrap-links-scroll a i {
  padding-top: 5px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.feature-container {
  margin-top: 45px;
}
.feature-wrap {
  max-width: 1640px;
}
.left-15 {
  margin-left: -15px;
}
.item-feature {
  padding: 80px 0;
  background-color: #F4F4F4;
}
.item-feature img,
.item-feature .video {
  max-width: 90%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.52);
}
.item-feature .video {
  overflow: hidden;
}
.item-feature .video .video-full {
  margin-top: 0;
}
.item-feature:nth-child(even) {
  background-color: #fff;
}
.item-feature:nth-child(even) .row {
  flex-direction: row-reverse;
}
.item-feature:nth-child(even) .col-lg-8 {
  text-align: right;
}
.item-feature:nth-child(even) .col-lg-4 {
  padding-left: 100px;
  padding-right: 0;
}
.item-feature h2 {
  font-family: 'SourceSansPro-Bold';
  font-size: 40px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #F22727;
}
.item-feature h2 span {
  font-family: "Open Sans";
  font-weight: 700;
  position: absolute;
  right: 100%;
  top: 0;
  line-height: 1;
  font-size: 60px;
  padding-right: 20px;
}
.item-feature .col-lg-4 {
  padding-right: 100px;
}
.h2-font-lg h2 {
  font-size: 54px;
  line-height: 1em;
}
.product-about-wrap {
  margin: 0 -7px;
}
.product-about-wrap .col-md-3 {
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 20px;
}
.product-item-about {
  padding: 20px;
  height: 100%;
  min-height: 295px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.22);
}
.product-item-about .img {
  padding-top: 10px;
}
.product-item-about .img img {
  max-height: 150px;
  width: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product-item-about a {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.product-item-about a:hover img {
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.product-item-about h3 {
  font-size: 26px;
  text-align: left;
  font-family: 'SourceSansPro-Semibold';
  color: #000;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  text-decoration: none;
}
.our-company-about .video-full {
  margin-top: 0;
}
.our-company-about .col-md-6 {
  margin-top: 20px;
  text-align: left;
}
.products {
  max-width: 1060px;
  margin: 0 auto;
}
.products.case {
  max-width: 100%;
}
.products.case .product-item .img,
.products.case .product-item .text {
  vertical-align: top;
}
.products.case .product-item .btn {
  margin-left: -15px;
}
.products.font-h-md .product-item h2 {
  font-size: 48px;
}
.products.h2-red h2 {
  color: #F22727;
}
.products.font-h5-24 .product-item h5 {
  font-size: 24px;
}
.product-item {
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.product-item + .product-item {
  border-top: 1px solid #e6e6e6;
}
.product-item:nth-child(even) {
  flex-direction: row-reverse;
}
.product-item:nth-child(even) .text {
  padding-left: 0;
  padding-right: 50px;
}
.product-item .img,
.product-item .text {
  position: relative;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  height: 100%;
  vertical-align: middle;
  max-width: 50%;
}
.product-item .text {
  text-align: left;
  padding-left: 50px;
}
.product-item h2 {
  font-family: 'SourceSansPro-Semibold';
  color: #000;
  font-size: 62px;
  line-height: 1;
  margin-bottom: 20px;
}
.product-item h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
.product-item .btn {
  margin-top: 20px;
}
.off-partners .col-sm-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  min-height: 230px;
}
.off-partners .col-sm-4:first-child {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.off-partners .col-sm-4:last-child {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.off-partners .col-sm-4 a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.off-partners img {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.about-partner {
  padding: 40px 0;
}
.about-partner .col-sm-4 {
  flex-direction: column;
}
.about-partner .col-sm-4 .img {
  padding-bottom: 25px;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  -ms-flex-align: center;
  align-items: center;
}
.about-partner .col-sm-4 p {
  width: 100%;
}
.h-red h1 {
  color: #F22727;
}
.label-h {
  font-family: 'SourceSansPro-Bold';
  color: #000;
  display: block;
  margin-bottom: 25px;
}
.simple-content p + h3 {
  margin-top: 20px;
}
.simple-content h3 {
  color: #F22727;
  margin-bottom: 20px;
  font-size: 16px;
}
.search-res {
  max-width: 670px;
  position: relative;
  margin-bottom: 30px;
}
.search-res + .intro {
  margin-bottom: 20px;
}
.search-res input:-moz-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 24px;
}
.search-res input::-moz-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 24px;
}
.search-res input:-ms-input-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 24px;
}
.search-res input::-webkit-input-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 24px;
}
.search-res input {
  width: 100%;
  padding: 15px 35px;
  color: #3C3C3C;
  font-size: 24px;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 5px 0px #bcbaba;
  -moz-box-shadow: 1px 1px 5px 0px #bcbaba;
  box-shadow: 1px 1px 5px 0px #bcbaba;
}
.search-res button {
  position: absolute;
  right: 20px;
  line-height: 1;
  cursor: pointer;
  top: 50%;
  font-size: 30px;
  color: #3C3C3C;
  background: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.more {
  color: #F22727;
  font-size: 18px;
  font-family: 'SourceSansPro-Semibold';
}
.more:hover i {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.more i {
  margin-left: 10px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.pagination {
  padding-top: 45px;
}
.pagination a {
  font-family: 'SourceSansPro-Regular';
  display: inline-block;
  vertical-align: middle;
  color: #F22727;
  font-size: 18px;
  margin: 0 4px;
}
.pagination a:hover {
  text-decoration: underline;
}
.pagination a:first-child,
.pagination a:last-child {
  text-decoration: none;
}
.item-result {
  padding: 30px 135px 65px 0;
  position: relative;
  border-top: 1px solid #e6e6e6;
}
.item-result:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.item-result h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.item-result .more {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.scr-top {
  position: fixed;
  right: 30px;
  bottom: 150px;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #F22727;
  line-height: 38px;
  -webkit-box-shadow: 1px 1px 5px 0px #d0d0d0;
  -moz-box-shadow: 1px 1px 5px 0px #d0d0d0;
  box-shadow: 1px 1px 5px 0px #d0d0d0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.scr-top.on {
  opacity: 1;
  visibility: visible;
  bottom: 200px;
  z-index: 2;
}
.gform_wrapper .gform_footer:not(.top_label),
html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
  width: 100%!important;
  margin-left: 0!important;
  display: flex;
  justify-content: space-between;
}
.gform_wrapper .gform_footer:not(.top_label) > span,
html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) > span {
  width: 49%;
  padding: 0;
}
.gform_footer {
  justify-content: center !important;
  text-align: center;
}
.gform_body label {
  display: none;
}
.gform_body li {
  padding-left: 0 !important;
}
.gform_body li:before {
  display: none!important;
}
.gform_body .ginput_container.ginput_recaptcha > div {
  margin-left: auto;
  margin-right: auto;
}
html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description {
  padding-left: 20px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 16px !important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer input.button input.gform_button.button,
.gform_wrapper .gform_footer input.gform_button.button {
  font-family: 'SourceSansPro-Semibold', sans-serif;
  display: inline-block;
  font-size: 18px;
  padding: 17px 50px;
  border: 1px solid #F22727;
  color: #fff;
  background: #F22727;
  border-radius: 30px;
  margin-top: 3px;
  margin-right: 0;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-appearance: none;
}
.gform_wrapper .gform_footer input.button input.gform_button.button:hover,
.gform_wrapper .gform_footer input.gform_button.button:hover {
  background: #fff;
  color: #F22727;
}
.gform_wrapper {
  max-width: 810px !important;
  margin: 50px auto 0 auto;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
  padding-right: 0;
  padding-left: 16px;
}
.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
  float: none;
  width: 100% !important;
}
.gform_wrapper textarea {
  font-family: "Open Sans" !important;
  width: 100% !important;
  padding: 17px 30px !important;
  font-size: 20px!important;
  border-radius: 30px!important;
  -webkit-appearance: none!important;
  resize: none;
  height: 150px;
  -webkit-box-shadow: 1px 1px 5px 0px #bcbaba;
  -moz-box-shadow: 1px 1px 5px 0px #bcbaba;
  box-shadow: 1px 1px 5px 0px #bcbaba;
  margin-bottom: 5px;
}
.gform_wrapper textarea:-moz-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 20px;
}
.gform_wrapper textarea::-moz-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 20px;
}
.gform_wrapper textarea:-ms-input-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 20px;
}
.gform_wrapper textarea::-webkit-input-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 20px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-family: "Open Sans" !important;
  width: 100% !important;
  padding: 17px 30px !important;
  font-size: 20px!important;
  border-radius: 30px!important;
  -webkit-appearance: none!important;
  -webkit-box-shadow: 1px 1px 5px 0px #bcbaba;
  -moz-box-shadow: 1px 1px 5px 0px #bcbaba;
  box-shadow: 1px 1px 5px 0px #bcbaba;
  margin-bottom: 5px;
  line-height: normal !important;
  min-height: 0 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 20px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 20px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 20px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 20px;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  padding-left: 20px;
}
.form {
  max-width: 810px;
  margin: 50px auto 0 auto;
}
.form span.wpcf7-not-valid-tip {
  margin-top: -20px;
}
.form .wpcf7-recaptcha > div {
  margin: 0 auto;
}
.form input[type=text],
.form input[type=email],
.form input[type=number],
.form input[type=tel],
.form textarea {
  font-family: "Open Sans";
  width: 100%;
  padding: 17px 30px;
  color: #3C3C3C;
  font-size: 20px;
  border-radius: 30px;
  -webkit-appearance: none;
  -webkit-box-shadow: 1px 1px 5px 0px #bcbaba;
  -moz-box-shadow: 1px 1px 5px 0px #bcbaba;
  box-shadow: 1px 1px 5px 0px #bcbaba;
  margin-bottom: 20px;
}
.form input:-moz-placeholder,
.form textarea:-moz-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 20px;
}
.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 20px;
}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 20px;
}
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  font-family: "Open Sans";
  color: #b7b7b7;
  font-size: 20px;
}
.form textarea {
  resize: none;
  height: 150px;
  margin-bottom: 0;
}
.form .btn {
  padding: 17px 50px;
  cursor: pointer;
}
.page-not-found .intro {
  margin-bottom: 30px;
}
.page-not-found .search-res {
  margin-left: -15px;
}
.page-not-found h1 {
  font-size: 150px;
}
.page-not-found h1 span {
  color: #3C3C3C;
  font-family: 'Open Sans', sans-serif;
  font-size: .3333em;
  display: block;
  line-height: 1.2em;
}
.resources .col-md-4 {
  margin-top: 20px;
}
.resources-item {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.22);
}
.resources-item .text {
  padding: 20px;
}
.resources-item .text .btn {
  margin-top: 5px;
}
.resources-item .text h2 {
  font-size: 26px;
  font-family: 'SourceSansPro-Semibold';
  margin-bottom: 15px;
  line-height: 1.2;
}
.max-width-sm {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.video-full {
  text-align: center;
  position: relative;
  padding-top: 56.3%;
  width: 100%;
  margin-top: 30px;
}
.video-full.mar-top-none {
  margin-top: 0;
}
.video-full .thumbnail_container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.video-full img {
  max-width: none;
  width: 100%;
  z-index: 2;
  position: relative;
}
.video-full img + img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video-full .start-video {
  position: absolute;
  color: #fff;
  font-size: 38px;
  width: 100px;
  height: 56px;
  background: #f6231a;
  border-radius: 6px;
  cursor: pointer;
  left: 50%;
  top: 50%;
  z-index: 3;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-full iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.offer {
  text-align: left;
}
.red-col {
  color: #F22727;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.style-dem {
  counter-reset: list1;
  list-style-type: none;
  padding-left: 0;
}
.style-dem ol {
  list-style-type: none;
  counter-reset: list2;
  padding-left: 20px;
}
.style-dem ol li:first-child {
  margin-top: 10px;
}
.style-dem ol li {
  position: relative;
  padding-left: 45px;
}
.style-dem ol li:before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2) ". ";
  margin-right: 0;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.style-dem > li:before {
  content: counter(list1) ". ";
  counter-increment: list1;
  font-weight: bold;
  margin-right: 8px;
}
.style-dem li {
  margin-bottom: 10px;
}
.accordion-pr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  text-align: left;
}
.accordion-pr .panel {
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 110px;
  -webkit-box-shadow: 1px 1px 5px 0px #d0d0d0;
  -moz-box-shadow: 1px 1px 5px 0px #d0d0d0;
  box-shadow: 1px 1px 5px 0px #d0d0d0;
}
.accordion-pr .panel-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 25px 45px 25px;
  background: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0 0 110px 110px;
}
.accordion-pr .panel-body p {
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  padding-left: 20px;
  max-width: 67%;
}
.accordion-pr .panel-body p:first-child {
  font-size: 20px;
}
.accordion-pr .panel-title {
  position: relative;
}
.accordion-pr .panel-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 1;
}
.accordion-pr .panel-title a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  background: #fff;
  padding: 25px;
  z-index: 2;
  border-radius: 110px;
  text-decoration: none !important;
}
.accordion-pr .panel-title a.collapsed .la:before {
  content: "\f110";
}
.accordion-pr .panel-title .img {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  vertical-align: top;
}
.accordion-pr .panel-title .la {
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 22px;
  margin-top: -11px;
  line-height: 1;
  color: #cacaca;
}
.accordion-pr .panel-title h2 {
  font-family: SourceSansPro-Regular;
  margin-top: 0;
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  max-width: 67%;
  margin-bottom: 0;
  padding-left: 10px;
  vertical-align: top;
}
.accordion-pr .panel-title h2 span {
  display: block;
  font-family: 'Open Sans';
  font-size: 20px;
  color: #3C3C3C;
}
.quote {
  position: relative;
  padding-left: 130px;
  max-width: 1000px;
}
.quote .fa {
  position: absolute;
  left: 0;
  top: 0;
  color: #F22727;
  font-size: 50px;
}
.quote p {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.4em;
}
.quote p.name {
  font-size: 20px;
  font-family: 'SourceSansPro-Regular';
  margin-top: 50px;
}
.quote p.name span {
  color: #F22727;
}
.max-width-md {
  max-width: 1400px;
}
.content-single {
  max-width: 670px;
  margin: 0 auto;
  padding: 60px 0;
}
.content-s-img {
  padding: 65px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.has-mar {
  padding-top: 65px;
  padding-bottom: 65px;
}
.has-mar.quote .fa {
  top: 65px;
}
.border-top {
  position: relative;
}
.border-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #e6e6e6;
}
.content-contact {
  padding: 60px 0;
  margin-top: 60px;
  border-top: 1px solid #e6e6e6;
}
.contact-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.contact-info .item-contact {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 20px;
}
.contact-info .item-contact a {
  color: #3C3C3C;
  text-decoration: none !important;
}
.contact-info .item-contact a:hover {
  text-decoration: underline!important;
}
#map {
  padding-top: 30%;
}
.social-share {
  padding-bottom: 30px;
}
.social-share a {
  color: #3C3C3C;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 18px;
}
.social-share a:hover {
  color: #F22727;
}
.sect-webinar-form {
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.sect-webinar-form.off {
  display: none;
}
.sect-webinar-content.off {
  display: none;
}
.filter-res .toggle-filter {
  font-family: 'SourceSansPro-Bold', sans-serif;
  color: #F22727;
  cursor: pointer;
}
.filter-res .toggle-filter.open .la {
  transform: rotate(180deg);
}
.filter-res .toggle-filter .la {
  margin-left: 5px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.filter-res .sort-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter-res .content-toggle {
  display: none;
}
.filter-res .wrap-check {
  position: relative;
  margin-right: 40px;
}
.filter-res .wrap-check input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.filter-res .wrap-check input:checked + span:before {
  content: "\f17b";
  line-height: 12px;
  font-size: 12px;
  color: #F22727;
}
.filter-res .wrap-check span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 30px;
}
.filter-res .wrap-check span:before {
  content: "";
  font-family: "LineAwesome";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  border: 1px solid #F22727;
  width: 14px;
  height: 14px;
}
.white-popup {
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  padding: 90px ;
  position: relative;
}
.white-popup p + p {
  font-size: 14px;
}
.white-popup .mfp-close {
  color: #3C3C3C;
  right: 10px;
  top: 10px;
}
.white-popup .btn {
  margin-top: 10px;
  padding: 13px 30px;
}
.white-popup .form {
  margin-top: 20px;
}
.white-popup .form input[type=text],
.white-popup .form input[type=email],
.white-popup .form input[type=number],
.white-popup .form input[type=tel],
.white-popup .form textarea {
  padding: 13px 20px;
  color: #3C3C3C;
  font-size: 16px;
  margin-bottom: 10px;
}
.white-popup .form input.btn {
  width: 100%;
  text-align: center;
}
.white-popup .form input:-moz-placeholder,
.white-popup .form textarea:-moz-placeholder {
  font-size: 16px;
}
.white-popup .form input::-moz-placeholder,
.white-popup .form textarea::-moz-placeholder {
  font-size: 16px;
}
.white-popup .form input:-ms-input-placeholder,
.white-popup .form textarea:-ms-input-placeholder {
  font-size: 16px;
}
.white-popup .form input::-webkit-input-placeholder,
.white-popup .form textarea::-webkit-input-placeholder {
  font-size: 16px;
}
.white-popup .form span.wpcf7-not-valid-tip {
  margin-top: -11px;
}
.white-popup h2 {
  font-size: 50px;
  font-family: SourceSansPro-Regular;
  color: #F22727;
  line-height: 1em;
  margin-bottom: 20px;
}
.white-popup h2 span {
  font-family: SourceSansPro-Bold;
}
.banner-prod-h {
  margin-top: 40px;
}
.banner-prod-h img {
  width: 100%;
}
.content-h {
  max-width: 890px;
  margin: 0 auto;
}
.content-h .logo-wrap-h {
  margin-bottom: 20px;
  position: relative;
  text-align: right;
}
.content-h h1 {
  font-size: 54px;
}
.content-h * + h5 {
  margin-top: 20px;
}
.content-h h5 {
  margin-bottom: 15px;
}
.content-h h4 {
  font-size: 28px;
  color: #F22727;
  margin-bottom: 25px;
  margin-top: 35px;
}
.content-h .intro {
  background: #F4F4F4;
  padding: 25px 25px 10px;
  margin: 0 -25px 30px -25px;
}
.content-h .intro p {
  font-size: 30px;
  color: #F22727;
  line-height: 1.2em;
}
.content-h .intro small {
  font-size: 16px;
  color: #3C3C3C;
  display: inline-block;
  line-height: 1.6;
}
.content-h .link-wrap {
  text-align: center;
}
.content-h .link-wrap .btn {
  margin-bottom: 20px;
}
.main-footer {
  background-color: #F22727;
  padding: 70px 0 30px 0;
}
.main-footer .foot-menu {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.main-footer .foot-menu > li {
  max-width: 250px;
}
.main-footer .foot-menu > li > a {
  font-family: 'SourceSansPro-Bold';
  font-size: 16px;
}
.main-footer .foot-menu > li + li {
  padding-left: 15px;
}
.main-footer .foot-menu > li li {
  margin-top: 20px;
}
.main-footer .foot-menu a {
  color: #fff;
}
.main-footer .foot-menu a:hover {
  text-decoration: underline;
}
.main-footer .bot-foot {
  margin-top: 15px;
}
.main-footer .line {
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: space-between;
}
.main-footer .line + .line {
  border-top: 1px solid #fff;
}
.main-footer .line + .line a:hover {
  text-decoration: underline;
}
.main-footer .line + .line p a {
  text-decoration: underline;
}
.main-footer .line + .line p a:hover {
  text-decoration: none;
}
.main-footer .line p,
.main-footer .line a {
  color: #fff;
  margin-bottom: 0;
}
.main-footer .social a {
  font-size: 30px;
  margin-left: 20px;
  line-height: 1;
}
@media (min-width: 768px) {
  .content-s-img .flex-md-row-reverse .col-md-6:first-child {
    text-align: right;
  }
}
@media (min-width: 1340px) {
  .content-h .logo-wrap-h {
    margin-bottom: 0;
  }
  .content-h .logo-wrap-h img {
    position: absolute;
    left: 100%;
    margin-left: 60px;
  }
}
@media (min-width: 1440px) {
  .banner-prod-h {
    position: relative;
    padding-top: 450px;
    overflow: hidden;
  }
  .banner-prod-h img {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1300px) {
  .main-header .container {
    max-width: 90%;
  }
}
@media (min-width: 1700px) {
  .main-header .container {
    max-width: 1640px;
  }
}
@media (min-width: 992px) {
  .img-lg-mt50 {
    margin-top: 50px;
  }
}
@media (max-height: 900px) {
  .logo {
    max-width: 150px;
    height: 150px;
  }
  .logo img {
    height: 150px;
    width: 150px;
  }
  .wrap-menu {
    padding-top: 10px;
    height: 100%;
  }
  .banner h1 {
    font-size: 40px;
  }
  .banner .container-ban {
    padding-top: 150px;
  }
}
@media (max-height: 730px) {
  .banner {
    padding-top: 0 !important;
  }
  .banner .container-ban {
    position: relative;
  }
  .banner .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .banner h1 {
    font-size: 40px;
  }
}
@media (max-width: 1680px) {
  .banner .container {
    max-width: 64%;
  }
}
@media (max-width: 1655px) {
  .feature-wrap {
    max-width: 90%;
  }
}
@media (max-width: 1540px) {
  .main-header .container {
    max-width: 98%;
  }
  .banner .container {
    max-width: 68%;
  }
  .max-width-md {
    max-width: 95%;
  }
  .main-menu > ul > li + li {
    margin-left: 40px;
  }
}
@media (max-width: 1500px) {
  .pad-l-100 {
    padding-left: 15px;
  }
  .h2-font-lg h2 {
    font-size: 50px;
  }
  .white-popup {
    padding: 40px 50px;
  }
  .btn.right-fix {
    padding: 12px 30px;
    border-radius: 33px 33px 0 0;
    -webkit-transform-origin: right 75px;
    transform-origin: right 51px;
  }
}
@media (max-width: 1200px) {
  .sect-webinar-form {
    -webkit-background-size: auto;
    background-size: auto;
  }
  .left-15 {
    margin-left: 0;
  }
  .feature-wrap {
    max-width: 100%;
  }
  .item-feature h2 span {
    line-height: 1.23em;
    font-size: 1em;
    padding-right: 15px;
    position: static;
  }
  .item-feature .col-lg-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (max-width: 1024px) {
  .wrap-menu {
    display: none;
  }
  .btn.right-fix {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: auto;
    bottom: 0;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 20px 0 0 0;
  }
  .home-page .toggle-menu span {
    background: #fff;
  }
  .toggle-menu {
    display: block;
    width: 40px;
    height: 24px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 10;
  }
  .toggle-menu.on span {
    background: #fff;
  }
  .toggle-menu span {
    display: block;
    height: 2px;
    background: #3C3C3C;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .toggle-menu span + span {
    margin-top: 8px;
  }
  .mob-search {
    background: #F22727;
    position: relative;
    padding: 0  30px 30px 30px;
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .mob-search input {
    font-family: "Open Sans";
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    color: #3C3C3C;
    border-radius: 22px;
  }
  .mob-search button {
    position: absolute;
    right: 40px;
    top: 6px;
    background: transparent;
    color: #3C3C3C;
    font-size: 26px;
  }
  .mob-menu {
    display: block;
    width: 400px;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
  }
  .mob-menu.open {
    visibility: visible;
    z-index: 2;
  }
  .mob-menu.open .mob-search {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mob-menu.open > ul {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mob-menu > ul {
    background: #F22727;
    padding: 70px 30px 30px 30px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .mob-menu > ul > li {
    position: relative;
    padding-right: 30px;
  }
  .mob-menu > ul > li .la {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 24px;
    top: 0;
    cursor: pointer;
    line-height: 1;
  }
  .mob-menu > ul > li .la.open:before {
    content: "\f28e";
  }
  .mob-menu > ul > li + li {
    margin-top: 15px;
  }
  .mob-menu > ul > li ul {
    display: none;
    padding-left: 10px;
  }
  .mob-menu > ul > li ul li {
    margin-top: 15px;
  }
  .mob-menu > ul a {
    color: #fff;
  }
  .accordion-pr {
    display: block;
  }
  .accordion-pr .panel {
    max-width: 100%;
  }
  .accordion-pr .panel-title .img {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
  .accordion-pr .panel-body p {
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    max-width: 77%;
  }
  .quote {
    padding-left: 80px;
  }
  .quote p {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .sect-webinar-form {
    background-image: none !important;
  }
  h1 {
    font-size: 40px;
  }
  .content-h h1 {
    font-size: 40px;
  }
  .content-h .intro {
    padding: 15px 15px 7px;
    margin: 0 -15px 30px -15px;
  }
  .content-h .intro p {
    font-size: 24px;
  }
  .label-h {
    margin-bottom: 15px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .md-text-center {
    text-align: center;
  }
  .feature-container {
    margin-top: 25px;
  }
  .main-menu {
    display: none;
  }
  .logo {
    max-width: 100px;
  }
  .banner h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .banner .container-ban {
    padding-top: 100px;
  }
  .banner p {
    font-size: 18px;
  }
  .banner .btn {
    margin-top: 15px;
  }
  .logo-slider {
    padding: 20px 20px;
  }
  .logo-slider .slick-list {
    overflow: hidden;
  }
  .logo-slider .logo-item {
    padding: 0 10px;
  }
  .main-section {
    padding: 40px 0;
  }
  .main-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .main-section h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .item-feature {
    padding: 40px 0;
  }
  .item-feature img,
  .item-feature .video {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .item-feature .col-lg-8 {
    text-align: center !important;
  }
  .intro p {
    font-size: 18px;
  }
  .btn {
    margin-top: 20px;
  }
  .h2-mar-sm h2 {
    margin-bottom: 5px;
  }
  .wrap-links-scroll a {
    font-size: 18px;
  }
  .product-item {
    padding: 30px 0;
  }
  .product-item h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .product-item h5 {
    font-size: 18px;
  }
  .product-item .btn {
    margin-top: 10px;
  }
  .scr-top {
    right: 10px;
  }
  .form {
    margin: 30px auto 0 auto;
  }
  .form *:-moz-placeholder {
    font-size: 18px;
  }
  .form *::-moz-placeholder {
    font-size: 18px;
  }
  .form *:-ms-input-placeholder {
    font-size: 18px;
  }
  .form *::-webkit-input-placeholder {
    font-size: 18px;
  }
  .form input[type=text],
  .form input[type=email],
  .form input[type=number],
  .form input[type=tel],
  .form textarea {
    font-size: 18px;
  }
  .search-res input:-moz-placeholder {
    font-size: 18px;
  }
  .search-res input::-moz-placeholder {
    font-size: 18px;
  }
  .search-res input:-ms-input-placeholder {
    font-size: 18px;
  }
  .search-res input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .search-res input[type=text],
  .search-res input[type=email] {
    font-size: 18px;
  }
  .item-result {
    padding: 20px 0 ;
    text-align: right;
  }
  .item-result p,
  .item-result h3 {
    text-align: left;
  }
  .item-result .more {
    position: static;
  }
  .products.font-h-md .product-item h2 {
    font-size: 34px;
  }
  .page-not-found h1 {
    font-size: 82px;
    margin-bottom: 20px;
  }
  #map {
    padding-top: 260px;
  }
  .content-single {
    padding: 30px 0;
  }
  .content-s-img {
    padding: 30px 0;
  }
  .content-s-img .col-md-6:first-child {
    text-align: center;
    margin-bottom: 20px;
  }
  .has-mar {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .has-mar.quote .fa {
    top: 30px;
  }
  .video-full {
    margin-top: 20px;
  }
  .content-contact {
    padding-top: 30px;
    margin-top: 30px;
  }
  .main-footer {
    padding: 40px 0;
  }
  .main-footer .foot-menu > li li {
    margin-top: 15px;
  }
  .main-footer .foot-menu a {
    font-size: 15px;
  }
  .white-popup {
    padding: 20px 15px;
  }
  .white-popup h2 {
    font-size: 30px;
  }
  .gform_wrapper textarea,
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 18px!important;
  }
}
@media (max-width: 820px) {
  .accordion-pr .panel {
    border-radius: 104px;
  }
  .accordion-pr .panel .panel-title a {
    -ms-flex-align: center;
    align-items: center;
  }
  .accordion-pr .panel .panel-title h2 {
    margin-top: 0;
  }
}
@media (max-width: 770px) {
  .accordion-pr .panel {
    border-radius: 60px;
  }
  .accordion-pr .panel .panel-title a {
    padding: 15px;
    border-radius: 0;
  }
  .accordion-pr .panel .panel-title .img {
    -ms-flex: 0 0 92px;
    flex: 0 0 92px;
    max-width: 92px;
  }
  .accordion-pr .panel .panel-body {
    border-radius: 0;
    display: block;
  }
  .accordion-pr .panel .panel-body p {
    max-width: 100%;
    padding-left: 0;
  }
  .accordion-pr .panel .panel-body p:first-child {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .main-header .container {
    max-width: 100%;
  }
  .max-width-md {
    max-width: 100%;
  }
  h1 {
    font-size: 34px;
  }
  .main-section h1 {
    margin-bottom: 20px;
  }
  .product-item {
    display: block;
  }
  .product-item .img,
  .product-item .text {
    display: block;
    max-width: 100%;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    width: 100%;
    padding: 0 !important;
  }
  .product-item h2 {
    margin-top: 20px;
  }
  .wrap-links-scroll:not(.width-md) {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  .wrap-links-scroll.width-md {
    margin-top: 20px;
  }
  .wrap-links-scroll.width-md a {
    font-size: 16px;
  }
  .contact-info .item-contact {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .quote p {
    font-size: 20px;
  }
  .quote p.name {
    margin-top: 15px;
  }
  .products.products.case .product-item .btn {
    margin-left: 0;
  }
  .products.font-h-md .product-item h2 {
    font-size: 34px;
  }
  .products.font-h-md .product-item h5 {
    font-size: 20px;
  }
  .about-partner {
    padding: 20px 0;
  }
  .main-footer .col-md-3 {
    margin-bottom: 15px;
  }
  .main-footer .foot-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-footer .foot-menu > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 15px;
    padding-left: 0 !important;
  }
  .main-footer .foot-menu > li li {
    margin-top: 10px;
  }
  .main-footer .line {
    display: block;
    text-align: center;
    font-size: 15px;
  }
  .main-footer .social {
    margin-top: 15px;
  }
  .main-footer .social a {
    margin: 0 7px;
  }
  .gform_wrapper .gform_footer:not(.top_label),
  html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
    display: block;
  }
  .gform_wrapper .gform_footer:not(.top_label) > span,
  html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) > span {
    width: 100%;
    padding: 0;
    display: block;
  }
  .gform_wrapper .gform_footer:not(.top_label) > span:first-child,
  html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) > span:first-child {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 641px) {
  div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100% !important;
    padding: 0 !important;
  }
  .gform_wrapper ul.gform_fields li.gfield {
    padding-left: 0;
  }
  .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .banner h1 {
    font-size: 30px;
  }
  .banner .container {
    max-width: 100%;
  }
  .item-sol .img {
    height: auto !important;
  }
  .main-section h2 {
    font-size: 26px;
  }
  .off-partners .col-sm-4 {
    display: block;
  }
  .wrap-links-scroll.width-md a {
    font-size: 15px;
  }
  .page-not-found .search-res {
    margin-left: 0;
  }
  .accordion-pr .panel {
    border-radius: 45px;
  }
  .accordion-pr .panel .panel-title .img {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
  }
  .quote {
    padding-left: 30px;
  }
  .quote .fa {
    font-size: 20px;
  }
  .quote p {
    font-size: 18px;
  }
  .main-footer .foot-menu > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
