@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
/* font-family: 'Libre Baskerville', serif; */
@font-face {
  font-family: "Euphemia-UCAS";
  src: url("../../fonts/Euphemia-UCAS-Bold-2.6.6.woff2") format("woff2"), url("../../fonts/Euphemia-UCAS-Bold-2.6.6.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euphemia-UCAS";
  src: url("../../fonts/Euphemia-UCAS-Regular-2.6.6.woff2") format("woff2"), url("../../fonts/Euphemia-UCAS-Regular-2.6.6.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euphemia-UCAS";
  src: url("../../fonts/Euphemia-UCAS-Italic-2.6.6.woff2") format("woff2"), url("../../fonts/Euphemia-UCAS-Italic-2.6.6.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "baskerville";
  src: url("../../fonts/BaskervilleItalicBT.woff2") format("woff2"), url("../../fonts/BaskervilleItalicBT.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 18px;
  font-family: "Euphemia-UCAS", sans-serif;
  font-weight: 400;
}

p {
  color: #7B7B7B;
}
@media all and (max-width: 992px) {
  p {
    font-size: 16px;
  }
}

.title-1 {
  font-weight: 700;
  font-size: 80px;
  line-height: 86px;
  letter-spacing: -4.9px;
}
@media all and (max-width: 1200px) {
  .title-1 {
    font-size: 50px;
    line-height: 57px;
    letter-spacing: -3px;
  }
}
@media all and (max-width: 992px) {
  .title-1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -3px;
  }
}
@media all and (max-width: 450px) {
  .title-1 {
    font-size: 35px;
    line-height: 42px;
    letter-spacing: -1px;
  }
}
@media all and (max-width: 320px) {
  .title-1 {
    font-size: 31px;
    line-height: 37px;
    letter-spacing: -1px;
  }
}

.title-2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 86px;
  letter-spacing: -4.9px;
}
@media all and (max-width: 1200px) {
  .title-2 {
    font-size: 38px;
    line-height: 45px;
    letter-spacing: -3px;
  }
}
@media all and (max-width: 992px) {
  .title-2 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -2px;
  }
}

.title-3 {
  font-weight: 700;
  font-size: 31px;
  line-height: 38px;
}
@media all and (max-width: 1200px) {
  .title-3 {
    font-size: 25px;
    line-height: 38px;
  }
}
@media all and (max-width: 992px) {
  .title-3 {
    font-size: 22px;
    line-height: 34px;
  }
}
@media all and (max-width: 768px) {
  .title-3 {
    font-size: 20px;
    line-height: 27px;
  }
}
@media all and (max-width: 450px) {
  .title-3 {
    font-size: 16px;
    line-height: 22px;
  }
}

.container-1665 {
  max-width: 1685px;
  padding: 0;
  padding-left: 20px;
  margin-left: auto;
}
@media all and (max-width: 768px) {
  .container-1665 {
    padding: 0;
  }
}

.container-1600 {
  max-width: 1640px;
  padding: 0 20px;
  margin: 0 auto;
}
@media all and (max-width: 1100px) {
  .container-1600.full-width {
    padding: 0;
  }
}

.container-1410 {
  max-width: 1450px;
  padding: 0px 20px;
  margin: 0 auto;
}

.container-1270 {
  max-width: 1310px;
  padding: 0 20px;
  margin: 0 auto;
}

#header {
  position: fixed;
  height: 100px;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0px 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  z-index: 20;
  transition: all 0.3s ease;
}

@media all and (max-width: 1200px) {
  #header {
    padding: 0px 75px;
  }
}
@media all and (max-width: 992px) {
  #header {
    padding: 0px 50px;
  }
}
@media all and (max-width: 575px) {
  #header {
    padding: 0px 20px;
  }
}
#header.sticky {
  background-color: #0094DD;
  height: 90px;
}
#header .logo {
  display: block;
}
#header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0;
}
@media all and (max-width: 992px) {
  #header nav {
    display: none;
  }
}
#header nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
#header nav .nav-links li {
  display: inline-block;
}
#header nav .nav-links li:not(:last-child) {
  margin-right: 42px;
}
#header nav .nav-links li a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
}
#header nav .nav-links li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: width 300ms;
}
#header nav .nav-links li a:hover::before {
  width: 95%;
}
#header .burger {
  width: 35px;
  height: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  cursor: pointer;
  overflow: auto;
}
#header .burger .layer {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
#header .burger .layer:nth-child(2) {
  width: 27px;
}
#header .burger .layer:nth-child(3) {
  width: 20px;
}

