@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0; } }

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.pl-0 {
  padding-left: 0; }
  @media (max-width: 991px) {
    .pl-0 {
      padding-left: 15px !important; } }

.pr-0 {
  padding-right: 0; }
  @media (max-width: 991px) {
    .pr-0 {
      padding-right: 15px !important; } }

.p-0 {
  padding: 0; }

.fs-0 {
  -webkit-box-flex: 1.5;
  -webkit-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5; }

a {
  cursor: pointer; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

button:focus {
  outline: none; }

body {
  font-family: "Roboto", sans-serif;
  color: #231f20;
  font-weight: 400;
  line-height: 1.2;
  font-size: 15px; }

h1, h2, h3, h4, h5, h6, p, li {
  padding: 0;
  margin: 0; }

ul, ol {
  margin: 0;
  padding-left: 20px;
  color: #639e10; }
  ul span, ol span {
    color: #231f20; }
  ul li, ol li {
    padding-left: 10px;
    line-height: 1.467; }

ul ul {
  list-style-type: disc; }

.detail-text ul, .detail-text ol {
  margin: 40px 0; }
  .detail-text ul ul, .detail-text ul ol, .detail-text ol ul, .detail-text ol ol {
    margin: 0; }

.detail-text ul {
  margin-top: 0; }

.detail-slider {
  margin-top: 40px; }
  .detail-slider .owl-nav button {
    position: absolute;
    top: 43%; }
    .detail-slider .owl-nav button:focus {
      outline: none; }
    .detail-slider .owl-nav button i {
      font-size: 36px; }
  .detail-slider .owl-prev {
    left: 30px; }
  .detail-slider .owl-next {
    right: 30px; }

ol {
  counter-reset: section;
  list-style-type: none;
  padding-left: 0; }
  ol li {
    padding-left: 0; }
    ol li li {
      padding-left: 25px; }
    ol li li::before {
      margin-right: 5px; }
  ol li::before {
    counter-increment: section;
    content: counters(section, ".") ". ";
    margin-right: 10px; }

h1, .h1 {
  font-size: 36px;
  font-weight: 500;
  color: #0079b6;
  margin-bottom: 30px; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: 32px;
      margin-bottom: 20px; } }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 28px; } }

h2, .h2 {
  font-size: 28px;
  font-weight: 500;
  color: #0079b6;
  margin-bottom: 30px; }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: 28px;
      margin-bottom: 20px; } }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: 24px; } }

h3, .h3 {
  color: #0079b6;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    h3, .h3 {
      font-size: 24px;
      margin-bottom: 20px; } }
  @media (max-width: 768px) {
    h3, .h3 {
      font-size: 20px; } }

h4, .h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px; }

p {
  font-size: 15px;
  line-height: 1.4; }
  p em {
    font-style: normal;
    text-decoration: underline; }

p:not(:last-of-type) {
  margin-bottom: 20px; }

.text {
  margin-top: 35px;
  background: url("../img/section_bg.png");
  padding: 10px; }
  .text_wrap {
    background-color: #fff;
    padding: 25px 15px 25px 20px; }
    .text_wrap:not(:last-child) {
      padding-bottom: 10px; }
    .text_wrap img {
      margin-right: 20px; }
    .text_wrap_img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .text_wrap_img p, .text_wrap_img a {
        -webkit-box-flex: 2;
        -webkit-flex: 2;
            -ms-flex: 2;
                flex: 2; }
    .text_wrap_pad {
      background-color: #fff;
      padding: 0 15px 25px; }
  .text a {
    text-decoration: underline; }
  .text strong a {
    color: #000000;
    text-decoration: none; }
    .text strong a:hover {
      color: #000000; }

table {
  width: 100%;
  font-size: 15px;
  text-align: center; }
  table th, table td {
    padding: 16px 14px;
    text-align: center;
    border-collapse: collapse;
    border: 2px solid #fff; }
  table th {
    background-color: #639e10;
    color: #fff;
    font-weight: 500; }
  table td {
    background-color: #f8f8f8; }
  table .even td {
    background-color: #fff; }

.table-wrap {
  overflow: auto; }

.table-wrap:not(:last-of-type) {
  margin-bottom: 70px; }

.table_inverse th, .table_inverse td {
  border: 1px solid #e5e5e5; }

.table_inverse td {
  background-color: transparent; }

.breadcrumbs {
  margin-top: 40px; }
  .breadcrumbs ul {
    padding: 0;
    list-style: none; }
    .breadcrumbs ul li {
      display: inline-block;
      padding-left: 0;
      color: #000000; }
      .breadcrumbs ul li a {
        color: #639e10;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .breadcrumbs ul li a:after {
          content: "\e00e";
          display: inline-block;
          font-size: 5px;
          color: #000000;
          font-family: 'flaticon';
          margin: auto 12px auto 15px; }

.search {
  position: relative; }
  .search-btn {
    cursor: pointer; }
  .search-form {
    position: absolute;
    right: 100%;
    margin-right: 10px;
    top: 0;
    display: none; }
    .search-form input {
      padding: 12px 20px;
      -webkit-border-radius: 20px;
              border-radius: 20px;
      font-size: 14px;
      border: 1px solid #eee; }
      .search-form input:focus {
        -webkit-border-radius: 20px;
                border-radius: 20px;
        outline: none;
        border-color: #639e10;
        -webkit-box-shadow: 0px 0px 3px rgba(99, 158, 16, 0.6);
                box-shadow: 0px 0px 3px rgba(99, 158, 16, 0.6); }
  .search-form-mob {
    position: relative;
    margin-right: 0;
    right: auto;
    margin-top: 10px;
    display: none; }
    .search-form-mob input {
      width: 100%;
      padding: 12px 20px;
      -webkit-border-radius: 20px;
              border-radius: 20px;
      font-size: 14px;
      border: 1px solid #eee; }
      .search-form-mob input:focus {
        -webkit-border-radius: 20px;
                border-radius: 20px;
        outline: none;
        border-color: #639e10;
        -webkit-box-shadow: 0px 0px 3px rgba(99, 158, 16, 0.6);
                box-shadow: 0px 0px 3px rgba(99, 158, 16, 0.6); }

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 768px) {
    .row-flex {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.header-nav {
  position: relative;
  z-index: 200; }
  .header-nav.active {
    height: 174px; }
  .header-nav .top_header {
    position: relative;
    padding: 0;
    padding-top: 17px; }
    @media only screen and (max-width: 991px) {
      .header-nav .top_header {
        padding: 16px 0; } }
  .header-nav nav {
    background-color: #639e10; }
    .header-nav nav .topmenu {
      padding: 10px 0 10px; }
      .header-nav nav .topmenu li {
        padding-left: 0;
        list-style: none;
        position: relative;
        height: 100%; }
        .header-nav nav .topmenu li a {
          display: block;
          white-space: nowrap;
          font-family: "Roboto", sans-serif;
          font-size: 13px;
          color: #fff;
          font-weight: 700;
          text-transform: uppercase;
          height: 100%;
          -webkit-transition: color .6s;
          -o-transition: color .6s;
          transition: color .6s;
          -webkit-border-radius: 40px;
                  border-radius: 40px; }
          .header-nav nav .topmenu li a:hover {
            color: #fff; }
      .header-nav nav .topmenu .current-item a {
        color: rgba(255, 255, 255, 0.7); }
    @media only screen and (min-width: 991px) {
      .header-nav nav {
        margin-top: 24px; }
        .header-nav nav .topmenu {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .header-nav nav .topmenu .current-item a {
            color: rgba(255, 255, 255, 0.7); }
          .header-nav nav .topmenu li:hover .submenu {
            margin-top: 5px;
            opacity: 1;
            visibility: visible; }
          .header-nav nav .topmenu .submenu, .header-nav nav .topmenu .submenu_in {
            display: block;
            width: 290px;
            position: absolute;
            opacity: 0;
            visibility: hidden;
            top: 26px;
            left: 0;
            margin-top: 40px;
            background-color: #f5f5f5;
            border-top: 3px solid #fff;
            padding: 16px 0;
            -webkit-transition: opacity .3s ease-in-out .1s, visibility .3s ease-in-out .1s, margin-top .3s ease-in-out .1s, margin-left .3s ease-in-out .1s;
            -o-transition: opacity .3s ease-in-out .1s, visibility .3s ease-in-out .1s, margin-top .3s ease-in-out .1s, margin-left .3s ease-in-out .1s;
            transition: opacity .3s ease-in-out .1s, visibility .3s ease-in-out .1s, margin-top .3s ease-in-out .1s, margin-left .3s ease-in-out .1s; }
            .header-nav nav .topmenu .submenu li a, .header-nav nav .topmenu .submenu_in li a {
              padding: 10px 10px 10px 50px;
              font-family: "Roboto", sans-serif;
              font-size: 14px;
              color: #3b3b3b;
              font-weight: 400;
              text-transform: initial;
              -webkit-transition: 0.6s;
              -o-transition: 0.6s;
              transition: 0.6s;
              -webkit-border-radius: 0;
                      border-radius: 0;
              white-space: normal;
              background: none; }
              .header-nav nav .topmenu .submenu li a:before, .header-nav nav .topmenu .submenu_in li a:before {
                content: '\e008';
                font-family: 'flaticon';
                font-size: 5px;
                color: #ababab;
                display: inline-block;
                margin-right: 5px;
                position: absolute;
                left: 30px;
                top: 40%; }
              .header-nav nav .topmenu .submenu li a:after, .header-nav nav .topmenu .submenu_in li a:after {
                display: none; }
            .header-nav nav .topmenu .submenu li:hover > a, .header-nav nav .topmenu .submenu_in li:hover > a {
              color: #3563c0; }
            .header-nav nav .topmenu .submenu li:hover .submenu_in, .header-nav nav .topmenu .submenu_in li:hover .submenu_in {
              margin-top: 0;
              margin-left: 0;
              opacity: 1;
              visibility: visible; }
          .header-nav nav .topmenu .submenu_in {
            /*left: 105%;
            top: -15px;*/
			left: 100%;
            
            margin-top: 0;
            margin-left: 40px; }
            .header-nav nav .topmenu .submenu_in:hover .submenu li > a {
              font-family: "Roboto", sans-serif; }
            .header-nav nav .topmenu .submenu_in:before {
              content: '';
              position: absolute;
              top: 38px;
              left: -5px;
              width: 0;
              height: 0;
              border-top: 4px solid transparent;
              border-right: 5px solid #fff;
              border-bottom: 4px solid transparent; }
          .header-nav nav .topmenu .submenu:before {
            content: '';
            position: absolute;
            top: -8px;
            left: 30px;
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-bottom: 5px solid #fff; } }
    @media (max-width: 1200px) {
      .header-nav nav .topmenu .submenu, .header-nav nav .topmenu .submenu_in {
        width: 200px; }
        .header-nav nav .topmenu .submenu li a, .header-nav nav .topmenu .submenu_in li a {
          padding-left: 20px; }
          .header-nav nav .topmenu .submenu li a:before, .header-nav nav .topmenu .submenu_in li a:before {
            left: 10px; } }
    @media only screen and (max-width: 991px) {
      .header-nav nav {
        display: none;
        background-color: #0079b6;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 200;
        margin-top: 0;
        overflow: auto;
        top: 145px;
        padding: 0 40px 50px; }
        .header-nav nav.row {
          margin: 0; }
        .header-nav nav .topmenu {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          width: 100%;
          margin: 0 auto; }
          .header-nav nav .topmenu li {
            width: 100%; }
            .header-nav nav .topmenu li a {
              display: inline-block;
              padding: 10px 0;
              white-space: normal; }
          .header-nav nav .topmenu .submenu, .header-nav nav .topmenu .submenu_in {
            position: relative;
            display: none;
            width: auto;
            top: auto;
            left: auto;
            margin-top: 0;
            margin-left: 0;
            background-color: transparent;
            padding: 0;
            opacity: 1;
            visibility: visible;
            background: none;
            -webkit-transition: 0s;
            -o-transition: 0s;
            transition: 0s;
            -webkit-box-shadow: none;
                    box-shadow: none; }
            .header-nav nav .topmenu .submenu li a, .header-nav nav .topmenu .submenu_in li a {
              color: #fff;
              padding: 10px 15px; }
              .header-nav nav .topmenu .submenu li a:before, .header-nav nav .topmenu .submenu_in li a:before {
                display: none; }
              .header-nav nav .topmenu .submenu li a:hover, .header-nav nav .topmenu .submenu_in li a:hover {
                color: #fff; }
            .header-nav nav .topmenu .submenu:before, .header-nav nav .topmenu .submenu_in:before {
              display: none; }
          .header-nav nav .topmenu .submenu_in {
            padding-left: 30px; } }
    @media only screen and (max-width: 768px) {
      .header-nav nav {
        top: 116px;
        padding: 0 0 50px; } }
    @media only screen and (max-width: 400px) {
      .header-nav nav {
        top: 125px; } }
  .header-nav .nav_mob {
    top: 66px; }
    @media only screen and (max-width: 992px) {
      .header-nav .nav_mob {
        top: 60px; } }
    @media only screen and (max-width: 768px) {
      .header-nav .nav_mob {
        top: 60px; } }

.has_submenu i {
  margin-left: 5px;
  font-size: 5px;
  position: absolute;
  top: 5px;
  right: -10px; }
  @media (max-width: 992px) {
    .has_submenu i {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px; } }

.has_submenu_in i {
  top: 14px;
  right: 20px; }
  @media (max-width: 992px) {
    .has_submenu_in i {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 44px; } }

.header-nav .top_header_fix {
  padding-top: 0;
  position: fixed;
  width: 100%;
  top: 0; }
  .header-nav .top_header_fix .row-flex {
    display: none; }
  .header-nav .top_header_fix nav {
    margin-top: 0;
    position: relative; }
    .header-nav .top_header_fix nav .logo {
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1);
      top: 0;
      position: absolute;
      left: 15px;
      height: auto;
      margin: 10px 0;
      margin-right: 10px; }
      .header-nav .top_header_fix nav .logo img {
        width: 50px; }

.col_item, .col_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 768px) {
  .logo img {
    width: 50px; } }

.company_name {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 15px; }
  @media (max-width: 1200px) {
    .company_name {
      margin-left: 10px;
      font-size: 13px; } }
  @media (max-width: 768px) {
    .company_name {
      font-size: 10px; } }

.circle_item {
  background-color: #ececec;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .circle_item i {
    font-size: 16px;
    color: #3b3b3b; }

.info_wrap {
  font-size: 14px;
  color: #000000;
  font-weight: 400; }
  .info_wrap a {
    color: #000000;
    font-weight: 700; }

/* Firefox < 19 */
input:focus:-moz-placeholder {
  color: transparent; }

/* Firefox > 19 */
input:focus::-moz-placeholder {
  color: transparent; }

/* Internet Explorer 10 */
input:focus:-ms-input-placeholder {
  color: transparent; }

.top_header nav .logo {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  height: 0; }

::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
  /* Firefox */ }

::-moz-placeholder {
  color: #333333;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  color: #333333;
  opacity: 1;
  /* Firefox */ }

::placeholder {
  color: #333333;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333333; }

/*hamburger*/
.hamburger {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 42px;
  height: 42px;
  background-color: #639e10;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
  font-size: 0; }
  @media (max-width: 768px) {
    .hamburger {
      background-color: transparent; } }
  @media (max-width: 480px) {
    .hamburger {
      width: auto; } }

.hamburger-box {
  width: 20px;
  height: 17px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease; }
  @media (max-width: 768px) {
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      background-color: #639e10; } }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -6px; }

.hamburger-inner::after {
  bottom: -6px; }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.is-active .hamburger-box {
  margin-top: 4px; }

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 2px;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.top-panel {
  background-color: #0079b6;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 0; }
  .top-panel i {
    margin-right: 10px; }
  .top-panel a {
    color: #fff; }
  @media only screen and (max-width: 768px) {
    .top-panel {
      font-size: 11px; }
      .top-panel-search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }

.container-fluid {
  padding: 0; }

.mainslider {
  overflow: visible;
  padding-top: 4px; }
  @media only screen and (max-width: 991px) {
    .mainslider {
      padding-top: 16px; } }
  .mainslider_wrap {
    overflow: hidden; }
  .mainslider .owl-stage-outer {
    overflow: visible; }
  .mainslider .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .mainslider .owl-item {
    -webkit-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
            transform: skew(-10deg);
    z-index: 90;
    -webkit-transition: margin 0.8s;
    -o-transition: margin 0.8s;
    transition: margin 0.8s; }
    .mainslider .owl-item img {
      width: 111.3%; }
  .mainslider img {
    -webkit-transform: skew(10deg);
        -ms-transform: skew(10deg);
            transform: skew(10deg);
    -webkit-clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
    height: 640px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media only screen and (max-width: 991px) {
      .mainslider img {
        height: 284px; } }
  .mainslider .item .caption {
    opacity: 0; }
  .mainslider .caption {
    position: absolute;
    bottom: 70px;
    left: -20px;
    right: -100px;
    padding: 18px 50px;
    background-color: rgba(51, 51, 51, 0.9);
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s; }
    .mainslider .caption span {
      color: #639e10; }
    .mainslider .caption_wrap {
      -webkit-transform: skew(10deg);
          -ms-transform: skew(10deg);
              transform: skew(10deg); }
    @media only screen and (max-width: 991px) {
      .mainslider .caption {
        font-size: 17px;
        padding: 10px 20px;
        bottom: 15px; } }
    @media only screen and (max-width: 768px) {
      .mainslider .caption {
        font-size: 12px;
        left: -50px;
        right: -80px;
        padding: 6px 10px; } }
  .mainslider .center {
    margin-bottom: 15px;
    left: 1px;
    z-index: 100; }
    .mainslider .center .caption {
      opacity: 1; }
    @media only screen and (max-width: 991px) {
      .mainslider .center {
        margin-bottom: 7px; } }

.p-50 {
  padding: 50px 0; }

.actual-section {
  padding-bottom: 70px; }

.bg {
  background: url("../img/section_bg.png") no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.bg-2 {
  background: url("../img/bg-2.jpg") no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.way-section {
  margin-top: -20px;
  padding: 100px 0 70px; }
  @media (max-width: 1200px) {
    .way-section {
      padding: 60px 0 40px; } }

@media (max-width: 1200px) {
  .numbers-section {
    padding: 90px 0 60px; } }

@media (max-width: 768px) {
  .numbers-section {
    padding: 60px 0; } }

.section .row {
  position: relative; }

.common-slider .owl-dots {
  padding-left: 15px;
  margin-top: 30px; }
  .common-slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background-color: #c7c7c7;
    margin-right: 10px; }
    .common-slider .owl-dots .owl-dot.active {
      background-color: #0079b6; }

.way {
  text-align: center;
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .way {
      padding: 0 50px; } }
  .way span {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #333333; }
    .way span a {
      color: #333333; }
    @media (max-width: 1200px) {
      .way span {
        font-size: 15px; } }

.circle_way {
  position: relative;
  width: 263px;
  height: 263px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 7px solid #0079b6;
  margin-bottom: 22px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  @media (max-width: 1200px) {
    .circle_way {
      width: 140px;
      height: 140px;
      padding: 20px; }
      .circle_way img {
        max-width: 82px; }
      .circle_way .more a {
        padding: 7px 10px; } }
  @media (max-width: 768px) {
    .circle_way img {
      max-width: 82px; } }
  .circle_way .green {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .circle_way .blue {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .circle_way .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 102;
    -webkit-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
            transform: skew(-10deg); }
  .circle_way a {
    display: inline-block;
    background-color: rgba(5, 114, 169, 0.9);
    opacity: 0;
    padding: 14px 35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .circle_way a span {
      display: inline-block;
      color: #fff;
      -webkit-transform: skew(10deg);
          -ms-transform: skew(10deg);
              transform: skew(10deg); }
  .circle_way:hover {
    border-color: #5ca812; }
    .circle_way:hover a {
      opacity: 1;
      z-index: 101; }
    .circle_way:hover .blue {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10; }
    .circle_way:hover .green {
      position: relative;
      z-index: 100; }

.numbers {
  width: 100%; }
  @media (max-width: 768px) {
    .numbers .owl-dots {
      text-align: center; } }
  .numbers_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .numbers_circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 72px;
    color: #fff;
    font-weight: 500;
    width: 170px;
    height: 170px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    border: 2px solid #fff; }
    @media (max-width: 1200px) {
      .numbers_circle {
        font-size: 54px;
        width: 134px;
        height: 134px; } }
  .numbers_text {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 500; }
    @media (max-width: 1200px) {
      .numbers_text {
        font-size: 15px;
        padding: 0 10px; } }

.heading p {
  font-size: 15px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .heading p {
      font-size: 14px; } }

.heading.heading-all {
  margin-bottom: 30px; }
  .heading.heading-all h2 {
    margin-bottom: 0; }
  .heading.heading-all .all {
    position: absolute;
    right: 15px;
    top: 45%; }

.heading.heading-right .all {
  right: 26px; }

.all {
  color: #0079b6;
  font-weight: 700;
  font-size: 13px;
  text-decoration: underline; }
  .all:hover {
    text-decoration: none;
    color: #0079b6; }

.all-bottom {
  position: absolute;
  right: 15px;
  bottom: 0; }

.tab-content img {
  width: 100%; }

.nav-tabs {
  border: none; }
  .nav-tabs li {
    padding-left: 0; }
  .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    border: none;
    padding: 20px 20px 20px 30px;
    -webkit-border-radius: 0px;
            border-radius: 0px; }
    .nav-tabs .nav-link span {
      display: block;
      height: 90px;
      overflow: hidden; }
      @media (max-width: 1200px) {
        .nav-tabs .nav-link span {
          height: auto;
          max-height: 70px; } }
    .nav-tabs .nav-link.active {
      position: relative;
      color: #333333;
      -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
              box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); }
      .nav-tabs .nav-link.active:before {
        content: '';
        width: 6px;
        height: 100%;
        background-color: #0079b6;
        top: 0;
        left: -6px;
        position: absolute; }
        @media (max-width: 1024px) {
          .nav-tabs .nav-link.active:before {
            left: 0; } }

.topic-caption {
  position: absolute;
  bottom: -20px;
  right: 40px;
  left: 15px;
  background-color: rgba(0, 121, 182, 0.8);
  padding: 24px;
  color: #d2d2d2; }
  @media (max-width: 1200px) {
    .topic-caption {
      right: 75px;
      bottom: 0;
      padding-left: 32px; } }
  .topic-caption p {
    margin-top: 0;
    font-size: 15px; }
  .topic-caption .all {
    display: inline-block;
    color: #fff;
    margin-top: 20px; }

.actual-slider .topic-caption {
  background-color: #0079b6;
  position: relative;
  padding: 30px 20px;
  right: auto;
  left: auto;
  bottom: auto; }
  .actual-slider .topic-caption span {
    font-weight: 500;
    font-size: 15px;
    color: #fff; }
  .actual-slider .topic-caption p {
    margin-top: 30px; }

.news {
  width: 100%; }
  .news [class^='col-'] {
    padding: 0 26px; }
    @media (max-width: 1200px) {
      .news [class^='col-'] {
        padding: 0 15px; } }
  .news .all {
    display: inline-block;
    margin-top: 22px;
    color: #0079b6; }
  .news_wrap img {
    width: 100%; }
  .news_img {
    position: relative; }
  .news .date {
    background-color: #0079b6;
    -webkit-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
            transform: skew(-10deg);
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    position: absolute;
    bottom: 7px;
    left: -10px; }
    .news .date i {
      margin-right: 5px; }
    .news .date span {
      display: inline-block;
      -webkit-transform: skew(10deg);
          -ms-transform: skew(10deg);
              transform: skew(10deg); }
    @media (max-width: 1200px) {
      .news .date {
        left: -6px; } }
  .news_text {
    font-size: 15px;
    line-height: 1.4;
    color: #333333;
    font-weight: 500;
    margin-top: 25px;
    max-height: 84px;
    overflow: hidden; }

.footer-top {
  background-color: #0079b6;
  padding: 60px 0;
  color: #fff;
  line-height: 1.4;
  font-size: 15px; }
  @media only screen and (max-width: 991px) {
    .footer-top {
      padding: 40px 0 20px;
      line-height: 1.6; } }
  .footer-top a {
    color: #fff; }

.footer-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  list-style: none;
  font-size: 15px;
  padding: 0; }
  .footer-list li {
    padding-left: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .footer-list li a {
      text-decoration: underline; }
    .footer-list li:before {
      content: '\e00e';
      display: inline-block;
      color: #fff;
      font-size: 8px;
      margin-top: 5px;
      margin-right: 15px;
      font-family: 'flaticon'; }
  @media only screen and (max-width: 991px) {
    .footer-list {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 768px) {
    .footer-list {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; }
      .footer-list li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px; }
  .footer-info-circle {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 10px;
    background-color: #fff;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-info-circle i {
      color: #0079b6; }
  .footer-info-text a {
    display: block; }
  @media only screen and (max-width: 991px) {
    .footer-info {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 50%; }
      .footer-info-text {
        width: 80%; } }
  @media only screen and (max-width: 768px) {
    .footer-info {
      width: 100%; }
      .footer-info-text {
        width: 80%; } }

.footer-bottom {
  padding: 25px 0;
  font-size: 14px;
  color: #231f20; }
  @media only screen and (max-width: 768px) {
    .footer-bottom {
      font-size: 13px;
      text-align: center; }
      .footer-bottom .col-bottom {
        margin-top: 20px;
        font-size: 11px; } }
  .footer-bottom a {
    color: #0079b6;
    margin-left: 5px;
    text-decoration: underline; }

@media only screen and (max-width: 991px) {
  .footer-info-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (max-width: 768px) {
  .footer-info-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.form_main {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 680px; }
  .form_main input, .form_main textarea {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight: 300;
    font-style: italic;
    display: block;
    padding: 16px 15px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    max-width: 490px;
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08); }
    .form_main input:focus, .form_main textarea:focus {
      outline-color: #639e10; }
  .form_main input::-webkit-input-placeholder, .form_main textarea::-webkit-input-placeholder {
    color: #d3d3d3; }
  .form_main input::-moz-placeholder, .form_main textarea::-moz-placeholder {
    color: #d3d3d3; }
  .form_main input:-ms-input-placeholder, .form_main textarea:-ms-input-placeholder {
    color: #d3d3d3; }
  .form_main input::-ms-input-placeholder, .form_main textarea::-ms-input-placeholder {
    color: #d3d3d3; }
  .form_main input::placeholder, .form_main textarea::placeholder {
    color: #d3d3d3; }
  .form_main textarea {
    max-width: 746px;
    resize: none; }
  .form_main .site_submit {
    color: #fff;
    font-style: normal; }

.site_submit {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  border: none;
  background-color: #639e10;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding: 20px 40px;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08); }
  .site_submit:hover {
    background-color: #578b0e;
    color: #fff; }
  @media (max-width: 580px) {
    .site_submit {
      width: 100%;
      padding: 20px 10px; } }
  .site_submit i {
    font-size: 18px;
    margin-right: 9px; }

.form_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 12px; }
  .form_item input {
    max-width: 370px;
    width: 100%; }
  .form_item .total {
    max-width: 150px;
    width: 100%; }
  .form_item label {
    margin-top: 15px;
    max-width: 200px;
    width: 100%; }
  .form_item input, .form_item textarea {
    margin-bottom: 0; }
  .form_item textarea {
    max-width: 480px;
    width: 100%;
    height: 150px; }
  .form_item span {
    margin: auto 0 auto 15px;
    white-space: nowrap; }
  @media (max-width: 580px) {
    .form_item {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .form_item .total {
        max-width: 200px; } }

.back-to-top {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 180;
  width: 83px;
  height: 83px;
  background-color: #639e10;
  color: #fff;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .back-to-top span {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  @media only screen and (max-width: 991px) {
    .back-to-top {
      width: 60px;
      height: 60px; } }

#scrollup {
  display: none;
  position: fixed;
  right: 14px;
  bottom: 5%;
  z-index: 180; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

/* Firefox < 19 */
input:focus:-moz-placeholder {
  color: transparent; }

/* Firefox > 19 */
input:focus::-moz-placeholder {
  color: transparent; }

/* Internet Explorer 10 */
input:focus:-ms-input-placeholder {
  color: transparent; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

/* Firefox < 19 */
textarea:focus:-moz-placeholder {
  color: transparent; }

/* Firefox > 19 */
textarea:focus::-moz-placeholder {
  color: transparent; }

/* Internet Explorer 10 */
textarea:focus:-ms-input-placeholder {
  color: transparent; }

@media only screen and (min-width: 992px) {
  .hidden-lg {
    display: none; } }

@media only screen and (max-width: 1200px) {
  .hidden-md {
    display: none; } }

@media only screen and (max-width: 991px) {
  .hidden-sm {
    display: none; }
  header {
    z-index: 1001;
    position: relative; }
    header .top_header {
      padding: 0;
      width: 100%; }
    header .info {
      padding: 4px 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      header .info_wrap a {
        font-size: 14px; }
    header .col_item a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    header .col_item .social_icon {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-top: 10px; }
  .topmenu-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 15px;
    background: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .topmenu-mobile a {
      display: none; }
    .topmenu-mobile.fix {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
      padding: 5px 15px; }
      .topmenu-mobile.fix a {
        display: block; }
      .topmenu-mobile.fix img {
        width: 50px; }
  .hidden-sm {
    display: none; } }

@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none; }
  .topmenu-mobile {
    padding: 0 15px; } }

