﻿*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
  width: device-width
}

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

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  outline: none !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0
}

dt {
  font-weight: bold
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

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

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none !important
}

.lazy {
  opacity: 0;
  transition: opacity .5s linear .2s
}

.loaded {
  opacity: 1;
  transition: transform 1.8s cubic-bezier(0.31, 0.01, 0.06, 0.99)
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: .1
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: .5
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .6
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: .6
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .6
  }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }
}

.dim {
  overflow: hidden;
  height: 0;
  display: block;
  background-size: cover;
  background-position: center center
}

figure {
  padding: 0
}

.dim1x1 {
  padding-bottom: 100%
}

.dim16x9 {
  padding-bottom: 56%
}

.dim3x2 {
  padding-bottom: 66%
}

.dim4x3 {
  padding-bottom: 75%
}

.dim img {
  display: inline-block;
  vertical-align: middle;
  width: 100%
}

.dim:hover img {
  transform: scale(1.05);
  transition: all 1s
}

a img,
img {
  max-width: 100%;
  border: 0;
  height: auto
}

img:not(.lazy) {
  height: auto !important
}

.size--320 {
  max-width: 320px
}

.row {
  position: relative;
  margin-left: -16px;
  margin-right: -16px
}

.container {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto
}

.container--full {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto
}

.c--1,
.c--2,
.c--3,
.c--4,
.c--5,
.c--6,
.c--7,
.c--8,
.c--9,
.c--10,
.c--11,
.c--12 {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  float: left
}

.c--1 {
  width: 8.33333333%
}

.c--2 {
  width: 16.66666667%
}

.c--3 {
  width: 25%
}

.c--4 {
  width: 33.33333333%
}

.c--5 {
  width: 41.66666667%
}

.c--6 {
  width: 50%
}

.c--7 {
  width: 58.33333333%
}

.c--8 {
  width: 66.66666667%
}

.c--9 {
  width: 75%
}

.c--10 {
  width: 83.33333333%
}

.c--11 {
  width: 91.66666667%
}

.c--12 {
  width: 100%
}

.hide {
  display: none
}

.show {
  display: block
}

@media screen and (min-width: 992px) {
  .c__md--1,
  .c__md--2,
  .c__md--3,
  .c__md--4,
  .c__md--5,
  .c__md--6,
  .c__md--7,
  .c__md--8,
  .c__md--9,
  .c__md--10,
  .c__md--11,
  .c__md--12 {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    float: left
  }
  .c__md--1 {
    width: 8.33333333%
  }
  .c__md--2 {
    width: 16.66666667%
  }
  .c__md--3 {
    width: 25%
  }
  .c__md--4 {
    width: 33.33333333%
  }
  .c__md--5 {
    width: 41.66666667%
  }
  .c__md--6 {
    width: 50%
  }
  .c__md--7 {
    width: 58.33333333%
  }
  .c__md--8 {
    width: 66.66666667%
  }
  .c__md--9 {
    width: 75%
  }
  .c__md--10 {
    width: 83.33333333%
  }
  .c__md--11 {
    width: 91.66666667%
  }
  .c__md--12 {
    width: 100%
  }
  .hide--md {
    display: none
  }
  .show--md {
    display: block
  }
  .container,
  .container--full {
    max-width: 1024px
  }
}

@media screen and (min-width: 1200px) {
  .c__lg--1,
  .c__lg--2,
  .c__lg--3,
  .c__lg--25,
  .c__lg--4,
  .c__lg--5,
  .c__lg--6,
  .c__lg--7,
  .c__lg--8,
  .c__lg--9,
  .c__lg--10,
  .c__lg--11,
  .c__lg--12 {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    float: left
  }
  .c__lg--1 {
    width: 8.33333333%
  }
  .c__lg--2 {
    width: 16.66666667%
  }
  .c__lg--25 {
    width: 20%
  }
  .c__lg--3 {
    width: 25%
  }
  .c__lg--4 {
    width: 33.33333333%
  }
  .c__lg--5 {
    width: 41.66666667%
  }
  .c__lg--6 {
    width: 50%
  }
  .c__lg--7 {
    width: 58.33333333%
  }
  .c__lg--8 {
    width: 66.66666667%
  }
  .c__lg--9 {
    width: 75%
  }
  .c__lg--10 {
    width: 83.33333333%
  }
  .c__lg--11 {
    width: 91.66666667%
  }
  .c__lg--12 {
    width: 100%
  }
  .hide--lg {
    display: none
  }
  .show--lg {
    display: block
  }
  .container--full,
  .container {
    max-width: 1200px
  }
}

.container--m {
  max-width: 840px
}

html.no-js li.has-child>a::before {
  visibility: hidden;
  opacity: 0;
  transition: all .5s
}

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

.row:after,
.clearfix,
.clear:after {
  clear: both
}

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

.t--c {
  text-align: center
}

.t--l {
  text-align: left
}

.t--r {
  text-align: right
}

.t--j {
  text-align: justify
}

.n--m {
  margin: 0
}

.n--p {
  padding: 0
}

.relative {
  position: relative
}

.absolute {
  position: absolute
}

.fixed {
  position: fixed
}

.block {
  display: block
}

.inline--block,
.list--inline li {
  display: inline-block
}

.f--l {
  float: left
}

.f--r {
  float: right
}

.list--inline,
.list--unstyled {
  list-style: none;
  margin: 0;
  padding: 0
}

.list--inline li,
.list--unstyled li {
  margin: 0;
  padding: 0
}

input:focus,
input:active {
  outline: 0
}

.overflow {
  overflow: hidden
}

.error {
  color: #ef3139;
  font-size: 12px
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block
}

.box--shadow {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.right {
  float: right
}

.row--n {
  margin-left: -5px;
  margin-right: -5px
}

.row--n .c--6 {
  padding-left: 5px;
  padding-right: 5px
}

.container--n {
  max-width: 960px
}

.full--width {
  width: 100%
}

.gutter {
  padding-top: 20px;
  padding-bottom: 20px
}

.mb--4 {
  margin-bottom: 20px
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.rowgutter {
  margin-top: 20px;
  margin-bottom: 20px
}

pre {
  padding: 10px;
  overflow: auto;
  border: 1px solid #d7d7d7
}

figure,
label,
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

textarea,
input {
  padding: .1em .5em
}

button,.btn {
  cursor: pointer;
  outline: 0;
  border: 0;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding: .5em 1.5em;
  text-decoration: none;
  display: inline-block
}

h1,
h2,
h3,
h4 {
  line-height: 1.35;
  font-weight: 700;
  margin: 0px 0px 1rem;
  color: #1b182f;
  font-family: "Philosopher", serif;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 26px;
}

h3,
.h3 {
  font-size: 20px
}

h4,
.h4 {
  font-size: 14px
}

h5,
.h5 {
  font-size: 12px
}

h6,
.h6 {
  font-size: 10px;
  color: #626262
}

a {
  text-decoration: none;
  color: inherit
}

a:hover {
  text-decoration: none;
  color: #ec1c24
}

.upper {
  text-transform: uppercase
}

.views em {
  font-style: normal
}

i.im {
  font-size: 14px
}

blockquote {
  background: #f9f9f9;
  margin: 1.5em 10px;
  padding: .5em 10px;
  quotes: "“" "”" "‘" "’"
}

blockquote p {
  color: #022d62
}

blockquote:before {
  color: #ef3139;
  content: open-quote;
  font-size: 4em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -0.4em
}

blockquote p {
  display: inline
}

ul.checkedlist,
ol.nicelist {
  list-style: none;
  counter-reset: item;
  padding: 0 0 10px;
  margin: 0 0 15px
}

ol.nicelist li {
  counter-increment: item;
  margin-bottom: 10px
}

ol.nicelist li:before {
  margin-right: 10px;
  content: counter(item);
  border-radius: 100%;
  color: #fff;
  font-weight: bold;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  display: inline-block
}

ol.nicelist li:before {
  background: #3ff22e;
  background: radial-gradient(circle, #3ff22e 0%, #22b14c 100%)
}

.checkedlist li,
.checkedlist {
  list-style: none
}

.checkedlist li {
  position: relative;
  padding-left: 25px
}

.checkedlist li:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: "";
  color: #ec1c24;
  margin-right: 15px;
  font: normal normal normal 13px/1 iconic
}

a.btn--ctb {
  background: #022d62;
  border: 1px solid #034494;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 6px
}

a.btn--outline {
  color: #022d62;
  border: 1px solid #034494;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 6px;
  transition: all .3s
}

a.btn--outline:hover {
  background: #022d62;
  color: #fff;
  transition: all .3s
}

input[type=text] {
  border: 1px solid #eee;
  height: 35px
}

select {
  text-transform: none
}

select.flat {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 10px top 7px;
  background-size: 12px 12px;
  color: #333;
  padding: 4px 12px;
  width: auto;
  border-radius: 0;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  outline: 0;
  cursor: pointer;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all
}

select.flat:hover {
  opacity: .95;
  background-color: #f3f3f3
}

.btn i {
  float: left;
  margin: 3px 5px 0 0
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  text-align: left;
  border: 1px solid #e9e9e9
}

table thead td,
table tbody td,
table tfoot td,
table thead th,
table tbody th,
table tfoot th {
  padding: .3em .5em;
  border: 1px solid #e9e9e9
}

.accordions {
  overflow: hidden;
  margin-bottom: 20px
}

.accordion {
  border: 1px solid #d8d8df;
  width: 100%;
  overflow: hidden
}

.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1
}

.accordion-label {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding: .75em 0;
  transition: all 500ms ease;
  align-items: center;
  background: #eff2f5;
  padding: 21px 35px;
  cursor: pointer
}

.accordion-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  color: #999;
  text-align: center;
  transition: all .35s
}

.accordion-content {
  height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: #fff
}

.accordion-content p {
  margin: 0;
  padding-bottom: 15px
}

.accordion-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: .75em;
  background: #2c3e50;
  cursor: pointer
}

.accordion-close:hover {
  background: #1a252f
}

.accordion input:checked+.accordion-label {
  color: #ec1c24
}

.accordion input:checked+.accordion-label::after {
  transform: rotate(90deg)
}

.accordion input:checked~.accordion-content {
  height: auto;
  transition: all .35s;
  padding: 17px 20px 16px 35px;
  border-top: 1px solid #d8d8df
}

.topper {
  position: relative;
}

.topper .head--advtop {
  position: relative;
  padding-left: 40px;
  background: #1b182f;
  border-bottom-left-radius: 8px;
  z-index: 1;
  height: 45px
}

.topper .head--advtop::before {
  position: absolute;
  content: "";
  background: #1b182f;
  width: 7000px;
  height: 100%;
  left: 0px;
  top: 0px;
  border-bottom-left-radius: 8px;
  z-index: -1
}

.topper .info--list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
  padding-left: 25px;
  font-size: 13px;
  line-height: 45px
}

.topper .info--list li .im {
  vertical-align: middle;
  margin-right: 10px;
  color: #ec1c24
}

.topper .social--links {
  margin-right: 40px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  float: left
}

.topper .social--links li {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 44px;
  margin-right: 20px
}

.topper .btn--box {
  position: relative;
  display: inline-block;
  float: left
}

.topper .btn--box a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  background-color: #ec1c24;
  text-transform: uppercase;
  text-align: center;
  padding: 9.5px 30px;
  z-index: 1
}

.topper .btn--box a::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease
}

.topper .btn--box a:hover {
  color: #ec1c24
}

.topper .btn--box a:hover::before {
  width: 100%
}

header#header {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 500ms ease;
  position: relative;
}


.site__logo img {
  max-height: 110px;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}

.slogan {
  transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 125px;
  float: left
}

.header__right .btn--ctc {
  margin-left: 25px;
  padding: 0px 15px;
  background-color: #22b14c;
  color: #fff;
  border-radius: 6px;
  text-transform: uppercase
}

.header__right .btn--ctc a {
  padding: 5px 0 2px 0;
  color: #fff
}

.header__right .btn--ctc a:hover {
  color: #fff
}

.header__right .btn--ctc:hover a:after {
  background-color: #fff !important
}

.header__right .contact__number {
  float: right;
  margin-left: 15px;
  padding: 10px 15px;
  color: #ef3139;
  font-size: 16px;
  font-weight: 700
}

.header__right .contact__number .im {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px
}

.header__right .contact__number a:hover {
  color: #022d62
}

.common-home header.is-fixed .slogan {
  color: #022d62
}

.common-home header.is-fixed #menu--mobile__btn>span {
  background-color: #ec1c24
}

#formlang {
  display: inline-block;
  margin-top: 5px;
  color: #fff;
  margin-left: 20px;
  float: right
}

#formlang img {
  width: 24px
}

.head--advtop .mod__html--adv_top {
  float: right;
  margin-bottom: 0;
  width: calc(100% - 142px)
}

@media screen and (max-width: 575px) {
  .slogan,
  .header__right .contact__number {
    display: none
  }
}

.mod {
  margin-bottom: 16px
}

.mod__header {
  padding: 8px 0
}

.mod__header--big {
  padding: 32px
}

.mod__title {
  font-size: 22px;
  color: #73727c;
}

.mod__body {
  padding: 8px 0
}

.mod__footer {
  padding: 0
}

.zone {
  margin-bottom: 24px
}

.wrap__bg {
  clear: both
}

.container--m {
  max-width: 896px
}

.site--wrap {
  clear: both
}

@media screen and (min-width: 992px) {
  .content-col {
    padding-right: 40px
  }
}

@media screen and (max-width: 575px) {
  .mod__html--content_top {
    padding-left: 0;
    padding-top: 70px
  }
}

.mod__html--content_top .column p a {
  font-weight: 700;
  border-bottom: 1px solid #ec1c24
}

.about__us {
  background: #022d62;
  border-radius: .25rem;
  text-align: center;
  padding: 3rem 1rem;
  color: #fff
}

.about__us .mod__title {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 15px
}

.about__us .about__desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 15px
}

.btn__about {
  font-size: 14px;
  font-weight: bold;
  padding: 16px 34px;
  line-height: 1;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  transition: all .3s ease-in-out;
  margin-right: 15px;
  margin-left: 15px
}

.btn__about::before {
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px;
  transition: all .3s ease-in-out;
  z-index: -1;
  opacity: 1;
  background: #ef3139
}

.btn__about .im {
  float: right;
  margin: 2px 5px 0 5px
}

.btn__about:hover::before {
  width: 100%
}

.btn__about:hover {
  color: #fff
}

.error-not_found .btn--cta {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  padding: 12px 30px;
  border-radius: 10px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
  background: #1b182f;
  color: #fff
}

.error-not_found .btn--cta::before {
  left: 0px
}

.error-not_found .btn--cta::after {
  right: 0px
}

.error-not_found .btn--cta::before,
.error-not_found .btn--cta::after {
  position: absolute;
  content: "";
  background: #ec1c24;
  width: 0%;
  height: 100%;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease
}

.error-not_found .btn--cta:hover::before,
.error-not_found .btn--cta:hover::after {
  width: 50%
}

.error-not_found .zonegutter {
  padding-top: 100px;
  padding-bottom: 120px
}

.cover__image {
  background: url(bg-bread.jpg);
  position: relative
}

.cover__image .heading__title {
  padding: 100px 0 100px 0;
  position: relative
}

.cover__image::before {
  position: absolute;
  content: "";
  background: #1b182f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .8
}

.heading__title .catname {
  font-size: 40px;
  font-family: "Philosopher", serif;
  font-weight: 700;
  color: #fff
}

.mod__grid.mod__html--content_top {
  padding-top: 120px;
  position: relative
}

@media screen and (max-width: 575px) {
  .mod__grid.mod__html--content_top .featured {
    margin-bottom: 30px
  }
}

.mod__grid.mod__html--content_top .featured .inner__box {
  overflow: hidden;
  border: 1px solid #d6d4dd;
  transition: all 500ms ease;
  border-radius: 10px;
  padding: 30px 35px 30px 150px;
  height: 260px;
  position: relative
}

.mod__grid.mod__html--content_top .featured .inner__box::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  transition: all 500ms ease;
  border: 1px solid #ec1c24
}

.mod__grid.mod__html--content_top .featured .inner__box:hover::before {
  width: 100%;
  height: 100%
}

.mod__grid.mod__html--content_top .featured .inner__box:hover .icon__box::before {
  transform: scaleY(1) scaleX(1)
}

.mod__grid.mod__html--content_top .featured .inner__box .icon__box {
  background: #d6d4dd;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  left: -130px;
  top: -130px;
  width: 260px;
  height: 260px;
  line-height: 260px;
  z-index: 1;
  position: absolute
}

.mod__grid.mod__html--content_top .featured .inner__box .icon__box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scaleY(0) scaleX(0);
  z-index: -1;
  border-radius: 50%;
  transition: all 500ms ease;
  background: #ec1c24
}

.mod__grid.mod__html--content_top .featured .inner__box .icon__box img {
  position: relative;
  left: 160px;
  top: 52px
}

.about--section {
  padding-bottom: 120px
}

.about--section .item__box {
  margin-right: 70px;
  position: relative
}

.about--section .item__box .mod__header {
  margin-bottom: 40px;
  padding: 0
}

.about--section .item__box .mod__header .item__name {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 14px;
  color: #ec1c24
}

.about--section .item__box .mod__header .mod__title {
  margin: 0;
  font-size: 46px;
  font-weight: 800
}

.about--section .item__box .text__desc {
  margin-bottom: 30px
}

.about--section .item__box .text__desc h5 {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 34px;
  color: #ec1c24
}

.about--section .item__box ul {
  position: relative
}

.about--section .item__box ul li {
  width: 50%;
  padding-left: 28px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  display: inline-block;
  float: left;
  color: #1b182f;
  line-height: 25px
}

.about--section .item__box ul li::before {
  position: absolute;
  content: "";
  font: normal normal normal 6px/1 "iconic";
  left: 0px;
  top: 0px;
  font-size: 15px;
  font-weight: 700;
  color: #ec1c24
}

.about--section .image__box {
  position: relative;
  padding-left: 70px
}

.about--section .image__box::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 133px;
  left: 15px;
  top: 0px;
  border-radius: 10px;
  background: #ec1c24
}

.about--section .image__box figure {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  transition: .5s
}

.about--section .image__box figure img {
  border-radius: 10px
}

.about--section .image__box .image--1 {
  position: relative
}

.about--section .image__box .image--1 img {
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s
}

.about--section .image__box .image--2 {
  position: absolute;
  bottom: -60px;
  right: 120px
}

.about--section .image__box:hover .image--1 img {
  transform: scale(1.05)
}

@media screen and (max-width: 575px) {
  .about--section .item__box {
    margin-right: 0px
  }
  .about--section .item__box ul li {
    width: 100%;
    float: none;
    display: block
  }
  .about--section .item__box .mod__header .mod__title {
    font-size: 30px;
    line-height: 40px
  }
  .about--section .image__box {
    padding-left: 0px
  }
  .about--section .image__box .image--2 {
    position: relative;
    right: 0px;
    bottom: 0px
  }
}
.before__footer:after {
  content: "";
  background-color: rgba(0, 0, 0, .26);
  position: absolute;
  top: 0;
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.before__footer {
  background: url(bk-nhan-ban-tin.jpg) center center no-repeat #000;
  padding-left: 60px;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
  position: relative;
  display: block;
  margin-bottom: 0
}
.card--subscribe {
  z-index: 1;
  position: relative;
  color: #fff;
}
.card--subscribe .mod__title {
  font-size: 32px;
  color: #fff;
}
.site__footer {
  font-size: 14px;
  margin-top: 100px
}

@media screen and (max-width: 575px) {
  .site__footer {
    margin-top: 40px
  }
  .site__footer .bottom__box {
    margin-left: 15px;
    margin-right: 15px
  }
}

.mod__html--bottom p,
.mod__html--bottom p a {
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 15px
}

.mod__html--bottom p a:hover {
  color: #ec1c24
}

.site__copy {
  text-align: center;
  padding: 15px 0px;
  font-size: 14px;
  line-height: 26px;
}

.mod__facebok {
  margin: 15px
}

@media screen and (min-width: 992px) {
  .mod__facebok {
    float: right
  }
}

.mod.mod__menu--footer_menu {
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 575px) {
  .mod.mod__menu--footer_menu {
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px
  }
}

@media screen and (min-width: 992px) {
  .mod.mod__menu--footer_menu {
    width: 20%;
    float: right
  }
  .mod.mod__menu--footer_menu .mod__body {
    display: block;
    padding: 0px
  }
}

.mod.mod__menu--footer_menu.is-open .mod__title:before {
  transform: rotate(90deg)
}

@media screen and (max-width: 575px) {
  .mod.mod__menu--footer_menu.is-open .mod__body {
    display: block
  }
}

.mod__menu--footer_menu ul {
  display: block
}

.mod__menu--footer_menu ul.list--inline li {
  display: block
}

.site__footer .mod__title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 16px;
}

.site__footer .right .mod {
  width: 50%;
  clear: inherit;
  float: left
}

.social--default {
  float: right;
  margin-top: 12px
}

.social--default a {
  display: inline-block;
  margin-left: 50px;
  color: #022d62
}

.social--default a:hover {
  color: #ef3139
}

.social .im {
  font-size: 20px
}

.site__footer {
  position: relative;
  background-color:#fff;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 658px;
  background-blend-mode: luminosity; 
}

.site__copy .container:before {
  content: "";
  display: block;
  margin-bottom:15px;
  background-color: #ccc;
  height: 1px;
  width: 100%;
}
.site__footer .footer__bottom {
  position: relative;
  padding: 40px 0
}

@media screen and (min-width: 992px) {
  .bottom__box {
    float: left;
    width: 35%
  }
}

.scroll--top.open {
  bottom: 50px
}

.scroll--top {
  width: 55px;
  height: 55px;
  line-height: 64px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 20px;
  z-index: 99;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  background: #1b182f;
  border: 1px solid rgba(255, 255, 255, .3);
  transition: 1s ease;
  padding: 0
}