.burger-opened {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 600ms;
  display: flex;
}
.burger-opened::before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 50%;
  background-color: rgba(0, 36, 76, 0.72);
  z-index: -1;
}
@media all and (max-width: 767px) {
  .burger-opened::before {
    width: 30%;
  }
}
@media all and (max-width: 450px) {
  .burger-opened::before {
    width: 15%;
  }
}
.burger-opened::after {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
  background-color: #0094DD;
  background-image: url("../images/burger-image.png");
  background-repeat: no-repeat;
  background-position: top 75px right -373px;
  background-size: 1093px 929px;
}
@media all and (max-width: 767px) {
  .burger-opened::after {
    width: 70%;
  }
}
@media all and (max-width: 450px) {
  .burger-opened::after {
    width: 85%;
  }
}
.burger-opened.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.burger-opened .left,
.burger-opened .right {
  position: relative;
  width: 100%;
}
@media all and (max-width: 767px) {
  .burger-opened .right {
    width: 70%;
  }
}
@media all and (max-width: 450px) {
  .burger-opened .right {
    width: 85%;
  }
}
@media all and (max-width: 767px) {
  .burger-opened .left {
    width: 30%;
  }
}
@media all and (max-width: 450px) {
  .burger-opened .left {
    width: 15%;
  }
}
.burger-opened .burger-close {
  display: block;
  font-size: 26px;
  position: absolute;
  right: 114px;
  top: 24px;
  cursor: pointer;
  color: #fff;
  z-index: 51;
}
@media all and (max-width: 768px) {
  .burger-opened .burger-close {
    right: 30px;
  }
}
.burger-opened .links {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 137px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 992px) {
  .burger-opened .links {
    left: 50px;
  }
}
@media all and (max-width: 767px) {
  .burger-opened .links {
    left: 50px;
  }
}
@media all and (max-width: 575px) {
  .burger-opened .links {
    left: 25px;
    margin-right: 25px;
    width: 80%;
  }
}
@media all and (max-width: 450px) {
  .burger-opened .links {
    left: 15px;
    margin-right: 25px;
    width: 90%;
  }
}
.burger-opened .links ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
  padding: 0;
}
@media all and (max-width: 820px) {
  .burger-opened .links ul {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .burger-opened .links ul {
    align-items: center;
    margin-bottom: 35px;
  }
}
.burger-opened .links ul li {
  display: inline-block;
}
.burger-opened .links ul li:not(:last-child) {
  margin-bottom: 31px;
}
@media all and (max-width: 767px) {
  .burger-opened .links ul li:not(:last-child) {
    margin-bottom: 18px;
  }
}
.burger-opened .links ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 40px;
  line-height: 53px;
  font-family: "Euphemia-UCAS", sans-serif;
  font-weight: 400;
  transition: all 0.3s ease;
}
@media all and (max-width: 820px) {
  .burger-opened .links ul li a {
    font-size: 35px;
  }
}
@media all and (max-width: 767px) {
  .burger-opened .links ul li a {
    font-size: 30px;
    line-height: 34px;
  }
}
@media all and (max-width: 575px) {
  .burger-opened .links ul li a {
    font-size: 22px;
    line-height: 34px;
  }
}
.burger-opened .links ul li a:hover {
  margin-left: 10px;
}
.burger-opened .links .btn-form-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 313px;
  height: 54px;
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 100px;
  transition: all 0.3s ease;
}
.burger-opened .links .btn-form-popup:hover {
  background-color: #1E2C51;
  border: none;
}
@media all and (max-width: 820px) {
  .burger-opened .links .btn-form-popup {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .burger-opened .links .btn-form-popup {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 575px) {
  .burger-opened .links .btn-form-popup {
    font-size: 16px;
    line-height: 34px;
    height: 50px;
    width: 100%;
  }
}
.burger-opened .links .map {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 575px) {
  .burger-opened .links .map {
    flex-direction: column;
  }
}
.burger-opened .links .map img {
  object-fit: contain;
}
@media all and (max-width: 575px) {
  .burger-opened .links .map img {
    margin-bottom: 15px;
  }
}
.burger-opened .links .map p {
  color: #fff;
  margin-left: 14px;
  margin-bottom: 0;
}

.banner-section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner-section .items {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-section .items .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-section .items .item img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.banner-section .items .item .slide-content {
  position: absolute;
  left: 110px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  z-index: 5;
}
@media all and (max-width: 1200px) {
  .banner-section .items .item .slide-content {
    left: 75px;
    max-width: 550px;
  }
}
@media all and (max-width: 992px) {
  .banner-section .items .item .slide-content {
    left: 50px;
    max-width: 450px;
  }
}
@media all and (max-width: 575px) {
  .banner-section .items .item .slide-content {
    left: 20px;
    max-width: 400px;
  }
}
@media all and (max-width: 420px) {
  .banner-section .items .item .slide-content {
    max-width: 85%;
  }
}
.banner-section .items .item .slide-content .title-1 {
  color: #fff;
  margin-bottom: 20px;
}
.banner-section .items .item .slide-content p {
  color: #fff;
  line-height: 25px;
  margin-bottom: 73px;
}
@media all and (max-width: 1366px) {
  .banner-section .items .item .slide-content p {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 992px) {
  .banner-section .items .item .slide-content p {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .banner-section .items .item .slide-content p {
    margin-bottom: 25px;
  }
}
.banner-section .slick-prev,
.banner-section .slick-next {
  position: absolute;
  display: block;
  height: 125px !important;
  width: 225px !important;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #0094DD !important;
  color: transparent;
  top: auto !important;
  left: auto !important;
  bottom: 0;
  transform: translate(0) !important;
  padding: 0;
  border: none;
  outline: none;
  right: 255px !important;
}
@media all and (max-width: 1366px) {
  .banner-section .slick-prev,
  .banner-section .slick-next {
    right: 0 !important;
  }
}
@media all and (max-width: 1200px) {
  .banner-section .slick-prev,
  .banner-section .slick-next {
    height: 90px !important;
    width: 205px !important;
  }
}
@media all and (max-width: 768px) {
  .banner-section .slick-prev,
  .banner-section .slick-next {
    height: 65px !important;
    width: 192px !important;
  }
}
.banner-section .slick-prev::before,
.banner-section .slick-next::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 47px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .banner-section .slick-prev::before,
  .banner-section .slick-next::before {
    width: 85px;
    height: 32.5px;
  }
}
.banner-section .slick-prev {
  right: 480px !important;
  z-index: 2;
}
@media all and (max-width: 1366px) {
  .banner-section .slick-prev {
    right: 224px !important;
  }
}
@media all and (max-width: 1200px) {
  .banner-section .slick-prev {
    right: 205px !important;
  }
}
@media all and (max-width: 768px) {
  .banner-section .slick-prev {
    right: 192px !important;
  }
}
.banner-section .slick-prev::before {
  background-image: url("../images/long-arrow-right.svg");
}
@media all and (max-width: 992px) {
  .banner-section .slick-prev::before {
    opacity: 1;
  }
}
.banner-section .slick-next::before {
  background-image: url("../images/long-arrow-left.svg");
}
@media all and (max-width: 992px) {
  .banner-section .slick-next::before {
    opacity: 1;
  }
}
.banner-section .slick-dots {
  position: absolute;
  bottom: 50px;
  list-style: none;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 56px;
  height: 20px;
  right: 450px;
  left: auto;
  z-index: 2;
}
@media all and (max-width: 1366px) {
  .banner-section .slick-dots {
    right: 191px;
    bottom: 52px;
  }
}
@media all and (max-width: 1200px) {
  .banner-section .slick-dots {
    right: 173px;
    bottom: 36px;
  }
}
@media all and (max-width: 768px) {
  .banner-section .slick-dots {
    right: 160px;
    bottom: 25px;
  }
}
.banner-section .slick-dots li {
  position: absolute;
  left: 0;
}
.banner-section .slick-dots li.slick-active button {
  color: #fff;
  font-size: 15px;
}
.banner-section .slick-dots li button::before {
  display: none;
}
.banner-section .slick-dots li button::after {
  position: absolute;
  content: "/ 3";
  font-size: 15px;
  margin-right: -15px;
  right: 0;
}

a {
  text-decoration: none;
}

.btn-1 {
  display: flex;
  position: relative;
  font-size: 15px;
  width: 250px;
  height: 60px;
  align-items: center;
  color: #fff;
  padding-left: 40px;
  background-color: #0094DD;
  transition: all 0.3s ease;
}
@media all and (max-width: 575px) {
  .btn-1 {
    height: 50px;
    font-size: 14px;
  }
}
.btn-1::after {
  position: absolute;
  content: "";
  background-image: url("../images/btn-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 5.5px;
  top: 50%;
  right: 54px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.btn-1:hover::after {
  right: 45px;
}

.about-us .dual-section {
  display: flex;
}
@media all and (max-width: 767px) {
  .about-us .dual-section {
    flex-wrap: wrap;
    padding: 0px 15px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 575px) {
  .about-us .dual-section {
    flex-wrap: wrap;
    padding: 0px 10px;
    margin-bottom: 10px;
  }
}
.about-us .dual-section .left {
  width: 100%;
  padding-top: 192px;
}
@media all and (max-width: 1366px) {
  .about-us .dual-section .left {
    width: 50%;
    padding-right: 50px;
  }
}
@media all and (max-width: 1200px) {
  .about-us .dual-section .left {
    padding: 100px 50px 0px;
  }
}
@media all and (max-width: 767px) {
  .about-us .dual-section .left {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
}
@media all and (max-width: 575px) {
  .about-us .dual-section .left {
    padding-top: 15px;
  }
}
.about-us .dual-section .left .article-content {
  max-width: 634px;
}
@media all and (max-width: 767px) {
  .about-us .dual-section .left .article-content {
    padding: 10px;
    margin-bottom: 0px;
    max-width: 100%;
  }
}
.about-us .dual-section .left .article-content .title-3 {
  margin-bottom: 74px;
  font-weight: 700;
}
@media all and (max-width: 1200px) {
  .about-us .dual-section .left .article-content .title-3 {
    margin-bottom: 55px;
  }
}
@media all and (max-width: 992px) {
  .about-us .dual-section .left .article-content .title-3 {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .about-us .dual-section .left .article-content .title-3 {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 450px) {
  .about-us .dual-section .left .article-content .title-3 {
    margin-bottom: 15px;
  }
}
.about-us .dual-section .right {
  min-width: 705px;
  margin-left: auto;
  position: relative;
}
@media all and (max-width: 1366px) {
  .about-us .dual-section .right {
    min-width: 0;
    width: 50%;
  }
}
@media all and (max-width: 1366px) {
  .about-us .dual-section .right {
    max-height: 900px;
  }
}
@media all and (max-width: 992px) {
  .about-us .dual-section .right {
    min-height: 825px;
  }
}
@media all and (max-width: 767px) {
  .about-us .dual-section .right {
    min-height: 0!important;
    max-height: 225px!important;
    width: 100%!important;
    margin-top: 30px!important;
  }
}
@media all and (max-width: 450px) {
  .about-us .dual-section .right {
    margin-top: 15px;
  }
}
.about-us .dual-section .right img {
  height: 100%;
}
.about-us .dual-section .right .content-right {
  position: absolute;
  z-index: 1;
  top: 223px;
  left: 60px;
  max-width: 266px;
}
@media all and (max-width: 767px) {
  .about-us .dual-section .right .content-right {
    max-width: 350px;
    top: 25px;
  }
}
@media all and (max-width: 420px) {
  .about-us .dual-section .right .content-right {
    max-width: 80%;
    top: 40px;
    left: 50px;
  }
}
.about-us .dual-section .right .content-right .title-2 {
  margin-bottom: 0;
  color: #fff;
  letter-spacing: -3.5px;
}
@media all and (max-width: 767px) {
  .about-us .dual-section .right .content-right .title-2 {
    margin-bottom: 10px;
    letter-spacing: -1px;
  }
}
@media all and (max-width: 575px) {
  .about-us .dual-section .right .content-right .title-2 {
    margin-bottom: 0px;
    letter-spacing: -1px;
    font-size: 24px;
  }
}
@media all and (max-width: 420px) {
  .about-us .dual-section .right .content-right .title-2 {
    margin-bottom: 10px;
  }
}
.about-us .dual-section .right .content-right p {
  font-size: 38px;
  font-style: italic;
  line-height: 42px;
  font-family: "baskerville", sans-serif;
  font-weight: 100;
  color: #0094DD;
  letter-spacing: 0.5;
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .about-us .dual-section .right .content-right p {
    margin-left: 30px;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 575px) {
  .about-us .dual-section .right .content-right p {
    font-size: 30px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 450px) {
  .about-us .dual-section .right .content-right p {
    font-size: 22px;
    line-height: 30px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.about-us .dual-section .right .content-right .line {
  position: relative;
  width: 341px;
  height: 5px;
  background-color: #0094DD;
  margin-left: -320px;
}
@media all and (max-width: 1625px) {
  .about-us .dual-section .right .content-right .line {
    margin-left: -150px;
  }
}
@media all and (max-width: 1475px) {
  .about-us .dual-section .right .content-right .line {
    margin-left: -86px;
  }
}
@media all and (max-width: 767px) {
  .about-us .dual-section .right .content-right .line {
    margin-left: 100px;
  }
}
@media all and (max-width: 575px) {
  .about-us .dual-section .right .content-right .line {
    margin-left: 75px;
    width: 240px;
  }
}
@media all and (max-width: 450px) {
  .about-us .dual-section .right .content-right .line {
    margin-left: 0;
    width: 240px;
  }
}
@media all and (max-width: 375px) {
  .about-us .dual-section .right .content-right .line {
    margin-left: 0;
    width: 200px;
  }
}

.to-up-img {
  position: relative;
  margin-top: -420px;
}
@media all and (max-width: 1366px) {
  .to-up-img {
    margin: 0 150px;
    margin-top: -150px;
  }
}
@media all and (max-width: 1100px) {
  .to-up-img {
    margin: 0;
    width: 100%;
  }
}
.to-up-img .to-up-box {
  position: absolute;
  width: 800px;
  height: 454px;
  background-color: #00244C;
  padding: 124px 94px 0px;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 1366px) {
  .to-up-img .to-up-box {
    width: 600px;
    height: 300px;
    padding: 50px 80px;
  }
}
@media all and (max-width: 992px) {
  .to-up-img .to-up-box {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
  }
}
@media all and (max-width: 767px) {
  .to-up-img .to-up-box {
    width: 500px;
    height: 250px;
    padding: 50px 35px;
  }
}
@media all and (max-width: 575px) {
  .to-up-img .to-up-box {
    width: 350px;
    height: 200px;
    padding: 30px 20px;
  }
}
@media all and (max-width: 450px) {
  .to-up-img .to-up-box {
    top: auto;
    bottom: -175px;
  }
}
@media all and (max-width: 400px) {
  .to-up-img .to-up-box {
    width: 100%;
    bottom: 0;
    transform: translate(0px);
    right: auto;
    left: 0;
    position: relative;
    transform: translateY(0);
  }
}
.to-up-img .to-up-box .title-3 {
  color: #fff;
  margin-bottom: 32px;
  letter-spacing: -1px;
}
@media all and (max-width: 1366px) {
  .to-up-img .to-up-box .title-3 {
    font-size: 27px;
  }
}
@media all and (max-width: 767px) {
  .to-up-img .to-up-box .title-3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .to-up-img .to-up-box .title-3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 450px) {
  .to-up-img .to-up-box .title-3 {
    letter-spacing: 0;
  }
}
.to-up-img .to-up-box p {
  color: #fff;
}
@media all and (max-width: 575px) {
  .to-up-img .to-up-box p {
    font-size: 14px;
  }
}

#form-popup {
  position: fixed;
  z-index: 999;
  background-color: #00244C;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
}
#form-popup .form-container {
  width: 933px;
  background-color: #fff;
  padding: 70px 200px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
}
@media all and (max-width: 995px) {
  #form-popup .form-container {
    width: 80%;
    margin: 50px 0px;
    padding: 40px 100px;
  }
}
@media all and (max-width: 767px) {
  #form-popup .form-container {
    width: 90%;
    margin: 30px 0px;
    padding: 40px 40px;
  }
}
@media all and (max-width: 575px) {
  #form-popup .form-container {
    margin: 20px 0px;
  }
}
#form-popup .form-container .form-close {
  position: absolute;
  top: 40px;
  right: 38px;
  cursor: pointer;
}
#form-popup .form-container .form-close i {
  font-size: 26px;
  color: #00244C;
}
#form-popup .form-container .title {
  font-size: 48px;
  line-height: 59px;
  margin-bottom: 48px;
  color: #0E306D;
  font-weight: 700;
  letter-spacing: -1px;
}
@media all and (max-width: 575px) {
  #form-popup .form-container .title {
    font-size: 37px;
    line-height: 41px;
    margin-bottom: 35px;
  }
}
@media all and (max-width: 450px) {
  #form-popup .form-container .title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 25px;
  }
}
#form-popup .form-container form input,
#form-popup .form-container form textarea {
  width: 100%;
  height: 56px;
  padding-left: 29px;
  border: 1px solid rgba(0, 36, 76, 0.59);
}
#form-popup .form-container form input::placeholder,
#form-popup .form-container form textarea::placeholder {
  font-size: 16px;
}
@media all and (max-width: 575px) {
  #form-popup .form-container form input::placeholder,
  #form-popup .form-container form textarea::placeholder {
    font-size: 16px;
  }
}
@media all and (max-width: 575px) {
  #form-popup .form-container form input,
  #form-popup .form-container form textarea {
    height: 45px;
  }
}
#form-popup .form-container form input {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media all and (max-width: 450px) {
  #form-popup .form-container form input {
    margin-bottom: 18px;
  }
}
#form-popup .form-container form textarea {
  padding-top: 10px;
  margin-bottom: 10px;
}
#form-popup .form-container form input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 0;
  padding: 0;
}
#form-popup .form-container form .form-check-label {
  font-size: 12px;
  color: #707070;
  margin-bottom: 24px;
}
#form-popup .form-container form .btn-send {
  width: 100%;
  height: 60px;
  background-color: #0894DD;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}
#form-popup .form-container form .btn-send:hover {
  background-color: #06679b;
}
@media all and (max-width: 575px) {
  #form-popup .form-container form .btn-send {
    height: 45px;
    font-size: 15px;
  }
}

.product-slider {
  position: relative;
}
@media all and (max-width: 1650px) {
  .product-slider {
    padding: 0 20px;
  }
}
@media all and (max-width: 450px) {
  .product-slider {
    padding: 0 10px;
  }
}
.product-slider::before {
  position: absolute;
  content: "";
  background-color: #0094DD;
  width: 50%;
  right: 0;
  height: 100%;
  z-index: -1;
}
.product-slider .container-1410 {
  padding: 114px 0px 158px;
}
@media all and (max-width: 767px) {
  .product-slider .container-1410 {
    padding: 75px 0px 85px;
  }
}
@media all and (max-width: 450px) {
  .product-slider .container-1410 {
    padding-top: 145px;
  }
}
@media all and (max-width: 400px) {
  .product-slider .container-1410 {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}
.product-slider .container-1410 .title-2 {
  color: #1E2C51;
  letter-spacing: -1px;
  line-height: 0;
  margin-bottom: 44px;
}
@media all and (max-width: 767px) {
  .product-slider .container-1410 .title-2 {
    text-align: center;
  }
}
@media all and (max-width: 450px) {
  .product-slider .container-1410 .title-2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 400px) {
  .product-slider .container-1410 .title-2 {
    font-size: 25px;
    line-height: 27px;
  }
}
.product-slider .container-1410 .line {
  height: 5px;
  background-color: #0094DD;
  width: 341px;
  position: relative;
  margin-left: -94px;
}
@media all and (max-width: 1650px) {
  .product-slider .container-1410 .line {
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .product-slider .container-1410 .line {
    margin: 0 auto;
    background-color: #1E2C51;
  }
}
@media all and (max-width: 400px) {
  .product-slider .container-1410 .line {
    width: 85%;
  }
}
.product-slider .container-1410 .items {
  padding-top: 85px;
  max-width: 1250px;
  margin: 0 auto;
}
@media all and (max-width: 1350px) {
  .product-slider .container-1410 .items {
    max-width: 950px;
  }
}
@media all and (max-width: 767px) {
  .product-slider .container-1410 .items {
    padding-top: 40px;
  }
}
.product-slider .container-1410 .items .slick-center .item {
  margin: 0px 5px !important;
  height: 517px !important;
}
.product-slider .container-1410 .items .slick-prev, .product-slider .container-1410 .items .slick-next {
  position: absolute;
  height: 50px;
  width: 50px;
  opacity: 1;
  z-index: 2;
  top: auto;
  bottom: 0;
  margin-bottom: -73px;
  left: 50%;
}
.product-slider .container-1410 .items .slick-prev::before, .product-slider .container-1410 .items .slick-next::before {
  font-weight: 600;
  color: #00244C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  opacity: 1;
}
.product-slider .container-1410 .items .slick-prev {
  margin-left: -54px;
}
.product-slider .container-1410 .items .slick-prev::before {
  content: "\f060";
  border: 1px solid #0094DD;
}
.product-slider .container-1410 .items .slick-next {
  margin-left: 4px;
}
.product-slider .container-1410 .items .slick-next::before {
  content: "\f061";
  border: 1px solid #fff;
}
.product-slider .container-1410 .items .slick-dots {
  bottom: -45px;
}
.product-slider .container-1410 .items .item {
  width: 410px !important;
  height: 475px !important;
  background-color: #00244C;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 21px 5px;
  transition: all 0.5s ease;
}
@media all and (max-width: 1350px) {
  .product-slider .container-1410 .items .item {
    margin: 0 auto !important;
  }
}
@media all and (max-width: 992px) {
  .product-slider .container-1410 .items .item {
    width: 350px !important;
    height: 405px !important;
  }
}
@media all and (max-width: 767px) {
  .product-slider .container-1410 .items .item {
    max-width: 300px !important;
  }
}
@media all and (max-width: 450px) {
  .product-slider .container-1410 .items .item {
    height: 350px !important;
    max-width: 250px !important;
  }
}
.product-slider .container-1410 .items .item img {
  margin-bottom: 67px;
}
@media all and (max-width: 767px) {
  .product-slider .container-1410 .items .item img {
    max-width: 150px;
  }
}
@media all and (max-width: 450px) {
  .product-slider .container-1410 .items .item img {
    margin-bottom: 45px;
  }
}
.product-slider .container-1410 .items .item .product-name {
  font-size: 24px;
  font-family: "Euphemia-UCAS", sans-serif;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 450px) {
  .product-slider .container-1410 .items .item .product-name {
    font-size: 18px;
  }
}

.our-services {
  background-color: #0A2D67;
}
.our-services .container-1410 {
  padding: 114px 20px 155px;
}
@media all and (max-width: 992px) {
  .our-services .container-1410 {
    padding: 100px 100px 155px;
  }
}
@media all and (max-width: 768px) {
  .our-services .container-1410 {
    padding: 80px 20px 148px;
  }
}
@media all and (max-width: 575px) {
  .our-services .container-1410 {
    padding: 40px 10px 70px;
  }
}
.our-services .container-1410 .title-2 {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 42px;
  line-height: 55px;
}
@media all and (max-width: 1200px) {
  .our-services .container-1410 .title-2 {
    line-height: 45px;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 1200px) {
  .our-services .container-1410 .title-2 {
    line-height: 37px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .our-services .container-1410 .title-2 {
    text-align: center;
  }
}
@media all and (max-width: 450px) {
  .our-services .container-1410 .title-2 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media all and (max-width: 400px) {
  .our-services .container-1410 .title-2 {
    font-size: 25px;
    line-height: 27px;
  }
}
.our-services .container-1410 .line {
  height: 5px;
  background-color: #0094DD;
  width: 341px;
  position: relative;
  margin-left: -94px;
}
@media all and (max-width: 1650px) {
  .our-services .container-1410 .line {
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .our-services .container-1410 .line {
    margin: 0 auto;
  }
}
@media all and (max-width: 400px) {
  .our-services .container-1410 .line {
    width: 85%;
  }
}
.our-services .container-1410 .items {
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 53px;
  position: relative;
}
@media all and (max-width: 1100px) {
  .our-services .container-1410 .items {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media all and (max-width: 992px) {
  .our-services .container-1410 .items {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (max-width: 450px) {
  .our-services .container-1410 .items {
    padding-top: 35px;
  }
}
.our-services .container-1410 .items .item {
  display: flex !important;
  position: relative;
}
@media all and (max-width: 1100px) {
  .our-services .container-1410 .items .item img {
    width: 100%;
  }
}
.our-services .container-1410 .items .item .box {
  position: relative;
  width: 434px;
  height: 390px;
  background-color: #0094DD;
  z-index: 1;
  padding-left: 60px;
  margin-left: -109px;
  margin-top: 55px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .our-services .container-1410 .items .item .box {
    width: 330px;
    height: 285px;
  }
}
@media all and (max-width: 1100px) {
  .our-services .container-1410 .items .item .box {
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 148, 221, 0.7);
  }
}
@media all and (max-width: 992px) {
  .our-services .container-1410 .items .item .box {
    width: 250px;
    height: 120px;
  }
}
@media all and (max-width: 450px) {
  .our-services .container-1410 .items .item .box {
    width: 200px;
    height: 100px;
    padding-left: 30px;
  }
}
.our-services .container-1410 .items .item .box span {
  font-size: 20px;
  font-family: "Euphemia-UCAS", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
}
@media all and (max-width: 992px) {
  .our-services .container-1410 .items .item .box span {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media all and (max-width: 450px) {
  .our-services .container-1410 .items .item .box span {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
  }
}
.our-services .container-1410 .items .slick-prev, .our-services .container-1410 .items .slick-next {
  position: absolute;
  height: 47px;
  width: 47px;
  opacity: 1;
  z-index: 2;
  top: auto;
  bottom: 125px;
  margin-bottom: -73px;
  left: 78.5%;
}
@media all and (max-width: 1200px) {
  .our-services .container-1410 .items .slick-prev, .our-services .container-1410 .items .slick-next {
    bottom: 0;
    left: 52.5%;
  }
}
.our-services .container-1410 .items .slick-prev::before, .our-services .container-1410 .items .slick-next::before {
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  border: 1px solid #0094DD;
  opacity: 1;
}
.our-services .container-1410 .items .slick-prev {
  margin-left: -54px;
}
.our-services .container-1410 .items .slick-prev::before {
  content: "\f060";
}
.our-services .container-1410 .items .slick-next {
  margin-left: 4px;
}
.our-services .container-1410 .items .slick-next::before {
  content: "\f061";
}
.our-services .container-1410 .items .slick-dots {
  bottom: -45px;
}
.our-services .container-1410 .items .slick-dots li.slick-active button::before {
  color: #fff;
  opacity: 1;
}
.our-services .container-1410 .items .slick-dots li button::before {
  color: #fff;
}

.btn-2 {
  width: 768px;
  height: 84px;
  background-color: #0094DD;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.btn-2:hover {
  background-color: #06679b;
}
@media all and (max-width: 767px) {
  .btn-2 {
    width: 80%;
  }
}
@media all and (max-width: 575px) {
  .btn-2 {
    height: 55px;
    font-size: 16px;
  }
}
@media all and (max-width: 450px) {
  .btn-2 {
    width: 90%;
    height: 45px;
    font-size: 15px;
  }
}

footer {
  background-color: #021033;
  padding: 45px 0px 37px;
}
@media all and (max-width: 575px) {
  footer {
    padding: 40px 0px 35px;
  }
}
footer .container-1410 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .container-1410 .line {
  margin: 54px 0px 40px;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 575px) {
  footer .container-1410 .line {
    margin: 35px 0px 30px;
  }
}
@media all and (max-width: 450px) {
  footer .container-1410 .line {
    margin: 25px 0px 0px;
  }
}
footer .container-1410 img {
  margin-bottom: 40px;
}
@media all and (max-width: 450px) {
  footer .container-1410 img {
    margin-bottom: 30px;
  }
}
footer .container-1410 .footer-address {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  footer .container-1410 .footer-address {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
  }
}
footer .container-1410 .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 66px;
}
@media all and (max-width: 575px) {
  footer .container-1410 .social-icons {
    margin-bottom: 25px;
  }
}
footer .container-1410 .social-icons .social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 10px;
  color: #fff;
  transition: all 0.3s ease;
}
footer .container-1410 .social-icons .social:hover {
  color: #0094DD;
}
@media all and (max-width: 575px) {
  footer .container-1410 .social-icons .social {
    width: 45px;
    height: 45px;
  }
}
footer .container-1410 .social-icons .social i {
  color: #fff;
  font-size: 15px;
}
@media all and (max-width: 575px) {
  footer .container-1410 .social-icons .social i {
    font-size: 14px;
  }
}
footer .copyright {
  display: flex;
}
footer .copyright .copyright-text {
  font-size: 13px;
  color: #fff;
}

#projx-logo {
  text-align: right;
  padding: 10px 0;
}

.projx-logos {
  width: 100px;
  height: 39px;
  position: relative;
  text-align: center;
  margin: auto;
  bottom: 3px;
  display: inline-block;
}

.projx-logos * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.projx-logos > .projx-logos-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.projx-logos-card {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  -o-perspective: 100px;
  perspective: 100px;
}

.projx-logos-card figure {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.projx-logos-card figure > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.projx-logos-card .back > div {
  font-size: 12px;
  padding-top: 5px;
  color: #fff;
}

.projx-logos .projx-logos-card .back,
.projx-logos:hover .projx-logos-card .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.projx-logos:hover .projx-logos-card .back {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.tooltip-projx-logos {
  display: block;
  position: relative;
  z-index: 999;
}

.tooltip-projx-logos:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.projx-logos:hover .tooltip-projx-logos::after {
  pointer-events: auto;
}

.tooltip-projx-logos-content {
  position: absolute;
  z-index: 9999;
  width: 140px;
  left: 50%;
  bottom: 100%;
  font-size: 13px;
  line-height: 1.2;
  margin: 0 0 10px -70px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: transparent;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}

.projx-logos:hover .tooltip-projx-logos-content {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.tooltip-projx-logos-content span {
  display: block;
}

.tooltip-projx-logos-text {
  border-bottom: 2px solid #fffaf0;
  overflow: hidden;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}

.projx-logos:hover .tooltip-projx-logos-content .tooltip-projx-logos-text {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.tooltip-projx-logos-text-inner {
  background: rgba(0, 0, 0, 0.7);
  padding: 7px 10px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  color: #fff;
}

.projx-logos:hover .tooltip-projx-logos-content .tooltip-projx-logos-text-inner {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tooltip-projx-logos-content:after {
  content: "";
  bottom: -14px;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #fffaf0;
  border-width: 7px;
  margin-left: -7px;
}

/*# sourceMappingURL=style.css.map */
