body {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5px;
  color: #3b3b3b;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}

video {
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}

* {
  box-sizing: border-box;
}

.hide {
  display: none;
}

.side-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1920px;
}

.header-1 {
  font-size: 60px;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.header-2 {
  font-size: 50px;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.header-3 {
  font-size: 40px;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}

.title {
  text-align: center;
  text-transform: uppercase;
}
.title img {
  display: inline-block;
  vertical-align: middle;
  width: 276px;
  height: auto;
  margin: 0 15px;
}

.home ul {
  list-style: none;
  margin: 20px 0;
}
.home ul > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.home ul > li:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../img/icon/icon-list.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.btn {
  display: inline-block;
  font-size: 17px;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #0090bf;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  letter-spacing: 2px;
  margin-top: 30px;
  text-transform: uppercase;
}

/* TOP */
#top {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
}
#top .side-wrapper {
  position: relative;
}
#top #menu-wrapper {
  position: relative;
  display: block;
  height: 100%;
  background-image: linear-gradient(to right, #0090bf 50%, #1c448d 50%);
}
#top #menu-wrapper .menu-desktop {
  width: calc(100% - 319px);
  background: rgb(0, 144, 191);
  background: linear-gradient(90deg, rgb(0, 144, 191) 0%, rgb(28, 68, 141) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0090bf",endColorstr="#1c448d",GradientType=1);
  margin-left: auto;
  min-height: 35px;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#top #menu-wrapper .side-wrapper {
  position: relative;
  height: 100%;
}
#top nav ul {
  list-style: none;
  text-align: right;
  line-height: 35px;
}
#top nav ul li {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin: 0 30px;
}
#top nav ul li a {
  letter-spacing: 2px;
}
#top #belt {
  background-color: #fff;
  width: calc(100% - 350px);
  margin-left: auto;
  height: 90px;
  text-align: right;
  color: #1c448d;
  padding-top: 25px;
}
#top #belt a {
  text-align: left;
  display: inline-block;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1;
}
#top #belt a span {
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
}
#top #belt .phone {
  background-image: url(../img/icon/icon-phone.png);
  background-size: 26px;
  padding-left: 40px;
}
#top #belt .mail {
  background-image: url(../img/icon/icon-mail.png);
  background-size: 39px;
  padding-left: 55px;
  margin-left: 60px;
}
#top #logo {
  display: block;
  width: 320px;
  background-color: #0090bf;
  height: calc(100% + 40px);
  color: #fff;
  position: absolute;
  bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-indent: -999em;
}
#top #logo a {
  display: block;
  width: 276px;
  max-width: 90%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
}

#mobile {
  display: none;
  width: 22px;
  height: 26px;
  right: 0;
  top: 18px;
  z-index: 1003;
  transition: all 0.3s ease-in;
  cursor: pointer;
  position: absolute;
}
#mobile #menu_link span {
  background-color: #1c448d;
}

#menu_link span {
  display: block;
  height: 3px;
  width: 22px;
  margin: 4px 0 6px auto;
  transition: all 0.3s ease-in;
}

#menu_link span.close_1 {
  transform: rotate(45deg);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 22px;
  margin: auto;
}

#menu_link span.close_2 {
  display: none;
}

#menu_link span.close_3 {
  transform: rotate(-45deg);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  width: 22px;
  margin: auto;
}

/* END TOP */
#header {
  height: 600px;
  position: relative;
  margin-top: 125px;
  color: #fff;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#header .image-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 3px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
#header .image-bg.mobile {
  display: none;
  background-position: center;
}
#header .image-bg.mobile::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
#header .image-bg.desktop {
  display: block;
}
#header:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(0, 144, 191);
  background: linear-gradient(90deg, rgb(0, 144, 191) 0%, rgb(28, 68, 141) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0090bf",endColorstr="#1c448d",GradientType=1);
}
#header .content {
  position: relative;
  top: 200px;
  line-height: 1;
  font-size: 30px;
  text-shadow: 3px 4px 10px rgba(0, 0, 0, 0.5);
}
#header .content .header-1 {
  margin-bottom: 10px;
}
#header .content .header-1 span {
  display: block;
  font-size: 50px;
}