.breadcrumbs {
  border-radius: 8px 8px 0px 0px;
  bottom: 0;
  right: 0;
  padding: 4px 30px 4px 30px;
  position: absolute;
  background: #fff;
  color: #73727c;
  text-transform: uppercase;
  font-size: 12px
}

.pagination ul {
  list-style: none;
  padding: 0;
  width: 100%;
  position: relative;
  display: block;
  margin-top: 30px
}

.pagination li {
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px
}

.pagination .page__end,
.pagination .page__start {
  display: none
}

.pagination a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  color: #1e2434;
  z-index: 1;
  background-color: #f4f5f4;
  transition: all 500ms ease
}

.pagination .active a,
.pagination a:hover {
  color: #fff;
  border-color: #ff5857;
  background-color: #ff5857
}

.pagination b {
  display: inline-block;
  padding: 4px 12px;
  font-weight: normal;
  text-decoration: none;
  color: #ec1c24
}

.pagination .results {
  display: none
}

#leadform {
  color: #000
}

#leadform h2 {
  color: #03396c;
  margin-bottom: 20px
}

#leadform .small--grab {
  font-size: 12px;
  color: #333;
  margin-top: 10px
}

#leadform select {
  color: #666;
  margin-bottom: 10px;
  font-size: 13px;
  border: 0;
  cursor: pointer;
  display: block;
  margin-left: -3px
}

#leadform select.hide {
  display: none
}

#leadform .row__group {
  margin-right: 30px;
  color: #666;
  position: relative;
  border-bottom: 1px solid #ccc
}

#leadform .row__group input,
#leadform .row__group textarea {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 10px 5px
}

#leadform .row__group label {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%
}

#leadform .row__group.is-active label {
  top: 0;
  font-size: 12px;
  color: #999
}

#leadform .row__group.is-active input,
#leadform .row__group.is-active textarea {
  padding: 15px 5px 5px 0
}

#leadform .row__group:focus-within {
  border-color: #022d62
}

#leadform #register__loading {
  background: url(loading.gif) center center no-repeat;
  height: 45px;
  background-size: 45px
}

#leadform #register__leadform {
  margin-top: 10px;
  background: #faa72e;
  background: radial-gradient(circle, #faa72e 0%, #c97f2c 100%);
  color: #ffffb8;
  font-size: 16px;
  width: 100%;
  padding: 8px 15px;
  line-height: 1.1;
  text-transform: uppercase
}

#leadform .success {
  color: green;
  padding-right: 20px
}

@media screen and (max-width: 575px) {
  .leadform__in {
    padding: 10px 10px 10px 30px;
    margin: 20px
  }
}

.mod.mod__slideshow {
  margin-bottom: 0;
  position: relative
}

.mod.mod__slideshow .splide__slide img {
  width: 100%
}

.splide--slideshow .slideshow__content {
  position: absolute;
  bottom: 32%;
  z-index: 1;
  color: #fff;
  max-width: 960px;
  text-align: center
}

.splide--slideshow .slideshow__title {
  color: #fff;
  font-size: 72px;
  line-height: 82px;
  margin-top: 0;
  margin-bottom: 20px
}

.splide--slideshow .slideshow__desc {
  color: #fff;
  margin-bottom: 30px
}

.splide--slideshow .splide__pagination {
  width: 100%;
  bottom: 20px;
  text-align: center;
  position: absolute
}

.splide--slideshow .splide__arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  opacity: 0;
  transform: translateY(-12px);
  transition: all .2s
}

.splide--slideshow .splide__arrows button {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, .4);
  padding: 0;
  border-radius: 50%
}

.splide--slideshow .splide__arrows button.splide__arrow--prev {
  margin-left: 15px
}

.splide--slideshow .splide__arrows button.splide__arrow--next {
  float: right;
  margin-right: 15px
}

.splide--slideshow:hover .splide__arrows {
  opacity: 1;
  transition: all .2s
}

.splide--slideshow .splide__arrows svg {
  width: 16px;
  margin: 0 auto;
  display: block;
  height: 16px
}

.splide--slideshow .splide__pagination__page {
  width: 16px;
  border-radius: 50%;
  height: 16px;
  padding: 0;
  margin: 5px;
  background: rgba(27, 24, 47, .3)
}

.splide--slideshow .splide__pagination__page.is-active {
  border: 3px solid #022d62 !important;
  background: #1b182f
}

.splide--slideshow .splide__pagination__page:hover {
  background: #1b182f
}

@media screen and (max-width: 575px) {
  .splide--slideshow .slideshow__title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 10px
  }
}

.mod__slideshow_atwidth .slideshow__item {
  padding-right: 15px
}

.mod__slideshow_atwidth .slideshow__item img {
  border-radius: 6px
}

.tns-nav {
  text-align: center
}

.tns-nav button {
  padding: 6px;
  border-radius: 50%;
  margin: 10px 5px;
  background-color: #ccc
}

.tns-nav button:hover,
.tns-nav button.tns-nav-active {
  background-color: #022d62
}

.tns-controls {
  display: none
}

.splide__slide>a::before {
  background: rgba(2, 45, 98, .3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

.slideshow__btn {
  background: #ec1c24;
  font-size: 14px;
  font-weight: bold;
  padding: 23.5px 67px;
  line-height: 1;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  transition: all 500ms ease;
  color: #fff
}

.slideshow__btn:before,
.slideshow__btn::after {
  position: absolute;
  content: "";
  background: #1b182f;
  width: 0%;
  height: 100%;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease
}

.slideshow__btn::before {
  left: 0px
}

.slideshow__btn::after {
  right: 0
}

.slideshow__btn:hover {
  background: #1b182f;
  color: #fff
}

.slideshow__btn:hover::before,
.slideshow__btn:hover::after {
  width: 50%
}

.mod__slideshow .splide__arrows button {
  background: #ef3139
}

.mod__slideshow .splide__arrows button svg {
  fill: #fff
}

.searchbox {
  position: relative;
  float: right;
  padding-left: 30px;
  margin-top: 26px;
  padding-top: 8px
}

@media screen and (max-width: 575px) {
  .searchbox {
    padding-left: 0;
    margin-top: 20px;
    padding-top: 0
  }
}

.searchbox::before {
  position: absolute;
  content: "";
  background: #d6d4dd;
  width: 1px;
  height: 43px;
  left: 0px;
  top: 0px
}

.searchbox__btn.btn {
  outline: 0;
  background: none
}

@media screen and (min-width: 992px) {
  .searchbox__btn.btn {
    display: block;
    background: none;
    float: right;
    margin: 0;
    font-size: 1.5em;
    padding: 0
  }
}

.searchbox__btn.btn i {
  font-size: 20px
}

.searchbox.is-active .searchbox__btn i:before {
  content: "";
  margin-top: -5px;
  display: block
}

.searchbox__body {
  z-index: 99;
  position: absolute;
  top: 34px;
  padding: 30px;
  width: 330px;
  border-radius: 0px;
  right: 0;
  left: auto !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8) !important;
  background: #1b182f;
  border-radius: 0px;
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden
}

.searchbox.is-active .searchbox__body {
  display: block;
  transform: scale3d(1, 1, 1) !important;
  opacity: 1;
  visibility: visible
}

.searchbox__input {
  width: 240px;
  border: 1px solid #ccc;
  padding: 6px 10px 7px
}

.searchbox__btn--go {
  background: #ec1c24;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 60px;
  height: 49px;
  color: #fff;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer
}

.mod__banner--scroll {
  border-top: 1px solid #d8d8df;
  padding: 70px 0;
  border-bottom: 1px solid #d8d8df
}

@media screen and (max-width: 575px) {
  .mod__banner--scroll {
    padding: 120px 0
  }
}

.mod.mod__banner--count {
  position: relative;
  z-index: 9;
  margin-top: -50px;
  margin-bottom: 0
}

.mod.mod__banner--count #counter {
  padding: 45px 0;
  background: #022d62;
  border-radius: 5px
}

