@font-face {
  font-family: "Avenir";
  src: url("/css/fonts/Avenir-Black.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("/css/fonts/Avenir-Black-Oblique.ttf") format("ttf");
  font-weight: 900;
  font-style: oblique;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("/css/fonts/Avenir-Heavy-Oblique.ttf") format("ttf");
  font-weight: 800;
  font-style: oblique;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("/css/fonts/Avenir-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("/css/fonts/Avenir-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("/css/fonts/Avenir-Roman.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("/css/fonts/Avenir-Book.ttf") format("ttf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Avenir", sans-serif;
}

.bg-dark-blue {
  background-color: #133D68;
}

.bg-orange {
  background-color: #ED6C1D;
}

.f-dark-blue {
  color: #133D68;
}

.f-orange {
  color: #ED6C1D;
}

.f-gray {
  color: #686868;
}

#header .menu a:hover {
  color: #ED6C1D;
  border-bottom: 1px #ED6C1D solid;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#header #side-menu {
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  padding: 1em 2em;
}
#header #side-menu .menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px #133D68 solid;
}
#header #side-menu .menu-header .closebtn {
  color: #133D68;
  text-decoration: none;
  font-size: 4em;
}
#header .notShow {
  right: -100% !important;
}
#header ul li {
  margin: 0;
}

#service .hover-menu {
  height: 300px;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
#service .hover-menu .hover-content {
  height: 0px;
  width: 100%;
  margin: auto auto 0 auto;
  -webkit-transition: height 0.5s linear 0s;
  transition: height 0.5s linear 0s;
  z-index: 1;
}
#service .hover-menu:hover {
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
#service .hover-menu:hover .hover-content {
  z-index: 1;
  height: 40px;
}
#service .fix-menu {
  height: auto !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #service .hover-menu {
    height: 100px;
  }
  #service .hover-menu:hover .hover-content {
    height: 20px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 768px) {
  #service .hover-menu {
    height: 150px;
  }
  #service .hover-menu:hover .hover-content {
    height: 25px;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
  #service .hover-menu {
    height: 200px;
  }
  #service .hover-menu:hover .hover-content {
    height: 30px;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100% !important;
}

ul li {
  margin: 0 0 24px;
}

.the-arrow {
  width: 32px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 42%;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #ED6C1D;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #ED6C1D;
}
.the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-right {
  top: 1%;
}
.the-arrow.-right > .shaft {
  width: 32px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #ED6C1D;
  display: block;
  height: 2px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #ED6C1D;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  color: #ED6C1D;
  font-size: 1.25em;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.animated-arrow:hover {
  color: #ED6C1D;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 32px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #ED6C1D;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #ED6C1D;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  -webkit-transform: translateX(48px);
          transform: translateX(48px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow > .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}

.hov:hover {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #ED6C1D;
  color: #FFF;
}

.b-border {
  border: 1px #ED6C1D solid;
}

.img-container {
  top: 5%;
  right: -5%;
}

.text-last {
  -moz-text-align-last: center;
       text-align-last: center;
}

.bg-gris {
  background-color: #EFEFEF;
}

.list-ben li::before {
  content: url("/img/svg/check.svg");
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin: 0 0.25rem;
  vertical-align: text-bottom;
}

@media only screen and (min-device-width: 1024px) {
  .list-ben li::before {
    vertical-align: text-top;
  }
}