#section-1.home {
  padding: 50px 0 0;
}
#section-1.home .item-wrapper {
  text-align: center;
}
#section-1.home .item-wrapper .item {
  display: inline-block;
  width: 20%;
  margin: 30px 2%;
  vertical-align: top;
  min-width: 200px;
}
#section-1.home .item-wrapper img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto 40px;
  max-width: 191px;
}

#section-2.home {
  padding-top: 150px;
  overflow: hidden;
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 72%, rgb(183, 237, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#b7edff",GradientType=1);
}
#section-2.home:before {
  content: "";
  display: block;
  width: 431px;
  height: 198px;
  background-image: url(../img/dust-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 1;
}
#section-2.home .star {
  color: #1c448d;
  font-weight: 700;
  margin-top: 50px;
}
#section-2.home sup {
  color: #1c448d;
  font-weight: 700;
}
#section-2.home .title {
  color: #0090bf;
  padding: 0px 0 100px;
  max-width: 660px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#section-2.home .box {
  width: 30%;
}
#section-2.home .box strong {
  color: #1c448d;
}
#section-2.home .box:first-child {
  float: left;
}
#section-2.home .box:first-child img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0 50px;
}
#section-2.home .box:first-child h1,
#section-2.home .box:first-child h2,
#section-2.home .box:first-child h3,
#section-2.home .box:first-child h4,
#section-2.home .box:first-child h5,
#section-2.home .box:first-child h6 {
  color: #1c448d;
}
#section-2.home .box:last-child {
  float: right;
  overflow: hidden;
}
#section-2.home .box:last-child ul li {
  padding-left: 100px;
  padding-top: 20px;
  position: relative;
  min-height: 91px;
}
#section-2.home .box:last-child ul li img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
#section-2.home .box:last-child ul li:before {
  display: none;
}
#section-2.home .box:last-child ul li:nth-of-type(even) {
  padding-left: 200px;
}
#section-2.home .box:last-child ul li:nth-of-type(even) img {
  margin-left: 91px;
}
#section-2.home .box:last-child img {
  display: block;
  float: left;
  width: 91px;
  height: auto;
  margin: 10px 20px 10px 0;
}
#section-2.home .box:last-child p {
  clear: both;
}
#section-2.home .image-wrapper {
  max-width: 400px;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#section-2.home .image-wrapper img {
  display: block;
  width: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  margin: auto;
}
#section-2.home .content {
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}
#section-2.home .content .header-3 {
  color: #1c448d;
  margin: 30px 0 20px;
}
#section-2.home .content:nth-child(2) {
  max-width: 1000px;
  padding-left: 160px;
  position: relative;
}
#section-2.home .content:nth-child(2) img {
  position: absolute;
  display: block;
  width: 108px;
  height: auto;
  left: 0;
  top: 0;
}
#section-2.home .content:nth-child(3) ul {
  display: inline-block;
  width: 30%;
  margin-right: 2%;
  vertical-align: top;
}
#section-2.home .content:nth-child(3) ul:nth-of-type(3) li {
  padding-right: 200px;
  position: relative;
  min-height: 150px;
}
#section-2.home .content:nth-child(3) ul:nth-of-type(3) img {
  display: block;
  width: auto;
  height: 150px;
  position: absolute;
  right: 0;
  top: 0;
}
#section-2.home .content:nth-child(3) ul li {
  overflow: hidden;
}
#section-2.home .content:nth-child(3) ul li a {
  display: inline-block;
  font-size: 17px;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #0090bf;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  letter-spacing: 2px;
  margin-top: 30px;
  text-transform: uppercase;
}

#section-3.home {
  position: relative;
  padding-top: 50px;
}
#section-3.home:before {
  content: "";
  display: block;
  width: 345px;
  height: 198px;
  background-image: url(../img/dust-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -1;
}
#section-3.home .title {
  color: #1c448d;
  padding: 50px 0 100px;
  margin: 0 auto;
}
#section-3.home .owl-carousel {
  padding: 0 80px;
}
#section-3.home .item {
  text-align: center;
  margin: 0 20px;
}
#section-3.home .image-wrapper {
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 20px;
}
#section-3.home .owl-prev,
#section-3.home .owl-next {
  position: absolute;
  top: 65px;
  width: 60px;
  height: 60px;
  background-color: #1c448d;
  border-radius: 10px;
}
#section-3.home .owl-prev:before,
#section-3.home .owl-next:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#section-3.home .owl-prev {
  left: 0px;
}
#section-3.home .owl-prev:before {
  transform: rotate(-45deg);
  right: 15px;
}
#section-3.home .owl-next {
  right: 0px;
}
#section-3.home .owl-next:before {
  transform: rotate(135deg);
  left: 15px;
}
#section-3.home .owl-dots {
  margin-top: 30px;
}
#section-3.home .owl-dots .owl-dot.active span, #section-3.home .owl-dots .owl-dot:hover span {
  border: 5px solid #0090bf;
}
#section-3.home .owl-dots .owl-dot span {
  border: 5px solid #eaeaea;
}

#section-4.home {
  padding: 100px 0 0;
}
#section-4.home .title {
  color: #1c448d;
}
#section-4.home .content-wrapper {
  max-width: 1200px;
  margin: 50px auto 0;
  text-align: center;
}
#section-4.home .content-wrapper ul {
  display: inline-block;
  width: 45%;
  text-align: left;
  vertical-align: top;
}
#section-4.home .content-wrapper ul:first-child {
  margin-right: 4%;
}
#section-4.home .content-wrapper ul:last-child {
  margin-left: 4%;
}

#section-5.home {
  padding: 180px 0 0;
  position: relative;
}
#section-5.home:after {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  z-index: 2;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(239, 239, 239) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#efefef",GradientType=1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#section-5.home:before {
  content: "";
  display: block;
  width: 345px;
  height: 234px;
  background-image: url(../img/dust-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: absolute;
  right: 0;
  top: -50px;
  z-index: -1;
}
#section-5.home .title {
  margin: 0 auto;
  color: #1c448d;
}
#section-5.home .modal {
  width: 350px;
  padding: 50px 50px 50px 50px;
  background-color: rgba(234, 234, 234, 0.9);
  position: absolute;
  right: 0;
  top: 70px;
  border-radius: 10px;
  z-index: 3;
}
#section-5.home .modal .modal-title {
  color: #1c448d;
  font-size: 30px;
  font-weight: 700;
  font-family: museo-sans-rounded, sans-serif;
  line-height: 1.1;
}
#section-5.home .modal .modal-title span {
  font-size: 20px;
  color: #1c448d;
}
#section-5.home .modal .modal-title span span {
  text-transform: uppercase;
  color: #0090bf;
}
#section-5.home .modal .desc {
  margin-top: 20px;
  font-size: 18px;
  color: #1c448d;
}
#section-5.home .modal .btn {
  margin-top: 20px;
}
#section-5.home .modal img {
  display: block;
  width: 90%;
  max-width: 180px;
  height: auto;
  margin: 0 auto;
}
#section-5.home .tab-switch-wrapper {
  position: relative;
  overflow: hidden;
  margin: 50px 0 0;
  z-index: 2;
}
#section-5.home .tab-switch-wrapper:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #1c448d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#section-5.home .tab-switch-wrapper .tab {
  width: 50%;
  float: left;
  padding: 30px 50px;
  color: #0090bf;
  line-height: 1;
  cursor: pointer;
}
#section-5.home .tab-switch-wrapper .tab:before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #1c448d;
  position: absolute;
  top: 0;
}
#section-5.home .tab-switch-wrapper .tab:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #1c448d;
  position: absolute;
  bottom: 0;
}
#section-5.home .tab-switch-wrapper .tab.active {
  border-bottom: none;
}
#section-5.home .tab-switch-wrapper .tab.active:before {
  display: none;
}
#section-5.home .tab-switch-wrapper .tab.active:after {
  display: none;
}
#section-5.home .tab-switch-wrapper .tab.active .content {
  opacity: 1;
}
#section-5.home .tab-switch-wrapper .tab .content {
  opacity: 0.5;
  max-width: 960px;
}
#section-5.home .tab-switch-wrapper .tab .header-3 span,
#section-5.home .tab-switch-wrapper .tab .header-3 p {
  margin-top: 10px;
  color: #9b9b9b;
  font-size: 30px;
}
#section-5.home .tab-switch-wrapper .tab:first-child {
  text-align: right;
}
#section-5.home .tab-switch-wrapper .tab:first-child:before {
  right: 0;
}
#section-5.home .tab-switch-wrapper .tab:first-child:after {
  left: 0;
}
#section-5.home .tab-switch-wrapper .tab:first-child .content {
  margin-left: auto;
}
#section-5.home .tab-switch-wrapper .tab:last-child {
  text-align: left;
}
#section-5.home .tab-switch-wrapper .tab:last-child:before {
  left: 0;
}
#section-5.home .tab-switch-wrapper .tab:last-child:after {
  right: 0;
}
#section-5.home .tab-switch-wrapper .tab:last-child .content {
  margin-right: auto;
}
#section-5.home .tab-content-wrapper {
  position: relative;
  padding: 0 80px;
}
#section-5.home .tab-content-wrapper .prev,
#section-5.home .tab-content-wrapper .next {
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-color: #1c448d;
  border-radius: 10px;
  margin: auto;
  cursor: pointer;
  z-index: 4;
}
#section-5.home .tab-content-wrapper .prev:before,
#section-5.home .tab-content-wrapper .next:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#section-5.home .tab-content-wrapper .prev {
  left: 0px;
}
#section-5.home .tab-content-wrapper .prev:before {
  transform: rotate(-45deg);
  right: 15px;
}
#section-5.home .tab-content-wrapper .next {
  right: 0px;
}
#section-5.home .tab-content-wrapper .next:before {
  transform: rotate(135deg);
  left: 15px;
}
#section-5.home .tab-content-wrapper .tab {
  padding: 30px 0 50px;
  display: none;
  position: relative;
}
#section-5.home .tab-content-wrapper .tab .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right center;
  z-index: -1;
}
#section-5.home .tab-content-wrapper .tab:first-child .image-wrapper {
  background-size: contain;
  background-position: center bottom;
}
#section-5.home .tab-content-wrapper .tab.active {
  display: block;
}
#section-5.home .tab-content-wrapper .content {
  width: 50%;
}
#section-5.home .tab-content-wrapper span {
  color: #0090bf;
}
#section-5.home .tab-content-wrapper .header-3 {
  padding: 30px 20px;
  border-bottom: 1px solid #1c448d;
  margin-bottom: 40px;
  color: #0090bf;
}
#section-5.home .tab-content-wrapper .header-3 span,
#section-5.home .tab-content-wrapper .header-3 p {
  display: block;
  color: #9b9b9b;
  font-size: 30px;
}
#section-5.home .tab-content-wrapper ul {
  padding: 0 20px;
  max-width: 700px;
}