@media screen and (max-width: 575px) {
  .mod.mod__banner--count #counter {
    margin: 0;
    padding: 15px 0 0
  }
  .mod.mod__banner--count #counter .gutter {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    border-radius: 5px
  }
}

.mod.mod__banner--count img {
  float: left
}

.mod.mod__banner--count .name__count {
  color: #fff;
  margin-bottom: 0;
  display: block;
  font-family: "Archivo", sans-serif
}

.mod.mod__banner--count .name__count span {
  position: relative;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block
}

.mod__banner--customer {
  position: relative;
  background: url(globe.png);
  background-color: #f1f0f7;
  padding: 100px 0
}

@media screen and (max-width: 575px) {
  .mod__banner--customer {
    padding: 60px 0
  }
}

.mod__banner--customer .mod__header {
  text-align: center;
  margin-bottom: 50px
}

.mod__banner--customer .mod__header .title__name {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ec1c24
}

.mod__banner--customer .mod__header .mod__title {
  font-size: 46px;
  line-height: 55px;
  font-weight: 800
}

.mod__banner--customer .quote {
  position: absolute;
  right: -50px;
  bottom: -50px;
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  transform: scaleY(0) scaleX(0);
  transition: all 500ms ease;
  background: #ec1c24
}

.mod__banner--customer .quote span {
  position: relative;
  right: 22px;
  top: -12px
}

.mod__banner--customer .rating {
  position: relative;
  list-style: none;
  padding: 0;
  display: block;
  margin-bottom: 15px
}

.mod__banner--customer .rating li {
  display: inline-block;
  float: left;
  position: relative;
  line-height: 20px
}

.mod__banner--customer .rating li .im {
  font-size: 13px;
  color: #ffb32f;
  margin-right: 3px
}

.mod__banner--customer .desc {
  font-style: italic;
  line-height: 35px;
  margin-bottom: 20px
}

.mod__banner--customer .customer__holder {
  padding: 50px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden
}

.mod__banner--customer .customer__holder img {
  border-radius: 50px;
  float: left;
  margin-right: 10px
}

.mod__banner--customer .customer__holderh3 {
  font-size: 18px;
  line-height: 30px;
  color: #ec1c24
}

.mod__banner--customer .customer__holder:hover .quote {
  transform: scaleY(1) scaleX(1)
}

.mod__banner--customer .splide__pagination__page {
  background: rgba(27, 24, 47, .3);
  border-radius: 50%;
  margin: 0px 5px;
  transition: all 500ms ease;
  padding: 4px 4px
}

.mod__banner--customer .splide__pagination__page.is-active {
  background: #222
}

.mod__banner--customer .splide__pagination__page:hover {
  background: #1b182f;
  transform: scale(1.5)
}

@media screen and (max-width: 575px) {
  .mod__banner--customer .mod__title {
    font-size: 30px;
    line-height: 40px
  }
  .mod__banner--customer .customer__holder {
    padding-left: 30px;
    padding-right: 20px
  }
}

#menu--mobile {
  float: right;
  margin: 33px 15px;
  z-index: 99
}

#menu--mobile #searchbox {
  display: none
}

#menu--mobile.is-active #searchbox {
  display: block
}

#menu--mobile.is-active .searchbox__btn--go {
  z-index: 9999;
  outline: 0;
  position: fixed;
  right: 60px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: none;
  display: block;
  top: 21px
}

#menu--mobile.is-active .searchbox__btn--go:before {
  color: #022d62;
  content: "";
  font: normal normal normal 16px/1 iconic;
  text-rendering: auto;
  display: block;
  -webkit-font-smoothing: antialiased
}

#menu--mobile.is-active #menu--mobile__btn {
  display: block;
  top: 37px;
  height: 30px;
  right: 15px;
  position: fixed
}

#menu--mobile.is-active .bar2 {
  width: 0;
  opacity: 0
}

#menu--mobile.is-active .bar1 {
  top: 10px;
  transform: rotate(45deg)
}

#menu--mobile.is-active .bar3 {
  top: 10px;
  transform: rotate(-45deg)
}

#menu--mobile.is-active .searchbox__body.hide {
  display: block;
  position: fixed;
  right: 85px;
  width: 210px;
  top: 18px
}

#menu--mobile.is-active .searchbox__body.hide label {
  position: relative
}

#menu--mobile.is-active .searchbox__body.hide .searchbox__btn--go {
  display: none
}

@media screen and (max-width: 575px) {
  #menu--mobile.is-active .searchbox__body.hide .searchbox__btn--go {
    display: block
  }
}

#menu--mobile.is-active .bar1,
#menu--mobile.is-active .bar3 {
  background: #022d62
}

#menu--mobile.is-active .menu--mobile__wrap {
  display: block;
  opacity: 1;
  visibility: visible;
  right: 0;
  overflow-y: scroll
}

#menu--mobile.is-active:after {
  content: "";
  background: rgba(0, 0, 0, .4);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 97
}

#menu--mobile__btn {
  width: 24px;
  height: 24px;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  position: relative;
  transition: all .3s ease-in-out 0s
}

#menu--mobile__btn span {
  display: block;
  background: #022d62;
  border-radius: 20px;
  width: 24px;
  height: 2px;
  position: absolute;
  transition: .5s
}

#menu--mobile__btn .bar1 {
  top: 0
}

#menu--mobile__btn .bar2 {
  top: 6px
}

#menu--mobile__btn .bar3 {
  top: 12px
}

.menu--mobile__wrap {
  padding: 25px;
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  z-index: 98;
  height: 100vh;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s
}

.menu--mobile__wrap li+li {
  margin-top: 16px
}

.menu--mobile__wrap span,
.menu--mobile__wrap a {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  margin: 7px 0;
  display: block
}

.menu--mobile__lv2 {
  padding: 5px 0 5px 15px
}

.menu--mobile__lv3 {
  padding: 10px 0 10px 15px
}

.nav--adv_top {
  float: right
}

.nav--adv_top li {
  padding: 0 10px
}

.nav--adv_top .facebook--icon a::before {
  font-family: ri;
  content: "";
  margin: 0 2px 0 3px;
  float: left;
  margin-right: 5px
}

.nav--footer_menu .list--inline li {
  display: block
}

.nav--footer_menu .list--inline li a {
  padding: 7px 0px;
  display: block;
}

.nav--footer_menu .list--inline li a:hover {
  color: #ec1c24
}

.nav--footer_menu .list--inline li:first-child a {
  padding-top: 0
}

.nav--header_right {
  float: left;
  padding-top: 5px
}

@media screen and (max-width: 575px) {
  .nav--header_right {
    display: none
  }
}
#language {margin-top:15px}
#language a {margin-right:10px;    font-size: 12px;color: #999}
.nav--header_right>ul>li>a {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 10px 15px;
  font-weight: 700;
  opacity: 1;
  color: #73727c;
  z-index: 1;
  transition: all 500ms ease
}

