/*
Theme Name: Automatico
Theme URI: https://Automatico.ro
Author: Automatico Company
Author URI: https://Automatico.ro
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  line-height: normal;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #dfdfdf;
  margin: 1.5em 0;
  width: 80%;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.row {
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}
.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}
.row > [class*=col_] {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
.row > [class*=col_].right {
  float: right;
}
.row.large-gutter {
  margin-left: -100px;
  margin-right: -100px;
}
@media (max-width: 1300px) {
  .row.large-gutter {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (max-width: 960px) {
  .row.large-gutter {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 767px) {
  .row.large-gutter {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.row.large-gutter > [class*=col_] {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1300px) {
  .row.large-gutter > [class*=col_] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 960px) {
  .row.large-gutter > [class*=col_] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .row.large-gutter > [class*=col_] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 1300px) {
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.big-gutter > [class*=col_] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1300px) {
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row.small-gutter {
  margin-left: -7px;
  margin-right: -7px;
}
.row.small-gutter > [class*=col_] {
  padding-left: 7px;
  padding-right: 7px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*=col_] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before, .row.flex:after {
  content: none;
}

@media (max-width: 960px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*=col_] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*=col_] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_18 {
  width: 18%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_65 {
  width: 65%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_90 {
  width: 90%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-self-center {
  align-self: center;
}

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

.justify-space-between {
  justify-content: space-between;
}

.flex-justify-center {
  justify-content: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-end {
  justify-content: flex-end;
}

body {
  font-size: 17px;
  font-family: "Roboto", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #0a1647;
}
@media (max-width: 1550px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1430px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #0a1647;
  font-weight: 900;
  line-height: 1.2;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: inherit;
  line-height: inherit;
}

h1 {
  font-size: 46px;
  margin-bottom: 20px;
}
@media (max-width: 1430px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 1300px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 560px) {
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 22px;
  }
}

h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
@media (max-width: 1430px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 560px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  h3 {
    font-size: 17px;
  }
}

h4 {
  font-size: 21px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h4 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 17px;
  }
}
@media (max-width: 560px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  h6 {
    font-size: 17px;
  }
}
@media (max-width: 560px) {
  h6 {
    font-size: 16px;
  }
}

p,
span,
label,
li {
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin: 0 0 15px;
  color: #0a1647;
}
@media (max-width: 767px) {
  p {
    margin: 10px 0;
  }
}
@media (max-width: 560px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  p {
    font-size: 14px;
  }
}
p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}
p b,
p strong {
  font-weight: bold;
}
p i,
p em {
  font-style: italic;
}
p a {
  text-decoration: underline;
  color: #0a1647;
}
p a:hover {
  opacity: 0.8;
}

a {
  color: inherit;
  margin: 0;
}
a:hover {
  text-decoration: underline;
}
a span {
  color: inherit;
  font-weight: inherit;
}

img,
span,
label,
a {
  display: inline-block;
}

blockquote {
  border: none !important;
  position: relative;
  margin: 30px 0;
}

blockquote p {
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  font-style: normal;
  color: #0a1647;
  margin: 0;
  z-index: 1;
}
@media (max-width: 560px) {
  blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}

body span.big-h1 {
  font-size: 36px !important;
}
@media (max-width: 1430px) {
  body span.big-h1 {
    font-size: 32px !important;
  }
}
@media (max-width: 960px) {
  body span.big-h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  body span.big-h1 {
    font-size: 26px !important;
  }
}
@media (max-width: 560px) {
  body span.big-h1 {
    font-size: 22px !important;
  }
}

body span.big-h2 {
  margin-bottom: 15px;
  font-size: 30px !important;
}
@media (max-width: 1430px) {
  body span.big-h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 960px) {
  body span.big-h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  body span.big-h2 {
    font-size: 22px !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 560px) {
  body span.big-h2 {
    font-size: 20px !important;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=number],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=month],
textarea,
select {
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 17px;
  border: none;
  border: 1px solid #c3c3c3;
  background: #fff;
  color: #626675;
  width: 100%;
  line-height: 1;
  padding: 25px 20px;
  margin-bottom: 15px;
  vertical-align: middle;
  outline: 0;
  box-sizing: border-box;
  font-weight: 400;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none !important;
  border-radius: 10px;
}
@media (max-width: 1550px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    padding: 20px;
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    padding: 18px 20px;
  }
}
@media (max-width: 960px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 15px;
    padding: 16px 15px;
  }
}
@media (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=week],
  input[type=month],
  textarea,
  select {
    font-size: 13px;
    padding: 14px 12px;
  }
}
input[type=text]:active, input[type=text]:hover, input[type=text]:focus,
input[type=email]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:hover,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:active,
input[type=url]:hover,
input[type=url]:focus,
input[type=number]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:hover,
input[type=date]:focus,
input[type=time]:active,
input[type=time]:hover,
input[type=time]:focus,
input[type=datetime]:active,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:active,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=week]:active,
input[type=week]:hover,
input[type=week]:focus,
input[type=month]:active,
input[type=month]:hover,
input[type=month]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
  background-color: white;
  border-color: #c3c3c3;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=week]:disabled,
input[type=month]:disabled,
textarea:disabled,
select:disabled {
  background: #c3c3c3;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-size: 17px;
  color: #626675;
}
@media (max-width: 1550px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=time]::-webkit-input-placeholder,
  input[type=datetime]::-webkit-input-placeholder,
  input[type=datetime-local]::-webkit-input-placeholder,
  input[type=week]::-webkit-input-placeholder,
  input[type=month]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    font-size: 13px;
  }
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=month]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  font-size: 17px;
  color: #626675;
}
@media (max-width: 1550px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=time]::-moz-placeholder,
  input[type=datetime]::-moz-placeholder,
  input[type=datetime-local]::-moz-placeholder,
  input[type=week]::-moz-placeholder,
  input[type=month]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    font-size: 13px;
  }
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-size: 17px;
  color: #626675;
}
@media (max-width: 1550px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  input[type=text]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=url]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=time]:-ms-input-placeholder,
  input[type=datetime]:-ms-input-placeholder,
  input[type=datetime-local]:-ms-input-placeholder,
  input[type=week]:-ms-input-placeholder,
  input[type=month]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    font-size: 13px;
  }
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=month]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  font-size: 17px;
  color: #626675;
}
@media (max-width: 1550px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  input[type=text]:-moz-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=password]:-moz-placeholder,
  input[type=search]:-moz-placeholder,
  input[type=tel]:-moz-placeholder,
  input[type=url]:-moz-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]:-moz-placeholder,
  input[type=time]:-moz-placeholder,
  input[type=datetime]:-moz-placeholder,
  input[type=datetime-local]:-moz-placeholder,
  input[type=week]:-moz-placeholder,
  input[type=month]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    font-size: 13px;
  }
}

.select_overlay {
  position: relative;
}
.select_overlay:after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 29px;
  background-image: url(images/png/select.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 10px;
}
@media (max-width: 1550px) {
  .select_overlay:after {
    right: 19px;
    top: 25px;
    width: 13px;
    height: 7px;
  }
}
@media (max-width: 1300px) {
  .select_overlay:after {
    right: 16px;
    top: 23px;
    width: 12px;
    height: 7px;
  }
}
@media (max-width: 560px) {
  .select_overlay:after {
    right: 14px;
    top: 19px;
    width: 10px;
    height: 7px;
  }
}

textarea {
  line-height: 1.2;
  padding-top: 15px;
  height: 120px;
  padding: 25px 20px;
}
@media (max-width: 1550px) {
  textarea {
    padding: 20px;
  }
}
@media (max-width: 1300px) {
  textarea {
    padding: 18px 20px;
  }
}
@media (max-width: 960px) {
  textarea {
    padding: 16px 15px;
  }
}
@media (max-width: 560px) {
  textarea {
    padding: 14px 12px;
  }
}

button[type=submit],
input[type=submit] {
  color: white;
  display: inline-block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  background-color: #ff9600;
  font-weight: 500;
  padding: 17px 28px;
  border-radius: 5px;
  line-height: 1;
  line-height: 1;
  border-style: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  margin-bottom: 0;
  font-size: 18px;
}
@media (max-width: 1430px) {
  button[type=submit],
  input[type=submit] {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  button[type=submit],
  input[type=submit] {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  button[type=submit],
  input[type=submit] {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  button[type=submit],
  input[type=submit] {
    font-size: 13px;
  }
}
button[type=submit]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background-color: rgb(219.6, 219.6, 219.6);
  color: white;
}

select {
  height: auto;
  line-height: normal;
  outline: none;
}

textarea {
  height: 124px;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 20px;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  background: #fff;
  margin-right: 10px;
  margin-left: 0;
  vertical-align: top;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  line-height: normal;
  cursor: pointer;
  margin-top: 0;
  color: #ff9600;
  outline: 0;
}
@media (max-width: 767px) {
  input[type=radio],
  input[type=checkbox] {
    width: 19px;
    height: 19px;
  }
}
input[type=radio]:before,
input[type=checkbox]:before {
  content: "";
  background-color: #ff9600;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: white;
  border-color: #ff9600;
}

input[type=checkbox]::before {
  border-radius: 3px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #ff9600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
}

input[type=checkbox]:checked:before {
  width: 17px;
  height: 17px;
}

input[type=radio]:checked:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #0a1647;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #0a1647;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #0a1647;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #0a1647;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
}

.wpcf7-not-valid-tip {
  display: none !important;
  font-size: 14px;
}
@media (max-width: 960px) {
  .wpcf7-not-valid-tip {
    font-size: 13px;
  }
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:focus {
  outline: 0 !important;
  transition: all 0.3s ease;
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #ff9600;
}

div.wpcf7-mail-sent-ok {
  color: #037917;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 0;
}
@media (max-width: 960px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #ff9600;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: red;
  /* Red */
  background: red;
  color: white;
  border-radius: 5px;
}

.wpcf7 form.spam .wpcf7-response-output {
  /* Orange */
  background: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: red;
  color: white;
  border-radius: 5px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #ff9600;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: white;
  border-radius: 5px;
}
@media (max-width: 960px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    font-size: 13px;
  }
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #13300b;
  color: #fff;
}