#section-6.home {
  background-color: #efefef;
  padding: 100px 0;
  color: #1c448d;
  position: relative;
}
#section-6.home:before {
  content: "";
  display: block;
  width: 345px;
  height: 198px;
  background-image: url(../img/dust-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
#section-6.home:after {
  content: "";
  display: block;
  width: 345px;
  height: 198px;
  background-image: url(../img/dust-5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
#section-6.home .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#section-6.home .content-wrapper img {
  width: 285px;
  float: left;
  margin-right: 100px;
}
#section-6.home .content-wrapper p {
  margin: 20px 0;
}

#section-7.home {
  padding: 100px 0;
}
#section-7.home .side-wrapper {
  overflow: hidden;
  position: relative;
}
#section-7.home .side-wrapper:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #1c448d;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#section-7.home .box {
  padding: 30px 0;
  width: 50%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#section-7.home .header-3 {
  line-height: 1.1;
  color: #1c448d;
  padding-bottom: 50px;
}
#section-7.home .header-3 p {
  display: block;
  font-size: 30px;
}
#section-7.home span {
  display: inline;
}
#section-7.home .box:first-child {
  float: left;
  padding-right: 10%;
}
#section-7.home .box:last-child {
  float: right;
  padding-left: 10%;
}
#section-7.home .result-wrapper {
  text-align: left;
  margin-top: 50px;
}
#section-7.home .result-wrapper .result-item {
  display: none;
  width: 45%;
  margin-right: 4%;
  margin-bottom: 50px;
  vertical-align: top;
  min-width: 250px;
}
#section-7.home .result-wrapper .result-item.active {
  display: inline-block;
}
#section-7.home address {
  font-style: normal;
}
#section-7.home .company-name {
  color: #1c448d;
  font-size: 25px;
  font-weight: 700;
}
#section-7.home a {
  color: #0090bf;
}
#section-7.home .select-wrapper {
  max-width: 400px;
  margin-top: 20px;
  position: relative;
}
#section-7.home .select-wrapper:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 18px;
  width: 0;
  height: 0;
  border: solid #1c448d;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: -1;
}
#section-7.home .select-wrapper.no-before::before {
  display: none;
}
#section-7.home .select-wrapper .loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #0090bf;
  width: 25px;
  height: 25px;
  animation: spin 0.7s linear infinite;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#section-7.home select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 15px 50px 15px 15px;
  outline: 0;
  border: 1px solid #1c448d;
  border-radius: 10px;
  background: transparent;
  color: #3b3b3b;
  appearance: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

.document-content {
  padding: 150px 0 100px;
  max-width: 900px;
  margin: 0 auto;
}
.document-content a {
  color: #0090bf;
}
.document-content a:hover {
  text-decoration: underline;
}
.document-content p {
  margin: 30px 0;
}
.document-content ol,
.document-content ul {
  padding-left: 20px;
}
.document-content ol li,
.document-content ul li {
  margin: 15px 0;
}
.document-content ol li ol,
.document-content ol li ul,
.document-content ul li ol,
.document-content ul li ul {
  margin: 20px 0;
  padding-left: 40px;
}
.document-content .btn-wrapper {
  text-align: center;
}
.document-content .btn-wrapper a {
  color: #fff;
}
.document-content .btn-wrapper a:hover {
  text-decoration: none;
}

#error-page {
  padding: 270px 0 130px;
  text-align: center;
}
#error-page .title {
  color: #0090bf;
}

#footer {
  padding: 100px 0 30px;
  color: #fff;
  background: rgb(0, 144, 191);
  background: linear-gradient(90deg, rgb(0, 144, 191) 0%, rgb(28, 68, 141) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0090bf",endColorstr="#1c448d",GradientType=1);
  font-size: 25px;
}
#footer .side-wrapper {
  overflow: hidden;
  position: relative;
}
#footer .header-3 {
  margin-bottom: 20px;
}
#footer img {
  display: block;
  width: 238px;
  height: auto;
}
#footer a {
  display: inline-block;
}
#footer .content {
  display: block;
}
#footer .content:first-child {
  padding: 30px 0;
  width: 45%;
  float: right;
}
#footer .content:first-child img {
  position: absolute;
  top: 0;
  left: 0;
}
#footer .content:last-child {
  padding-top: 120px;
  width: 45%;
}
#footer .copyright {
  margin-top: 100px;
}
#footer .copyright a {
  color: #fff;
}
#footer .copyright a:hover {
  text-decoration: underline;
}

/* CSS Document */
/* Responsive */
@media all and (max-width: 1500px) {
  #top #logo {
    width: 250px;
  }
  #top #menu-wrapper .menu-desktop {
    width: calc(100% - 249px);
  }
  #top nav ul li {
    margin: 0 20px;
  }
  #top nav ul li a {
    left: 1.5px;
  }
  #section-5.home::after {
    z-index: -1;
  }
  #section-5.home .tab-content-wrapper .tab {
    padding-bottom: 50px;
  }
  #section-5.home .modal {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }
  #section-5.home .modal .modal-content {
    padding-right: 300px;
  }
  #section-5.home .modal img {
    position: absolute;
    bottom: 0;
    right: 100px;
  }
  #section-5.home .tab-content-wrapper .tab.tab-2 .content {
    width: 50%;
    max-width: 700px;
  }
  #section-5.home .tab-content-wrapper .tab.tab-2 ul {
    max-width: 100%;
  }
  #section-5.home .tab-content-wrapper .tab:first-child .image-wrapper {
    bottom: 230px;
    background-size: 90%;
    background-position: right bottom;
  }
  #section-6 {
    overflow: hidden;
  }
  #section-6.home:before {
    left: -150px;
  }
  #section-6.home:after {
    right: -150px;
  }
}
@media all and (max-width: 1300px) {
  body {
    font-size: 18px;
  }
  #top #belt {
    height: 70px;
    padding-top: 15px;
  }
  #top #belt a {
    font-size: 16px;
  }
  #top #belt a span {
    font-size: 20px;
  }
  #header {
    height: auto;
    min-height: 350px;
    margin-top: 105px;
  }
  #header .content {
    padding: 100px 0;
    top: 0;
    max-width: 400px;
    font-size: 20px;
  }
  #header .content .header-1 {
    font-size: 40px;
  }
  #header .content .header-1 span {
    font-size: inherit;
  }
  .header-1 {
    font-size: 45px;
  }
  .header-2 {
    font-size: 35px;
  }
  .header-3 {
    font-size: 30px;
  }
  .title img {
    width: 200px;
  }
  #section-1.home .item-wrapper img {
    max-width: 150px;
  }
  #section-2.home:before {
    right: -150px;
  }
  #section-2.home .content:nth-child(3) ul:nth-of-type(3) li {
    padding-right: 0;
  }
  #section-2.home .content:nth-child(3) ul:nth-of-type(3) img {
    position: static;
    margin-top: 20px;
  }
  #section-3.home:before {
    left: -150px;
  }
  #section-5.home .tab-switch-wrapper .tab .header-3 span,
  #section-5.home .tab-switch-wrapper .tab .header-3 p {
    font-size: 22px;
  }
  #section-5.home .tab-content-wrapper .header-3 span,
  #section-5.home .tab-content-wrapper .header-3 p {
    font-size: 22px;
  }
  #error-page {
    padding: 200px 0 100px;
  }
}
@media all and (max-width: 1200px) {
  #mobile {
    display: block;
  }
  #menu {
    display: none;
  }
  #top #logo {
    height: calc(100% + 52px);
  }
  #top #logo a {
    background-position: center top 15px;
  }
  #top #belt {
    margin-right: 50px;
  }
  #top #belt .mail {
    margin-left: 20px;
  }
  #top #belt a {
    height: 26px;
    text-indent: -1200px;
    width: 0;
  }
  #top #belt a span {
    display: none;
  }
  #top #menu-wrapper .menu-desktop {
    min-height: 12px;
  }
  #top nav ul li {
    display: block;
    padding: 15px 0;
  }
  #header {
    margin-top: 82px;
  }
  #section-5.home {
    padding-top: 50px;
  }
  #section-5.home:before {
    display: none;
  }
  #section-5.home .tab-switch-wrapper,
  #section-5.home .tab-content-wrapper .prev,
  #section-5.home .tab-content-wrapper .next {
    display: none;
  }
  #section-5.home .tab-content-wrapper .header-3 {
    padding: 30px 0;
  }
  #section-5.home .tab-content-wrapper ul {
    padding: 0;
  }
  #section-5.home .tab-content-wrapper .tab .content {
    width: 50%;
    max-width: 100% !important;
  }
  #section-5.home .tab-content-wrapper .tab .content ul {
    width: 100%;
    max-width: 900px;
  }
  #section-5.home .tab-content-wrapper {
    padding: 0;
  }
  #section-5.home .tab-content-wrapper .tab {
    display: block;
  }
  #section-6.home:before {
    display: none;
  }
  #section-6.home:after {
    display: none;
  }
  #footer {
    font-size: 20px;
  }
}
@media all and (max-width: 1000px) {
  #header .image-bg.desktop {
    display: none;
  }
  #header .image-bg.mobile {
    display: block;
  }
  #section-2.home {
    padding-top: 50px;
  }
  #section-2.home .title {
    padding-bottom: 50px;
  }
  #section-2.home:before {
    display: none;
  }
  #section-2.home .box:first-child {
    float: none;
    width: 100%;
  }
  #section-2.home .box:first-child img {
    max-width: 500px;
    margin: 30px auto 60px;
  }
  #section-2.home .box:last-child {
    float: none;
    width: 100%;
  }
  #section-2.home .box:last-child ul {
    margin: 30px auto;
    text-align: center;
  }
  #section-2.home .box:last-child ul li {
    display: inline-block;
    padding: 0 !important;
    width: 45%;
    margin: 0 2% 30px;
  }
  #section-2.home .box:last-child ul li img {
    display: block;
    position: static;
    float: none;
    margin: 0 auto 20px !important;
  }
  #section-2.home .image-wrapper {
    position: static;
    margin: 30px auto;
    width: 70%;
    max-width: 350px;
  }
  #section-2.home .image-wrapper img {
    position: static;
  }
  #section-2.home .content ul {
    width: 100% !important;
    margin: 20px 0 !important;
    max-width: 600px;
  }
  #section-2.home .content:nth-child(3) ul:last-child li {
    padding-bottom: 0;
  }
  #section-2.home .content:nth-child(3) ul:last-child li:last-child {
    padding-bottom: 230px;
  }
  #section-2.home .content:nth-child(3) ul li img {
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #section-3.home:before {
    display: none;
  }
  #section-3.home .title {
    padding-bottom: 50px;
  }
  #section-5.home .tab-content-wrapper .tab .content {
    width: 100% !important;
  }
  #section-5.home .tab-content-wrapper .tab .image-wrapper {
    display: none;
  }
  #section-6.home {
    padding: 20px 0 50px;
  }
  #section-6.home .content-wrapper img {
    float: none;
    display: block;
    margin: 0 auto 50px;
  }
  #section-7.home .box:first-child {
    padding-right: 5%;
  }
  #section-7.home .box:last-child {
    padding-left: 5%;
  }
}
@media all and (max-width: 850px) {
  #section-7.home .side-wrapper:before {
    display: none;
  }
  #section-7.home .box:first-child,
  #section-7.home .box:last-child {
    float: none;
    padding: 0;
    width: 100%;
  }
  #section-7.home .box:last-child {
    margin-top: 70px;
    border-top: 1px solid #1c448d;
    padding-top: 50px;
  }
}
@media all and (max-width: 750px) {
  .title img {
    width: 200px;
  }
  .header-1 {
    font-size: 45px;
  }
  .header-2 {
    font-size: 35px;
  }
  .header-3 {
    font-size: 30px;
  }
  #section-3.home .owl-carousel {
    padding: 0;
  }
  #section-4.home .content-wrapper ul {
    width: 100%;
    margin: 0;
  }
  #section-4.home .content-wrapper ul:first-child {
    margin-right: 0;
  }
  #section-4.home .content-wrapper ul:last-child {
    margin-left: 0;
  }
  #section-5.home .modal .modal-content {
    padding-right: 0;
  }
  #section-5.home .modal img {
    position: static;
  }
  #section-5.home .modal .btn-wrapper {
    text-align: center;
  }
  #footer {
    padding: 50px 0;
  }
  #footer .content:first-child img {
    position: relative;
    padding: 30px 0;
  }
  #footer .content:first-child {
    float: none;
    width: 100%;
  }
  #footer .content:last-child {
    padding-top: 50px;
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  #top #belt {
    width: calc(100% - 180px);
  }
  #top #menu-wrapper .menu-desktop {
    width: calc(100% - 180px);
  }
  #top #logo {
    width: 180px;
  }
  #top #logo a {
    width: 100%;
  }
  #error-page {
    padding: 150px 0 50px;
  }
}
@media all and (max-width: 450px) {
  .header-1 {
    font-size: 40px;
  }
  .header-2 {
    font-size: 30px;
  }
  #header {
    margin-top: 62px;
    height: auto;
    min-height: calc(100vh - 62px);
  }
  #header .content {
    top: 0;
    padding: 100px 0;
  }
  #header .content .header-1 {
    margin-bottom: 20px;
  }
  #mobile {
    top: 10px;
  }
  #top #belt {
    height: 50px;
    padding-top: 6px;
    margin-right: 50px;
  }
  #top #logo {
    height: calc(100% + 36px);
    width: 120px;
  }
  #top #menu-wrapper {
    background-color: #0090bf;
    background-image: none;
  }
  #top #menu-wrapper .menu-desktop {
    width: 100%;
    background-color: #0090bf;
    background-image: none;
    position: relative;
    z-index: 2;
  }
  #top #belt .phone {
    padding-left: 30px;
    background-size: 20px;
  }
  #top #belt .mail {
    margin-left: 10px;
    padding-left: 40px;
    background-size: 28px;
  }
  #section-2.home .content:nth-child(2) {
    padding-left: 0;
  }
  #section-2.home .content:nth-child(2) img {
    position: static;
    margin: 0 auto 30px;
  }
  #section-5.home .modal {
    padding: 20px;
  }
}/*# sourceMappingURL=style.css.map */