.nav--header_right>ul>li>a::before {
  position: absolute;
  font: normal normal normal 10px/1 "iconic";
  content: "";
  width: 19px;
  height: 19px;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%) scale(0, 0);
  border-radius: 50%;
  transition: all 500ms ease;
  background: #ec1c24
}

.nav--header_right>ul>li>a:hover {
  color: #ef3139
}

.nav--header_right>ul>li>a:hover::before {
  transform: translateX(-50%) scale(1, 1)
}

.nav--header_right>li:hover>a::before {
  transform: translateX(-50%) scale(1, 1)
}

.nav--header_right .level--1 {
  position: inherit;
  float: left;
  z-index: 2;
  transition: all 300ms ease
}

.nav--header_right>ul>li.cta-contact {
  background: #022d62;
  margin-left: 10px;
  border-radius: 2px
}

.nav--header_right>ul>li.cta-contact a {
  padding: 0 20px;
  color: #fff
}

.nav--header_right ul {
  margin: 0
}

.nav--header_right ul li ul {
  position: absolute;
  transition: all 500ms ease;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
  border-radius: 3px;
  background: #1b182f;
  width: 230px;
  margin-top: 15px;
  z-index: 100;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  left: 0
}

.nav--header_right ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0
}

.nav--header_right ul li ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.nav--header_right li:last-child:after {
  content: "";
  display: block;
  width: 1px;
  float: right;
  height: 12px;
  margin-top: 7px;
  background: rgba(255, 255, 255, .4);
  display: none
}

.nav--header_right .level--2 a {
  display: block;
  padding: 10px 30px;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  transition: all 500ms ease
}

.nav--header_right .level--2 a:hover {
  color: #ec1c24
}

.nav--header_right .level--2:hover {
  background: rgba(239, 49, 57, .1);
  padding-left: 5px;
  color: #ef3139;
  transition: all .5s ease-in-out
}

.nav--header_right li.has-child {
  position: relative
}

.list--inline li.homeicon {
  display: none
}

.nav--header_right ul li.cols3>ul {
  width: 660px;
  left: 50%;
  transform: translateX(-50%)
}

.nav--header_right ul li.cols3>ul>li {
  width: 210px;
  float: left
}

.nav--header_right ul li.cols3>ul>li>a {
  text-transform: uppercase
}

.nav--header_right ul li.cols3>ul>li ul {
  position: static;
  border: 0;
  padding-left: 0
}

.ticker__headline {
  margin-right: 15px;
  float: left
}

.ticker__headline i {
  color: #ef3139
}

.ticker {
  width: calc(100% - 35px);
  overflow: hidden
}

.ticker a:hover {
  color: #022d62
}

.mod__news-scroll .splide__pagination__page {
  margin: 0 2px;
  border-radius: 2px;
  padding: .2em 1em
}

.mod__news-scroll .splide__pagination__page.is-active {
  background: #022d62
}

.mod__news-thumbnail {
  position: relative;
  display: block;
  background: #f1f0f7;
  padding: 42px 10px 40px 40px;
  margin-bottom: 30px;
  border-radius: 10px
}

.mod__news-thumbnail .mod__title a,
.mod__news-thumbnail .mod__title span {
  position: relative;
  display: block;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 30px;
  font-family: "Poppins", sans-serif
}

.mod__news-thumbnail .news__thumb {
  float: left;
  margin-right: 16px;
  width: 120px
}

.mod__news-thumbnail .news__thumb .dim,
.mod__news-thumbnail .news__thumb img {
  border-radius: 10px
}

.mod__news-thumbnail .news {
  margin-bottom: 10px
}

.mod__news-thumbnail .news::after {
  content: "";
  display: block;
  height: 1px;
  clear: both
}

.mod__news-thumbnail .news__name {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin: 0
}

.mod__news-toplist {
  padding: 10px 15px 10px 5px;
  counter-reset: section;
  background-color: #f8f8f8
}

.mod__news-toplist .mod__title {
  color: #022d62
}

.mod__news-toplist li {
  margin-top: 10px;
  padding-top: 10px;
  min-height: 40px;
  border-top: 1px dotted #dbdbdb
}

.mod__news-toplist li::before {
  counter-increment: section;
  content: counter(section);
  width: 50px;
  display: block;
  float: left;
  text-align: center;
  font-size: 40px;
  line-height: 36px;
  color: #c1c1c1
}

.mod__news-toplist li:first-child {
  border-top: 0
}

.mod__news-toplist li a {
  display: block;
  padding-left: 50px
}

.mod__news-toplist li a:hover {
  color: #ec1c24
}

ul.toplist {
  list-style: none;
  margin: 0;
  padding: 0
}

.onsupport {
  position: fixed;
  bottom: 45px;
  width: 42px;
  text-align: center;
  z-index: 10
}

.onsupport a:hover span {
  height: auto;
  min-width: 120px;
  width: auto;
  opacity: .9
}

.onsupport a span {
  height: 0;
  opacity: 0;
  width: 0;
  min-width: 0;
  background: linear-gradient(to bottom, #2c93e4, #288ad6);
  padding: 5px 15px;
  color: #fff;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  font-size: 13px;
  position: absolute
}

.onsupport a {
  width: 42px;
  border-radius: 50%;
  height: 42px;
  display: block;
  border: 2px solid #fff;
  position: relative;
  margin-top: 12px;
  box-shadow: 0 1px rgba(255, 255, 255, .15);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0
}

.onsupport a:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .16), 0 4px 15px rgba(0, 0, 0, .18)
}

.onsupport a.zalo {
  background-image: url("https://asset.osd.vn/cross/icon/round-zalo.svg")
}

.onsupport a.zalo:before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  background: red;
  top: 8px;
  right: -5px;
  -webkit-animation: argh-my-eyes 3s infinite;
  -moz-animation: argh-my-eyes 3s infinite;
  animation: argh-my-eyes 3s infinite
}

.onsupport a.phone {
  background-image: url("https://asset.osd.vn/cross/icon/round-phone.svg")
}

.onsupport a.messenger {
  background-image: url("https://asset.osd.vn/cross/icon/round-messenger.svg")
}

.onsupport a.gmap {
  background-image: url("https://asset.osd.vn/cross/icon/round-gmap.svg");
  background-color: #fff
}

.float--bottom_left {
  left: 30px
}

.float--bottom_left a span {
  left: 50px
}

.float--bottom_right {
  right: 30px
}

.float--bottom_right a span {
  right: 50px
}

.float--bottom_right-left {
  left: 30px
}

.float--bottom_right-left div span {
  left: 50px
}

.float--left {
  left: 30px;
  top: 50%;
  transform: translateY(-50%)
}

.float--left a span {
  left: 50px
}

.float--right {
  right: 30px;
  transform: translateY(-50%)
}

.float--right a span {
  right: 50px
}

@-webkit-keyframes argh-my-eyes {
  0% {
    background-color: orange
  }
  33% {
    background-color: #c43550
  }
  66% {
    background-color: #c42342
  }
  100% {
    background-color: #c41435
  }
}

@-moz-keyframes argh-my-eyes {
  0% {
    background-color: orange
  }
  33% {
    background-color: #c43550
  }
  66% {
    background-color: #c42342
  }
  100% {
    background-color: #c41435
  }
}