.wpcf7-form .input_name {
  width: 100%;
  margin-bottom: 9px;
  font-size: 17px;
  color: #0a1647;
}
@media (max-width: 1550px) {
  .wpcf7-form .input_name {
    font-size: 16px;
  }
}
@media (max-width: 1430px) {
  .wpcf7-form .input_name {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .wpcf7-form .input_name {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .wpcf7-form .input_name {
    margin-bottom: 3px;
  }
}
@media (max-width: 560px) {
  .wpcf7-form .input_name {
    line-height: 1.3em;
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .wpcf7-form .input_name {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .wpcf7-form label {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .wpcf7-form label {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .wpcf7-form label {
    font-size: 14px;
  }
}
.wpcf7-form .input_block > span {
  width: 100%;
}
.wpcf7-form .wpcf7-acceptance a {
  text-decoration: underline;
}
.wpcf7-form .input_element {
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  .wpcf7-form .input_element {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .wpcf7-form .input_element {
    margin-bottom: 0;
  }
}
.wpcf7-form .input_element .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.wpcf7-form .input_element > span {
  width: 100%;
}
.wpcf7-form input[type=submit] {
  background-color: #fff;
  border: 1px solid #0a1647;
  color: #0a1647;
  border-radius: 500px;
  min-width: 180px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .wpcf7-form input[type=submit] {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .wpcf7-form input[type=submit] {
    padding: 12px 22px;
  }
}
.wpcf7-form input[type=submit]:hover {
  background-color: #0a1647;
  color: #fff;
}
@media (max-width: 1300px) {
  .wpcf7-form .col_33 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wpcf7-form .col_33 {
    width: 100%;
  }
}
.wpcf7-form .wpcf7-acceptance {
  width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  .wpcf7-form .wpcf7-acceptance {
    margin-bottom: 25px;
  }
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
}
.wpcf7-form .wpcf7-acceptance label {
  width: 100%;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  width: calc(100% - 35px);
}
.wpcf7-form .wpcf7-acceptance a {
  display: inline;
}
.wpcf7-form .wpcf7-spinner {
  display: block;
  margin: 9px auto 0 auto;
  width: 15px;
  height: 15px;
}
.wpcf7-form .wpcf7-spinner:before {
  width: 3px;
  height: 3px;
}
.wpcf7-form .input_submit {
  padding-top: 35px;
}
@media (max-width: 767px) {
  .wpcf7-form .input_submit {
    padding-top: 25px;
  }
}
@media (max-width: 560px) {
  .wpcf7-form .input_submit {
    padding-top: 5px;
  }
}
.wpcf7-form .mask-upload {
  border: 1px solid #c3c3c3;
  background: #fff;
  color: #626675;
  padding: 24px 110px 24px 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  position: relative;
  font-size: 15px;
}
@media (max-width: 1650px) {
  .wpcf7-form .mask-upload {
    padding-right: 100px;
  }
}
@media (max-width: 1550px) {
  .wpcf7-form .mask-upload {
    padding: 20px 100px 20px 20px;
  }
}
@media (max-width: 1430px) {
  .wpcf7-form .mask-upload {
    padding-right: 80px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wpcf7-form .mask-upload {
    padding: 14px 100px 14px 14px;
    margin-bottom: 13px;
  }
}
@media (max-width: 560px) {
  .wpcf7-form .mask-upload {
    font-size: 13px;
  }
}
.wpcf7-form .mask-upload .label-upload {
  line-height: 1.1em;
}
.wpcf7-form .mask-upload .open-upload {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 95px;
  background: #0a1647;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 15px;
  padding: 10px;
}
@media (max-width: 1650px) {
  .wpcf7-form .mask-upload .open-upload {
    width: 90px;
  }
}
@media (max-width: 1550px) {
  .wpcf7-form .mask-upload .open-upload {
    font-size: 14px;
  }
}
@media (max-width: 1430px) {
  .wpcf7-form .mask-upload .open-upload {
    width: 70px;
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .wpcf7-form .mask-upload .open-upload {
    font-size: 12px;
  }
}
.wpcf7-form .mask-upload .open-upload:hover {
  background-color: #050c29;
  text-decoration: none;
  color: #fff;
}
.wpcf7-form .file-upload input[type=file] {
  display: none;
}
.wpcf7-form .file-upload .wpcf7-not-valid-tip {
  margin-bottom: 10px;
  display: block !important;
}
.wpcf7-form .file-upload .wpcf7-form-control-wrap {
  display: inline;
}

.button1,
.button2,
.button3,
.button-white,
.button-line,
.button-line2,
.button-grey {
  color: white;
  display: inline-block;
  padding: 15px 28px;
  font-size: 18px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  line-height: 1;
  font-weight: 500;
  border-radius: 500px;
  background-color: #ff9600;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1430px) {
  .button1,
  .button2,
  .button3,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .button1,
  .button2,
  .button3,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    padding: 13px 21px;
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .button1,
  .button2,
  .button3,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .button1,
  .button2,
  .button3,
  .button-white,
  .button-line,
  .button-line2,
  .button-grey {
    font-size: 14px;
    padding: 12px 21px;
  }
}
.button1:hover,
.button2:hover,
.button3:hover,
.button-white:hover,
.button-line:hover,
.button-line2:hover,
.button-grey:hover {
  text-decoration: none;
  background-color: rgb(219.6, 219.6, 219.6);
  color: white;
}

.button1 {
  background-color: #fff;
  border: 1px solid #0a1647;
  color: #0a1647;
  border-radius: 500px;
  min-width: 180px;
  text-align: center;
}
.button1:hover {
  background-color: #0a1647;
  color: #fff;
}

.button-arrow-front:before {
  content: "";
  width: 25px;
  height: 13px;
  background-image: url(images/png/left-arrow@2x.png);
  background-repeat: no-repeat;
  background-size: 20px;
  position: relative;
  top: 1px;
  left: 0;
  display: inline-block;
  margin-right: 20px;
  background-position: center right;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (max-width: 767px) {
  .button-arrow-front:before {
    width: 20px;
    margin-right: 7px;
    background-size: 17px;
  }
}
@media (max-width: 560px) {
  .button-arrow-front:before {
    background-size: 15px;
  }
}
.button-arrow-front:hover {
  background-color: #fff;
  color: #0a1647;
}
.button-arrow-front:hover:before {
  left: -5px;
}

.button-arrow:after {
  content: "";
  width: 25px;
  height: 13px;
  background-image: url(images/png/long-arrow@2x.png);
  background-repeat: no-repeat;
  background-size: 20px;
  position: relative;
  top: 1px;
  left: 0;
  display: inline-block;
  margin-left: 20px;
  background-position: center right;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (max-width: 767px) {
  .button-arrow:after {
    width: 20px;
    margin-left: 7px;
    background-size: 17px;
  }
}
@media (max-width: 560px) {
  .button-arrow:after {
    background-size: 15px;
  }
}
.button-arrow:hover {
  background-color: #fff;
  color: #0a1647;
}
.button-arrow:hover:after {
  left: 5px;
}

.button3 {
  border: 1px solid #a7b0b5;
  background-color: transparent;
  color: #fff;
  min-width: 220px;
}
.button3:hover {
  background-color: #fff;
  color: #0a1647;
}

.button-white {
  background-color: white;
  color: #0a1647;
}
.button-white:hover {
  background-color: #0a1647;
  color: #fff;
}

.button-big {
  font-size: 18px;
}
@media (max-width: 1430px) {
  .button-big {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .button-big {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .button-big {
    font-size: 14px;
  }
}

.button-span {
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.button-span:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}
.button-span:hover {
  text-decoration: none;
  background-color: rgb(219.6, 219.6, 219.6);
  color: white;
}
.button-span:hover:after {
  opacity: 1;
  right: 10px;
}

.button2 {
  background: #050c29;
  color: white;
}
.button2:hover {
  text-decoration: none;
  background-color: rgb(219.6, 219.6, 219.6);
  color: white;
}

.btn-arrow {
  padding-right: 33px;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 560px) {
  .btn-arrow {
    padding-right: 22px;
  }
}
.btn-arrow img {
  width: 30px;
  height: 13px;
  position: relative;
  left: 10px;
  display: inline-block !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 560px) {
  .btn-arrow img {
    left: 3px;
    width: 20px;
    height: 7px;
    top: -1px;
  }
}
.btn-arrow:hover {
  text-decoration: none;
}
.btn-arrow:hover img {
  left: 15px;
}
@media (max-width: 560px) {
  .btn-arrow:hover img {
    left: 12px;
  }
}

ul li {
  list-style: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
}

.alignright {
  display: inline;
  float: right;
  margin-top: 20px;
  margin-left: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .alignleft,
  .alignright,
  .aligncenter {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
body {
  text-rendering: optimizeLegibility;
  counter-reset: item;
  transition: 0.3s all ease-out;
  background-color: #fff;
  position: relative;
}

body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0a1647;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

html.openmenu,
body.openmenu {
  overflow: hidden;
}

a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}

.mobile-only {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}
.big-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  .big-title {
    font-size: 28px;
  }
}
@media (max-width: 1430px) {
  .big-title {
    font-size: 25px;
  }
}
@media (max-width: 960px) {
  .big-title {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .big-title {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .big-title {
    font-size: 18px;
  }
}

.big-p {
  font-size: 24px;
  color: #ff9600;
  font-weight: 700;
}
@media (max-width: 1550px) {
  .big-p {
    font-size: 22px;
  }
}
@media (max-width: 1430px) {
  .big-p {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .big-p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .big-p {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .big-p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .big-p {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .big-p {
    font-size: 14px;
  }
}

.big-paragraph {
  font-size: 22px;
  color: #0a1647;
  line-height: 1.3em;
}
@media (max-width: 1550px) {
  .big-paragraph {
    font-size: 20px;
  }
}
@media (max-width: 1430px) {
  .big-paragraph {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .big-paragraph {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .big-paragraph {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .big-paragraph {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .big-paragraph {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .big-paragraph {
    font-size: 14px;
  }
}

.big-p2 {
  font-size: 20px;
  color: #0a1647;
  line-height: 1.3em;
}
@media (max-width: 1430px) {
  .big-p2 {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .big-p2 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .big-p2 {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .big-p2 {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .big-p2 {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .big-p2 {
    font-size: 14px;
  }
}

.container-big {
  width: 100%;
  padding: 0 150px;
}
@media (max-width: 1550px) {
  .container-big {
    padding: 0 50px;
  }
}
@media (max-width: 1430px) {
  .container-big {
    padding: 0 30px;
  }
}
@media (max-width: 560px) {
  .container-big {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  max-width: 1680px;
  width: 94%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.general-content-wrap {
  padding: 50px 0 100px;
}
@media (max-width: 1300px) {
  .general-content-wrap {
    padding: 30px 0 70px;
  }
}
@media (max-width: 560px) {
  .general-content-wrap {
    padding: 20px 0 50px;
  }
}
.general-content-wrap .the-content {
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

.the-content img {
  max-height: 100%;
  height: auto;
  border-radius: 5px;
}
.the-content table {
  font-size: 15px;
  line-height: 1.3;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  border-collapse: separate !important;
  overflow: hidden;
  width: 100%;
  border-color: #dbdbdb;
}
@media (max-width: 960px) {
  .the-content table {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table {
    font-size: 13px;
  }
}
.the-content table th {
  background-color: #f8f8f8;
}
.the-content table td,
.the-content table th {
  padding: 15px;
  text-align: left;
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  border-color: #dbdbdb;
  vertical-align: top;
}
.the-content table td:first-child,
.the-content table th:first-child {
  border-left: none;
}
.the-content table td:last-child,
.the-content table th:last-child {
  border-right: none;
}
@media (max-width: 960px) {
  .the-content table td,
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table td,
  .the-content table th {
    font-size: 13px;
    padding: 10px;
  }
}
@media (max-width: 560px) {
  .the-content table td,
  .the-content table th {
    font-size: 12px;
  }
}
.the-content table td strong,
.the-content table th strong {
  font-weight: 600;
}
.the-content table thead th {
  background-color: #f4f4f4;
}
.the-content table tbody tr:nth-child(odd) td {
  background-color: #fbfbfb;
}
.the-content table th {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-top: none;
}
@media (max-width: 960px) {
  .the-content table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table th {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .the-content table th {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .the-content table tr td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content table tr td {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .the-content table tr td {
    font-size: 12px;
  }
}
.the-content table tr:last-child td,
.the-content table tr:last-child th {
  border-bottom: none;
}
.the-content h2 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}
.the-content h2 strong,
.the-content h3 strong,
.the-content h4 strong,
.the-content h5 strong,
.the-content h6 strong {
  font-weight: 700;
}
.the-content h2 strong *,
.the-content h3 strong *,
.the-content h4 strong *,
.the-content h5 strong *,
.the-content h6 strong * {
  font-weight: inherit;
}
.the-content p,
.the-content span,
.the-content label,
.the-content li {
  color: #0a1647;
}
.the-content p strong,
.the-content p b,
.the-content span strong,
.the-content span b,
.the-content label strong,
.the-content label b,
.the-content li strong,
.the-content li b {
  font-weight: 600;
}
.the-content p strong *,
.the-content p b *,
.the-content span strong *,
.the-content span b *,
.the-content label strong *,
.the-content label b *,
.the-content li strong *,
.the-content li b * {
  font-weight: 600;
}
.the-content li a,
.the-content p a {
  display: inline;
  text-decoration: underline;
}
.the-content blockquote {
  border: none !important;
  position: relative;
  margin: 25px 0 30px;
}
.the-content blockquote p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-style: italic;
  color: #0a1647;
  font-weight: 400;
  margin: 0;
  z-index: 1;
}
@media (max-width: 1300px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .the-content blockquote p {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .the-content blockquote p {
    font-size: 15px;
    margin: 25px 0;
  }
}
.the-content ul,
.the-content ol {
  position: relative;
  margin: 10px 0;
  overflow: hidden;
  clear: both;
  display: block;
}
@media screen and (max-width: 480px) {
  .the-content ul,
  .the-content ol {
    margin: 15px 0;
  }
}
.the-content ul ul,
.the-content ul ol,
.the-content ol ul,
.the-content ol ol {
  margin: 0 0 0 20px;
}
.the-content li {
  margin: 2px 0;
  display: block;
  color: #0a1647;
  position: relative;
}
.the-content li strong {
  font-weight: bold;
}
.the-content li em {
  font-style: italic;
}
.the-content iframe {
  width: 100%;
  height: 553px;
}
@media (max-width: 1430px) {
  .the-content iframe {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .the-content iframe {
    height: 320px;
  }
}
@media (max-width: 560px) {
  .the-content iframe {
    height: 280px;
  }
}
.the-content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: inside;
}
.the-content ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 20px;
}

/*
.the-content-middle {
	p,
	li {
		font-size: 20px;
		line-height: 1.3em;

		@include desktop-l {
			font-size: 19px;
		}
		@include desktop {
			font-size: 18px;
		}
		@include tablet-l {
			font-size: 16px;
		}
		@include tablet-p {
			font-size: 15px;
		}
		@include mobile {
			margin: 4px 0;
			font-size: 14px;
		}

		@include mobile-xxs {
			font-size: 13px;
		}
	}
}*/
.the-content-large p,
.the-content-large li {
  font-size: 24px;
  line-height: 1.4em;
}
@media (max-width: 1550px) {
  .the-content-large p,
  .the-content-large li {
    font-size: 22px;
  }
}
@media (max-width: 1430px) {
  .the-content-large p,
  .the-content-large li {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .the-content-large p,
  .the-content-large li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .the-content-large p,
  .the-content-large li {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .the-content-large p,
  .the-content-large li {
    margin: 4px 0;
    font-size: 15px;
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .the-content-large p,
  .the-content-large li {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .the-content-large p,
  .the-content-large li {
    font-size: 14px;
  }
}
.the-content-large .small {
  line-height: 0.8em;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .the-content-large .small {
    margin-top: 10px;
  }
}
@media (max-width: 560px) {
  .the-content-large .small {
    margin-top: 5px;
  }
}
.the-content-large p small {
  color: #606060;
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 1430px) {
  .the-content-large p small {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .the-content-large p small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-content-large p small {
    font-size: 13px;
    margin-top: 5px;
  }
}
@media (max-width: 560px) {
  .the-content-large p small {
    font-size: 12px;
  }
}

.the-content-medium p,
.the-content-medium li {
  font-size: 20px;
  line-height: 1.4em;
}
@media (max-width: 1430px) {
  .the-content-medium p,
  .the-content-medium li {
    font-size: 19px;
  }
}
@media (max-width: 1300px) {
  .the-content-medium p,
  .the-content-medium li {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .the-content-medium p,
  .the-content-medium li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .the-content-medium p,
  .the-content-medium li {
    margin: 4px 0;
  }
}
@media (max-width: 560px) {
  .the-content-medium p,
  .the-content-medium li {
    font-size: 16px;
    margin: 15px 0;
  }
}
@media (max-width: 400px) {
  .the-content-medium p,
  .the-content-medium li {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .the-content-medium p,
  .the-content-medium li {
    font-size: 14px;
  }
}
.the-content-medium ul li {
  margin-bottom: 15px;
  margin-top: 15px;
  list-style: none;
  position: relative;
}
.the-content-medium ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 500px;
  display: inline-block;
  position: absolute;
  left: -19px;
  top: 10px;
  background-color: #0a1647;
}
@media (max-width: 1430px) {
  .the-content-medium ul li::before {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 960px) {
  .the-content-medium ul li::before {
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 767px) {
  .the-content-medium ul li::before {
    width: 6px;
    height: 6px;
    left: -16px;
    top: 8px;
  }
}
.the-content-medium ol li {
  margin-bottom: 15px;
  margin-top: 15px;
}
.the-content-medium.the-content-list ul li:before {
  top: 25px;
}
@media (max-width: 960px) {
  .the-content-medium.the-content-list ul li:before {
    top: 18px;
  }
}
@media (max-width: 767px) {
  .the-content-medium.the-content-list ul li:before {
    background-size: 14px;
  }
}

.the-content-18 p,
.the-content-18 li,
.the-content-middle p,
.the-content-middle li {
  font-size: 18px;
  line-height: 1.4em;
}
@media (max-width: 1430px) {
  .the-content-18 p,
  .the-content-18 li,
  .the-content-middle p,
  .the-content-middle li {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .the-content-18 p,
  .the-content-18 li,
  .the-content-middle p,
  .the-content-middle li {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .the-content-18 p,
  .the-content-18 li,
  .the-content-middle p,
  .the-content-middle li {
    margin: 4px 0;
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .the-content-18 p,
  .the-content-18 li,
  .the-content-middle p,
  .the-content-middle li {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .the-content-18 p,
  .the-content-18 li,
  .the-content-middle p,
  .the-content-middle li {
    font-size: 14px;
  }
}

.the-content-20 p,
.the-content-20 li {
  font-size: 20px;
  line-height: 1.4em;
}
@media (max-width: 1550px) {
  .the-content-20 p,
  .the-content-20 li {
    font-size: 19px;
  }
}
@media (max-width: 1430px) {
  .the-content-20 p,
  .the-content-20 li {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .the-content-20 p,
  .the-content-20 li {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .the-content-20 p,
  .the-content-20 li {
    margin: 4px 0;
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .the-content-20 p,
  .the-content-20 li {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .the-content-20 p,
  .the-content-20 li {
    font-size: 14px;
  }
}

.the-content.the-content-checked ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 7px;
  margin-top: 7px;
}
.the-content.the-content-checked ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ff9600;
  font-weight: 400;
  font-size: 18px;
  margin-right: 10px;
}
@media (max-width: 560px) {
  .the-content.the-content-checked ul li::before {
    font-size: 16px;
    top: 1px;
    position: relative;
  }
}

.small-h1 h1 {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 560px) {
  .small-h1 h1 {
    font-size: 25px;
  }
}

.title-style h2:first-of-type,
.title-style h3:first-child {
  margin-top: 0;
}

.small-title {
  color: #0a1647;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .small-title {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.small-title.yellow-text {
  color: #ff9600;
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.ovh:before, .ovh:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: table;
}
.ovh:after {
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.blue-bck {
  background-color: #0a1647;
}

.greyscale { /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.12);
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.grey-bck {
  background-color: #fdfdfd;
}

.grey-gradient {
  background: rgb(253, 253, 253);
  background: linear-gradient(0deg, rgb(253, 253, 253) 0%, rgb(255, 255, 255) 100%);
}

.grey-box {
  background-color: #f4f4f4;
}

.grey-box2 {
  background-color: #fbfbfb;
}

.grey-box3 {
  background-color: #fafafa;
}

.green-text {
  color: #ff9600;
}

.blue-box {
  background-color: #ff9600;
}

.dark-blue {
  background-color: #133c7c;
}

.white-box {
  background-color: white;
}

.shadow-left {
  box-shadow: -9px 0px 14px 5px rgba(0, 0, 0, 0.13);
}

.box-shadow {
  box-shadow: 0px 0px 9px 1px rgba(131, 131, 131, 0.33);
}

.box-shadow-black {
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.7);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
  color: white;
}
.white-txt span.button-white,
.white-txt a.button-white {
  color: #0a1647;
}
.white-txt span.button-white:hover,
.white-txt a.button-white:hover {
  color: white;
}

.only-tablet {
  display: none;
}
@media (max-width: 960px) {
  .only-tablet {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 767px) {
  .only-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .only-desktop {
    display: none;
  }
}

.commentlist li {
  margin-bottom: 20px;
}

.commentlist .children {
  margin-top: 20px;
}

.commentlist .children li {
  padding-left: 20px;
}

.comment-reply-title #cancel-comment-reply-link {
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #20449d;
}

.comment .comment-form-email,
.comment .comment-form-author,
.comment .comment-form-comment {
  margin: 0;
}

.comment .comment-notes {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.slider-timeline:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 200px;
  overflow: hidden;
}
.slider-timeline:not(.slick-slider) .timeline-row {
  width: 25%;
}
@media (max-width: 767px) {
  .slider-timeline:not(.slick-slider) .timeline-row {
    width: 50%;
  }
}

body .picker__select--month,
body .picker__select--year {
  padding: 0 10px;
  background: #fff;
  font-size: 15px;
  color: #000;
}

.book-meeting-form .back {
  margin-bottom: 30px;
}

.service-content {
  position: relative;
  z-index: 2;
}

body #cookie-law-info-bar {
  z-index: 99999999 !important;
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.831372549);
}

.no-found {
  text-align: center;
  padding: 100px 0 0 0;
}
@media (max-width: 767px) {
  .no-found {
    padding: 50px 0 0 0;
  }
}

.wpcf7-acceptance.wpcf7-not-valid {
  border: none !important;
}
.wpcf7-acceptance.wpcf7-not-valid * {
  color: red;
}

.accordion {
  overflow: hidden;
  background: #f7f7f7;
  width: 80%;
  display: block;
  margin: 50px auto 0 auto;
}
@media (max-width: 960px) {
  .accordion {
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
  }
}
.accordion .accordion-section {
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.accordion .accordion-section:last-child {
  border-bottom: 1px solid rgba(238, 238, 238, 0.9333333333);
}
.accordion .accordion-section .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  transition: all linear 0.15s;
  padding: 20px 40px 20px 30px;
  position: relative;
  background: #f1f7fb;
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title {
    padding: 15px 20px 15px 30px;
  }
}
.accordion .accordion-section .accordion-section-title:hover, .accordion .accordion-section .accordion-section-title.active {
  text-decoration: none;
}
.accordion .accordion-section .accordion-section-title:after {
  content: "\f107";
  position: relative;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 1.4rem;
  color: #ff9600;
  position: absolute;
  right: 30px;
  top: 25px;
}
@media (max-width: 1300px) {
  .accordion .accordion-section .accordion-section-title:after {
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  .accordion .accordion-section .accordion-section-title:after {
    top: 16px;
  }
}
.accordion .accordion-section .accordion-section-title.active:after {
  content: "\f106";
}
.accordion .accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}
.accordion .accordion-section .accordion-section-content {
  padding: 15px;
  display: none;
  border-top: 1px solid rgba(238, 238, 238, 0.9333333333);
  background: #fdfdfd;
}

.section {
  padding: 90px 0;
}
@media (max-width: 1300px) {
  .section {
    padding: 80px 0;
  }
}
@media (max-width: 960px) {
  .section {
    padding: 60px 0;
  }
}

.section-middle {
  padding: 70px 0;
}
@media (max-width: 1300px) {
  .section-middle {
    padding: 60px 0;
  }
}
@media (max-width: 960px) {
  .section-middle {
    padding: 40px 0;
  }
}
@media (max-width: 560px) {
  .section-middle {
    padding: 30px 0;
  }
}

.section-small {
  padding: 40px 0;
}
@media (max-width: 560px) {
  .section-small {
    padding: 30px 0;
  }
}

.section-top {
  padding-top: 90px;
}
@media (max-width: 1300px) {
  .section-top {
    padding-top: 80px;
  }
}
@media (max-width: 960px) {
  .section-top {
    padding-top: 60px;
  }
}

.ovh {
  overflow: hidden;
}

.section_decoration {
  position: relative;
}
.section_decoration:before {
  content: "";
  width: 2px;
  height: 54px;
  background-color: #ff9600;
  position: absolute;
  left: calc((100% - 1px) / 2);
  top: 10px;
  visibility: visible;
}
@media (max-width: 1300px) {
  .section_decoration:before {
    height: 45px;
  }
}
@media (max-width: 960px) {
  .section_decoration:before {
    height: 40px;
    top: 5px;
  }
}

.standard_dots .slick-dots {
  bottom: 0;
}
.standard_dots .slick-dots li {
  width: 13px;
  height: 13px;
}
@media (max-width: 960px) {
  .standard_dots .slick-dots li {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .standard_dots .slick-dots li {
    width: 11px;
    height: 11px;
  }
}
.standard_dots .slick-dots li:first-child:last-child {
  display: none;
}
.standard_dots .slick-dots li button {
  padding: 0;
  width: 13px;
  height: 13px;
  background-color: #4c505f;
  border-radius: 500px;
}
@media (max-width: 960px) {
  .standard_dots .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .standard_dots .slick-dots li button {
    width: 11px;
    height: 11px;
  }
}
.standard_dots .slick-dots li button:hover {
  background-color: #ff9600;
}
.standard_dots .slick-dots li button:before {
  content: none;
}
.standard_dots .slick-dots li.slick-active button {
  background-color: #ff9600;
}

.arrows-bottom {
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .arrows-bottom {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 560px) {
  .arrows-bottom {
    margin-bottom: 15px !important;
  }
}
.arrows-bottom:after {
  content: "";
  width: 2px;
  height: 100px;
  position: absolute;
  right: calc(50% - 1px);
  bottom: -117px;
  background-color: #ff9600;
}
@media (max-width: 960px) {
  .arrows-bottom:after {
    bottom: -95px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .arrows-bottom:after {
    bottom: -91px;
    height: 70px;
  }
}
@media (max-width: 560px) {
  .arrows-bottom:after {
    bottom: -67px;
    height: 40px;
  }
}
.arrows-bottom .slick-arrow {
  width: 150px;
  height: 100px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: auto;
  bottom: -170px;
  background-size: 112px;
  background-position: center right;
  opacity: 0.3;
}
@media (max-width: 960px) {
  .arrows-bottom .slick-arrow {
    width: 120px;
    height: 80px;
    bottom: -135px;
  }
}
@media (max-width: 767px) {
  .arrows-bottom .slick-arrow {
    width: 80px;
    height: 55px;
    background-size: 70px;
    bottom: -110px;
  }
}
@media (max-width: 560px) {
  .arrows-bottom .slick-arrow {
    bottom: -102px;
  }
}
.arrows-bottom .slick-arrow:hover {
  opacity: 1;
}
.arrows-bottom .slick-arrow:before {
  content: none;
}
.arrows-bottom .slick-arrow.slick-prev {
  left: calc((100% - 150px) / 2 - 100px);
  background-image: url(images/png/arrow-left@2x.png);
}
@media (max-width: 960px) {
  .arrows-bottom .slick-arrow.slick-prev {
    left: calc((100% - 120px) / 2 - 85px);
  }
}
@media (max-width: 767px) {
  .arrows-bottom .slick-arrow.slick-prev {
    left: calc((100% - 80px) / 2 - 60px);
  }
}
.arrows-bottom .slick-arrow.slick-next {
  right: calc((100% - 150px) / 2 - 100px);
  background-image: url(images/png/arrow-right@2x.png);
  background-position: center left;
}
@media (max-width: 960px) {
  .arrows-bottom .slick-arrow.slick-next {
    right: calc((100% - 120px) / 2 - 85px);
  }
}
@media (max-width: 767px) {
  .arrows-bottom .slick-arrow.slick-next {
    right: calc((100% - 80px) / 2 - 60px);
  }
}

.arrows-top .slick-arrow {
  width: 119px;
  height: 45px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: auto;
  top: -50px;
  background-size: 112px;
  background-position: center right;
  opacity: 0.3;
}
@media (max-width: 1300px) {
  .arrows-top .slick-arrow {
    width: 90px;
    height: 52px;
    background-size: 85px;
  }
}
@media (max-width: 767px) {
  .arrows-top .slick-arrow {
    width: 50px;
    height: 39px;
    background-size: 50px;
  }
}
.arrows-top .slick-arrow:hover {
  opacity: 1;
}
.arrows-top .slick-arrow:before {
  content: none;
}
.arrows-top .slick-arrow.slick-prev {
  right: 160px;
  left: auto;
  background-image: url(images/png/arrow-left@2x.png);
}
@media (max-width: 1300px) {
  .arrows-top .slick-arrow.slick-prev {
    right: 130px;
  }
}
@media (max-width: 767px) {
  .arrows-top .slick-arrow.slick-prev {
    right: auto;
    left: calc((100% - 50px) / 2 - 28px);
  }
}
.arrows-top .slick-arrow.slick-next {
  right: 0;
  background-image: url(images/png/arrow-right@2x.png);
  background-position: center left;
}
@media (max-width: 1300px) {
  .arrows-top .slick-arrow.slick-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .arrows-top .slick-arrow.slick-next {
    right: calc((100% - 70px) / 2 - 28px);
  }
}

.section-contact {
  padding-bottom: 30px;
}
@media (max-width: 1300px) {
  .section-contact {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-contact {
    padding-bottom: 20px;
  }
}
.section-contact .contact-wrap {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 1550px) {
  .section-contact .contact-wrap {
    max-width: 90%;
  }
}
@media (max-width: 1430px) {
  .section-contact .contact-wrap {
    max-width: 95%;
  }
}
@media (max-width: 1300px) {
  .section-contact .contact-wrap {
    max-width: 100%;
    padding-top: 0;
  }
}
.section-contact .hide-tabs {
  display: none;
}
@media (max-width: 767px) {
  .section-contact .hide-tabs {
    display: block;
    padding-top: 0;
  }
}
.section-contact .hide-tabs .tabs {
  display: flex;
  justify-content: center;
  margin-left: -7px;
  margin-right: -7px;
  flex-wrap: wrap;
}
@media (max-width: 560px) {
  .section-contact .hide-tabs .tabs.tabs-locations li {
    width: auto;
  }
}
@media (max-width: 400px) {
  .section-contact .hide-tabs .tabs.tabs-locations li a {
    padding: 6px 8px;
  }
}
.section-contact .hide-tabs .tabs li {
  padding: 0 7px;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width: 560px) {
  .section-contact .hide-tabs .tabs li {
    width: 50%;
  }
}
.section-contact .hide-tabs .tabs li a {
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 17px;
  text-align: center;
  line-height: 1.1em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .section-contact .hide-tabs .tabs li a {
    padding: 10px;
  }
}
@media (max-width: 400px) {
  .section-contact .hide-tabs .tabs li a {
    font-size: 14px;
  }
}
.section-contact .hide-tabs .tabs li a:hover {
  text-decoration: none;
  background-color: #ff9600;
}
.section-contact .hide-tabs .tabs li.active a {
  background-color: #ff9600;
}
.section-contact .location-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .section-contact .location-box {
    width: 50%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .section-contact .location-box {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-contact .location-box.active {
    display: block;
  }
}
@media (max-width: 767px) {
  .section-contact .location-box:not(.active) {
    display: none;
  }
}
.section-contact .location-box .box-location-all .box-location {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  background-color: #0a1647;
}
.section-contact .location-box .box-location-all .box-location:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0a1647;
  opacity: 0.8;
}
.section-contact .location-box .box-location-all .box-location .wrap-info {
  padding: 50px 55px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1550px) {
  .section-contact .location-box .box-location-all .box-location .wrap-info {
    padding: 40px 45px;
  }
}
@media (max-width: 1300px) {
  .section-contact .location-box .box-location-all .box-location .wrap-info {
    padding: 35px 40px;
  }
}
@media (max-width: 767px) {
  .section-contact .location-box .box-location-all .box-location .wrap-info {
    padding: 30px 35px;
  }
}
@media (max-width: 560px) {
  .section-contact .location-box .box-location-all .box-location .wrap-info {
    padding: 25px 30px;
  }
}
@media (max-width: 480px) {
  .section-contact .location-box .box-location-all .box-location .wrap-info {
    padding: 20px 25px;
  }
}
.section-contact .location-box .box-location-all .box-location .main_name {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 1550px) {
  .section-contact .location-box .box-location-all .box-location .main_name {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .section-contact .location-box .box-location-all .box-location .main_name {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-contact .location-box .box-location-all .box-location .main_name {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 560px) {
  .section-contact .location-box .box-location-all .box-location .main_name {
    font-size: 16px;
  }
}
.section-contact .location-box .box-location-all .box-location .main_name b {
  font-size: 30px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #ff9600;
  font-weight: 900;
}
@media (max-width: 1550px) {
  .section-contact .location-box .box-location-all .box-location .main_name b {
    font-size: 26px;
  }
}
@media (max-width: 1300px) {
  .section-contact .location-box .box-location-all .box-location .main_name b {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-contact .location-box .box-location-all .box-location .main_name b {
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  .section-contact .location-box .box-location-all .box-location .main_name b {
    font-size: 20px;
  }
}
.section-contact .location-box .box-location-all .box-location .contact-list p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
@media (max-width: 960px) {
  .section-contact .location-box .box-location-all .box-location .contact-list p {
    padding-left: 20px;
  }
}
.section-contact .location-box .box-location-all .box-location .contact-list p i {
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 560px) {
  .section-contact .location-box .box-location-all .box-location .contact-list p i {
    top: 3px;
  }
}
.section-contact .location-box .box-location-all .box-location .contact-list p a {
  text-decoration: none;
}
.section-contact .location-box .box-location-all .box-location .contact-list p a:hover {
  opacity: 0.7;
}
.section-contact .location-box .box-location-all .box-location .wrap-info-2 {
  padding-top: 25px;
  border-top: 1px solid #7f8b93;
  margin-top: 35px;
}
@media (max-width: 1300px) {
  .section-contact .location-box .box-location-all .box-location .wrap-info-2 {
    margin-top: 25px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .section-contact .location-box .box-location-all .box-location .wrap-info-2 {
    margin-top: 20px;
    padding-top: 15px;
  }
}
.section-contact .location-box .box-location-all .box-location .wrap-info-2 .phone a {
  font-weight: 700;
  word-break: break-all;
}
.section-contact .location-box .box-location-all .box-location .wrap-button {
  text-align: center;
  padding-top: 36px;
}
@media (max-width: 1300px) {
  .section-contact .location-box .box-location-all .box-location .wrap-button {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .section-contact .location-box .box-location-all .box-location .wrap-button {
    padding-top: 25px;
  }
}
@media (max-width: 560px) {
  .section-contact .location-box .box-location-all .box-location .wrap-button {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .section-contact .location-box .box-location-all .box-location .wrap-button .button3 {
    min-width: auto;
    width: 100%;
  }
}
.section-contact .location-box .box-location-all .location-iframe {
  position: relative;
  top: -4px;
}
.section-contact .location-box .box-location-all .location-iframe iframe {
  width: 100%;
  height: 300px;
}
@media (max-width: 1300px) {
  .section-contact .location-top,
  .section-contact .location-middle {
    order: 1;
    width: 100%;
  }
}
.section-contact .location-top .the-content,
.section-contact .location-middle .the-content {
  padding-top: 200px;
  padding-bottom: 300px;
  position: relative;
  max-width: 280px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .section-contact .location-top .the-content,
  .section-contact .location-middle .the-content {
    padding-top: 0;
    padding-bottom: 20px;
    max-width: 100%;
  }
}
.section-contact .location-top .the-content:before,
.section-contact .location-middle .the-content:before {
  content: "";
  width: 2px;
  height: 315px;
  position: absolute;
  left: calc((100% - 2px) / 2);
  top: -170px;
  background-color: #ff9600;
}
@media (max-width: 1300px) {
  .section-contact .location-top .the-content:before,
  .section-contact .location-middle .the-content:before {
    height: 54px;
    top: 10px;
  }
}
@media (max-width: 1300px) {
  .section-contact .location-top .the-content:before,
  .section-contact .location-middle .the-content:before {
    height: 45px;
    top: -80px;
  }
}
@media (max-width: 960px) {
  .section-contact .location-top .the-content:before,
  .section-contact .location-middle .the-content:before {
    height: 40px;
    top: -70px;
  }
}
.section-contact .location-top .the-content:after,
.section-contact .location-middle .the-content:after {
  content: "";
  width: 2px;
  height: 315px;
  position: absolute;
  left: calc((100% - 2px) / 2);
  bottom: -70px;
  background-color: #ff9600;
}
@media (max-width: 1300px) {
  .section-contact .location-top .the-content:after,
  .section-contact .location-middle .the-content:after {
    content: none;
  }
}
.section-contact .location-top .the-content h2,
.section-contact .location-middle .the-content h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1em;
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  .section-contact .location-top .the-content h2,
  .section-contact .location-middle .the-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 1430px) {
  .section-contact .location-top .the-content h2,
  .section-contact .location-middle .the-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  .section-contact .location-top .the-content h2,
  .section-contact .location-middle .the-content h2 {
    font-size: 27px;
  }
}
@media (max-width: 960px) {
  .section-contact .location-top .the-content h2,
  .section-contact .location-middle .the-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-contact .location-top .the-content h2,
  .section-contact .location-middle .the-content h2 {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .section-contact .location-top .the-content h2,
  .section-contact .location-middle .the-content h2 {
    font-size: 18px;
  }
}
.section-contact .location-top .the-content p,
.section-contact .location-middle .the-content p {
  margin-bottom: 0;
}
.section-contact .location-bottom {
  width: 33.33%;
  margin: 0 auto;
  display: block;
  margin-top: -145px;
  position: relative;
}
@media (max-width: 1300px) {
  .section-contact .location-bottom {
    margin-top: 0;
    width: 50%;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .section-contact .location-bottom {
    width: 100%;
    padding-top: 50px;
  }
}
@media (max-width: 1300px) {
  .section-contact .location-bottom:before {
    content: "";
    width: 2px;
    position: absolute;
    left: calc((100% - 2px) / 2);
    background-color: #ff9600;
    height: 54px;
    top: 25px;
  }
}
@media (max-width: 1300px) {
  .section-contact .location-bottom:before {
    height: 45px;
  }
}
@media (max-width: 960px) {
  .section-contact .location-bottom:before {
    height: 40px;
    top: 15px;
  }
}
@media (max-width: 767px) {
  .section-contact .location-bottom:before {
    top: 5px;
  }
}
.section-contact .location-bottom h2 {
  margin-bottom: 5px;
  margin-top: 35px;
}
.section-contact .location-bottom p {
  margin-bottom: 0;
}
.section-contact .location-bottom p .mark {
  background: #ff9600;
  border-radius: 17px;
  padding: 0px 13px;
  font-weight: 900;
}
.section-contact .location-bottom .small {
  line-height: 0.8em;
  margin-top: 15px;
}
.section-contact .location-bottom p small {
  color: #606060;
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 1430px) {
  .section-contact .location-bottom p small {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .section-contact .location-bottom p small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-contact .location-bottom p small {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .section-contact .location-bottom p small {
    font-size: 12px;
  }
}
.section-contact .location-top .the-content {
  padding-top: 0;
  padding-bottom: 30px;
  max-width: 100%;
}
.section-contact .location-top .the-content:before {
  height: 50px;
  top: -100px;
}
@media (max-width: 960px) {
  .section-contact .location-top .the-content:before {
    top: -80px;
  }
}
.section-contact .location-top .the-content:after {
  content: none;
}
.section-contact .location-bottom-single {
  margin-top: 60px;
}

.section-hero {
  padding-top: 150px;
  border-bottom: 1px solid #c8c7c7;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1430px) {
  .section-hero {
    padding-top: 120px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1300px) {
  .section-hero {
    padding-top: 110px;
  }
}
@media (max-width: 960px) {
  .section-hero {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .section-hero {
    padding-top: 70px;
  }
}
.section-hero .the-content {
  padding-right: 170px;
}
@media (max-width: 1550px) {
  .section-hero .the-content {
    padding-right: 110px;
  }
}
@media (max-width: 1430px) {
  .section-hero .the-content {
    padding-right: 70px;
  }
}
@media (max-width: 1300px) {
  .section-hero .the-content {
    padding-right: 0;
  }
}
.section-hero .section-boxes {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 960px) {
  .section-hero .section-boxes {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-hero.section-hero5 .text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-hero.section-hero5 .image {
    width: 100%;
  }
}
.section-hero.section-hero5 .image img {
  width: 100%;
  height: auto;
}
.section-hero.section-hero5 .breadcrumbs-item {
  margin-bottom: 0;
}

.section-hero3 {
  padding-top: 110px;
  padding-bottom: 0;
  position: relative;
  border-bottom: none;
  overflow: hidden;
}
@media (max-width: 1430px) {
  .section-hero3 {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media (max-width: 1300px) {
  .section-hero3 {
    padding-top: 90px;
  }
}
@media (max-width: 960px) {
  .section-hero3 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .section-hero3 {
    padding-top: 70px;
  }
}
@media (max-width: 560px) {
  .section-hero3 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .section-hero3 > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1100px) {
  .section-hero3 .box_image {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .section-hero3 .box_image {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .section-hero3 .box_image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-hero3 .box_image:last-child {
    display: none;
  }
}
@media (max-width: 560px) {
  .section-hero3 .box_image:nth-child(2) {
    display: none;
  }
}
.section-hero3 .box_image .cover {
  width: 100%;
  height: 470px;
  border-radius: 10px;
}
@media (max-width: 1430px) {
  .section-hero3 .box_image .cover {
    height: 430px;
  }
}
@media (max-width: 1300px) {
  .section-hero3 .box_image .cover {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .section-hero3 .box_image .cover {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .section-hero3 .box_image .cover {
    border-radius: 0;
    height: 290px;
  }
}
@media (max-width: 560px) {
  .section-hero3 .box_image .cover {
    height: 250px;
  }
}

.section-hero2 {
  padding-top: 110px;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 1430px) {
  .section-hero2 {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media (max-width: 1300px) {
  .section-hero2 {
    padding-top: 90px;
  }
}
@media (max-width: 960px) {
  .section-hero2 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .section-hero2 {
    padding-top: 70px;
  }
}
@media (max-width: 560px) {
  .section-hero2 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .section-hero2 > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-hero2 .cover {
  border-radius: 10px;
  padding-top: 210px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
  position: relative;
  background-color: #0a1647;
}
@media (max-width: 1550px) {
  .section-hero2 .cover {
    padding-top: 180px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 1430px) {
  .section-hero2 .cover {
    padding-top: 150px;
  }
}
@media (max-width: 1300px) {
  .section-hero2 .cover {
    padding-top: 120px;
  }
}
@media (max-width: 960px) {
  .section-hero2 .cover {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .section-hero2 .cover {
    padding-top: 70px;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 560px) {
  .section-hero2 .cover {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-hero2 .cover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,0a1647+99&0+0,0.82+100 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(10, 22, 71, 0.81) 99%, rgba(10, 22, 71, 0.82) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 1;
}
@media (max-width: 767px) {
  .section-hero2 .cover:after {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a1647+0,0a1647+99&0.29+0,0.91+100 */
    background: linear-gradient(to bottom, rgba(10, 22, 71, 0.29) 0%, rgba(10, 22, 71, 0.9) 99%, rgba(10, 22, 71, 0.91) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.section-hero2 .cover .the-content {
  padding-left: 30px;
  width: calc(100% - 300px);
  padding-right: 50px;
}
@media (max-width: 1300px) {
  .section-hero2 .cover .the-content {
    padding-left: 0;
    width: calc(100% - 250px);
    padding-right: 40px;
  }
}
@media (max-width: 960px) {
  .section-hero2 .cover .the-content {
    width: 100%;
    padding-right: 0;
  }
}
.section-hero2 .cover .the-content h1 {
  margin-bottom: 5px;
  font-size: 36px;
  margin-top: -5px;
}
@media (max-width: 1430px) {
  .section-hero2 .cover .the-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .section-hero2 .cover .the-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-hero2 .cover .the-content h1 {
    font-size: 26px;
    margin-top: 0;
  }
}
@media (max-width: 560px) {
  .section-hero2 .cover .the-content h1 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .section-hero2 .cover .the-content br {
    display: none;
  }
}
.section-hero2 .cover .the-content p,
.section-hero2 .cover .the-content li {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1550px) {
  .section-hero2 .cover .the-content p,
  .section-hero2 .cover .the-content li {
    font-size: 22px;
  }
}
@media (max-width: 1430px) {
  .section-hero2 .cover .the-content p,
  .section-hero2 .cover .the-content li {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .section-hero2 .cover .the-content p,
  .section-hero2 .cover .the-content li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-hero2 .cover .the-content p,
  .section-hero2 .cover .the-content li {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .section-hero2 .cover .the-content p,
  .section-hero2 .cover .the-content li {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .section-hero2 .cover .the-content p,
  .section-hero2 .cover .the-content li {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .section-hero2 .cover .the-content p,
  .section-hero2 .cover .the-content li {
    font-size: 14px;
  }
}
.section-hero2 .cover .wrap-button {
  width: 300px;
  text-align: right;
  padding-top: 10px;
  padding-right: 30px;
}
@media (max-width: 1300px) {
  .section-hero2 .cover .wrap-button {
    padding-right: 0;
    width: 250px;
    text-align: left;
  }
}
@media (max-width: 960px) {
  .section-hero2 .cover .wrap-button {
    width: 100%;
    padding-top: 10px;
  }
}
.section-hero2 .cover .wrap-button a {
  min-width: 250px;
}
@media (max-width: 960px) {
  .section-hero2 .cover .wrap-button a {
    min-width: auto;
  }
}
.section-hero2 .cover .breadcrumbs-item {
  padding-top: 80px;
  color: #fff;
}
@media (max-width: 1550px) {
  .section-hero2 .cover .breadcrumbs-item {
    padding-top: 60px;
  }
}
@media (max-width: 1430px) {
  .section-hero2 .cover .breadcrumbs-item {
    padding-top: 50px;
  }
}
.section-hero2 .cover .breadcrumbs-item * {
  color: #fff;
}
.section-hero2 .cover .breadcrumbs-item a:hover {
  opacity: 0.7;
}
.section-hero2 .cover > div {
  position: relative;
  z-index: 2;
}

.breadcrumbs-item {
  padding-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .breadcrumbs-item {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-item {
    font-size: 10px;
  }
}
.breadcrumbs-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 960px) {
  .breadcrumbs-item p {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .breadcrumbs-item p {
    font-size: 12px;
  }
}
.breadcrumbs-item a {
  text-decoration: none;
  color: #aaaaaa;
  font-weight: 300;
}
.breadcrumbs-item a:hover {
  color: #0a1647;
}
.breadcrumbs-item a,
.breadcrumbs-item span {
  display: inline;
}
.breadcrumbs-item .separator {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 0;
}
.breadcrumbs-item .separator:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  line-height: 1em;
  border: none;
  color: #aaaaaa;
}
.breadcrumbs-item .last {
  color: #0a1647;
  font-weight: 300;
}

.section-filters {
  padding-top: 30px;
}
@media (max-width: 560px) {
  .section-filters {
    padding-top: 15px;
  }
}
@media (max-width: 1300px) {
  .section-filters .col_25 {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .section-filters .col_25 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.section-filters select,
.section-filters input[type=search] {
  border-radius: 500px;
  border: 1px solid #a7b0b5;
  margin-bottom: 0;
  height: 46px;
  color: #52606e;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
}
.section-filters button[type=submit] {
  border-radius: 500px;
  background-color: transparent;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: #a7b0b5;
  width: 55px;
}
.section-filters .select_overlay:after {
  width: 10px;
  height: 10px;
  right: 20px;
  top: 20px;
}

.section_blog_page {
  padding-top: 50px;
}
@media (max-width: 960px) {
  .section_blog_page {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .section_blog_page {
    padding-top: 30px;
  }
}
.section_blog_page .list-blog-static .article-box {
  margin-bottom: 35px;
}
@media (max-width: 1300px) {
  .section_blog_page .list-blog-static .article-box {
    width: 33.33%;
    margin-bottom: 25px;
  }
}
@media (max-width: 960px) {
  .section_blog_page .list-blog-static .article-box {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .section_blog_page .list-blog-static .article-box {
    width: 100%;
  }
}
.section_blog_page .list-blog-static .article-box .item-article {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 960px) {
  .section_blog_page .list-blog-static .article-box.col_50 {
    width: 100%;
  }
}
.section_blog_page .list-blog-static .article-box.col_50 .item-article .blog-image {
  height: 650px;
}
@media (max-width: 1430px) {
  .section_blog_page .list-blog-static .article-box.col_50 .item-article .blog-image {
    height: 600px;
  }
}
@media (max-width: 1300px) {
  .section_blog_page .list-blog-static .article-box.col_50 .item-article .blog-image {
    height: 270px;
  }
}
@media (max-width: 960px) {
  .section_blog_page .list-blog-static .article-box.col_50 .item-article .blog-image {
    height: 470px;
  }
}
@media (max-width: 767px) {
  .section_blog_page .list-blog-static .article-box.col_50 .item-article .blog-image {
    height: 300px;
  }
}
@media (max-width: 560px) {
  .section_blog_page .list-blog-static .article-box.col_50 .item-article .blog-image {
    height: 220px;
  }
}
.section_blog_page .list-blog-static .article-box.col_50 .item-article .blog-text .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2em;
}
@media (max-width: 1430px) {
  .section_blog_page .list-blog-static .article-box.col_50 .item-article .blog-text .title {
    font-size: 27px;
  }
}
@media (max-width: 1300px) {
  .section_blog_page .list-blog-static .article-box.col_50 .item-article .blog-text .title {
    font-size: 19px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .section_blog_page .list-blog-static .article-box.col_50 .item-article .blog-text .title {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 560px) {
  .section_blog_page .list-blog-static .article-box.col_50 .item-article .blog-text .title {
    font-size: 16px;
  }
}
.section_blog_page .list-blog-static .article-box.col_25 .item-article .blog-image {
  height: 300px;
}
@media (max-width: 1300px) {
  .section_blog_page .list-blog-static .article-box.col_25 .item-article .blog-image {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .section_blog_page .list-blog-static .article-box.col_25 .item-article .blog-image {
    height: 250px;
  }
}
@media (max-width: 560px) {
  .section_blog_page .list-blog-static .article-box.col_25 .item-article .blog-image {
    height: 220px;
  }
}
@media (max-width: 1300px) {
  .section_blog_page .list-blog-static .box-big {
    width: 66.66%;
  }
}
@media (max-width: 960px) {
  .section_blog_page .list-blog-static .box-big {
    width: 100%;
  }
}
.section_blog_page .list-blog-static .box-big .big-in-box .article-box {
  margin-bottom: 15px;
  width: 50%;
}
@media (max-width: 480px) {
  .section_blog_page .list-blog-static .box-big .big-in-box .article-box {
    width: 100%;
  }
}

.wp-pagenavi ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.wp-pagenavi ul.page-numbers li {
  margin-right: 3px;
}
.wp-pagenavi ul.page-numbers li a,
.wp-pagenavi ul.page-numbers li span {
  width: 33px;
  height: 33px;
  background-color: #fff;
  text-decoration: none;
  color: #0a1647;
  border-radius: 5px;
  line-height: 33px;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-pagenavi ul.page-numbers li a,
  .wp-pagenavi ul.page-numbers li span {
    width: 30px;
    height: 30px;
  }
}
.wp-pagenavi ul.page-numbers li span,
.wp-pagenavi ul.page-numbers li a:hover {
  color: #fff;
  background-color: #0a1647;
}

.navigation .wp-pagenavi a,
.navigation .wp-pagenavi span {
  width: 33px;
  height: 33px;
  background-color: #fff;
  text-decoration: none;
  color: #0a1647;
  border-radius: 5px;
  line-height: 33px;
  text-align: center;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .navigation .wp-pagenavi a,
  .navigation .wp-pagenavi span {
    width: 30px;
    height: 30px;
  }
}
.navigation .wp-pagenavi span:not(.extend),
.navigation .wp-pagenavi a:hover {
  color: #fff;
  background-color: #0a1647;
}

.not-found i {
  font-size: 70px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .not-found i {
    font-size: 50px;
  }
}
@media (max-width: 560px) {
  .not-found i {
    font-size: 35px;
  }
}

.section-videos {
  padding-bottom: 130px;
}
@media (max-width: 1430px) {
  .section-videos {
    padding-bottom: 100px;
  }
}
@media (max-width: 960px) {
  .section-videos {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-videos {
    padding-bottom: 60px;
  }
}
.section-videos .the-content-top {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .section-videos .the-content-top {
    padding-bottom: 20px;
  }
}
.section-videos .the-content-top h2 {
  margin-bottom: 10px;
}
.section-videos .relative-slider:after {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,0+12,1+99 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 12%, rgb(255, 255, 255) 99%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 960px) {
  .section-videos .relative-slider:after {
    content: none;
  }
}
.section-videos .relative-slider:before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+88,0+100 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 1;
}
@media (max-width: 960px) {
  .section-videos .relative-slider:before {
    content: none;
  }
}
.section-videos .slider-videos {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1430px) {
  .section-videos .slider-videos {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 960px) {
  .section-videos .slider-videos {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .section-videos .slider-videos {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 560px) {
  .section-videos .slider-videos {
    margin-left: -2px;
    margin-right: -2px;
  }
}
.section-videos .slider-videos:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 460px;
  overflow: hidden;
}
.section-videos .slider-videos:not(.slick-slider) .slider-item {
  width: 20%;
}
.section-videos .slider-videos.arrows-bottom:after {
  content: none;
}
.section-videos .slider-videos .slick-list {
  overflow: inherit;
}
.section-videos .slider-videos .slider-item {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1430px) {
  .section-videos .slider-videos .slider-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 960px) {
  .section-videos .slider-videos .slider-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .section-videos .slider-videos .slider-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 560px) {
  .section-videos .slider-videos .slider-item {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.section-videos .slider-videos .slider-item a {
  width: 100%;
}
.section-videos .slider-videos .slider-item a:hover {
  text-decoration: none;
}
.section-videos .slider-videos .slider-item a:hover .cover {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .section-videos .slider-videos .slider-item a:hover .cover {
    transform: scale(1);
  }
}
.section-videos .slider-videos .slider-item .cover {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transform: scale(1);
  height: 450px;
  position: relative;
}
@media (max-width: 1300px) {
  .section-videos .slider-videos .slider-item .cover {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .section-videos .slider-videos .slider-item .cover {
    height: 350px;
  }
}
@media (max-width: 560px) {
  .section-videos .slider-videos .slider-item .cover {
    height: 300px;
  }
}
.section-videos .slider-videos .slider-item .cover:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
.section-videos .slider-videos .slider-item .cover:before {
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  background-image: url(images/png/play-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: calc((100% - 50px) / 2);
  top: calc((100% - 50px) / 2);
  z-index: 2;
  opacity: 1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 960px) {
  .section-videos .slider-videos .slider-item .cover:before {
    width: 40px;
    height: 40px;
    left: calc((100% - 40px) / 2);
    top: calc((100% - 40px) / 2);
  }
}
@media (max-width: 767px) {
  .section-videos .slider-videos .slider-item .cover:before {
    width: 30px;
    height: 30px;
    left: calc((100% - 30px) / 2);
    top: calc((100% - 30px) / 2);
  }
}

.section-contact-horizontal.less-space {
  padding-top: 0;
}
@media (max-width: 767px) {
  .section-contact-horizontal {
    padding-top: 30px;
  }
}
.section-contact-horizontal .the-content-top {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .section-contact-horizontal .the-content-top {
    padding-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .section-contact-horizontal .the-content-top {
    padding-bottom: 10px;
  }
}
.section-contact-horizontal .the-content-top h2 {
  margin-bottom: 10px;
}
.section-contact-horizontal .contact-list .full-item-contact {
  margin-bottom: 30px;
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .box-location {
  width: 50%;
  background: #0a1647 !important;
  padding: 50px;
}
@media (max-width: 1430px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .box-location {
    padding: 40px;
  }
}
@media (max-width: 1300px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .box-location {
    width: 60%;
  }
}
@media (max-width: 960px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .box-location {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .box-location {
    padding: 30px;
  }
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .box-location-normal {
  width: 50%;
  padding: 50px;
  position: relative;
}
@media (max-width: 1430px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .box-location-normal {
    padding: 40px;
  }
}
@media (max-width: 1300px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .box-location-normal {
    width: 60%;
  }
}
@media (max-width: 960px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .box-location-normal {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .box-location-normal {
    padding: 30px;
  }
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .box-location-normal:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0a1647;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .box-location-normal .wrap-info {
  position: relative;
  z-index: 1;
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .location-iframe {
  width: 50%;
}
@media (max-width: 1300px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .location-iframe {
    width: 40%;
  }
}
@media (max-width: 960px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .location-iframe {
    width: 100%;
  }
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .location-iframe iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 960px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .location-iframe iframe {
    height: 320px;
  }
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -10px;
  margin-right: -10px;
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .wrap-info-1,
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .wrap-info-2 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 560px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .wrap-info-1,
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .wrap-info-2 {
    width: 100%;
  }
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .wrap-info-2 {
  padding-bottom: 50px;
}
@media (max-width: 560px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .wrap-info-2 {
    padding-bottom: 20px;
  }
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .wrap-info-2 .contact-list p {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .wrap-info-2 .contact-list p {
    margin-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .wrap-info-1 {
    margin-bottom: 20px;
  }
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .wrap-info-1 .contact-list p {
  margin-bottom: 25px;
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .wrap-info-1 .contact-list p:last-child {
  margin-bottom: 0;
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .wrap-button {
  width: 50%;
  margin-left: auto;
  margin-top: -40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 960px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .wrap-button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 560px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .wrap-button {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .wrap-button a {
  width: 100%;
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .main_name {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 0;
}
@media (max-width: 1550px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .main_name {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .main_name {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .main_name {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 560px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .main_name {
    font-size: 16px;
  }
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .main_name b {
  font-size: 30px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #ff9600;
  font-weight: 900;
}
@media (max-width: 1550px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .main_name b {
    font-size: 26px;
  }
}
@media (max-width: 1300px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .main_name b {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .main_name b {
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .main_name b {
    font-size: 20px;
  }
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .contact-list p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
@media (max-width: 960px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .contact-list p {
    padding-left: 20px;
  }
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .contact-list p i {
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 560px) {
  .section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .contact-list p i {
    top: 3px;
  }
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .contact-list p a {
  text-decoration: none;
}
.section-contact-horizontal .contact-list .full-item-contact .box-location-all .wrap-info .contact-list p a:hover {
  opacity: 0.7;
}

.section-boxes {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (max-width: 1300px) {
  .section-boxes {
    padding-bottom: 80px;
  }
}
@media (max-width: 960px) {
  .section-boxes {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-boxes {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media (max-width: 560px) {
  .section-boxes {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.section-boxes .item-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-boxes .item-box {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .section-boxes .item-box {
    width: 100%;
  }
}
.section-boxes .item-box a {
  width: 100%;
}
.section-boxes .item-box a .ovh {
  width: 100%;
  height: 270px;
  border-radius: 10px;
}
@media (max-width: 1550px) {
  .section-boxes .item-box a .ovh {
    height: 250px;
  }
}
@media (max-width: 1430px) {
  .section-boxes .item-box a .ovh {
    height: 240px;
  }
}
@media (max-width: 960px) {
  .section-boxes .item-box a .ovh {
    height: 230px;
  }
}
.section-boxes .item-box a .ovh .cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: none;
  transition: 0.3s;
}
.section-boxes .item-box a:hover {
  text-decoration: none;
}
.section-boxes .item-box a:hover .cover {
  transform: scale(1.05);
}
.section-boxes .item-box a .big-title {
  font-weight: 800;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .section-boxes .item-box a .big-title {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .section-top-single .left-side {
    width: 100%;
    text-align: center;
  }
}
.section-top-single .left-side h1 {
  font-size: 48px;
}
@media (max-width: 1550px) {
  .section-top-single .left-side h1 {
    font-size: 40px;
  }
}
@media (max-width: 1430px) {
  .section-top-single .left-side h1 {
    font-size: 38px;
  }
}
@media (max-width: 960px) {
  .section-top-single .left-side h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .section-top-single .left-side h1 {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .section-top-single .left-side h1 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .section-top-single .left-side .flex {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.section-top-single .left-side .flex .button1 {
  margin-bottom: 10px;
  margin-right: 5px;
  color: #60707f;
  border-color: #60707f;
  font-weight: 400;
}
.section-top-single .left-side .flex .button1:hover {
  color: #fff;
  border-color: #0a1647;
}
.section-top-single .left-side .flex .share-links {
  min-width: auto;
}
.section-top-single .left-side .flex .share-links i {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .section-top-single .left-side .flex .share-links {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-top-single .left-side .flex .relative {
    width: 100%;
  }
}
.section-top-single .left-side .flex .wrap-add-to-any {
  position: absolute;
  width: 300px;
  background: #fff;
  border: 1px solid #60707f;
  padding: 15px;
  border-radius: 10px;
  left: 0;
  top: 100%;
  display: none;
}
.section-top-single .left-side .flex .wrap-add-to-any.active {
  display: block;
}
@media (max-width: 1430px) {
  .section-top-single .left-side .flex .wrap-add-to-any {
    padding: 12px;
  }
}
@media (max-width: 960px) {
  .section-top-single .left-side .flex .wrap-add-to-any {
    padding: 10px;
    width: 280px;
  }
}
@media (max-width: 767px) {
  .section-top-single .left-side .flex .wrap-add-to-any {
    position: relative;
    left: 0;
    top: 0;
    display: block !important;
    padding: 0;
    width: auto;
    border: none;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .section-top-single .left-side .flex .wrap-add-to-any > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.section-top-single .left-side .flex .wrap-add-to-any:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #60707f;
  position: absolute;
  top: -7px;
  left: 20px;
}
@media (max-width: 767px) {
  .section-top-single .left-side .flex .wrap-add-to-any:before {
    content: none;
  }
}
@media (max-width: 767px) {
  .section-top-single .right-side {
    width: 100%;
    margin-top: 20px;
  }
}
.section-top-single .right-side img {
  width: 100%;
  height: 420px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .section-top-single .right-side img {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .section-top-single .right-side img {
    height: 350px;
  }
}
@media (max-width: 560px) {
  .section-top-single .right-side img {
    height: 300px;
  }
}
.section-top-single .breadcrumbs-item {
  padding-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-top-single .breadcrumbs-item {
    text-align: center;
    padding-top: 20px;
  }
}

@media (max-width: 1430px) {
  .single-article .text {
    width: 65%;
  }
}
@media (max-width: 960px) {
  .single-article .text {
    width: 100%;
  }
}
@media (max-width: 1430px) {
  .single-article .sidebar {
    width: 35%;
  }
}
@media (max-width: 960px) {
  .single-article .sidebar {
    width: 100%;
    padding-top: 20px;
  }
}

.section_related .flex-intro {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .section_related .flex-intro .the-content {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}
.section_related .flex-intro .the-content h2 {
  margin-bottom: 5px;
}
.section_related .flex-intro .the-content p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section_related .flex-intro .tar {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1300px) {
  .section_related .list-blog-static .article-box:last-child {
    display: none;
  }
}
@media (max-width: 960px) {
  .section_related .list-blog-static .article-box:last-child {
    display: block;
  }
}

.sidebar .fixed-sidebar {
  position: sticky;
  flex-direction: row;
  position: sticky;
  top: 150px;
  align-self: start;
}
@media (max-width: 1550px) {
  .sidebar .fixed-sidebar {
    top: 100px;
  }
}
@media (max-width: 960px) {
  .sidebar .fixed-sidebar {
    position: relative;
    top: 0;
  }
}

#form {
  max-width: 850px;
}
@media (max-width: 960px) {
  #form {
    max-width: 95%;
    padding: 44px 25px;
  }
}
#form .col_33 {
  width: 100%;
}
#form .the-content .big-title {
  margin-bottom: 10px;
}

.widget-sidebar {
  margin-bottom: 25px;
}
@media (max-width: 1550px) {
  .widget-sidebar {
    margin-bottom: 20px;
  }
}
@media (max-width: 1430px) {
  .widget-sidebar {
    margin-bottom: 15px;
  }
}
.widget-sidebar:last-child {
  margin-bottom: 0;
}
.widget-sidebar .button1 {
  font-size: 16px;
}
@media (max-width: 1430px) {
  .widget-sidebar .button1 {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .widget-sidebar .button1 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .widget-sidebar .button1 {
    font-size: 13px;
  }
}
.widget-sidebar .big-title {
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 17px;
}
@media (max-width: 1550px) {
  .widget-sidebar .big-title {
    margin-bottom: 13px;
  }
}
@media (max-width: 1430px) {
  .widget-sidebar .big-title {
    margin-bottom: 10px;
  }
}
.widget-sidebar .the-content p,
.widget-sidebar .the-content li {
  font-weight: 300;
  line-height: 1.3em;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .widget-sidebar .the-content p,
  .widget-sidebar .the-content li {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .widget-sidebar .the-content p,
  .widget-sidebar .the-content li {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .widget-sidebar .the-content p,
  .widget-sidebar .the-content li {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .widget-sidebar .the-content p,
  .widget-sidebar .the-content li {
    font-size: 14px;
  }
}
.widget-sidebar.widget-sidebar-type1 {
  background-color: #f1f3f4;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 1550px) {
  .widget-sidebar.widget-sidebar-type1 {
    padding: 30px 35px;
  }
}
@media (max-width: 1300px) {
  .widget-sidebar.widget-sidebar-type1 {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .widget-sidebar.widget-sidebar-type1 {
    border-radius: 10px;
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .widget-sidebar.widget-sidebar-type1 .wrap-button {
    padding-top: 7px;
  }
}
@media (max-width: 560px) {
  .widget-sidebar.widget-sidebar-type1 .wrap-button a {
    width: 100%;
  }
}
.widget-sidebar.widget-sidebar-type2 {
  background-color: #fff;
  padding: 20px 40px;
}
@media (max-width: 1550px) {
  .widget-sidebar.widget-sidebar-type2 {
    padding: 15px 35px;
  }
}
@media (max-width: 1300px) {
  .widget-sidebar.widget-sidebar-type2 {
    padding: 10px 30px;
  }
}
@media (max-width: 960px) {
  .widget-sidebar.widget-sidebar-type2 {
    background-color: #f1f3f4;
    border-radius: 20px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .widget-sidebar.widget-sidebar-type2 {
    padding: 25px;
    border-radius: 10px;
  }
}
.widget-sidebar.widget-sidebar-type2 .sidebar-left {
  width: calc(100% - 140px);
}
@media (max-width: 1300px) {
  .widget-sidebar.widget-sidebar-type2 .sidebar-left {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .widget-sidebar.widget-sidebar-type2 .sidebar-left {
    width: calc(100% - 140px);
  }
}
@media (max-width: 767px) {
  .widget-sidebar.widget-sidebar-type2 .sidebar-left {
    width: calc(100% - 120px);
  }
}
@media (max-width: 560px) {
  .widget-sidebar.widget-sidebar-type2 .sidebar-left {
    width: calc(100% - 100px);
  }
}
@media (max-width: 380px) {
  .widget-sidebar.widget-sidebar-type2 .sidebar-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .widget-sidebar.widget-sidebar-type2 .sidebar-left .wrap-button {
    padding-top: 7px;
  }
}
@media (max-width: 380px) {
  .widget-sidebar.widget-sidebar-type2 .sidebar-left .wrap-button .button1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .widget-sidebar.widget-sidebar-type2 .flex {
    align-items: flex-start;
  }
}
.widget-sidebar.widget-sidebar-type2 .sidebar-right {
  width: 140px;
  padding-left: 20px;
}
@media (max-width: 1300px) {
  .widget-sidebar.widget-sidebar-type2 .sidebar-right {
    display: none;
  }
}
@media (max-width: 960px) {
  .widget-sidebar.widget-sidebar-type2 .sidebar-right {
    padding-left: 30px;
    display: block;
  }
}
@media (max-width: 767px) {
  .widget-sidebar.widget-sidebar-type2 .sidebar-right {
    width: 120px;
  }
}
@media (max-width: 560px) {
  .widget-sidebar.widget-sidebar-type2 .sidebar-right {
    width: 100px;
  }
}
@media (max-width: 380px) {
  .widget-sidebar.widget-sidebar-type2 .sidebar-right {
    display: none;
  }
}
.widget-sidebar.widget-sidebar-type2 .sidebar-right img {
  width: 100%;
  height: auto;
}
.widget-sidebar.widget-sidebar-type3 {
  background-color: #fff;
  padding-top: 10px;
  position: relative;
}
.widget-sidebar.widget-sidebar-type3 h2 {
  margin-bottom: 5px;
  margin-top: 25px;
}
.widget-sidebar.widget-sidebar-type3 p {
  margin-bottom: 0;
}
.widget-sidebar.widget-sidebar-type3 p .mark {
  background: #ff9600;
  border-radius: 17px;
  padding: 0px 13px;
  font-weight: 900;
}
.widget-sidebar.widget-sidebar-type3 .small {
  line-height: 1em;
  margin-top: 15px;
}
.widget-sidebar.widget-sidebar-type3 p small {
  color: #606060;
  font-size: 15px;
  margin-top: 10px;
}
@media (max-width: 1430px) {
  .widget-sidebar.widget-sidebar-type3 p small {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .widget-sidebar.widget-sidebar-type3 p small {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .widget-sidebar.widget-sidebar-type3 p small {
    font-size: 12px;
  }
}
.widget-sidebar.widget-sidebar-type3 .wrap-button {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 1430px) {
  .widget-sidebar.widget-sidebar-type3 .wrap-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 960px) {
  .widget-sidebar.widget-sidebar-type3 .wrap-button {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.widget-sidebar.widget-sidebar-type3 .wrap-button:before {
  content: "";
  width: 2px;
  position: absolute;
  left: calc((100% - 2px) / 2);
  background-color: #ff9600;
  height: 35px;
  top: 0;
}
@media (max-width: 1430px) {
  .widget-sidebar.widget-sidebar-type3 .wrap-button:before {
    content: none;
  }
}
@media (max-width: 960px) {
  .widget-sidebar.widget-sidebar-type3 .wrap-button:before {
    content: "";
  }
}
.widget-sidebar.widget-sidebar-type3 .wrap-button:after {
  content: "";
  width: 2px;
  position: absolute;
  left: calc((100% - 2px) / 2);
  background-color: #ff9600;
  height: 35px;
  bottom: 0;
}
@media (max-width: 1430px) {
  .widget-sidebar.widget-sidebar-type3 .wrap-button:after {
    content: none;
  }
}
@media (max-width: 960px) {
  .widget-sidebar.widget-sidebar-type3 .wrap-button:after {
    content: "";
  }
}

.small-section-faqs .accordion-list {
  width: 100%;
}
.small-section-faqs .accordion-item {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4117647059);
  border: 1px solid #bababa;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .small-section-faqs .accordion-item {
    border-radius: 10px;
    margin-bottom: 15px;
  }
}
.small-section-faqs .accordion-item:hover .big-title {
  color: #ff9600;
}
.small-section-faqs .accordion-item:hover .big-title:after {
  background-image: url(images/png/plus-orange@2x.png);
}
.small-section-faqs .accordion-item.active .big-title {
  color: #ff9600;
}
.small-section-faqs .accordion-item.active .big-title:after {
  transform: rotate(45deg);
  background-image: url(images/png/plus-orange@2x.png);
}
.small-section-faqs .accordion-item .big-title {
  font-weight: 700;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-right: 40px;
  font-size: 23px;
}
@media (max-width: 1550px) {
  .small-section-faqs .accordion-item .big-title {
    font-size: 21px;
  }
}
@media (max-width: 1430px) {
  .small-section-faqs .accordion-item .big-title {
    font-size: 19px;
  }
}
@media (max-width: 1300px) {
  .small-section-faqs .accordion-item .big-title {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .small-section-faqs .accordion-item .big-title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .small-section-faqs .accordion-item .big-title {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .small-section-faqs .accordion-item .big-title {
    font-size: 15px;
  }
}
.small-section-faqs .accordion-item .big-title:hover {
  text-decoration: none;
}
.small-section-faqs .accordion-item .accordion-header {
  position: relative;
  padding: 30px 65px 30px 35px;
}
@media (max-width: 960px) {
  .small-section-faqs .accordion-item .accordion-header {
    padding: 25px 60px 25px 25px;
  }
}
@media (max-width: 767px) {
  .small-section-faqs .accordion-item .accordion-header {
    padding: 20px 55px 20px 20px;
  }
}
@media (max-width: 560px) {
  .small-section-faqs .accordion-item .accordion-header {
    padding: 15px 55px 15px 18px;
  }
}
.small-section-faqs .accordion-item .accordion-header:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url(images/png/plus@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px;
  position: absolute;
  right: 30px;
  top: 27px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1550px) {
  .small-section-faqs .accordion-item .accordion-header:after {
    top: 28px;
  }
}
@media (max-width: 1430px) {
  .small-section-faqs .accordion-item .accordion-header:after {
    top: 27px;
  }
}
@media (max-width: 1300px) {
  .small-section-faqs .accordion-item .accordion-header:after {
    top: 26px;
    background-size: 15px;
  }
}
@media (max-width: 960px) {
  .small-section-faqs .accordion-item .accordion-header:after {
    width: 27px;
    height: 27px;
    right: 26px;
    top: 22px;
    background-size: 12px;
  }
}
@media (max-width: 767px) {
  .small-section-faqs .accordion-item .accordion-header:after {
    top: 16px;
    right: 18px;
    background-size: 11px;
  }
}
@media (max-width: 560px) {
  .small-section-faqs .accordion-item .accordion-header:after {
    top: 9px;
    right: 15px;
    background-size: 10px;
  }
}
.small-section-faqs .accordion-item .accordion-hidden-content {
  display: none;
}
.small-section-faqs .accordion-item .accordion-hidden-content .the-content {
  padding: 10px 35px 30px 35px;
}
@media (max-width: 960px) {
  .small-section-faqs .accordion-item .accordion-hidden-content .the-content {
    padding: 5px 35px 25px 35px;
  }
}
@media (max-width: 767px) {
  .small-section-faqs .accordion-item .accordion-hidden-content .the-content {
    padding: 0px 20px 20px 20px;
  }
}
@media (max-width: 560px) {
  .small-section-faqs .accordion-item .accordion-hidden-content .the-content {
    padding: 0 15px 15px 15px;
  }
}

.spacer-page {
  height: 50px;
  display: block;
}
@media (max-width: 960px) {
  .spacer-page {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .spacer-page {
    height: 30px;
  }
}

.small-section-gray .gray-box {
  background-color: #f1f3f4;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media (max-width: 960px) {
  .small-section-gray .gray-box {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .small-section-gray .gray-box {
    padding: 30px;
  }
}
@media (max-width: 560px) {
  .small-section-gray .gray-box {
    margin-bottom: 25px;
    padding: 25px;
  }
}
.small-section-gray .gray-box .big-title {
  margin-bottom: 50px;
  font-weight: 900;
}
@media (max-width: 960px) {
  .small-section-gray .gray-box .big-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 560px) {
  .small-section-gray .gray-box .big-title {
    margin-bottom: 25px;
  }
}
.small-section-gray .gray-box:last-child {
  margin-bottom: 0;
}

.the-content-list ul li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c6c7c9;
  padding-left: 35px;
  list-style: none;
  position: relative;
  margin-left: 0;
}
@media (max-width: 960px) {
  .the-content-list ul li {
    padding-left: 30px;
    margin-top: 15px;
    padding-top: 15px;
  }
}
.the-content-list ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(images/png/check@2x.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 22px;
}
@media (max-width: 960px) {
  .the-content-list ul li:before {
    width: 18px;
    background-size: 16px;
    height: 18px;
    top: 16px;
  }
}
@media (max-width: 767px) {
  .the-content-list ul li:before {
    background-size: 14px;
  }
}

.the-content-list-orange ul li {
  margin-bottom: 15px;
  margin-top: 15px;
  list-style: none;
  position: relative;
}
.the-content-list-orange ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 500px;
  display: inline-block;
  position: absolute;
  left: -19px;
  top: 10px;
  background-color: #ff9600;
}
@media (max-width: 1430px) {
  .the-content-list-orange ul li::before {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 960px) {
  .the-content-list-orange ul li::before {
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 767px) {
  .the-content-list-orange ul li::before {
    width: 6px;
    height: 6px;
    left: -16px;
    top: 8px;
  }
}

.small-section-white .white-item {
  background-color: #fff;
  border: 1px solid #bababa;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .small-section-white .white-item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .small-section-white .white-item {
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
  }
}
@media (max-width: 560px) {
  .small-section-white .white-item {
    padding: 20px;
  }
}
.small-section-white .white-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .small-section-white .white-item .the-content {
    width: 100%;
  }
}
.small-section-white .white-item .the-content h2 {
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  .small-section-white .white-item .the-content h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .small-section-white .white-item .the-content h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 560px) {
  .small-section-white .white-item .the-content ul {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.small-section-white .white-item .image {
  text-align: right;
}
@media (max-width: 767px) {
  .small-section-white .white-item .image {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
}
.small-section-white .white-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .small-section-white .white-item .image img {
    height: auto;
  }
}

.section-boxes-gray .item-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .section-boxes-gray .item-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-boxes-gray .item-box {
    width: 100%;
  }
}
.section-boxes-gray .item-box .item-box-wrap {
  padding: 50px 50px 150px 50px;
  background-color: #f1f3f4;
  border-radius: 20px;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1430px) {
  .section-boxes-gray .item-box .item-box-wrap {
    padding: 40px 40px 120px 40px;
  }
}
@media (max-width: 1300px) {
  .section-boxes-gray .item-box .item-box-wrap {
    padding: 30px 30px 80px 30px;
  }
}
@media (max-width: 767px) {
  .section-boxes-gray .item-box .item-box-wrap {
    padding: 30px;
  }
}
@media (max-width: 560px) {
  .section-boxes-gray .item-box .item-box-wrap {
    padding: 25px;
  }
}
@media (max-width: 400px) {
  .section-boxes-gray .item-box .item-box-wrap {
    padding: 20px;
  }
}
.section-boxes-gray .item-box .item-box-wrap .big-title {
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-boxes-gray .item-box .item-box-wrap .big-title {
    margin-bottom: 15px;
  }
}
.section-boxes-gray .item-box .item-box-wrap .wrap-button {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
@media (max-width: 1430px) {
  .section-boxes-gray .item-box .item-box-wrap .wrap-button {
    bottom: 40px;
    left: 40px;
  }
}
@media (max-width: 1300px) {
  .section-boxes-gray .item-box .item-box-wrap .wrap-button {
    bottom: 30px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .section-boxes-gray .item-box .item-box-wrap .wrap-button {
    position: relative;
    bottom: auto;
    left: auto;
    padding-top: 10px;
  }
}
.section-boxes-gray .item-box .item-box-wrap .wrap-button .button1 {
  background-color: transparent;
}
@media (max-width: 560px) {
  .section-boxes-gray .item-box .item-box-wrap .wrap-button .button1 {
    width: 100%;
  }
}
.section-boxes-gray .item-box .item-box-wrap .wrap-button .button1:hover {
  background-color: #0a1647;
}
.section-boxes-gray .item-box .item-box-wrap .only-text.with-image {
  width: calc(100% - 150px);
}
@media (max-width: 1430px) {
  .section-boxes-gray .item-box .item-box-wrap .only-text.with-image {
    width: calc(100% - 130px);
  }
}
@media (max-width: 1300px) {
  .section-boxes-gray .item-box .item-box-wrap .only-text.with-image {
    width: calc(100% - 100px);
  }
}
@media (max-width: 560px) {
  .section-boxes-gray .item-box .item-box-wrap .only-text.with-image {
    width: 100%;
  }
}
.section-boxes-gray .item-box .item-box-wrap .img {
  width: 150px;
  padding-left: 20px;
}
@media (max-width: 1430px) {
  .section-boxes-gray .item-box .item-box-wrap .img {
    width: 120px;
  }
}
@media (max-width: 1300px) {
  .section-boxes-gray .item-box .item-box-wrap .img {
    width: 100px;
  }
}
@media (max-width: 560px) {
  .section-boxes-gray .item-box .item-box-wrap .img {
    display: none;
  }
}
.section-boxes-gray .item-box .item-box-wrap .img img {
  width: auto;
  height: auto;
}

.small-section-gray .color-box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .small-section-gray .color-box {
    margin-bottom: 25px;
  }
}
.small-section-gray .color-box:before {
  content: "";
  width: 400px;
  height: calc(100% + 5px);
  background-image: url(images/png/shadow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: calc((100% - 400px) / 2);
  bottom: -2px;
  z-index: 1;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
@media (max-width: 767px) {
  .small-section-gray .color-box:before {
    opacity: 0;
  }
}
.small-section-gray .color-box:hover:before {
  left: calc((100% - 470px) / 2);
}
.small-section-gray .color-box .relative {
  width: 100%;
  min-height: 340px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .small-section-gray .color-box .relative {
    min-height: 300px;
  }
}
@media (max-width: 560px) {
  .small-section-gray .color-box .relative {
    margin: 0;
  }
}
.small-section-gray .color-box .relative:hover {
  text-decoration: none;
}
.small-section-gray .color-box .relative:hover h2 {
  color: #ff9600;
}
.small-section-gray .color-box .relative:hover .button1 {
  background-color: #ff9600;
  border-color: #ff9600;
}
.small-section-gray .color-box .relative .cover {
  width: 65%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.small-section-gray .color-box .relative .cover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 54%);
}
@media (max-width: 767px) {
  .small-section-gray .color-box .relative .cover:after {
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%);
  }
}
@media (max-width: 480px) {
  .small-section-gray .color-box .relative .cover:after {
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.75) 100%);
  }
}
.small-section-gray .color-box .relative .left-text {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .small-section-gray .color-box .relative .left-text {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
  }
}
@media (max-width: 480px) {
  .small-section-gray .color-box .relative .left-text {
    width: 100%;
  }
}
.small-section-gray .color-box .relative .left-text .wrap-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 30px 70px 30px 30px;
}
@media (max-width: 1430px) {
  .small-section-gray .color-box .relative .left-text .wrap-text {
    padding: 20px 40px 20px 25px;
  }
}
@media (max-width: 560px) {
  .small-section-gray .color-box .relative .left-text .wrap-text {
    padding: 20px 25px;
  }
}
.small-section-gray .color-box .relative .left-text .wrap-text h2 {
  transition: all 0.3s ease-in-out;
  line-height: 1em;
}
.small-section-gray .color-box .relative .left-text .wrap-text .wrap-button {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .small-section-gray .color-box .relative .left-text .wrap-text .wrap-button {
    padding-top: 10px;
  }
}

.no-results i {
  font-size: 100px;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .no-results i {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .no-results i {
    margin-bottom: 20px;
    font-size: 60px;
  }
}
@media (max-width: 560px) {
  .no-results i {
    font-size: 50px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .section-jobs {
    padding-top: 20px;
  }
}
.section-jobs .navigation {
  padding-top: 50px;
}
@media (max-width: 960px) {
  .section-jobs .navigation {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .section-jobs .navigation {
    padding-top: 20px;
    text-align: center;
  }
}
.section-jobs .box-form {
  padding-bottom: 60px;
}
@media (max-width: 1300px) {
  .section-jobs .box-form {
    padding-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .section-jobs .box-form {
    padding-bottom: 20px;
  }
}
.section-jobs .box-form .select_overlay {
  width: 23%;
  margin-left: auto;
}
@media (max-width: 1300px) {
  .section-jobs .box-form .select_overlay {
    width: 33.33%;
  }
}
@media (max-width: 960px) {
  .section-jobs .box-form .select_overlay {
    width: 100%;
  }
}
.section-jobs .box-form .select_overlay:after {
  top: 24px;
  background-size: 10px;
}
@media (max-width: 960px) {
  .section-jobs .box-form .select_overlay:after {
    top: 22px;
  }
}
.section-jobs .box-form select {
  border-radius: 500px;
  border: 1px solid #a7b0b5;
  color: #a7b0b5;
  padding-top: 0;
  padding-bottom: 0;
  height: 55px;
  padding-right: 20px;
}
@media (max-width: 960px) {
  .section-jobs .box-form select {
    height: 50px;
  }
}
.section-jobs .list-jobs .item-job {
  margin-bottom: 100px;
}
@media (max-width: 1300px) {
  .section-jobs .list-jobs .item-job {
    width: 33.33%;
    margin-bottom: 80px;
  }
}
@media (max-width: 960px) {
  .section-jobs .list-jobs .item-job {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-jobs .list-jobs .item-job {
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .section-jobs .list-jobs .item-job {
    width: 100%;
  }
}
.section-jobs .list-jobs .item-job .item-job-wrap {
  border-top: 2px solid #0a1647;
  padding-top: 20px;
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.section-jobs .list-jobs .item-job .item-job-wrap:hover {
  text-decoration: none;
  border-color: #ff9600;
}
.section-jobs .list-jobs .item-job .item-job-wrap:hover .big-p {
  color: #ff9600;
}
.section-jobs .list-jobs .item-job .item-job-wrap .box-loc {
  padding-right: 110px;
}
.section-jobs .list-jobs .item-job .item-job-wrap .label-loc {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #0a1647;
}
@media (max-width: 960px) {
  .section-jobs .list-jobs .item-job .item-job-wrap .label-loc {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .section-jobs .list-jobs .item-job .item-job-wrap .label-loc {
    font-size: 10px;
  }
}
.section-jobs .list-jobs .item-job .item-job-wrap .label-loc b {
  color: #4a4a4a;
}
.section-jobs .list-jobs .item-job .item-job-wrap .status {
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 6px 15px;
  letter-spacing: 1px;
}
@media (max-width: 960px) {
  .section-jobs .list-jobs .item-job .item-job-wrap .status {
    font-size: 10px;
    padding: 5px 14px;
  }
}
@media (max-width: 767px) {
  .section-jobs .list-jobs .item-job .item-job-wrap .status {
    font-size: 10px;
    padding: 4px 12px;
  }
}
@media (max-width: 560px) {
  .section-jobs .list-jobs .item-job .item-job-wrap .status {
    font-size: 9px;
  }
}
.section-jobs .list-jobs .item-job .item-job-wrap .status.job-status-on {
  background-color: #ff9600;
  color: #0a1647;
}
.section-jobs .list-jobs .item-job .item-job-wrap .status.job-status-off {
  background-color: #0a1647;
  color: #fff;
}
.section-jobs .list-jobs .item-job .item-job-wrap .big-p {
  color: #0a1647;
  line-height: 1.1em;
  margin-top: 15px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .section-stock {
    padding-top: 20px;
  }
}
.section-stock .navigation {
  padding-top: 50px;
}
@media (max-width: 960px) {
  .section-stock .navigation {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .section-stock .navigation {
    padding-top: 20px;
    text-align: center;
  }
}
.section-stock .box-form {
  padding-bottom: 60px;
}
@media (max-width: 1300px) {
  .section-stock .box-form {
    padding-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .section-stock .box-form {
    padding-bottom: 20px;
  }
}
.section-stock .box-form .select_overlay {
  width: 23%;
  margin-left: auto;
}
@media (max-width: 1300px) {
  .section-stock .box-form .select_overlay {
    width: 33.33%;
  }
}
@media (max-width: 960px) {
  .section-stock .box-form .select_overlay {
    width: 100%;
  }
}
.section-stock .box-form .select_overlay:after {
  top: 24px;
  background-size: 10px;
}
@media (max-width: 960px) {
  .section-stock .box-form .select_overlay:after {
    top: 22px;
  }
}
.section-stock .box-form select {
  border-radius: 500px;
  border: 1px solid #a7b0b5;
  color: #a7b0b5;
  padding-top: 0;
  padding-bottom: 0;
  height: 55px;
  padding-right: 20px;
}
@media (max-width: 960px) {
  .section-stock .box-form select {
    height: 50px;
  }
}
.section-stock .big-supplier .item-supplier {
  margin-bottom: 70px;
}
@media (max-width: 1300px) {
  .section-stock .big-supplier .item-supplier {
    width: 33.33%;
    margin-bottom: 60px;
  }
}
@media (max-width: 960px) {
  .section-stock .big-supplier .item-supplier {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-stock .big-supplier .item-supplier {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .section-stock .big-supplier .item-supplier {
    width: 100%;
  }
}
.section-stock .big-supplier .item-supplier a {
  width: 100%;
}
.section-stock .big-supplier .item-supplier a:hover {
  text-decoration: none;
}
.section-stock .big-supplier .item-supplier a:hover .big-p {
  color: #ff9600;
}
.section-stock .big-supplier .item-supplier a .cover {
  height: 300px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #a7b0b5;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .section-stock .big-supplier .item-supplier a .cover {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .section-stock .big-supplier .item-supplier a .cover {
    height: 200px;
  }
}
@media (max-width: 560px) {
  .section-stock .big-supplier .item-supplier a .cover {
    height: 150px;
  }
}
.section-stock .big-supplier .item-supplier a .big-p {
  color: #0a1647;
  line-height: 1.1em;
  margin-top: 15px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.section-text-and-boxes .the-content-top {
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .section-text-and-boxes .the-content-top {
    padding-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .section-text-and-boxes .the-content-top {
    padding-bottom: 15px;
  }
}
.section-text-and-boxes .boxes-list .item-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1300px) {
  .section-text-and-boxes .boxes-list .item-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-text-and-boxes .boxes-list .item-box {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 400px) {
  .section-text-and-boxes .boxes-list .item-box {
    width: 100%;
    text-align: center;
  }
}
.section-text-and-boxes .boxes-list .item-box .big-p {
  font-weight: 300;
  line-height: 1.3em;
  color: #0a1647;
}
@media (max-width: 1550px) {
  .section-text-and-boxes .boxes-list .item-box .big-p br {
    display: none;
  }
}

@media (max-width: 560px) {
  .section-text-and-boxes-effect {
    padding-bottom: 25px;
  }
}
.section-text-and-boxes-effect .the-content-top {
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .section-text-and-boxes-effect .the-content-top {
    padding-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .section-text-and-boxes-effect .the-content-top {
    padding-bottom: 15px;
  }
}
.section-text-and-boxes-effect .the-content-top h2 {
  margin-bottom: 5px;
}
.section-text-and-boxes-effect .the-content-top p {
  font-weight: 300;
}
.section-text-and-boxes-effect .boxes-list .item-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1300px) {
  .section-text-and-boxes-effect .boxes-list .item-box {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .section-text-and-boxes-effect .boxes-list .item-box {
    width: 100%;
  }
}
.section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap {
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 0;
}
@media (max-width: 1550px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap {
    padding-left: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap {
    padding-left: 20px;
  }
}
.section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap:before {
  content: "";
  width: 11px;
  height: 100%;
  background-color: #ff9600;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1550px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap:before {
    width: 10px;
  }
}
@media (max-width: 1430px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap:before {
    width: 8px;
  }
}
@media (max-width: 560px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap:before {
    width: 4px;
  }
}
.section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap:hover:before {
    width: 8px;
  }
}
@media (max-width: 560px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap:hover:before {
    width: 4px;
  }
}
.section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap .big-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 33px;
  position: relative;
  z-index: 1;
  margin-top: 0;
}
@media (max-width: 1550px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap .big-title {
    font-size: 30px;
  }
}
@media (max-width: 1430px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap .big-title {
    font-size: 25px;
  }
}
@media (max-width: 960px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap .big-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap .big-title {
    font-size: 21px;
  }
}
@media (max-width: 560px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap .big-title {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap .big-title {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap .big-title {
    font-size: 16px;
  }
}
.section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap .big-p {
  margin-bottom: 0;
  color: #0a1647;
  line-height: 1.3em;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap .big-p {
    font-weight: 400;
  }
}
@media (max-width: 560px) {
  .section-text-and-boxes-effect .boxes-list .item-box .item-box-wrap .big-p {
    margin-top: 5px;
  }
}

.error-box .the-content img {
  width: 250px;
  margin-top: 0;
  height: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .error-box .the-content img {
    width: 200px;
  }
}
.error-box .wrap-button {
  padding-top: 20px;
}

.section_slider_boxes {
  overflow: hidden;
  position: relative;
}
@media (max-width: 560px) {
  .section_slider_boxes {
    padding-top: 25px;
  }
}
.section_slider_boxes .the-content {
  margin-bottom: 40px;
  padding-right: 300px;
}
@media (max-width: 767px) {
  .section_slider_boxes .the-content {
    padding-right: 0;
    text-align: center;
    padding-bottom: 40px;
  }
}
.section_slider_boxes .boxes-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 960px) {
  .section_slider_boxes .boxes-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.section_slider_boxes .boxes-slider:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.section_slider_boxes .boxes-slider:not(.slick-slider) .slider-item {
  width: 33.33%;
}
.section_slider_boxes .boxes-slider .slick-list {
  overflow: initial;
}
@media (max-width: 560px) {
  .section_slider_boxes .boxes-slider .slick-list {
    padding-right: 80px;
  }
}
.section_slider_boxes .boxes-slider .slider-item {
  padding: 0 15px;
}
@media (max-width: 960px) {
  .section_slider_boxes .boxes-slider .slider-item {
    padding: 0 10px;
  }
}
.section_slider_boxes .boxes-slider .slider-item img {
  border-radius: 8px;
  margin-bottom: 45px;
  width: 100%;
  height: auto;
  /*height: 550px;
  object-fit: cover;

  @include desktop-l {
  	height: 450px;
  }

  @include desktop {
  	height: 400px;
  }

  @include tablet-l {
  	height: 350px;
  }

  @include tablet-p {
  	height: 300px;
  }

  @include mobile {
  	height: 250px;
  }
  @include mobile-s {
  	height: 200px;
  }*/
}
.section_slider_boxes .boxes-slider .slider-item .big-title {
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 8px;
}
.section_slider_boxes:after {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 12%, rgb(255, 255, 255) 99%, rgb(255, 255, 255) 100%);
}
@media (max-width: 1650px) {
  .section_slider_boxes:after {
    content: none;
  }
}
.section_slider_boxes:before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
@media (max-width: 1650px) {
  .section_slider_boxes:before {
    content: none;
  }
}

@media (max-width: 1100px) {
  .section_slider_boxes_and_text {
    overflow: hidden;
  }
}
.section_slider_boxes_and_text .the-content {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section_slider_boxes_and_text .the-content {
    margin-bottom: 30px;
  }
}
.section_slider_boxes_and_text .blue-section {
  position: relative;
  padding: 80px 150px 0 150px;
}
@media (max-width: 1430px) {
  .section_slider_boxes_and_text .blue-section {
    padding: 70px 70px 0 70px;
  }
}
@media (max-width: 1300px) {
  .section_slider_boxes_and_text .blue-section {
    padding: 60px 50px 0 50px;
  }
}
@media (max-width: 1100px) {
  .section_slider_boxes_and_text .blue-section {
    padding: 60px 0;
  }
}
@media (max-width: 960px) {
  .section_slider_boxes_and_text .blue-section {
    padding: 45px 0 60px 0;
  }
}
.section_slider_boxes_and_text .blue-section:before {
  content: "";
  width: 100%;
  height: calc(100% - 250px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0a1647;
  border-radius: 32px;
}
@media (max-width: 1430px) {
  .section_slider_boxes_and_text .blue-section:before {
    height: calc(100% - 204px);
  }
}
@media (max-width: 1100px) {
  .section_slider_boxes_and_text .blue-section:before {
    height: 100%;
    border-radius: 0;
    width: calc(100% + 60px);
    left: -30px;
  }
}
.section_slider_boxes_and_text .blue-section > .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .section_slider_boxes_and_text .row-reverse {
    align-items: center;
  }
}
.section_slider_boxes_and_text .text {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 1100px) {
  .section_slider_boxes_and_text .text {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1100px) {
  .section_slider_boxes_and_text .text {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .section_slider_boxes_and_text .text {
    width: 55%;
  }
}
@media (max-width: 560px) {
  .section_slider_boxes_and_text .text {
    width: 100%;
    text-align: center;
  }
}
.section_slider_boxes_and_text .text .text2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 70px;
  z-index: 2;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1100px) {
  .section_slider_boxes_and_text .text .text2 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.section_slider_boxes_and_text .text .text2 p {
  font-weight: 500;
}
@media (max-width: 1100px) {
  .section_slider_boxes_and_text .text .text2 * {
    color: #fff;
  }
}
@media (max-width: 1100px) {
  .section_slider_boxes_and_text .item-slider {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .section_slider_boxes_and_text .item-slider {
    width: 45%;
  }
}
@media (max-width: 560px) {
  .section_slider_boxes_and_text .item-slider {
    width: 100%;
    text-align: center;
  }
}
.section_slider_boxes_and_text .item-slider .big-p {
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 1430px) {
  .section_slider_boxes_and_text .item-slider .big-p {
    margin-bottom: 20px;
  }
}
.section_slider_boxes_and_text .item-slider .arrows-bottom .slick-arrow {
  width: 100px;
  background-size: 100px;
  height: 45px;
  bottom: -17px;
}
.section_slider_boxes_and_text .item-slider .arrows-bottom:after {
  content: none;
}
.section_slider_boxes_and_text .item-slider .arrows-bottom .slick-arrow.slick-next {
  right: -300px;
}
@media (max-width: 1300px) {
  .section_slider_boxes_and_text .item-slider .arrows-bottom .slick-arrow.slick-next {
    right: -290px;
  }
}
.section_slider_boxes_and_text .item-slider .arrows-bottom .slick-arrow.slick-prev {
  left: auto;
  right: -160px;
}
@media (max-width: 1300px) {
  .section_slider_boxes_and_text .item-slider .arrows-bottom .slick-arrow.slick-prev {
    right: -150px;
  }
}
.section_slider_boxes_and_text .item-slider .standard_dots .slick-dots {
  bottom: -20px;
}
.section_slider_boxes_and_text .item-slider .big-title {
  margin-bottom: 30px;
}
.section_slider_boxes_and_text .item-slider .simple-slider {
  text-align: center;
  margin-bottom: 0 !important;
}
.section_slider_boxes_and_text .item-slider .simple-slider a {
  display: inline-block;
  width: 100%;
}
.section_slider_boxes_and_text .item-slider .simple-slider img {
  height: auto;
  width: 100%;
  border-radius: 8px;
}

.section-small-right .the-content-top {
  width: 60%;
}
@media (max-width: 1300px) {
  .section-small-right .the-content-top {
    width: 80%;
  }
}
@media (max-width: 960px) {
  .section-small-right .the-content-top {
    width: 100%;
  }
}
.section-small-right .contact-list {
  width: 85%;
}
@media (max-width: 1430px) {
  .section-small-right .contact-list {
    width: 90%;
  }
}
@media (max-width: 1300px) {
  .section-small-right .contact-list {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section_parts {
    padding: 40px 0;
  }
}
@media (max-width: 560px) {
  .section_parts {
    padding: 30px 0;
  }
}
.section_parts .flex-bottom {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section_parts .flex-bottom {
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .section_parts .flex-bottom .the-content {
    width: 100%;
    text-align: center;
  }
}
.section_parts .flex-bottom .the-content h2 {
  margin-bottom: 0;
}
.section_parts .flex-bottom .the-content p {
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .section_parts .flex-bottom .tar {
    width: 100%;
    text-align: center;
    padding-top: 15px;
  }
}
.section_parts .flex-bottom .tar .button1 {
  border: 1px solid #a7b0b5;
}
.section_parts .standard_dots .slick-dots {
  bottom: -60px;
}
@media (max-width: 960px) {
  .section_parts .standard_dots .slick-dots {
    bottom: -40px;
  }
}
.section_parts .slider-parts {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 960px) {
  .section_parts .slider-parts {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.section_parts .slider-parts:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 350px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .section_parts .slider-parts:not(.slick-slider) {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .section_parts .slider-parts:not(.slick-slider) {
    height: 250px;
  }
}
@media (max-width: 560px) {
  .section_parts .slider-parts:not(.slick-slider) {
    height: 200px;
  }
}
.section_parts .slider-parts:not(.slick-slider) .item_part {
  width: 25%;
}
@media (max-width: 1300px) {
  .section_parts .slider-parts:not(.slick-slider) .item_part {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .section_parts .slider-parts:not(.slick-slider) .item_part {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .section_parts .slider-parts:not(.slick-slider) .item_part {
    width: 100%;
  }
}
.section_parts .slider-parts .item_part {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 960px) {
  .section_parts .slider-parts .item_part {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section_parts .slider-parts .item_part a {
  width: 100%;
}
.section_parts .slider-parts .item_part a:hover {
  text-decoration: none;
}
.section_parts .slider-parts .item_part a:hover .big-p {
  color: #ff9600;
}
.section_parts .slider-parts .item_part a .cover {
  height: 300px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #a7b0b5;
  margin-bottom: 10px;
}
@media (max-width: 960px) {
  .section_parts .slider-parts .item_part a .cover {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .section_parts .slider-parts .item_part a .cover {
    height: 200px;
  }
}
@media (max-width: 560px) {
  .section_parts .slider-parts .item_part a .cover {
    height: 150px;
  }
}
.section_parts .slider-parts .item_part a .big-p {
  color: #0a1647;
  line-height: 1.1em;
  margin-top: 15px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.section-listing {
  padding-top: 20px;
}
.section-listing .item-big {
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .section-listing .item-big {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .section-listing .item-big {
    margin-bottom: 20px;
  }
}
.section-listing .item-big a {
  width: 100%;
  border: 1px solid #bababa;
  border-radius: 20px;
  padding: 40px 45px;
  align-items: center;
}
@media (max-width: 1300px) {
  .section-listing .item-big a {
    padding: 30px 35px;
  }
}
@media (max-width: 960px) {
  .section-listing .item-big a {
    padding: 25px 30px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .section-listing .item-big a {
    padding: 20px 25px;
  }
}
@media (max-width: 560px) {
  .section-listing .item-big a {
    padding: 15px 20px;
  }
}
.section-listing .item-big a:hover {
  text-decoration: none;
  background-color: #ff9600;
  border-color: #ff9600;
}
.section-listing .item-big a:hover .icon img {
  right: -5px;
}
.section-listing .item-big a .text {
  width: calc(100% - 50px);
  padding-right: 50px;
}
@media (max-width: 1300px) {
  .section-listing .item-big a .text {
    width: calc(100% - 35px);
    padding-right: 30px;
  }
}
@media (max-width: 960px) {
  .section-listing .item-big a .text {
    width: calc(100% - 25px);
  }
}
@media (max-width: 767px) {
  .section-listing .item-big a .text {
    width: 100%;
    padding-right: 0;
  }
}
.section-listing .item-big a .text .big-p {
  color: #0a1647;
  line-height: 1.3em;
}
.section-listing .item-big a .icon {
  width: 50px;
}
@media (max-width: 1300px) {
  .section-listing .item-big a .icon {
    width: 35px;
  }
}
@media (max-width: 960px) {
  .section-listing .item-big a .icon {
    width: 25px;
  }
}
@media (max-width: 767px) {
  .section-listing .item-big a .icon {
    width: 100%;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .section-listing .item-big a .icon .wrap-icon {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .section-listing .item-big a .icon .wrap-icon span {
    margin-right: 10px;
  }
}
.section-listing .item-big a .icon img {
  right: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  .section-listing .item-big a .icon img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .section-listing .item-big a .icon img {
    width: 16px;
  }
}

.small-section-blue {
  padding-top: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .small-section-blue {
    padding-top: 10px;
    margin-top: 10px;
  }
}
.small-section-blue .wrap-blue {
  background-color: #0a1647;
  border-radius: 20px;
  padding: 40px 45px;
}
@media (max-width: 1300px) {
  .small-section-blue .wrap-blue {
    padding: 30px 35px;
  }
}
@media (max-width: 960px) {
  .small-section-blue .wrap-blue {
    padding: 25px 30px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .small-section-blue .wrap-blue {
    padding: 20px 25px;
  }
}
@media (max-width: 400px) {
  .small-section-blue .wrap-blue {
    padding: 15px 20px;
  }
}
.small-section-blue .wrap-blue .the-content-list ul li {
  margin-top: 0;
  border: none;
}
.small-section-blue .wrap-blue h2 {
  margin-top: 0;
}
.small-section-blue .wrap-blue p:first-of-type {
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
.small-section-blue .wrap-blue p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .small-section-blue .wrap-blue p:empty {
    display: none;
  }
}
.small-section-blue .wrap-blue ul li {
  margin-bottom: 0;
}

.section-gallery {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .section-gallery {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section-gallery .counter {
  position: absolute;
  top: 12px;
  font-size: 32px;
  font-weight: 700;
  z-index: 3;
}
@media (max-width: 960px) {
  .section-gallery .counter {
    top: 19px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-gallery .counter {
    display: none;
  }
}
.section-gallery:before {
  content: "";
  width: calc((100% - 1680px) / 2);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #fff;
}
@media (max-width: 1300px) {
  .section-gallery:before {
    width: 150px;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 960px) {
  .section-gallery:before {
    content: none;
  }
}
.section-gallery:after {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 12%, rgb(255, 255, 255) 99%, rgb(255, 255, 255) 100%);
}
@media (max-width: 960px) {
  .section-gallery:after {
    content: none;
  }
}
.section-gallery .relative {
  padding-top: 75px;
}
@media (max-width: 767px) {
  .section-gallery .relative {
    padding-top: 55px;
  }
}
.section-gallery .slick-list {
  overflow: inherit;
}
.section-gallery .arrows-top .slick-arrow {
  z-index: 999;
}
@media (max-width: 767px) {
  .section-gallery .arrows-top .slick-arrow {
    top: -25px;
  }
}
.section-gallery .slider-gallery {
  margin-left: -10px;
  margin-right: -10px;
  padding-right: 500px;
}
@media (max-width: 960px) {
  .section-gallery .slider-gallery {
    padding-right: 350px;
  }
}
@media (max-width: 767px) {
  .section-gallery .slider-gallery {
    padding-right: 250px;
  }
}
@media (max-width: 560px) {
  .section-gallery .slider-gallery {
    padding-right: 150px;
  }
}
@media (max-width: 400px) {
  .section-gallery .slider-gallery {
    padding-right: 50px;
  }
}
@media (max-width: 380px) {
  .section-gallery .slider-gallery {
    padding-right: 20px;
  }
}
.section-gallery .slider-gallery:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 700px;
  overflow: hidden;
}
@media (max-width: 1430px) {
  .section-gallery .slider-gallery:not(.slick-slider) {
    height: 650px;
  }
}
@media (max-width: 1300px) {
  .section-gallery .slider-gallery:not(.slick-slider) {
    height: 580px;
  }
}
@media (max-width: 960px) {
  .section-gallery .slider-gallery:not(.slick-slider) {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .section-gallery .slider-gallery:not(.slick-slider) {
    height: 300px;
  }
}
@media (max-width: 560px) {
  .section-gallery .slider-gallery:not(.slick-slider) {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .section-gallery .slider-gallery:not(.slick-slider) {
    height: 200px;
  }
}
@media (max-width: 400px) {
  .section-gallery .slider-gallery:not(.slick-slider) {
    height: 180px;
  }
}
.section-gallery .slider-gallery:not(.slick-slider) .item-gallery {
  width: 50%;
}
.section-gallery .slider-gallery .item-gallery {
  padding: 10px;
}
.section-gallery .slider-gallery .item-gallery .cover {
  height: 650px;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1430px) {
  .section-gallery .slider-gallery .item-gallery .cover {
    height: 600px;
  }
}
@media (max-width: 1300px) {
  .section-gallery .slider-gallery .item-gallery .cover {
    height: 550px;
  }
}
@media (max-width: 960px) {
  .section-gallery .slider-gallery .item-gallery .cover {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .section-gallery .slider-gallery .item-gallery .cover {
    height: 300px;
  }
}
@media (max-width: 560px) {
  .section-gallery .slider-gallery .item-gallery .cover {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .section-gallery .slider-gallery .item-gallery .cover {
    height: 200px;
  }
}
@media (max-width: 400px) {
  .section-gallery .slider-gallery .item-gallery .cover {
    height: 180px;
  }
}
.section-gallery .slider-gallery .item-gallery .name {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .section-gallery .slider-gallery .item-gallery .name {
    font-size: 12px;
    line-height: 1.2em;
  }
}

.small-section-slider {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgb(226, 226, 226);
}
@media (max-width: 960px) {
  .small-section-slider {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .small-section-slider {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media (max-width: 560px) {
  .small-section-slider {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.small-section-slider.no-top {
  padding-top: 0;
}
.small-section-slider .the-content-review .ti-widget {
  padding-top: 30px;
}
@media (max-width: 960px) {
  .small-section-slider .the-content-review .ti-widget {
    padding-top: 0;
  }
}
.small-section-slider .the-content-review .ti-header-grid {
  display: none !important;
}
.small-section-slider .slick-dots li {
  margin: 0 1px;
  width: 15px;
  height: 15px;
}
.small-section-slider .slick-dots li button {
  width: 15px;
  height: 15px;
}
.small-section-slider .slick-dots li button:before {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 8px;
}
.small-section-slider .slick-dots li.slick-active button:before {
  font-size: 10px;
}
.small-section-slider .wrap-gallery {
  position: relative;
}
.small-section-slider .wrap-gallery .gallery-small {
  margin-left: -10px;
  margin-right: -10px;
}
.small-section-slider .wrap-gallery .gallery-small:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  height: 300px;
}
.small-section-slider .wrap-gallery .gallery-small:not(.slick-slider) .item-gallery {
  width: 33.33%;
}
.small-section-slider .wrap-gallery .item-gallery {
  padding: 10px;
}
.small-section-slider .wrap-gallery .item-gallery img {
  width: 100%;
  height: auto;
}

@media (max-width: 960px) {
  body .ti-widget.ti-goog .ti-review-content {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body .ti-widget.ti-goog .ti-review-content {
    font-size: 13px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .header {
    background-color: #fff;
  }
}
.header:before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.55+0,0+74 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 74%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.8;
}
@media (max-width: 1430px) {
  .header:before {
    opacity: 0.85;
  }
}
@media (max-width: 960px) {
  .header:before {
    display: none;
  }
}
@media (max-width: 960px) {
  .header .desktop-only {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .header .mobile-only {
    display: block !important;
  }
}
.header.scroll, .header.on-scroll-up {
  box-shadow: 0px -2px 46px 0px rgba(0, 0, 0, 0.14);
  background-color: #fff;
}
.header.scroll:before, .header.on-scroll-up:before {
  content: none;
}
.header.scroll .desktop-only, .header.on-scroll-up .desktop-only {
  display: none !important;
}
.header.scroll .mobile-only, .header.on-scroll-up .mobile-only {
  display: block !important;
}
.header .container {
  position: relative;
  z-index: 1;
}
.header .box-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 960px) {
  .header .box-logo {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .header .box-logo {
    width: 68%;
  }
}
@media (max-width: 380px) {
  .header .box-logo {
    width: 60%;
  }
}
.header .box-logo img {
  width: 375px;
  height: auto;
}
@media (max-width: 960px) {
  .header .box-logo img {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .header .box-logo img {
    width: 200px;
  }
}
@media (max-width: 560px) {
  .header .box-logo img {
    width: 210px;
  }
}
@media (max-width: 380px) {
  .header .box-logo img {
    width: 180px;
  }
}
@media (max-width: 960px) {
  .header .box-menu {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .header .box-menu {
    width: 32%;
  }
}
@media (max-width: 380px) {
  .header .box-menu {
    width: 40%;
  }
}
.header .box-menu .item-header {
  margin-left: 15px;
}
@media (max-width: 960px) {
  .header .box-menu .item-header {
    margin-left: 25px;
  }
}
@media (max-width: 560px) {
  .header .box-menu .item-header {
    margin-left: 15px;
  }
}
@media (max-width: 960px) {
  .header .phones-list {
    display: none !important;
  }
}
.header .phones-list .phone-item {
  background-color: #ff9600;
  color: #0a1647;
  padding: 13px 16px;
  border-radius: 8px;
  margin-left: 3px;
  margin-right: 3px;
  line-height: 0.8em;
}
@media (max-width: 1430px) {
  .header .phones-list .phone-item {
    font-size: 13px;
    padding: 11px 12px;
  }
}
.header .phones-list .phone-item:hover {
  background-color: #e48500;
  text-decoration: none;
}
.header .phones-list .phone-item .name {
  margin-right: 18px;
  line-height: 0.9;
}
@media (max-width: 1430px) {
  .header .phones-list .phone-item .name {
    margin-right: 14px;
  }
}
@media (max-width: 1300px) {
  .header .phones-list .phone-item .name {
    margin-right: 10px;
  }
}
.header .phones-list .phone-item .name b {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 1550px) {
  .header .phones-list .phone-item .name b {
    font-size: 17px;
  }
}
@media (max-width: 1430px) {
  .header .phones-list .phone-item .name b {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .header .phones-list .phone-item .name b {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .header .phones-list .phone-item .name b {
    font-size: 13px;
  }
}
.header .phones-list .phone-item i {
  margin-right: 8px;
}
@media (max-width: 960px) {
  .header .item-lang {
    display: none !important;
  }
}

body:not(.home) header,
body.opensearch header {
  background-color: #fff;
}
body:not(.home) header:before,
body.opensearch header:before {
  content: none;
}
body:not(.home) header .desktop-only,
body.opensearch header .desktop-only {
  display: none !important;
}
body:not(.home) header .mobile-only,
body.opensearch header .mobile-only {
  display: block !important;
}

body.opensearch header {
  box-shadow: 0px -2px 46px 0px rgba(0, 0, 0, 0.14);
}

.overlay-menu {
  opacity: 0;
}

.sidebar-menu {
  width: 40%;
  position: fixed;
  top: 0;
  height: 100%;
  left: -100%;
  z-index: 222222;
  background: #fff;
  transition: all 0.8s ease;
  display: flex;
  align-items: start;
  flex-direction: column;
  overflow: auto;
}
@media (max-width: 767px) {
  .sidebar-menu {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .sidebar-menu {
    width: 70%;
  }
}
@media (max-width: 380px) {
  .sidebar-menu {
    width: 100%;
  }
}
.sidebar-menu.active {
  left: 0;
}
.sidebar-menu .close-submenu {
  position: absolute;
  right: 40px;
  top: 20px;
  border-radius: 500px;
  border: 1px solid;
  padding: 6px 25px;
  font-weight: 500;
  font-size: 16px;
  z-index: 2;
}
@media (max-width: 960px) {
  .sidebar-menu .close-submenu {
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 500px;
    text-align: center;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .sidebar-menu .close-submenu {
    width: 26px;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    top: 17px;
    font-size: 14px;
    right: 22px;
  }
}
.sidebar-menu .close-submenu span {
  margin-right: 10px;
}
@media (max-width: 960px) {
  .sidebar-menu .close-submenu span {
    display: none;
  }
}
.sidebar-menu .close-submenu:hover {
  text-decoration: none;
  background-color: #0a1647;
  color: #fff;
}
.sidebar-menu .wrap-sidebar-menu {
  width: 100%;
  padding: 60px 50px;
}
@media (max-width: 1430px) {
  .sidebar-menu .wrap-sidebar-menu {
    padding: 50px 45px;
  }
}
@media (max-width: 960px) {
  .sidebar-menu .wrap-sidebar-menu {
    padding: 40px 35px;
  }
}
@media (max-width: 767px) {
  .sidebar-menu .wrap-sidebar-menu {
    padding: 39px 29px;
  }
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu {
  margin-bottom: 30px;
  margin-top: 30px;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li.current-menu-item > a {
  color: #ff9600;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li.menu-item-has-children > a:first-of-type {
  flex: 0 0 auto;
  width: auto;
  padding-right: 10px;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li.menu-item-has-children .toggle-submenu {
  flex: 1 1 0;
  width: auto;
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
  padding-top: 5px;
  top: 0;
  padding-bottom: 5px;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li.menu-item-has-children > .sub-menu {
  width: 100%;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li > a {
  font-weight: 700;
  color: #0a1647;
  font-size: 23px;
  width: 100%;
}
@media (max-width: 1550px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li > a {
    font-size: 21px;
  }
}
@media (max-width: 1430px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li > a {
    font-size: 19px;
  }
}
@media (max-width: 960px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li > a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li > a {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li > a {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li > a {
    font-size: 14px;
  }
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li > a:hover {
  text-decoration: none;
  color: #050c29;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li > a.toggle-submenu {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 1;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 960px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li > a.toggle-submenu {
    top: -7px;
    font-size: 11px;
  }
}
@media (max-width: 560px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li > a.toggle-submenu {
    top: -3px;
  }
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li > a.toggle-submenu i {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li > a.toggle-submenu.active i {
  transform: rotate(-180deg);
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li .sub-menu {
  margin-bottom: 20px;
  margin-top: 10px;
  display: none;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li .sub-menu li {
  margin-bottom: 2px;
  margin-top: 2px;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li .sub-menu li.current-menu-item > a {
  color: #ff9600;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li .sub-menu li.current-menu-item > a::before {
  background-color: #ff9600;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li .sub-menu li a {
  padding-left: 22px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li .sub-menu li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li .sub-menu li a {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li .sub-menu li a {
    font-size: 14px;
  }
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li .sub-menu li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 500px;
  background-color: #0a1647;
  position: absolute;
  left: 4px;
  top: 11px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1430px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li .sub-menu li a:before {
    top: 9px;
  }
}
@media (max-width: 767px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li .sub-menu li a:before {
    top: 8px;
  }
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li .sub-menu li a:hover {
  text-decoration: none;
  color: #ff9600;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-menu .menu > li .sub-menu li a:hover:before {
  background-color: #ff9600;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-lang .flex {
  margin-left: -8px;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-lang .flex a {
  text-transform: uppercase;
  font-weight: 700;
  color: #0a1647;
  opacity: 0.5;
  margin-right: 15px;
  width: 35px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-lang .flex a:before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #0a1647;
  position: absolute;
  right: -8px;
  top: 8px;
}
@media (max-width: 767px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-lang .flex a:before {
    height: 10px;
    top: 10px;
  }
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-lang .flex a:last-child:before {
  content: none;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-lang .flex a:hover, .sidebar-menu .wrap-sidebar-menu .item-header.item-lang .flex a.active {
  opacity: 1;
  text-decoration: none;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-social {
  border-bottom: 1px solid #838c9e;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-social {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-social {
    margin-bottom: 10px;
  }
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-social ul {
  justify-content: start;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-social ul li {
  margin-right: 15px;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-social ul li a {
  color: #ff9600;
  padding-left: 2px;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-social ul li a:hover {
  text-decoration: underline;
  color: #e48500;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-footer-menu {
  border-top: 1px solid #838c9e;
  padding-top: 15px;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-footer-menu {
    padding-top: 10px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-footer-menu {
    margin-top: 10px;
  }
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-footer-menu .menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-footer-menu .menu li {
  margin-right: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (max-width: 1430px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-footer-menu .menu li {
    margin-right: 15px;
  }
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-footer-menu .menu li a {
  color: #3d4557;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 1550px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-footer-menu .menu li a {
    font-size: 15px;
  }
}
@media (max-width: 1430px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-footer-menu .menu li a {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-footer-menu .menu li a {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .sidebar-menu .wrap-sidebar-menu .item-header.item-footer-menu .menu li a {
    font-size: 12px;
  }
}
.sidebar-menu .wrap-sidebar-menu .item-header.item-footer-menu .menu li a:hover {
  text-decoration: none;
  color: #ff9600;
}

body.opensearch .overlay-menu,
body.openmenu .overlay-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2222;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

body.opensearch header {
  z-index: 99999;
}

body .header .header-language-selector {
  border-left: none;
  margin-right: 0;
}
@media (max-width: 960px) {
  body .header .header-language-selector {
    display: none !important;
  }
}
body .wpml-ls-legacy-dropdown .wpml-ls-flag {
  width: 14px !important;
  height: 14px !important;
  border-radius: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 4px;
}
body .header .wpml-ls-legacy-dropdown {
  width: 45px !important;
  font-weight: 500;
  position: relative;
  top: 1px;
  background: transparent;
}
body .header .wpml-ls-legacy-dropdown a {
  font-size: 18px;
  background-color: transparent;
  border: none;
  color: #0a1647 !important;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media (max-width: 1550px) {
  body .header .wpml-ls-legacy-dropdown a {
    font-size: 17px;
  }
}
@media (max-width: 1430px) {
  body .header .wpml-ls-legacy-dropdown a {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  body .header .wpml-ls-legacy-dropdown a {
    font-size: 15px;
  }
}
body .header .wpml-ls-legacy-dropdown li.wpml-ls-current-language > a {
  padding-left: 0;
  padding-right: 14px;
}
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
body .wpml-ls-legacy-dropdown a:focus,
body .wpml-ls-legacy-dropdown a:hover {
  background-color: transparent;
  color: #000000;
}
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a:after,
body .wpml-ls-legacy-dropdown a:focus:after,
body .wpml-ls-legacy-dropdown a:hover:after {
  color: #000000;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background-color: #0a1647;
  border-top: none;
  transition: none;
  display: none;
  border: 1px solid transparent;
  left: -11px;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #0a1647;
  position: absolute;
  left: 15px;
  top: -7px;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu span {
  color: #fff !important;
  font-size: 17px;
}
@media (max-width: 1550px) {
  body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu span {
    font-size: 15px;
  }
}
@media (max-width: 1430px) {
  body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu span {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu span {
    font-size: 13px;
  }
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  display: block;
  align-items: center;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child {
  border-bottom: none;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:hover {
  background-color: #050c29;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:first-child {
  overflow: hidden;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:first-child a {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child {
  overflow: hidden;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child a {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
body .wpml-ls-legacy-dropdown .wpml-ls-item.wpml-ls-current-language {
  border: 1px solid transparent;
}
body .wpml-ls-legacy-dropdown .wpml-ls-item.wpml-ls-current-language:hover {
  border: 1px solid transparent;
}
body .wpml-ls-legacy-dropdown .wpml-ls-item.wpml-ls-current-language:hover > .wpml-ls-sub-menu {
  border: 1px solid transparent;
  display: block;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child a {
  border-bottom: none;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 3px;
  top: calc(50% - 4px);
  font-size: 9px;
  line-height: 1em;
  border: none;
  color: #0a1647;
}
body .language-select {
  width: 45px !important;
  margin-left: auto;
  padding-left: 0;
  font-weight: 500;
}
body .wpml-ls-legacy-dropdown a {
  color: #fff;
}
body .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  margin-left: 2px;
}

.menu-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 22px;
  text-align: center;
  position: relative;
  transition: 0.3s all ease-out;
}
.menu-trigger span:not(.hamburger) {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
@media (max-width: 380px) {
  .menu-trigger {
    width: 18px;
  }
}

.hamburger {
  height: 2px;
  background: #0a1647;
  transition: 0.2s ease-out all 0.2s;
  width: 26px;
}
@media (max-width: 380px) {
  .hamburger {
    width: 18px;
  }
}
.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #0a1647;
  left: 0;
  transition: 0.2s top 0.2s, 0.2s transform;
  width: 26px;
}
@media (max-width: 380px) {
  .hamburger:before, .hamburger:after {
    width: 18px;
  }
}
.hamburger:before {
  top: 3px;
}
.hamburger:after {
  top: 17px;
}

.openmenu .hamburger3 {
  background-color: transparent;
}
.openmenu .hamburger3:before, .openmenu .hamburger3:after {
  top: 50%;
  transition: 0.2s top, 0.2s transform 0.2s;
}
.openmenu .hamburger3:before {
  transform: rotate(45deg);
}
.openmenu .hamburger3:after {
  transform: rotate(135deg);
}

.menu-bar:hover .bar:nth-of-type(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-bar:hover .bar:nth-of-type(2) {
  transform: translateY(-7px) rotate(-45deg);
}

.menu-bar .bar:nth-of-type(1),
.menu-bar2 .bar:nth-of-type(1) {
  top: 17px;
}
@media (max-width: 767px) {
  .menu-bar .bar:nth-of-type(1),
  .menu-bar2 .bar:nth-of-type(1) {
    top: 14px;
  }
}

.header-search-mobile {
  display: none;
}
.header-search-mobile.active {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #c3c3c3;
}
.header-search-mobile.active .container {
  position: relative;
}
.header-search-mobile.active .wrap-form {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .header-search-mobile.active .wrap-form {
    padding: 0 30px 0 0;
  }
}
.header-search-mobile.active form {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.header-search-mobile.active form input[type=search] {
  margin-bottom: 0;
  border-radius: 500px;
  padding-right: 80px;
}
.header-search-mobile.active form button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0;
  width: 60px;
  background: transparent;
  color: #0a1647;
}
.header-search-mobile.active .close-search {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .header-search-mobile.active .close-search {
    top: 10px;
  }
}
.header-search-mobile.active .close-search:hover {
  color: #0a1647;
  text-decoration: none;
}
.header-search-mobile.active .close-search i {
  color: #050c29;
}

body .otgs-development-site-front-end {
  display: none !important;
}

.footer {
  background-color: #0a1647;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1430px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media (max-width: 960px) {
  .footer {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}
.footer .go-top {
  position: absolute;
  top: -20px;
  width: 30px;
  height: 104px;
  left: calc((100% - 30px) / 2);
  text-align: center;
  z-index: 2;
}
@media (max-width: 960px) {
  .footer .go-top {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .footer .go-top {
    height: 80px;
  }
}
.footer .go-top a:hover {
  text-decoration: none;
}
.footer .go-top .up {
  width: 1px;
  height: 80px;
  background: #838c9e;
}
@media (max-width: 960px) {
  .footer .go-top .up {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .footer .go-top .up {
    height: 60px;
  }
}
.footer .go-top .text {
  color: #838c9e;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}
@media (max-width: 1300px) {
  .footer .go-top .text {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .footer .go-top .text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer .go-top .text {
    font-size: 11px;
  }
}
@media (max-width: 960px) {
  .footer .footer-1 {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .footer .footer-1 {
    width: 100%;
    order: 1;
  }
}
@media (max-width: 767px) {
  .footer .footer-1 .locations-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.footer .footer-1 .locations-list .location-item {
  margin-bottom: 50px;
}
@media (max-width: 1300px) {
  .footer .footer-1 .locations-list .location-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer .footer-1 .locations-list .location-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 560px) {
  .footer .footer-1 .locations-list .location-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer .footer-1 .locations-list .location-item .name {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1550px) {
  .footer .footer-1 .locations-list .location-item .name {
    font-size: 20px;
  }
}
@media (max-width: 1430px) {
  .footer .footer-1 .locations-list .location-item .name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1300px) {
  .footer .footer-1 .locations-list .location-item .name {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .footer .footer-1 .locations-list .location-item .name {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer .footer-1 .locations-list .location-item .name {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
@media (max-width: 380px) {
  .footer .footer-1 .locations-list .location-item .name {
    font-size: 14px;
  }
}
.footer .footer-1 .locations-list .location-item .name a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.footer .footer-1 .locations-list .location-item .name b {
  color: #ff9600;
}
.footer .footer-1 .locations-list .location-item .name i {
  margin-right: 10px;
  font-size: 23px;
}
@media (max-width: 1550px) {
  .footer .footer-1 .locations-list .location-item .name i {
    font-size: 20px;
  }
}
@media (max-width: 1430px) {
  .footer .footer-1 .locations-list .location-item .name i {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .footer .footer-1 .locations-list .location-item .name i {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer .footer-1 .locations-list .location-item .name i {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .footer .footer-1 .locations-list .location-item .name i {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer .footer-1 .locations-list .location-item .address {
  margin-bottom: 5px;
  margin-top: 0;
}
@media (max-width: 1300px) {
  .footer .footer-1 .locations-list .location-item .address {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .footer .footer-1 .locations-list .location-item .address {
    font-size: 13px;
  }
}
.footer .footer-1 .locations-list .location-item .address a {
  text-decoration: none;
}
.footer .footer-1 .locations-list .location-item .address a:hover {
  color: #ff9600;
}
.footer .footer-1 .locations-list .location-item .phone {
  color: #ff9600;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .footer .footer-1 .locations-list .location-item .phone {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer .footer-1 .locations-list .location-item .phone {
    font-size: 13px;
  }
}
.footer .footer-1 .locations-list .location-item .phone i {
  margin-right: 7px;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .footer .footer-1 .locations-list .location-item .phone i {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .footer .footer-1 .locations-list .location-item .phone i {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer .footer-1 .locations-list .location-item .phone i {
    font-size: 13px;
  }
}
.footer .footer-1 .locations-list .location-item .phone a {
  text-decoration: none;
}
.footer .footer-1 .locations-list .location-item .phone a:hover {
  opacity: 0.6;
}
.footer .footer-1 .locations-list .location-item .phone .separator {
  margin-left: 6px;
  margin-right: 6px;
  color: inherit;
}
.footer .footer-1 .extra_text {
  color: #838c9e;
  font-size: 14px;
}
@media (max-width: 1430px) {
  .footer .footer-1 .extra_text {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .footer .footer-1 .extra_text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer .footer-1 .extra_text {
    display: none;
  }
}
.footer .footer-1 .extra_text a {
  color: #ff9600;
  text-decoration: none;
}
.footer .footer-1 .extra_text a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .footer .footer-3 {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .footer .footer-3 {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .footer .footer-3 {
    width: 100%;
    order: 2;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .footer .footer-3 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer .footer-3 .footer-menu {
  text-transform: uppercase;
  color: #838c9e;
  margin-top: 0;
}
.footer .footer-3 .menu-box li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 7px;
}
@media (max-width: 1300px) {
  .footer .footer-3 .menu-box li {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .footer .footer-3 .menu-box li {
    padding-left: 0;
  }
}
.footer .footer-3 .menu-box li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ff9600;
  border-radius: 500px;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (max-width: 960px) {
  .footer .footer-3 .menu-box li:before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
}
@media (max-width: 767px) {
  .footer .footer-3 .menu-box li:before {
    top: -1px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
  }
}
.footer .footer-3 .menu-box li a {
  color: #fff;
}
@media (max-width: 1300px) {
  .footer .footer-3 .menu-box li a {
    font-size: 14px;
  }
}
.footer .footer-3 .menu-box li a:hover {
  color: #ff9600;
  text-decoration: none;
}
.footer .footer-2 {
  position: relative;
}
@media (max-width: 960px) {
  .footer .footer-2 {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .footer .footer-2 {
    width: 100%;
    order: 3;
  }
}
@media (max-width: 560px) {
  .footer .footer-2 {
    width: 100%;
  }
}
.footer .footer-2:before {
  content: "";
  width: 100%;
  height: 500px;
  background-image: url(images/png/bg-footer.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -100px;
  display: inline-block;
  opacity: 0.8;
}
@media (max-width: 1430px) {
  .footer .footer-2:before {
    height: 430px;
    top: -80px;
  }
}
@media (max-width: 1300px) {
  .footer .footer-2:before {
    height: 400px;
  }
}
@media (max-width: 960px) {
  .footer .footer-2:before {
    top: -80px;
    background-size: 100% 100%;
    height: 386px;
    width: 120%;
    left: -10%;
  }
}
@media (max-width: 767px) {
  .footer .footer-2:before {
    top: 18px;
    background-size: contain;
    height: 300px;
    width: 120%;
    left: -10%;
  }
}
.footer .footer-2 .wrap-footer-2 {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer .footer-2 .wrap-footer-2 {
    max-width: 300px;
  }
}
.footer .footer-2 .social-list {
  padding-top: 12px;
}
.footer .footer-2 .social-list li {
  margin-left: 10px;
  margin-right: 10px;
}
.footer .footer-2 .social-list li a,
.footer .footer-2 .social-list li i {
  color: #ff9600;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.footer .footer-2 .social-list li a:hover {
  text-decoration: none;
  color: #fff;
}
.footer .footer-2 .social-list li a:hover i {
  color: #fff;
}
.footer .footer-2 .short-description {
  line-height: 1.4em;
  font-size: 14px;
}
@media (max-width: 1430px) {
  .footer .footer-2 .short-description {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .footer .footer-2 .short-description {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .footer .footer-2 .short-description {
    font-size: 12px;
  }
}
.footer .footer-2 .footer-logo {
  padding-top: 30px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .footer .footer-2 .footer-logo {
    padding-bottom: 15px;
  }
}
@media (max-width: 560px) {
  .footer .footer-2 .footer-logo {
    padding-bottom: 10px;
  }
}
.footer .footer-2 .footer-logo img {
  width: 220px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1430px) {
  .footer .footer-2 .footer-logo img {
    width: 200px;
    height: 100px;
  }
}
@media (max-width: 1300px) {
  .footer .footer-2 .footer-logo img {
    width: 180px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .footer .footer-2 .footer-logo img {
    width: 130px;
    height: auto;
  }
}
.footer .footer-2 .copy {
  display: none;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 1430px) {
  .footer .footer-2 .copy {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .footer .footer-2 .copy {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer .footer-2 .copy {
    display: block;
  }
}
.footer .footer-2 .extra_text {
  display: none;
}
.footer .footer-tac {
  text-align: center;
  padding-top: 40px;
}
@media (max-width: 1550px) {
  .footer .footer-tac {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer .footer-tac {
    display: none;
  }
}
.footer .footer-tac p {
  font-weight: 300;
  color: #838c9e;
  font-size: 14px;
}
@media (max-width: 1430px) {
  .footer .footer-tac p {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .footer .footer-tac p {
    font-size: 12px;
  }
}
.footer .footer-tac p b {
  color: #ff9600;
  font-weight: initial;
}
.footer .footer-tac p a {
  text-decoration: none;
  color: inherit;
}
.footer .footer-tac p a:hover {
  color: #fff;
}
.footer .extra_text_mobile {
  display: none;
  color: #838c9e;
  font-size: 12px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer .extra_text_mobile {
    display: block;
    position: relative;
    z-index: 1;
    padding-top: 30px;
  }
}
.footer .extra_text_mobile a {
  color: #ff9600;
  text-decoration: none;
}
.footer .extra_text_mobile a:hover {
  color: #fff;
}

.top-scroll {
  width: 34px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-align: center;
  display: none;
}
.top-scroll:hover {
  text-decoration: none;
}
.top-scroll:hover img {
  top: -5px;
}
@media (max-width: 767px) {
  .top-scroll {
    display: none !important;
  }
}
.top-scroll img {
  width: 29px;
  height: 83px;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}
@media (max-width: 1430px) {
  .top-scroll img {
    width: 25px;
    height: 70px;
  }
}
@media (max-width: 1300px) {
  .top-scroll img {
    width: 21px;
    height: 60px;
  }
}
@media (max-width: 960px) {
  .top-scroll img {
    width: 14px;
    height: 46px;
  }
}
.top-scroll span {
  color: #838c9e;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  font-size: 17px;
}
@media (max-width: 1430px) {
  .top-scroll span {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .top-scroll span {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .top-scroll span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .top-scroll span {
    font-size: 13px;
  }
}

.section_faqs {
  overflow: hidden;
}
.section_faqs .the-content-top {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .section_faqs .the-content-top {
    padding-bottom: 20px;
  }
}
.section_faqs .the-content-top h2 {
  margin-bottom: 10px;
}
.section_faqs .list_faqs {
  position: relative;
}
@media (max-width: 400px) {
  .section_faqs .list_faqs {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.section_faqs .list_faqs.list_faqs_bg {
  padding-top: 145px;
}
@media (max-width: 1430px) {
  .section_faqs .list_faqs.list_faqs_bg {
    padding-top: 120px;
  }
}
@media (max-width: 960px) {
  .section_faqs .list_faqs.list_faqs_bg {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .section_faqs .list_faqs.list_faqs_bg {
    padding-top: 70px;
  }
}
.section_faqs .list_faqs .cover {
  height: 380px;
  width: 100%;
  border-radius: 22px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1430px) {
  .section_faqs .list_faqs .cover {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .section_faqs .list_faqs .cover {
    width: 108%;
    left: -4%;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .section_faqs .list_faqs .cover {
    width: calc(100% + 100px);
    left: -50px;
    height: 250px;
  }
}
.section_faqs .list_faqs .cover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+88,1+100 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 88%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section_faqs .list_faqs .wrap-faqs {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 110px 120px 50px 120px;
  border-radius: 22px;
}
@media (max-width: 1430px) {
  .section_faqs .list_faqs .wrap-faqs {
    padding: 90px 90px 50px 90px;
    max-width: 85%;
  }
}
@media (max-width: 1300px) {
  .section_faqs .list_faqs .wrap-faqs {
    padding: 70px 70px 50px 70px;
    max-width: 95%;
  }
}
@media (max-width: 960px) {
  .section_faqs .list_faqs .wrap-faqs {
    padding: 40px 40px 30px 40px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section_faqs .list_faqs .wrap-faqs {
    padding: 30px 30px 20px 30px;
  }
}
@media (max-width: 400px) {
  .section_faqs .list_faqs .wrap-faqs {
    padding: 25px 25px 20px 25px;
  }
}
.section_faqs .wrap-faqs .item-faq {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #848aa3;
}
@media (max-width: 767px) {
  .section_faqs .wrap-faqs .item-faq {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}
.section_faqs .wrap-faqs .item-faq:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .section_faqs .wrap-faqs .item-faq .question {
    width: 100%;
    padding-bottom: 10px;
  }
}
.section_faqs .wrap-faqs .item-faq .question .big-title {
  margin-top: 0;
}
@media (max-width: 767px) {
  .section_faqs .wrap-faqs .item-faq .answer {
    width: 100%;
  }
}
.section_faqs .wrap-faqs .item-faq .the-content {
  padding-right: 30px;
}
@media (max-width: 960px) {
  .section_faqs .wrap-faqs .item-faq .the-content {
    padding-right: 0;
  }
}
.section_faqs .wrap-button {
  text-align: center;
}
@media (max-width: 767px) {
  .section_faqs .wrap-button .button1 {
    background-color: #ff9600;
    border-color: #ff9600;
    color: #fff;
  }
  .section_faqs .wrap-button .button1:hover {
    background-color: #ff9600;
    border-color: #ff9600;
    color: #fff;
  }
}

.section_blog {
  overflow: hidden;
  padding-bottom: 40px;
}
.section_blog .the-content-top {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .section_blog .the-content-top {
    padding-bottom: 20px;
  }
}
.section_blog .the-content-top h2 {
  margin-bottom: 10px;
}
.section_blog .slider-blog {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
@media (max-width: 1430px) {
  .section_blog .slider-blog {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 960px) {
  .section_blog .slider-blog {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.section_blog .slider-blog:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 550px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section_blog .slider-blog:not(.slick-slider) {
    height: 400px;
  }
}
.section_blog .slider-blog:not(.slick-slider) .item-article {
  width: 33.33%;
}
@media (max-width: 960px) {
  .section_blog .slider-blog:not(.slick-slider) .item-article {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .section_blog .slider-blog:not(.slick-slider) .item-article {
    width: 100%;
  }
}
.section_blog .slider-blog .slick-dots {
  bottom: -25px;
}
.section_blog .wrap-button {
  padding-top: 45px;
}
@media (max-width: 767px) {
  .section_blog .wrap-button {
    display: none;
  }
}
.section_blog .item-article {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1430px) {
  .section_blog .item-article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 960px) {
  .section_blog .item-article {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section_blog .item-article a {
  width: 100%;
  display: block;
}
.section_blog .item-article a:hover {
  text-decoration: none;
}
.section_blog .item-article a:hover .title {
  color: #ff9600;
}
.section_blog .item-article a:hover .cover {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .section_blog .item-article a:hover .cover {
    transform: scale(1);
  }
}
.section_blog .item-article .ovh {
  border-radius: 8px;
}
.section_blog .item-article .blog-image {
  border-radius: 8px;
  height: 400px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transform: scale(1);
  background-color: #003f7d;
}
@media (max-width: 1430px) {
  .section_blog .item-article .blog-image {
    height: 370px;
  }
}
@media (max-width: 1300px) {
  .section_blog .item-article .blog-image {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .section_blog .item-article .blog-image {
    height: 300px;
  }
}
@media (max-width: 560px) {
  .section_blog .item-article .blog-image {
    height: 260px;
  }
}
.section_blog .item-article .blog-text {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .section_blog .item-article .blog-text {
    text-align: center;
    padding-top: 15px;
  }
}
.section_blog .item-article .blog-text .category {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section_blog .item-article .blog-text .category {
    font-size: 11px;
  }
}
.section_blog .item-article .blog-text .title {
  font-size: 23px;
  line-height: 1.3em;
  margin-top: 15px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (max-width: 1550px) {
  .section_blog .item-article .blog-text .title {
    font-size: 22px;
  }
}
@media (max-width: 1430px) {
  .section_blog .item-article .blog-text .title {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .section_blog .item-article .blog-text .title {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .section_blog .item-article .blog-text .title {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 560px) {
  .section_blog .item-article .blog-text .title {
    font-size: 16px;
  }
}

.section-form {
  padding-bottom: 0;
}
.section-form.section_decoration:before {
  top: 0;
}
.section-form .the-content {
  padding-bottom: 40px;
}
@media (max-width: 960px) {
  .section-form .the-content {
    padding-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .section-form .the-content {
    padding-bottom: 20px;
  }
}
.section-form .the-content img {
  width: 136px;
  height: auto;
}
@media (max-width: 1430px) {
  .section-form .the-content img {
    width: 120px;
  }
}
@media (max-width: 960px) {
  .section-form .the-content img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .section-form .the-content img {
    width: 80px;
  }
}

@media (max-width: 767px) {
  .section-reviews.section_decoration {
    padding-top: 0;
  }
}
.section-reviews.section_decoration:before {
  top: -40px;
}
@media (max-width: 767px) {
  .section-reviews.section_decoration:before {
    content: none;
  }
}
.section-reviews .cover {
  position: relative;
}
.section-reviews .cover:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0a1647;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}
.section-reviews .cover .container {
  position: relative;
  z-index: 1;
}
.section-reviews .ti-widget.ti-goog .ti-review-item > .ti-inner {
  border-radius: 7px !important;
}
.section-reviews .ti-widget.ti-goog .ti-review-content {
  font-weight: 400;
}
.section-reviews .ti-widget.ti-goog .ti-header .ti-rating-text strong.ti-rating,
.section-reviews .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text,
.section-reviews .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text * {
  color: #fff;
}
.section-reviews .text-circle {
  width: 200px;
  height: 200px;
  border: 2px solid #ff9600;
  border-radius: 500px;
  display: block;
  margin: 0 auto -50px auto;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media (max-width: 1430px) {
  .section-reviews .text-circle {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 1300px) {
  .section-reviews .text-circle {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  .section-reviews .text-circle {
    width: 145px;
    height: 145px;
  }
}
.section-reviews .text-circle > .flex {
  height: 100%;
}
.section-reviews .text-circle > .flex .wrap-text {
  line-height: 1.2em;
  font-size: 24px;
}
@media (max-width: 1430px) {
  .section-reviews .text-circle > .flex .wrap-text {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .section-reviews .text-circle > .flex .wrap-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-reviews .text-circle > .flex .wrap-text {
    font-size: 15px;
  }
}
.section-reviews .text-circle > .flex i {
  font-size: 25px;
  color: #ff9600;
  margin-bottom: 10px;
}
@media (max-width: 1430px) {
  .section-reviews .text-circle > .flex i {
    font-size: 23px;
  }
}
@media (max-width: 1300px) {
  .section-reviews .text-circle > .flex i {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-reviews .text-circle > .flex i {
    font-size: 18px;
  }
}
.section-reviews .text-circle > .flex b {
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 1430px) {
  .section-reviews .text-circle > .flex b {
    font-size: 28px;
  }
}
@media (max-width: 1300px) {
  .section-reviews .text-circle > .flex b {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .section-reviews .text-circle > .flex b {
    font-size: 18px;
  }
}
.section-reviews .section-middle {
  padding-top: 110px;
}
@media (max-width: 767px) {
  .section-reviews .section-middle {
    padding-top: 90px;
  }
}
.section-reviews .ti-widget.ti-goog .ti-controls-line .dot {
  background-color: #fff;
}
.section-reviews .ti-widget.ti-goog .ti-controls-line {
  background: rgba(255, 255, 255, 0.35);
}

.section-slider .the-content-top {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .section-slider .the-content-top {
    padding-bottom: 20px;
  }
}
.section-slider .the-content-top h2 {
  margin-bottom: 10px;
}
.section-slider .wrap-button {
  padding-top: 130px;
  padding-bottom: 20px;
}
@media (max-width: 1430px) {
  .section-slider .wrap-button {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media (max-width: 960px) {
  .section-slider .wrap-button {
    padding-top: 80px;
  }
}
.section-slider .slider-text {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
@media (max-width: 1430px) {
  .section-slider .slider-text {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 960px) {
  .section-slider .slider-text {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.section-slider .slider-text:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 570px;
  overflow: hidden;
}
@media (max-width: 1550px) {
  .section-slider .slider-text:not(.slick-slider) {
    height: 525px;
  }
}
@media (max-width: 1430px) {
  .section-slider .slider-text:not(.slick-slider) {
    height: 500px;
  }
}
@media (max-width: 1300px) {
  .section-slider .slider-text:not(.slick-slider) {
    height: 460px;
  }
}
@media (max-width: 960px) {
  .section-slider .slider-text:not(.slick-slider) {
    height: 430px;
  }
}
@media (max-width: 560px) {
  .section-slider .slider-text:not(.slick-slider) {
    height: 328px;
  }
}
@media (max-width: 480px) {
  .section-slider .slider-text:not(.slick-slider) {
    height: 350px;
  }
}
.section-slider .slider-text:not(.slick-slider) .slider-item {
  width: 33.33%;
}
@media (max-width: 960px) {
  .section-slider .slider-text:not(.slick-slider) .slider-item {
    width: 50%;
  }
}
@media (max-width: 560px) {
  .section-slider .slider-text:not(.slick-slider) .slider-item {
    width: 100%;
  }
}
.section-slider .slider-text .slider-item {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1430px) {
  .section-slider .slider-text .slider-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 960px) {
  .section-slider .slider-text .slider-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-slider .slider-text .ovh {
  border-radius: 8px;
}
.section-slider .slider-text .blog-image {
  border-radius: 8px;
  height: 400px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  transform: scale(1);
  background-color: #003f7d;
}
@media (max-width: 1550px) {
  .section-slider .slider-text .blog-image {
    height: 350px;
  }
}
@media (max-width: 1300px) {
  .section-slider .slider-text .blog-image {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .section-slider .slider-text .blog-image {
    height: 280px;
  }
}
@media (max-width: 560px) {
  .section-slider .slider-text .blog-image {
    height: 225px;
  }
}
.section-slider .slider-text .blog-image:hover {
  transform: scale(1.05);
}
@media (max-width: 960px) {
  .section-slider .slider-text .blog-image:hover {
    transform: scale(1);
  }
}
.section-slider .slider-text .text {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 960px) {
  .section-slider .slider-text .text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .section-slider .slider-text .text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .section-slider .slider-text .text {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.section-slider .slider-text .text .big-p {
  min-height: 40px;
  line-height: 1.4;
}
@media (max-width: 1430px) {
  .section-slider .slider-text .text .big-p {
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) {
  .section-slider .slider-text .text .big-p {
    min-height: initial;
  }
}
.section-slider .slider-text .text .normal {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 1550px) {
  .section-slider .slider-text .text .normal {
    font-size: 18px;
  }
}
@media (max-width: 1430px) {
  .section-slider .slider-text .text .normal {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .section-slider .slider-text .text .normal {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-slider .slider-text .text .normal {
    font-weight: 400;
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .section-slider .slider-text .text .normal {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .section-slider .slider-text .text .normal {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .section-slider .slider-text .text .normal {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .section-info {
    padding-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .section-info {
    padding-top: 40px;
  }
}
@media (max-width: 960px) {
  .section-info .left_text {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .section-info .left_text {
    width: 100%;
  }
}
.section-info .left_text .wrap_left_text {
  padding-right: 90px;
}
@media (max-width: 1550px) {
  .section-info .left_text .wrap_left_text {
    padding-right: 50px;
  }
}
@media (max-width: 1430px) {
  .section-info .left_text .wrap_left_text {
    padding-right: 30px;
  }
}
@media (max-width: 1300px) {
  .section-info .left_text .wrap_left_text {
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .section-info .left_text .wrap_left_text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section-info .left_text .wrap_left_text .the-content {
    text-align: center;
  }
}
.section-info .left_text .wrap_left_text .the-content1 {
  padding-bottom: 30px;
}
@media (max-width: 1550px) {
  .section-info .left_text .wrap_left_text .the-content1 {
    padding-bottom: 15px;
  }
}
@media (max-width: 960px) {
  .section-info .left_text .wrap_left_text .the-content1 {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-info .left_text .wrap_left_text .the-content1 {
    padding-bottom: 5px;
  }
}
.section-info .left_text .wrap_left_text .mobile-image {
  display: none;
}
@media (max-width: 767px) {
  .section-info .left_text .wrap_left_text .mobile-image {
    display: block;
    text-align: center;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .section-info .left_text .wrap_left_text .mobile-image img {
    width: 150px;
    height: auto;
  }
}
.section-info .left_text .wrap_left_text .box-2 {
  padding-bottom: 40px;
}
@media (max-width: 960px) {
  .section-info .left_text .wrap_left_text .box-2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-info .left_text .wrap_left_text .box-2 {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .section-info .left_text .wrap_left_text .box-2 {
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 200px;
    border-radius: 10px;
  }
}
@media (max-width: 400px) {
  .section-info .left_text .wrap_left_text .box-2 {
    padding-bottom: 100px;
  }
}
.section-info .left_text .wrap_left_text .box-2 .cover {
  display: none;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-info .left_text .wrap_left_text .box-2 .cover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-info .left_text .wrap_left_text .box-2 .cover:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.45;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .section-info .left_text .wrap_left_text .box-2 .the-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 19px;
    text-align: center;
  }
  .section-info .left_text .wrap_left_text .box-2 .the-content * {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .section-info .left_text .wrap_left_text .box-2 .the-content p,
  .section-info .left_text .wrap_left_text .box-2 .the-content li {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .section-info .left_text .wrap_left_text .box-2 .the-content p,
  .section-info .left_text .wrap_left_text .box-2 .the-content li {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .section-info .left_text .wrap_left_text .box-2 .the-content p,
  .section-info .left_text .wrap_left_text .box-2 .the-content li {
    font-size: 16px;
  }
}
.section-info .left_text .wrap_left_text .the-content3 {
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 5px;
}
@media (max-width: 1550px) {
  .section-info .left_text .wrap_left_text .the-content3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 960px) {
  .section-info .left_text .wrap_left_text .the-content3 {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .section-info .left_text .wrap_left_text .the-content3 {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }
}
.section-info .left_text .wrap_left_text .the-content3:before {
  content: "";
  width: 10px;
  height: 100%;
  background: #ff9600;
  position: absolute;
  left: 0;
  display: inline-block;
  top: 0;
}
@media (max-width: 767px) {
  .section-info .left_text .wrap_left_text .the-content3:before {
    content: none;
  }
}
.section-info .left_text .wrap_left_text .wrap-button {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .section-info .left_text .wrap_left_text .wrap-button {
    padding-top: 0;
    text-align: center;
    padding-bottom: 10px;
  }
}
.section-info .gallery_images {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1430px) {
  .section-info .gallery_images {
    margin-top: -30px;
  }
}
@media (max-width: 960px) {
  .section-info .gallery_images {
    width: 65%;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .section-info .gallery_images {
    display: none;
  }
}
.section-info .gallery_images .item-image {
  margin-bottom: 10px;
}
.section-info .gallery_images .item-image:nth-child(6n+2), .section-info .gallery_images .item-image:nth-child(6n+5) {
  top: -100px;
  position: relative;
}
@media (max-width: 1430px) {
  .section-info .gallery_images .item-image:nth-child(6n+2), .section-info .gallery_images .item-image:nth-child(6n+5) {
    top: -80px;
  }
}
@media (max-width: 960px) {
  .section-info .gallery_images .item-image:nth-child(6n+2), .section-info .gallery_images .item-image:nth-child(6n+5) {
    top: -50px;
  }
}
.section-info .gallery_images .item-image:nth-child(6n+3), .section-info .gallery_images .item-image:nth-child(6n) {
  top: -200px;
  position: relative;
}
@media (max-width: 1430px) {
  .section-info .gallery_images .item-image:nth-child(6n+3), .section-info .gallery_images .item-image:nth-child(6n) {
    top: -160px;
  }
}
@media (max-width: 960px) {
  .section-info .gallery_images .item-image:nth-child(6n+3), .section-info .gallery_images .item-image:nth-child(6n) {
    top: -100px;
  }
}
.section-info .gallery_images .item-image .ovh {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}
@media (max-width: 1550px) {
  .section-info .gallery_images .item-image .ovh {
    height: 350px;
  }
}
@media (max-width: 1430px) {
  .section-info .gallery_images .item-image .ovh {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .section-info .gallery_images .item-image .ovh {
    height: 240px;
  }
}
.section-info .gallery_images .item-image .ovh img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: none;
  transition: 0.3s;
}
.section-info .gallery_images .item-image .ovh:hover img {
  transform: scale(1.05);
}
.section-info .gallery_images .item-image .ovh.first-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-info .gallery_images .item-image .ovh.first-image img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.hero {
  position: relative;
  height: 880px;
  z-index: 1;
}
@media (max-width: 1550px) {
  .hero {
    height: 850px;
  }
}
@media (max-width: 1430px) {
  .hero {
    height: 800px;
  }
}
@media (max-width: 960px) {
  .hero {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 550px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (max-width: 560px) {
  .hero {
    height: 650px;
    border-radius: 5px;
  }
}
@media (max-width: 380px) {
  .hero {
    height: 550px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
}
.hero::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.45;
  z-index: 2;
}
.hero:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,0c1847+100&0+0,0+32,0.81+100 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(177, 181, 196, 0) 32%, rgba(12, 24, 71, 0.81) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hero .video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}
.hero .container {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  z-index: 3;
}
@media (max-width: 767px) {
  .hero .container {
    align-items: end;
  }
}
.hero .container .middle-text {
  max-width: 1000px;
  padding-top: 100px;
}
@media (max-width: 560px) {
  .hero .container .middle-text {
    width: 100%;
  }
}
.hero .container .middle-text .the-content {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .hero .container .middle-text .the-content {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero .container .middle-text .row {
    display: none;
  }
}
.hero .container .middle-text .row .item-hero {
  margin-top: 20px;
  margin-bottom: 20px;
}
.hero .container .middle-text .row .item-hero a {
  padding-left: 20px;
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1430px) {
  .hero .container .middle-text .row .item-hero a {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .hero .container .middle-text .row .item-hero a {
    font-size: 16px;
  }
}
.hero .container .middle-text .row .item-hero a:hover {
  color: #ff9600;
  text-decoration: none;
}
.hero .container .middle-text .row .item-hero a:hover:before {
  background: #ff9600;
}
.hero .container .middle-text .row .item-hero a:before {
  content: "";
  width: 1px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: #fff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 1430px) {
  .hero .container .middle-text .row .item-hero a:before {
    height: 65px;
  }
}
@media (max-width: 960px) {
  .hero .container .middle-text .row .item-hero a:before {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero .phone-hero .phones-list {
    padding-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .hero .phone-hero .phones-list {
    padding-bottom: 10px;
  }
}
.hero .phone-hero .phones-list .phone-item {
  background-color: #ff9600;
  color: #0a1647;
  padding: 13px 16px;
  border-radius: 8px;
  margin-left: 3px;
  margin-right: 3px;
  line-height: 0.8em;
}
@media (max-width: 1430px) {
  .hero .phone-hero .phones-list .phone-item {
    font-size: 13px;
    padding: 11px 12px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 560px) {
  .hero .phone-hero .phones-list .phone-item {
    min-width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.hero .phone-hero .phones-list .phone-item:hover {
  background-color: #e48500;
  text-decoration: none;
}
@media (max-width: 560px) {
  .hero .phone-hero .phones-list .phone-item .flex {
    justify-content: space-between;
  }
}
.hero .phone-hero .phones-list .phone-item .name {
  margin-right: 18px;
  line-height: 0.9;
}
@media (max-width: 1430px) {
  .hero .phone-hero .phones-list .phone-item .name {
    margin-right: 14px;
  }
}
@media (max-width: 1300px) {
  .hero .phone-hero .phones-list .phone-item .name {
    margin-right: 10px;
  }
}
@media (max-width: 560px) {
  .hero .phone-hero .phones-list .phone-item .name {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .hero .phone-hero .phones-list .phone-item .name {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .hero .phone-hero .phones-list .phone-item .name {
    font-size: 16px;
  }
}
.hero .phone-hero .phones-list .phone-item .name b {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 1550px) {
  .hero .phone-hero .phones-list .phone-item .name b {
    font-size: 17px;
  }
}
@media (max-width: 1430px) {
  .hero .phone-hero .phones-list .phone-item .name b {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .hero .phone-hero .phones-list .phone-item .name b {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .hero .phone-hero .phones-list .phone-item .name b {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .hero .phone-hero .phones-list .phone-item .name b {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .hero .phone-hero .phones-list .phone-item .name b {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .hero .phone-hero .phones-list .phone-item .name b {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .hero .phone-hero .phones-list .phone-item .phone {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .hero .phone-hero .phones-list .phone-item .phone {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .hero .phone-hero .phones-list .phone-item .phone {
    font-size: 14px;
  }
}
.hero .phone-hero .phones-list .phone-item i {
  margin-right: 8px;
}

.home-mobile {
  display: none;
}
@media (max-width: 767px) {
  .home-mobile {
    padding-top: 70px;
    display: block;
    padding-bottom: 10px;
  }
}
.home-mobile .menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.home-mobile .menu li {
  padding-left: 10px;
  padding-right: 10px;
}
.home-mobile .menu li a {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .home-mobile .menu li a {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .home-mobile .menu li a {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .home-mobile .menu li a {
    font-size: 14px;
  }
}
.home-mobile .menu li a:hover {
  color: #ff9600;
  text-decoration: none;
}

@media (max-width: 767px) {
  .home-mobile-text {
    display: block;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .home-mobile-text * {
    text-align: left !important;
  }
}
.home-mobile-text br {
  display: none;
}
@media (max-width: 560px) {
  .home-mobile-text h1 {
    font-size: 22px;
  }
}
@media (max-width: 380px) {
  .home-mobile-text h1 {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */