@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&family=Roboto+Slab&display=swap");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

a {
  color: inherit; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

.slick-slider *:focus {
  outline: 0; }

p {
  margin: 0; }

html {
  overflow-x: hidden; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  overflow-x: hidden; }
  body.scrolled header {
    background: #fff;
    color: #000;
    line-height: 90px; }
    body.scrolled header .right nav .item:after, body.scrolled header .right nav .item .sub {
      top: 86px; }
    body.scrolled header .right nav .item:before {
      bottom: 4px; }
    @media only screen and (max-width: 767px) {
      body.scrolled header {
        line-height: 80px; } }
  body.scrolled nav.main .header {
    line-height: 90px; }
    @media only screen and (max-width: 767px) {
      body.scrolled nav.main .header {
        line-height: 80px; } }

@keyframes loading {
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes loading {
  100% {
    transform: rotate(360deg); } }
.loading {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 1s; }
  .loading img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: loading 2s infinite; }
  .loading.active {
    opacity: 0;
    visibility: hidden; }

.popup {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8); }
  .popup .cls {
    position: absolute;
    top: 15px;
    right: 15px; }
    .popup .cls img {
      width: 25px; }
  .popup .box {
    background: #fff;
    padding: 60px;
    margin: 60px auto;
    width: 1000px;
    max-width: 92%; }
    .popup .box .content {
      overflow: auto;
      max-height: calc(100vh - 500px); }
    .popup .box .title {
      font-size: 45px;
      font-family: "freight-big-pro";
      margin: 0 0 30px 0;
      font-weight: bold; }
    .popup .box .buttons {
      margin-top: 30px;
      text-align: right; }
      .popup .box .buttons .button {
        display: inline-block;
        padding: 0 30px;
        line-height: 45px;
        background: #E5623E;
        color: #fff;
        margin-left: 15px;
        transition: .4s; }
        .popup .box .buttons .button.ok {
          background: #48D46D; }
        .popup .box .buttons .button.disabled {
          opacity: .5; }
        .popup .box .buttons .button:hover {
          background: #032968;
          color: #fff; }
    @media only screen and (max-width: 767px) {
      .popup .box {
        padding: 30px 15px; } }
  .popup.active {
    opacity: 0;
    visibility: hidden; }

h1, h2 {
  font-family: "freight-big-pro";
  line-height: normal; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 110px;
  padding: 0 40px;
  color: #fff;
  z-index: 9;
  transition: .4s; }
  header .logo {
    display: inline-block; }
    header .logo .icon {
      display: none;
      height: 58px; }
    @media only screen and (max-width: 767px) {
      header .logo img {
        height: 35px; } }
  header .right {
    float: right; }
    header .right a {
      display: inline-block; }
      header .right a img {
        margin-left: 10px; }
      @media only screen and (max-width: 767px) {
        header .right a {
          font-size: 0; } }
    header .right nav {
      display: inline-block;
      margin-right: 25px; }
      header .right nav .item {
        display: inline-block;
        padding: 0 25px;
        margin-right: -5px;
        position: relative; }
        header .right nav .item:after {
          content: '';
          left: 0;
          width: 0;
          height: 2px;
          top: 80px;
          background: #E5623E;
          position: absolute;
          margin-top: -2px;
          z-index: 1; }
        header .right nav .item:before {
          content: '';
          width: 0;
          height: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom: 6px solid #E5623E;
          position: absolute;
          bottom: 10px;
          left: 0;
          right: 0;
          margin: auto;
          opacity: 0; }
        header .right nav .item .sub {
          position: absolute;
          left: 0;
          width: 250px;
          padding: 30px 20px 10px 30px;
          background: #48D46D;
          top: 100px;
          z-index: 1;
          opacity: 0;
          visibility: hidden;
          line-height: normal;
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          border-top: 4px solid #E5623E; }
          header .right nav .item .sub a {
            display: block;
            margin: 0 0 10px 0;
            padding-bottom: 10px;
            color: #032968;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            transition: .4s; }
            header .right nav .item .sub a:hover {
              color: #fff; }
            header .right nav .item .sub a.active {
              font-weight: bold; }
            header .right nav .item .sub a:last-of-type {
              border: 0; }
        header .right nav .item.has-sub:hover {
          /*&:after{
          	width: 220px;
          	transition: .4s;
          }*/ }
          header .right nav .item.has-sub:hover .sub {
            visibility: visible;
            opacity: 1;
            transition: .4s;
            /*transition-delay: .2s;*/ }
          header .right nav .item.has-sub:hover:before {
            transition: .4s;
            opacity: 1; }
        @media (min-width: 768px) and (max-width: 991px) {
          header .right nav .item {
            display: none; }
            header .right nav .item.contact {
              display: inline-block;
              margin: 0;
              padding: 0; } }
        @media only screen and (max-width: 767px) {
          header .right nav .item {
            display: none; }
            header .right nav .item.contact {
              display: inline-block;
              margin: 0;
              padding: 0; }
              header .right nav .item.contact img {
                margin: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        header .right nav {
          margin-right: 0; } }
      @media only screen and (max-width: 767px) {
        header .right nav {
          margin-right: 0; } }
    header .right .menu {
      margin-left: 80px;
      display: none; }
      @media (min-width: 768px) and (max-width: 991px) {
        header .right .menu {
          margin-left: 20px;
          display: inline-block; } }
      @media only screen and (max-width: 767px) {
        header .right .menu {
          margin-left: 20px;
          display: inline-block; } }
    header .right .bl {
      display: none; }
  header.page {
    color: #000; }
    header.page .logo {
      display: none; }
    header.page .gr {
      display: none; }
    header.page .bl {
      display: inline-block; }
    @media only screen and (max-width: 767px) {
      header.page {
        padding-left: 65px; } }
  header.detail .logo {
    display: inline-block; }
    header.detail .logo img {
      display: none; }
    header.detail .logo .icon {
      display: inline-block; }
  header.product-header {
    background: #fff;
    color: #000; }
    header.product-header .logo {
      display: inline-block; }
      header.product-header .logo img {
        display: inline-block; }
      header.product-header .logo .icon {
        display: none; }
  header.home {
    background: #fff;
    color: #000;
    line-height: 90px; }
    header.home .right nav .item:after, header.home .right nav .item .sub {
      top: 86px; }
    header.home .right nav .item:before {
      bottom: 4px; }
    @media only screen and (max-width: 767px) {
      header.home {
        line-height: 80px; } }
  @media only screen and (max-width: 767px) {
    header {
      padding: 0 15px;
      line-height: 80px; } }

footer .top {
  background: #48D46D;
  padding: 60px 0 55px 0;
  color: #032968; }
  footer .top a {
    display: block;
    margin-bottom: 5px; }
  footer .top .title {
    font-size: 22px;
    font-family: "freight-big-pro";
    margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    footer .top {
      padding: 30px 0 0 0; }
      footer .top .title {
        margin-bottom: 15px; }
      footer .top .col-sm-2 {
        margin-bottom: 30px; } }
footer .bottom {
  background: #000;
  color: #fff;
  padding: 16px 0;
  font-size: 13px; }
  @media only screen and (max-width: 767px) {
    footer .bottom .text-right {
      margin-top: 15px; } }
footer .social {
  margin-bottom: 20px; }
  footer .social a {
    display: inline-block; }
    footer .social a img {
      width: 24px; }
footer.page-footer {
  position: relative;
  z-index: 11; }
  @media only screen and (max-width: 767px) {
    footer.page-footer {
      z-index: 8;
      margin-left: 50px;
      width: calc(100% - 50px); } }
@media only screen and (max-width: 767px) {
  footer .text-right {
    text-align: left !important; }
  footer .pull-right {
    float: none !important; } }

nav.main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-image: url(../img/nav-bg.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #032968;
  opacity: 0;
  visibility: hidden;
  transition: 1s; }
  nav.main .header {
    line-height: 110px;
    padding: 0 40px;
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    nav.main .header .logo {
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        nav.main .header .logo img {
          height: 35px; } }
    nav.main .header .right {
      float: right; }
      nav.main .header .right a {
        display: inline-block; }
        nav.main .header .right a img {
          margin-left: 10px; }
        @media only screen and (max-width: 767px) {
          nav.main .header .right a {
            font-size: 0; } }
      nav.main .header .right .cls {
        margin-left: 24px;
        margin-right: 3px; }
        @media only screen and (max-width: 767px) {
          nav.main .header .right .cls {
            margin-left: 24px; } }
    @media only screen and (max-width: 767px) {
      nav.main .header {
        padding: 0 15px;
        line-height: 80px; } }
  nav.main .links .title {
    font-size: 28px;
    margin-bottom: 40px;
    position: relative;
    font-family: "freight-big-pro"; }
    nav.main .links .title:before {
      content: '';
      position: absolute;
      width: 30px;
      height: 1px;
      background: #032968;
      left: -45px;
      top: 0;
      bottom: 0;
      margin: auto; }
  nav.main .links a {
    display: block;
    margin-bottom: 5px; }
  nav.main .links .col-sm-3 {
    opacity: 0;
    position: relative;
    top: -30px;
    transition: .7s; }
  @media only screen and (max-width: 767px) {
    nav.main .links {
      width: 100%;
      padding: 0 15px 0 30px; }
      nav.main .links .col-sm-3 {
        margin-bottom: 25px; }
      nav.main .links a {
        font-size: 12px; }
      nav.main .links .title {
        margin-bottom: 5px;
        font-size: 16px; }
        nav.main .links .title:before {
          width: 15px;
          left: -25px; } }
  nav.main .bottom {
    line-height: 110px;
    padding: 0 40px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    nav.main .bottom a {
      display: inline-block;
      margin-right: 40px; }
      @media only screen and (max-width: 767px) {
        nav.main .bottom a {
          margin-right: 12px; } }
    nav.main .bottom .pull-right {
      margin: 0; }
    @media only screen and (max-width: 767px) {
      nav.main .bottom {
        line-height: normal;
        font-size: 12px;
        padding: 15px; }
        nav.main .bottom .pull-right {
          margin-top: 15px;
          float: none !important; } }
  nav.main .thanks {
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.2);
    width: 410px;
    max-width: 100%; }
    nav.main .thanks .title {
      margin-bottom: 10px; }
      nav.main .thanks .title:before {
        display: none; }
    @media only screen and (max-width: 767px) {
      nav.main .thanks {
        margin-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    nav.main .thanks-col .title:before {
      display: none; } }
  @media (min-width: 768px) {
    nav.main .thanks-col {
      width: 20%; } }
  nav.main.active {
    opacity: 1;
    visibility: visible; }
    nav.main.active .links .col-sm-3 {
      top: 0;
      opacity: 1; }
      nav.main.active .links .col-sm-3:nth-of-type(1) {
        transition-delay: .2s; }
      nav.main.active .links .col-sm-3:nth-of-type(2) {
        transition-delay: .4s; }
      nav.main.active .links .col-sm-3:nth-of-type(3) {
        transition-delay: .6s; }
      nav.main.active .links .col-sm-3:nth-of-type(4) {
        transition-delay: .8s; }
      nav.main.active .links .col-sm-3:nth-of-type(5) {
        transition-delay: 1s; }

nav.left {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background-color: #081425;
  color: #fff;
  background-image: url(../img/left-bg.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10; }
  nav.left .icon {
    display: block;
    margin: 40px 0 75px 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      nav.left .icon {
        margin: 25px 0; }
        nav.left .icon img {
          width: 30px; } }
  nav.left .links {
    padding-left: 40px; }
    nav.left .links a {
      margin-bottom: 5px;
      display: block;
      position: relative; }
      nav.left .links a:before {
        content: '';
        position: absolute;
        width: 12px;
        height: 1px;
        background: #fff;
        left: -22px;
        top: 0;
        bottom: 0;
        margin: auto;
        opacity: 0; }
      nav.left .links a.active:before {
        opacity: 1; }
    nav.left .links .title {
      font-size: 22px;
      margin-bottom: 25px;
      font-family: "freight-big-pro"; }
    @media only screen and (max-width: 767px) {
      nav.left .links {
        transform: rotate(90deg);
        white-space: nowrap; }
        nav.left .links .title, nav.left .links a {
          display: inline-block;
          margin-right: 15px;
          margin-bottom: 0; }
        nav.left .links a.active {
          margin-left: 25px; } }
  nav.left.green {
    background: #48D46D;
    color: #032968; }
    nav.left.green .links a.active:before {
      background: #032968; }
  nav.left.orange {
    background: #FD5D1F;
    color: #191919; }
    nav.left.orange .links a.active:before {
      background: #191919; }
  nav.left.blue {
    background: #032968; }
  @media only screen and (max-width: 767px) {
    nav.left {
      width: 50px;
      overflow: auto; } }

@keyframes scrolldown {
  0% {
    transform: translateY(20%) rotate(45deg);
    opacity: 0.7; }
  50% {
    transform: translateY(0%) rotate(45deg);
    opacity: 0.2; }
  100% {
    transform: translateY(20%) rotate(45deg);
    opacity: 0.7; } }
main.home em {
  font-style: normal !important; }
  main.home em a {
    padding-right: 20px;
    background: url(../img/icon-link.svg) no-repeat center right; }
main.home .home-slider {
  position: relative; }
  main.home .home-slider .item {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    background-size: cover;
    min-height: 600px; }
    main.home .home-slider .item img {
      display: inline-block; }
    main.home .home-slider .item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(7, 21, 36, 0.5); }
    main.home .home-slider .item video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    main.home .home-slider .item .container {
      position: relative;
      z-index: 1; }
      @media (min-width: 1464px) {
        main.home .home-slider .item .container {
          width: 80%; } }
      @media only screen and (max-width: 767px) {
        main.home .home-slider .item .container {
          text-align: center !important; } }
    main.home .home-slider .item h1 {
      font-size: 30px;
      margin: 25px 0 30px 0;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        main.home .home-slider .item h1 {
          margin: 15px 0 20px 0;
          font-size: 20px; }
          main.home .home-slider .item h1 br {
            display: none; } }
    main.home .home-slider .item .sub {
      font-size: 12px; }
    main.home .home-slider .item .sub + h1 {
      margin: 20px 0; }
    main.home .home-slider .item .sub, main.home .home-slider .item .date, main.home .home-slider .item .desc {
      color: #fff; }
    main.home .home-slider .item .desc {
      margin: 20px 0 30px 0; }
    main.home .home-slider .item .button {
      display: inline-block;
      padding: 0 30px;
      line-height: 45px;
      background: #032968;
      color: #fff;
      margin: 0 8px;
      margin-bottom: 30px;
      transition: .4s; }
      main.home .home-slider .item .button:hover {
        background: #E5623E;
        color: #fff; }
      main.home .home-slider .item .button.orange {
        background: #E5623E; }
        main.home .home-slider .item .button.orange:hover {
          background: #032968; }
    main.home .home-slider .item .more {
      color: #E5623E; }
      main.home .home-slider .item .more:after {
        content: '';
        display: block;
        margin: 35px auto 0 auto;
        width: 1px;
        height: 35px;
        background: #E5623E; }
      @media only screen and (max-width: 767px) {
        main.home .home-slider .item .more:after {
          margin: 15px auto 0 auto; } }
    main.home .home-slider .item .txt {
      display: inline-block;
      max-width: 48%;
      width: 450px; }
      @media only screen and (max-width: 767px) {
        main.home .home-slider .item .txt {
          width: 100%;
          max-width: 100%; } }
    main.home .home-slider .item .img {
      background-position: center;
      background-size: cover;
      width: 50%;
      height: 100%;
      position: absolute;
      left: 0; }
      main.home .home-slider .item .img.right {
        left: 50%; }
      @media only screen and (max-width: 767px) {
        main.home .home-slider .item .img {
          width: 100%; }
          main.home .home-slider .item .img.right {
            display: none; } }
    @media only screen and (max-width: 767px) {
      main.home .home-slider .item {
        height: 700px;
        min-height: 0; }
        main.home .home-slider .item .container {
          margin-top: 0; } }
  main.home .home-slider .slider-nav {
    position: absolute;
    bottom: 95px;
    left: 0;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      main.home .home-slider .slider-nav {
        bottom: 90px; } }
  main.home .home-slider .slick-dots {
    display: inline-block; }
    main.home .home-slider .slick-dots li {
      margin: 0 5px;
      display: inline-block; }
      main.home .home-slider .slick-dots li button {
        width: 10px;
        height: 10px;
        border-radius: 6px;
        background: #fff;
        padding: 0;
        border: 0;
        font-size: 0;
        vertical-align: middle; }
      main.home .home-slider .slick-dots li.slick-active button {
        background: #E5623E; }
    @media only screen and (max-width: 767px) {
      main.home .home-slider .slick-dots {
        bottom: 30px; } }
  main.home .home-slider .slick-arrow {
    vertical-align: middle;
    font-size: 0;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px; }
    main.home .home-slider .slick-arrow.slick-prev {
      background-image: url(../img/prev.png);
      margin-right: 10px; }
    main.home .home-slider .slick-arrow.slick-next {
      background-image: url(../img/next.png);
      margin-left: 10px; }
main.home .scrollpage {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  cursor: pointer; }
  main.home .scrollpage div {
    left: 50%;
    transform: translateY(0%) rotate(45deg);
    opacity: 0;
    margin-left: -13px;
    z-index: 1 !important; }
  @media only screen and (max-width: 767px) {
    main.home .scrollpage {
      bottom: 10px; } }
main.home h2 {
  color: #E5623E;
  margin: 0;
  font-size: 45px; }
  main.home h2:after {
    content: '';
    display: block;
    height: 1px;
    width: 30px;
    background: #E5623E;
    margin: 30px 0; }
  @media only screen and (max-width: 767px) {
    main.home h2 {
      font-size: 30px; } }
main.home section.about {
  padding: 110px 0; }
  main.home section.about img {
    width: 30px;
    vertical-align: top; }
  main.home section.about .txt {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 35px);
    padding-left: 20px; }
  @media only screen and (max-width: 767px) {
    main.home section.about {
      padding: 60px 0; } }
main.home section.banner {
  position: relative;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  font-family: "freight-big-pro";
  font-size: 30px; }
  main.home section.banner .container {
    position: relative;
    z-index: 1; }
  main.home section.banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 767px) {
    main.home section.banner {
      font-size: 20px;
      height: 300px; } }
main.home section.newsletter {
  background: #032968;
  color: #fff;
  padding: 75px 0; }
  main.home section.newsletter form {
    width: 415px;
    max-width: 100%;
    margin-top: 25px;
    position: relative; }
  main.home section.newsletter input {
    height: 45px;
    background: #fff;
    border: 0;
    border-radius: 22.5px;
    width: 100%;
    padding: 0 20px;
    color: #0B5F8E; }
  main.home section.newsletter button {
    position: absolute;
    right: 20px;
    top: 0;
    width: 30px;
    height: 45px;
    border: 0;
    background-color: #fff;
    background-position: center;
    background-image: url(../img/send.svg);
    background-repeat: no-repeat;
    padding: 0; }
  main.home section.newsletter h3 {
    font-family: "freight-big-pro";
    font-size: 26px;
    margin: 0 0 10px 0; }
  @media only screen and (max-width: 767px) {
    main.home section.newsletter {
      padding: 60px 0; }
      main.home section.newsletter h3 {
        margin: 50px 0 30px 0; } }

main.page {
  padding-top: 110px;
  padding-left: 310px;
  min-height: calc(100vh - 291px); }
  main.page h1 {
    font-size: 45px;
    font-family: "freight-big-pro";
    margin: 0 0 60px 0;
    position: relative; }
    main.page h1:before {
      content: '';
      position: absolute;
      width: 30px;
      height: 1px;
      background: #000;
      left: -40px;
      top: 0;
      bottom: 0;
      margin: auto;
      opacity: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      main.page h1 {
        font-size: 35px; } }
    @media only screen and (max-width: 767px) {
      main.page h1 {
        font-size: 25px;
        margin: 0 0 30px 0; } }
  main.page section {
    margin-bottom: 110px;
    text-align: right; }
    main.page section img {
      width: 500px;
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 992px) and (max-width: 1199px) {
        main.page section img {
          width: 300px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        main.page section img {
          width: calc(100% - 30px);
          margin-right: 30px;
          margin-top: 30px; } }
      @media only screen and (max-width: 767px) {
        main.page section img {
          width: calc(100% - 15px);
          margin-right: 15px;
          margin-top: 30px; } }
    main.page section .txt {
      text-align: left;
      display: inline-block;
      vertical-align: middle;
      padding-right: 100px;
      width: calc(100% - 505px); }
      main.page section .txt em {
        font-style: normal !important; }
        main.page section .txt em a {
          padding-right: 20px;
          background: url(../img/icon-link.svg) no-repeat center right; }
      @media (min-width: 992px) and (max-width: 1199px) {
        main.page section .txt {
          width: calc(100% - 305px);
          padding-right: 50px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        main.page section .txt {
          padding-right: 30px;
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        main.page section .txt {
          padding-right: 15px;
          width: 100%; } }
    main.page section ul {
      padding-left: 20px; }
    main.page section:nth-of-type(even) {
      text-align: left; }
      main.page section:nth-of-type(even) .txt {
        padding-left: 100px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          main.page section:nth-of-type(even) .txt {
            padding-left: 50px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          main.page section:nth-of-type(even) .txt {
            padding-left: 0; } }
        @media only screen and (max-width: 767px) {
          main.page section:nth-of-type(even) .txt {
            padding-left: 0; } }
    main.page section.left {
      text-align: left;
      margin-bottom: 0; }
    main.page section.contact img {
      width: 660px; }
    main.page section.contact iframe {
      width: 660px;
      height: 400px;
      display: inline-block;
      vertical-align: middle; }
    main.page section.contact .txt {
      width: calc(100% - 665px);
      padding-left: 0; }
    main.page section.contact .social {
      margin-top: 30px; }
      main.page section.contact .social a {
        display: inline-block;
        text-align: center;
        width: 40px;
        line-height: 40px;
        background: #081425;
        border-radius: 50%;
        margin-right: 10px; }
        main.page section.contact .social a img {
          width: 20px;
          margin: 0 !important; }
    @media (min-width: 992px) and (max-width: 1199px) {
      main.page section.contact img {
        width: 300px; }
      main.page section.contact iframe {
        width: 300px;
        height: 250px; }
      main.page section.contact .txt {
        width: calc(100% - 305px); } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.page section.contact img {
        width: 100%; }
      main.page section.contact iframe {
        width: calc(100% - 30px);
        margin-top: 30px;
        height: 300px; }
      main.page section.contact .txt {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      main.page section.contact img {
        width: 100%; }
      main.page section.contact iframe {
        width: calc(100% - 15px);
        margin-top: 30px;
        height: 300px; }
      main.page section.contact .txt {
        width: 100%; } }
    main.page section.content {
      text-align: left;
      padding-right: 140px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        main.page section.content {
          padding-right: 50px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        main.page section.content {
          padding-right: 30px; } }
      @media only screen and (max-width: 767px) {
        main.page section.content {
          padding-right: 15px; } }
    main.page section a strong {
      display: inline-block;
      padding: 0 30px;
      line-height: 45px;
      background: #032968;
      color: #fff;
      transition: .4s;
      white-space: nowrap; }
      @media only screen and (max-width: 767px) {
        main.page section a strong {
          font-size: 11px;
          padding: 0 15px; } }
      main.page section a strong:hover {
        background: #E5623E;
        color: #fff; }
    @media (min-width: 768px) and (max-width: 991px) {
      main.page section {
        margin-bottom: 60px; } }
    @media only screen and (max-width: 767px) {
      main.page section {
        margin-bottom: 60px; } }
  main.page .products {
    text-align: left;
    padding-right: 100px;
    /*.col-sm-4:nth-of-type(3n+1){
    	clear: left;
    }*/ }
    main.page .products .filter {
      width: 220px;
      height: 44px;
      border: 0;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      background: #081425;
      color: #fff;
      padding: 0 20px;
      background-image: url(../img/select-arrow.svg);
      background-repeat: no-repeat;
      background-position: 90%;
      margin-bottom: 50px; }
    main.page .products .product {
      display: block;
      margin-bottom: 50px; }
    main.page .products .desc {
      height: 60px;
      overflow: hidden; }
    main.page .products .img {
      padding-bottom: 70%;
      background-position: center;
      background-size: cover;
      position: relative; }
      main.page .products .img img {
        width: auto;
        height: 40px;
        position: absolute;
        top: 30px;
        left: 30px; }
    main.page .products h2 {
      font-size: 28px;
      margin: 30px 0 15px 0; }
    main.page .products span {
      color: #48D46D; }
  main.page.detail {
    padding: 110px 100px 0 100px; }
    main.page.detail .product {
      text-align: left; }
      main.page.detail .product .back {
        font-size: 22px;
        font-family: "freight-big-pro"; }
        main.page.detail .product .back:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 30px;
          height: 1px;
          margin-right: 10px;
          background: #000; }
      main.page.detail .product h1 {
        margin: 80px 0 30px 0; }
      main.page.detail .product .sub {
        font-size: 24px;
        font-family: "freight-big-pro"; }
      main.page.detail .product video {
        width: 100%;
        display: block; }
      main.page.detail .product .buttons {
        margin-top: 50px; }
        main.page.detail .product .buttons .button {
          line-height: 42px;
          padding: 0 20px;
          display: inline-block;
          background: #48D46D;
          color: #fff;
          margin-right: 10px;
          transition: .4s; }
          main.page.detail .product .buttons .button:hover {
            background: #E5623E; }
  main.page .accordion {
    margin: 30px 0; }
    main.page .accordion .title {
      padding: 12px 16px;
      background: #032968;
      color: #fff;
      border-bottom: 1px solid #fff;
      cursor: pointer; }
      main.page .accordion .title:after {
        content: '+';
        float: right;
        font-size: 20px;
        position: relative;
        top: -4px; }
      main.page .accordion .title.active:after {
        content: '-';
        top: -6px; }
    main.page .accordion .content {
      display: none;
      padding: 30px 0; }
      main.page .accordion .content a {
        text-decoration: underline;
        color: #032968; }
  @media (min-width: 992px) and (max-width: 1199px) {
    main.page {
      padding-left: 250px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    main.page {
      padding-left: 230px; } }
  @media only screen and (max-width: 767px) {
    main.page {
      padding-left: 65px; } }

section {
  opacity: 0;
  transition: 1s; }
  section.play {
    opacity: 1; }

.hbspt-form iframe {
  max-width: 100%; }

main.page.product-page {
  background: #F2F2E6;
  padding: 110px 0 60px 0; }
  main.page.product-page em {
    font-style: normal !important; }
    main.page.product-page em a {
      padding-right: 20px;
      background: url(../img/icon-link.svg) no-repeat center right; }
  @media only screen and (max-width: 767px) {
    main.page.product-page {
      padding: 85px 0 60px 0; } }
  main.page.product-page .product-link {
    position: fixed;
    top: 500px;
    right: 0;
    line-height: 44px;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    background: #E5623E;
    padding: 0 30px;
    color: #fff;
    z-index: 2;
    transition: .4s;
    margin-top: 60px; }
    main.page.product-page .product-link:hover {
      background: #49d46d; }
    main.page.product-page .product-link.green {
      background: #49d46d;
      margin-top: 0; }
      main.page.product-page .product-link.green:hover {
        background: #E5623E; }
    main.page.product-page .product-link:not(.green) {
      width: 280px;
      text-align: center; }
    @media (max-width: 1710px) {
      main.page.product-page .product-link {
        padding: 0 20px;
        font-size: 12px; }
        main.page.product-page .product-link:not(.green) {
          width: 230px; } }
    @media (max-width: 1610px) {
      main.page.product-page .product-link {
        padding: 0 10px;
        font-size: 10px; }
        main.page.product-page .product-link:not(.green) {
          width: 180px; } }
    @media (max-width: 1510px) {
      main.page.product-page .product-link {
        padding: 0 10px;
        font-size: 12px;
        transform: rotate(-90deg);
        margin-top: 0;
        right: -83px;
        top: 580px;
        border-radius: 22px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px; }
        main.page.product-page .product-link:not(.green) {
          width: 210px; }
        main.page.product-page .product-link.green {
          top: 405px;
          right: -32px; } }
    @media only screen and (max-width: 767px) {
      main.page.product-page .product-link {
        right: -92px;
        top: 435px;
        padding: 0 15px;
        line-height: 36px; }
        main.page.product-page .product-link:not(.green) {
          width: 220px; }
        main.page.product-page .product-link.green {
          top: 250px;
          right: -41px; } }
  main.page.product-page .numbers {
    background: #032968;
    padding: 60px 0;
    margin-bottom: 60px;
    position: relative; }
    main.page.product-page .numbers .words {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .3;
      color: #fff;
      font-family: "freight-big-pro"; }
      main.page.product-page .numbers .words span {
        position: absolute; }
        main.page.product-page .numbers .words span:nth-of-type(1) {
          top: 60px !important;
          left: 60px !important; }
        main.page.product-page .numbers .words span:nth-of-type(2) {
          top: 230px !important;
          left: 30px !important;
          font-size: .9em; }
        main.page.product-page .numbers .words span:nth-of-type(3) {
          top: 30px !important;
          left: 130px !important;
          font-size: 1.4em; }
        main.page.product-page .numbers .words span:nth-of-type(4) {
          top: 130px !important;
          left: 230px !important; }
        main.page.product-page .numbers .words span:nth-of-type(5) {
          top: 180px !important;
          left: 30px !important; }
        main.page.product-page .numbers .words span:nth-of-type(6) {
          top: 50px !important;
          right: 30px !important; }
        main.page.product-page .numbers .words span:nth-of-type(7) {
          top: 170px !important;
          right: 100px !important;
          font-size: 1.2em; }
        main.page.product-page .numbers .words span:nth-of-type(8) {
          top: 30px !important;
          right: 230px !important; }
        main.page.product-page .numbers .words span:nth-of-type(9) {
          top: 200px !important;
          right: 430px !important;
          font-size: 1.7em; }
        main.page.product-page .numbers .words span:nth-of-type(10) {
          top: 300px !important;
          right: 80px !important; }
      @media only screen and (max-width: 767px) {
        main.page.product-page .numbers .words {
          display: none; } }
    main.page.product-page .numbers .item {
      position: relative;
      z-index: 1;
      float: left;
      width: calc(100% / 6);
      text-align: center;
      color: #fff;
      padding: 0 15px; }
      @media only screen and (max-width: 767px) {
        main.page.product-page .numbers .item {
          width: calc(100% / 3);
          margin-bottom: 30px; } }
    main.page.product-page .numbers .tick {
      display: inline-block;
      width: 60px;
      margin-bottom: 25px; }
    main.page.product-page .numbers .tick-flip-panel {
      background: #032968; }
    main.page.product-page .numbers .tick-flip-panel {
      color: #fff;
      border: 1px solid #fff; }
    main.page.product-page .numbers .tick-flip * {
      border-radius: 0; }
    main.page.product-page .numbers .tick-credits {
      display: none !important; }
    @media only screen and (max-width: 767px) {
      main.page.product-page .numbers {
        padding: 60px 0 30px 0; } }
  main.page.product-page .product-boxes {
    margin-bottom: 0; }
    main.page.product-page .product-boxes h1 {
      font-size: 35px;
      margin: 0 0 20px 0; }
    main.page.product-page .product-boxes .sub {
      margin-bottom: 50px; }
    main.page.product-page .product-boxes .col-sm-4:nth-of-type(3n+1) {
      clear: left; }
    main.page.product-page .product-boxes .box {
      display: block;
      background: #fff;
      font-size: 13px;
      margin-bottom: 30px;
      border-radius: 6px;
      overflow: hidden;
      position: relative;
      height: 590px; }
      main.page.product-page .product-boxes .box .logo {
        width: 60%; }
      main.page.product-page .product-boxes .box .img {
        height: 220px;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000; }
        main.page.product-page .product-boxes .box .img img {
          width: 38px; }
      main.page.product-page .product-boxes .box .text {
        padding: 30px 20px; }
      main.page.product-page .product-boxes .box .title {
        color: #032968;
        font-size: 24px;
        font-family: "freight-big-pro";
        margin-bottom: 15px;
        display: block;
        height: 67px; }
      main.page.product-page .product-boxes .box .desc {
        margin-bottom: 15px;
        min-height: 72px; }
      main.page.product-page .product-boxes .box .item {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        main.page.product-page .product-boxes .box .item img {
          width: 20px;
          margin: 0 !important; }
        main.page.product-page .product-boxes .box .item span {
          color: #032968;
          display: inline-block;
          vertical-align: middle;
          width: 135px;
          position: relative; }
          main.page.product-page .product-boxes .box .item span:after {
            content: ':';
            position: absolute;
            right: 15px; }
        main.page.product-page .product-boxes .box .item span.desc-text {
          width: calc(100% - 170px);
          vertical-align: top;
          color: #000; }
          main.page.product-page .product-boxes .box .item span.desc-text:after {
            display: none; }
        main.page.product-page .product-boxes .box .item.show-all {
          overflow: visible;
          white-space: normal; }
        @media (min-width: 992px) and (max-width: 1199px) {
          main.page.product-page .product-boxes .box .item {
            font-size: 11px; } }
      main.page.product-page .product-boxes .box.overview-box {
        height: 678px; }
        main.page.product-page .product-boxes .box.overview-box .pull-right {
          position: absolute;
          right: 20px;
          bottom: 10px; }
    main.page.product-page .product-boxes.blog-boxes {
      text-align: left;
      margin-top: 60px; }
      main.page.product-page .product-boxes.blog-boxes .page-desc {
        width: 60%;
        margin-bottom: 40px;
        max-width: 100%; }
      main.page.product-page .product-boxes.blog-boxes .filter {
        margin-bottom: 40px; }
        main.page.product-page .product-boxes.blog-boxes .filter a {
          display: inline-block;
          margin-right: 30px;
          color: #032968;
          height: 24px; }
          main.page.product-page .product-boxes.blog-boxes .filter a.active {
            border-bottom: 1px solid #032968; }
          @media only screen and (max-width: 767px) {
            main.page.product-page .product-boxes.blog-boxes .filter a {
              margin-right: 20px; } }
      main.page.product-page .product-boxes.blog-boxes .col-sm-4:nth-of-type(3n+1) {
        clear: none; }
      main.page.product-page .product-boxes.blog-boxes .box {
        height: 500px; }
        main.page.product-page .product-boxes.blog-boxes .box .top {
          color: #9F9F9F;
          margin-bottom: 10px; }
        main.page.product-page .product-boxes.blog-boxes .box .more {
          color: #032968; }
          main.page.product-page .product-boxes.blog-boxes .box .more:after {
            content: '';
            display: inline-block;
            width: 16px;
            height: 1px;
            vertical-align: middle;
            margin-left: 10px;
            background: #032968; }
        @media (min-width: 992px) and (max-width: 1199px) {
          main.page.product-page .product-boxes.blog-boxes .box {
            height: 540px; }
            main.page.product-page .product-boxes.blog-boxes .box .title {
              font-size: 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          main.page.product-page .product-boxes.blog-boxes .box .title {
            font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          main.page.product-page .product-boxes.blog-boxes .box {
            height: auto; }
            main.page.product-page .product-boxes.blog-boxes .box .title {
              font-size: 20px; } }
  main.page.product-page .banner {
    height: 250px;
    background-position: center;
    background-size: cover;
    margin-bottom: 0; }
  main.page.product-page .amc {
    padding: 75px;
    margin: 0;
    text-align: left;
    color: #061524; }
    main.page.product-page .amc.wh {
      background: #fff; }
    main.page.product-page .amc .img {
      height: 380px;
      background-position: center;
      background-size: cover; }
      @media only screen and (max-width: 767px) {
        main.page.product-page .amc .img {
          height: 250px; } }
    main.page.product-page .amc .col-sm-6:last-of-type {
      padding-left: 45px; }
      @media only screen and (max-width: 767px) {
        main.page.product-page .amc .col-sm-6:last-of-type {
          padding-left: 15px;
          margin-top: 30px; } }
    main.page.product-page .amc h1, main.page.product-page .amc h2 {
      font-size: 45px;
      margin: 0 0 20px 0;
      line-height: 1.1; }
      @media only screen and (max-width: 767px) {
        main.page.product-page .amc h1, main.page.product-page .amc h2 {
          font-size: 30px; } }
    main.page.product-page .amc h3 {
      font-family: "freight-big-pro";
      margin: 30px 0;
      font-size: 26px; }
      @media only screen and (max-width: 767px) {
        main.page.product-page .amc h3 {
          font-size: 20px; } }
    main.page.product-page .amc .sub {
      margin-bottom: 30px;
      font-weight: 600; }
    main.page.product-page .amc .items {
      margin-top: 50px; }
      main.page.product-page .amc .items .item {
        line-height: 30px;
        background: #fff;
        padding-left: 15px; }
        main.page.product-page .amc .items .item span {
          display: inline-block;
          width: 165px;
          position: relative; }
          main.page.product-page .amc .items .item span:after {
            content: ':';
            position: absolute;
            right: 15px; }
        main.page.product-page .amc .items .item:nth-of-type(even) {
          background: #F8F8F2; }
    main.page.product-page .amc input {
      height: 44px;
      background: #fff;
      border: 0;
      border-radius: 22px;
      width: 100%;
      padding: 0 20px;
      color: #0B5F8E;
      margin-bottom: 15px; }
      main.page.product-page .amc input::placeholder {
        color: #0B5F8E; }
    main.page.product-page .amc .button {
      height: 44px;
      background: #fff;
      border: 0;
      border-radius: 22px;
      width: 100%;
      color: #fff;
      background: #48D46D;
      margin-bottom: 30px; }
    main.page.product-page .amc .text-center a {
      color: #48D46D;
      text-decoration: underline; }
    main.page.product-page .amc .icon-link {
      display: inline-block;
      margin-right: 20px;
      margin-top: 30px; }
      main.page.product-page .amc .icon-link img {
        margin-left: 10px;
        width: 14px; }
    main.page.product-page .amc:last-of-type {
      padding-bottom: 15px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      main.page.product-page .amc {
        padding: 60px 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.page.product-page .amc {
        padding: 60px 0; } }
    @media only screen and (max-width: 767px) {
      main.page.product-page .amc {
        padding: 30px 0; } }
  main.page.product-page .team .desc {
    margin-bottom: 60px; }
  main.page.product-page .team .team-title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px; }
  main.page.product-page .team .box {
    margin-bottom: 30px; }
    main.page.product-page .team .box .img {
      margin-bottom: 30px;
      height: 295px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        main.page.product-page .team .box .img {
          height: 238px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        main.page.product-page .team .box .img {
          height: 178px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        main.page.product-page .team .box .img {
          height: 270px; } }
    main.page.product-page .team .box .social {
      margin-top: 10px; }
      main.page.product-page .team .box .social a {
        display: inline-block;
        margin-right: 5px; }
        main.page.product-page .team .box .social a img {
          width: 25px;
          margin: 0 !important; }

main.team-page {
  padding-right: 105px; }
  @media (max-width: 1199px) {
    main.team-page {
      padding-right: 0; } }
  @media (min-width: 1921px) {
    main.team-page .container-fluid {
      margin: 0; } }
  main.team-page .container {
    margin: 0;
    max-width: 100%; }
  main.team-page .container-fluid {
    max-width: 1505px; }
  main.team-page .team {
    text-align: left; }
    main.team-page .team .desc {
      margin-bottom: 60px; }
    main.team-page .team .team-title {
      margin-bottom: 30px;
      font-weight: 600;
      font-size: 18px; }
    main.team-page .team .box {
      margin-bottom: 30px;
      font-size: 12px; }
      main.team-page .team .box .img {
        background-position: center;
        background-size: cover;
        margin-bottom: 30px;
        padding-bottom: 112%; }
      main.team-page .team .box .social {
        margin-top: 10px; }
        main.team-page .team .box .social a {
          display: inline-block;
          margin-right: 5px; }
          main.team-page .team .box .social a img {
            width: 25px;
            margin: 0 !important; }
    main.team-page .team .team-col:nth-of-type(1), main.team-page .team .team-col:nth-of-type(4), main.team-page .team .team-col:nth-of-type(7), main.team-page .team .team-col:nth-of-type(10) {
      margin-left: 0 !important; }
    main.team-page .team .team-col-sm:nth-of-type(1), main.team-page .team .team-col-sm:nth-of-type(5), main.team-page .team .team-col-sm:nth-of-type(9) {
      margin-left: 0 !important; }
    @media (min-width: 1200px) {
      main.team-page .team .col-lg-3 {
        width: 27.777%; } }
    @media (min-width: 1200px) {
      main.team-page .team .col-lg-2 {
        width: 18.75%; } }
    @media (min-width: 992px) {
      main.team-page .team .col-md-4:nth-of-type(3n+1) {
        clear: left; } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.team-page .team .col-md-4:nth-of-type(2n+1) {
        clear: left; } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.team-page .team .col-sm-4:nth-of-type(3n+1) {
        clear: left; } }

main.blog-detail .blog-banner {
  height: 280px;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px; }
main.blog-detail img {
  width: 100%;
  display: block; }
main.blog-detail .back {
  display: block;
  color: #032968;
  margin-bottom: 30px; }
  main.blog-detail .back:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 1px;
    vertical-align: middle;
    margin-right: 10px;
    background: #032968; }
main.blog-detail .sub {
  color: #9F9F9F;
  margin-bottom: 15px; }
  main.blog-detail .sub span {
    margin: 0 15px;
    display: inline-block; }
main.blog-detail h1 {
  color: #032968;
  font-size: 45px;
  width: 60%;
  position: relative; }
  main.blog-detail h1:before {
    opacity: 1;
    top: 30px;
    bottom: auto;
    left: -50px; }
main.blog-detail ul {
  margin: 20px 0;
  padding-left: 20px; }
  main.blog-detail ul li {
    margin-bottom: 10px; }
main.blog-detail em a {
  font-style: normal;
  padding-right: 20px;
  background: url(../img/icon-link.svg) no-repeat center right; }

.product-filter {
  margin-bottom: 30px; }
  .product-filter .search-prod {
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 32px;
    width: 100%;
    padding: 0 5px; }
  .product-filter .col-sm-2, .product-filter .col-sm-4 {
    width: 20%;
    clear: none !important;
    margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .product-filter {
      margin-top: -15px; }
      .product-filter label {
        margin-top: 15px; }
      .product-filter .col-sm-2, .product-filter .col-sm-4 {
        width: 100%;
        margin-bottom: 0; } }

.select2-container {
  width: 100% !important; }

.select2-container .select2-selection--single {
  height: 32px; }

.filter-val.searched {
  display: none !important; }

main.page.product-page .product-boxes .filter-val .box .desc {
  min-height: 0;
  height: 166px;
  overflow: hidden; }

main.page.product-page .product-boxes .filter-val .box .item span.desc-text {
  width: calc(100% - 140px); }

/*# sourceMappingURL=style.css.map */