@keyframes argh-my-eyes {
  0% {
    background-color: orange
  }
  33% {
    background-color: #c43550
  }
  66% {
    background-color: #c42342
  }
  100% {
    background-color: #c41435
  }
}

.onsupport--small {
  width: 32px
}

.onsupport--small a {
  width: 32px;
  height: 32px
}

.onsupport--large {
  width: 64px
}

.onsupport--large a {
  width: 64px;
  height: 64px
}

.onsupport__corner.is-active .hotline {
  height: auto;
  opacity: 1;
  overflow: visible;
  transition: all .5s;
  visibility: visible;
  min-width: 160px;
  background: #fff;
  line-height: 24px
}

.onsupport__corner {
  position: fixed;
  bottom: 45px;
  width: 42px;
  text-align: center;
  z-index: 10;
  left: 10px
}

.onsupport__corner a span {
  height: 0;
  opacity: 0;
  width: 0;
  min-width: 0;
  padding: 5px 15px;
  background: #022d62;
  color: #000;
  border: 2px dashed #000;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  font-size: 13px;
  position: absolute
}

.onsupport__corner .zalo::before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  background: #ef3139;
  top: 9px;
  right: 5px;
  animation: argh-my-eyes 3s infinite
}

.onsupport__corner div:hover span,
.onsupport__corner a:hover span {
  height: auto;
  min-width: 120px;
  width: auto;
  opacity: .9
}

.onsupport__corner .hotline {
  overflow: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  padding: 5px 10px;
  transition: all .5s;
  border-bottom: 1px dashed #000
}

.onsupport__corner .hotline div {
  color: #022d62
}

.onsupport__corner .hotline:last-child {
  border-bottom: 0
}

.onsupport__corner .facebook {
  position: fixed
}

.onsupport__corner .facebook span {
  right: 65px
}

.onsupport__corner .zalo span {
  right: 50px
}

.onsupport__corner .zalo {
  position: fixed;
  background: url(icon_zalo.png) center center no-repeat;
  background-size: 52px;
  width: 52px;
  height: 52px;
  right: 40px;
  bottom: 115px;
  display: block;
  z-index: 9999999999
}

.onsupport__corner .facebook {
  right: 30px;
  bottom: 40px;
  background: url(icon_facebook.png) center center no-repeat;
  background-size: 72px;
  width: 72px;
  height: 72px;
  display: block
}

.onsupport__corner .btn__support {
  padding: 8px 0;
  width: 45px;
  cursor: pointer;
  position: relative;
  background: none
}

.onsupport__corner .btn__support .im {
  width: 40px;
  display: block;
  box-sizing: border-box;
  height: 40px;
  background: #ec1c24;
  color: #fff;
  border-radius: 100%;
  font-size: 23px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
  left: 25px;
  top: 25px
}

.mod__news-box .mod__title {
  text-align: center;
  font-size: 46px
}

.mod__news-box .news {
  border-radius: 10px;
  overflow: hidden
}

.mod__news-box .news .image__box::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  flex-wrap: wrap;
  background: #1b182f;
  z-index: 1;
  opacity: .8;
  width: 100%;
  height: 100%;
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform-origin: center;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all
}

.mod__news-box .news .image__box:hover::before {
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all
}

.mod__news-box .news .news__thumb img {
  width: 100%;
  transition: all 500ms ease
}

.mod__news-box .news .meta--date {
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  line-height: 42px;
  border-radius: 8px 8px 0px 0px;
  background: #ec1c24;
  z-index: 1;
  bottom: 0;
  right: 30px;
  width: 120px;
  font-weight: 600;
  color: #fff
}

.mod__news-box .news:hover {
  box-shadow: 0 10px 30px 0px rgba(0, 0, 0, .06)
}

.mod__news-box .news:hover img {
  transform: scaleY(1.05)
}

.mod__news-box .news .news__wrap {
  padding: 30px;
  position: relative;
  display: block
}

.mod__news-box .news .news__wrap .news__name {
  font-size: 20px;
  margin-bottom: 5px;
  color: #1b182f
}

.mod__news-box .news:hover .meta--viewed {
  opacity: 0
}

.mod__news-box .news .readmore {
  left: 30px;
  bottom: 0;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  z-index: 1;
  font-size: 14px;
  transform: scaleX(0);
  color: #ec1c24;
  transition: .5s
}

.mod__news-box .news:hover .readmore {
  opacity: 1;
  transform: scaleX(1)
}

.card--subscribe #frm_subscribe label {
  display: block;
}

.card--subscribe #subscribe__email {
  position: relative;
  width: 350px;
  max-width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  transition: all 500ms ease;
  background: rgba(255,255,255,0.65);
  border: none;
  border-radius: 4px;
}

.card--subscribe .subscribe__btn {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 16px;
  background: transparent;
  color: #494659;
  transition: all 500ms ease
}

@media screen and (max-width: 575px) {
  .card--subscribe {
    margin-left: 15px;
    margin-right: 15px
  }
}

.mod--news-category .mod__body .news__search {
  position: relative;
  margin: 0px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #ec1c24
}

.mod--news-category .mod__body .news__search input {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  padding: 0px 70px 0px 30px;
  border: 1px solid transparent;
  transition: all 500ms ease;
  background: transparent
}

.mod--news-category .mod__body .news__search input:focus {
  border-color: #fff
}

.mod--news-category .mod__body .news__search button {
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transform: all 500ms ease;
  background: transparent;
  padding: 0
}

.mod--news-category .mod__body .news__search button .im {
  font-size: 16px
}

.mod--news-category .mod__body ul {
  display: none
}

.mod__service-bycat.mod--grid {
  padding: 110px 0px 120px 0px
}

@media screen and (max-width: 575px) {
  .mod__service-bycat.mod--grid {
    padding: 65px 0px 70px 0px
  }
  .mod__service-bycat.mod--grid .mod__title {
    font-size: 30px;
    line-height: 40px
  }
  .mod__service-bycat.mod--grid .item {
    margin-bottom: 30px
  }
}

.mod__service-bycat.mod--grid .mod__title {
  text-align: center;
  font-size: 46px
}

.mod__service-bycat.mod--grid .service__thumb {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  display: block
}

.mod__service-bycat.mod--grid .service__thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-90deg, rgba(16, 14, 28, 0.1) 40%, rgba(16, 14, 28, 0.95) 100%);
  top: 0px;
  right: 0px;
  z-index: 1
}

.mod__service-bycat.mod--grid .item {
  position: relative;
  overflow: hidden
}

.mod__service-bycat.mod--grid .item .item__name {
  position: absolute;
  bottom: 45px;
  transition: .5s;
  font-size: 24px;
  color: #fff;
  padding-left: 50px;
  z-index: 1
}

.mod__service-bycat.mod--grid .item .item__name a {
  border-top: 2px solid #ff5857
}

.mod__service-bycat.mod--grid .item .item__name:hover {
  color: #ec1c24
}

.mod__service-bycat.mod--grid .item .item__desc {
  bottom: -100px;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
  position: absolute;
  padding-left: 50px;
  padding-right: 40px;
  transition: .5s;
  z-index: 1
}

.mod__service-bycat.mod--grid .item .item__desc h3 {
  transition: .5s;
  font-size: 24px;
  color: #fff;
  z-index: 1
}

.mod__service-bycat.mod--grid .item .item__desc h3 a {
  border-top: 2px solid #ff5857
}

.mod__service-bycat.mod--grid .item .item__desc h3:hover {
  color: #ec1c24
}

.mod__service-bycat.mod--grid .item .item__link {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 12px;
  font-weight: 600;
  font-size: 14px;
  z-index: 1
}

.mod__service-bycat.mod--grid .item:hover .item__name {
  bottom: 90px;
  opacity: 0
}

.mod__service-bycat.mod--grid .item:hover .item__desc {
  bottom: 45px;
  opacity: 1;
  visibility: visible
}

.mod__service-bycat.mod--group {
  padding-bottom: 110px;
  padding-top: 175px
}

.mod__service-bycat.mod--group .mod__title {
  margin: 0;
  text-align: center;
  font-size: 46px
}

.mod__service-bycat.mod--group .item {
  overflow: hidden;
  position: relative
}

.mod__service-bycat.mod--group .item:hover .service__thumb::before {
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all
}

.mod__service-bycat.mod--group .item:hover .item__wrap::after {
  transform: translateY(1) translateX(1);
  width: 95px;
  height: 95px
}

.mod__service-bycat.mod--group .item .item__wrap {
  border: 1px solid #d6d4dd;
  border-radius: 0px 0px 10px 10px;
  border-top: none;
  padding: 25px 30px 30px 40px;
  position: relative
}

.mod__service-bycat.mod--group .item .item__wrap::before {
  position: absolute;
  content: "";
  background: #d6d4dd;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  right: -43px;
  bottom: -43px
}

.mod__service-bycat.mod--group .item .item__wrap::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  right: -43px;
  bottom: -43px;
  transform: translateY(0) translateX(0);
  transition: all 500ms ease;
  background: #ec1c24
}

.mod__service-bycat.mod--group .item .item__name {
  font-size: 24px
}

.mod__service-bycat.mod--group .item .item__desc {
  margin-bottom: 15px
}

.mod__service-bycat.mod--group .item .readmore {
  font-size: 14px;
  text-transform: uppercase
}

@media screen and (max-width: 575px) {
  .mod__service-bycat.mod--group {
    padding: 65px 0
  }
  .mod__service-bycat.mod--group .item {
    margin-bottom: 30px
  }
}

.mod__service-bycat.mod--group .service__thumb {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  display: block
}

.mod__service-bycat.mod--group .service__thumb::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  background: #1b182f;
  z-index: 1;
  opacity: .8;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform: perspective(400px) rotateX(90deg) scaleY(0.5)
}

.mod__service-bycat.mod--group .service__thumb img {
  width: 100%;
  transition: all 500ms ease
}

.mod__service-bycat.mod--scroll {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 0
}

.mod__service-bycat.mod--scroll .mod__header span {
  color: #ec1c24;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 600
}

.mod__service-bycat.mod--scroll .mod__title {
  font-size: 46px;
  line-height: 55px;
}

.mod__service-bycat.mod--scroll  .splide__slide {
    padding: 5px
}
.mod__service-bycat.mod--scroll  .item__wrap {
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}
.mod__service-bycat.mod--scroll  .item__desc h3 {
    margin-bottom: 30px;
    font-size: 20px
}
.mod__service-bycat.mod--scroll  .item__desc p {
    font-weight: 300
}
.mod__service-bycat.mod--scroll  .item__desc {
  padding: 30px;
}
.item__desc a.item__readmore {
      font-size: 12px;
    background: #343642;
    color: #fff;
    border-radius: 4px;
    padding: 14px;
    display: inline-block;
    transition: ease 0s;
    text-decoration: none;
}
.item__desc a.item__readmore svg{
    margin-left: 10px;
    margin-bottom: 3px;
    overflow: hidden;
    vertical-align: middle;
}    

.mod__service-bycat.mod--scroll .image__box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-90deg, rgba(16, 14, 28, 0.1) 50%, rgba(16, 14, 28, 0.95) 100%);
  top: 0px;
  right: 0px;
  z-index: 1
}

.mod__news-magazine {
  padding: 100px 0
}

@media screen and (max-width: 575px) {
  .mod__news-magazine {
    padding: 30px 0
  }
}

.mod__news-magazine .mod__title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
  color: #022d62
}

.mod__news-magazine .news.news--lead .news__thumb {
  margin-bottom: 16px;
  display: block
}

.mod__news-magazine .news.news--lead .news__name {
  font-size: 22px
}

.mod__news-magazine .item__wrap {
  padding: 20px 20px 0
}

.mod__news-magazine .news__meta {
  margin-bottom: 5px;
  color: rgba(2, 45, 98, .5)
}

.mod__news-magazine .news__name {
  font-size: 16px
}

.mod__news-magazine hr {
  margin-top: 15px;
  opacity: .25
}

.mod__news-magazine .btn__about {
  margin-top: 30px;
  color: #022d62;
  display: inline-block
}

.mod__news-magazine .btn__about:hover {
  color: #fff
}

@media screen and (min-width: 992px) {
  .mod__news-magazine .mod__title {
    font-size: 24px
  }
  .mod__news-magazine .news {
    width: 30%;
    float: left
  }
  .mod__news-magazine .mod__news-magazine .mod__body {
    padding-top: 0
  }
  .mod__news-magazine .news--lead:last-child:after {
    display: none
  }
  .mod__news-magazine .news:not(.news--lead) .news__sapo {
    display: none;
    display: block
  }
  .mod__news-magazine .news--lead {
    width: 66%;
    margin-right: 2%;
    float: left
  }
}

.mod__news-magazine:after,
.mod__news-magazine .mod__body::after {
  display: block;
  content: "";
  clear: both
}

.si-modal {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, .65);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 998
}

.si-modal.is-active {
  display: block
}

.si-modal.is-active .si-modal__window {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  max-width: 100%;
  max-height: 95vh;
  width: 640px;
  padding: 10px 20px 20px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
  transform: translate(-50%, -50%);
  z-index: 999
}

.si-modal.is-active .si-modal__title {
  margin: 0 0 15px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis
}

.si-modal.is-active .si-modal__content {
  overflow: auto;
  position: relative;
  max-height: calc(95vh - 120px)
}

.si-modal__close {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer
}

.mod__grid .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.row-cols-1>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.row-cols-4>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

@media(min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-sm-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-sm-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-sm-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-sm-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media(min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-md-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-md-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .row-cols-md-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-md-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media(min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media(min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

@media(min-width: 576px) {
  .d-sm-none {
    display: none !important
  }
  .d-sm-inline {
    display: inline !important
  }
  .d-sm-inline-block {
    display: inline-block !important
  }
  .d-sm-block {
    display: block !important
  }
  .d-sm-table {
    display: table !important
  }
  .d-sm-table-row {
    display: table-row !important
  }
  .d-sm-table-cell {
    display: table-cell !important
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@supports(position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}

@keyframes splide-loading {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.splide__track--fade>.splide__list {
  display: block
}

.splide__track--fade>.splide__list>.splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb>.splide__list {
  display: block
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9
}

.splide__arrow:disabled {
  opacity: .3
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__arrow--prev {
  left: 1em
}

.splide__arrow--prev svg {
  transform: scaleX(-1)
}

.splide__arrow--next {
  right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  z-index: 1
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__progress__bar {
  background: #ccc;
  height: 3px
}

.splide__slide {
  -webkit-tap-highlight-color: transparent
}

.splide__slide:focus {
  outline: 0
}

@supports(outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf
  }
}

@supports(outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf
  }
  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf
  }
}

.splide__toggle {
  cursor: pointer
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg)
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0
}