/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

@font-face {
  font-family: "Geomanist";
  src: url("fonts/GeomanistRegular.eot");
  src: url("fonts/GeomanistRegular.eot") format("embedded-opentype"), url("fonts/GeomanistRegular.woff2") format("woff2"), url("fonts/GeomanistRegular.woff") format("woff"), url("fonts/GeomanistRegular.ttf") format("truetype"), url("fonts/GeomanistRegular.svg#GeomanistRegular") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "Geomanist";
  src: url("fonts/GeomanistBold.eot");
  src: url("fonts/GeomanistBold.eot") format("embedded-opentype"), url("fonts/GeomanistBold.woff2") format("woff2"), url("fonts/GeomanistBold.woff") format("woff"), url("fonts/GeomanistBold.ttf") format("truetype"), url("fonts/GeomanistBold.svg#GeomanistBold") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "Geomanist";
  src: url("fonts/GeomanistMedium.eot");
  src: url("fonts/GeomanistMedium.eot") format("embedded-opentype"), url("fonts/GeomanistMedium.woff2") format("woff2"), url("fonts/GeomanistMedium.woff") format("woff"), url("fonts/GeomanistMedium.ttf") format("truetype"), url("fonts/GeomanistMedium.svg#GeomanistMedium") format("svg");
  font-weight: 500;
}
/* *** GLOBAL *** */
.container {
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 1360px;
    max-width: 100%;
  }
}
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

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

body p {
  margin-bottom: 25px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body ul {
  margin-bottom: 25px;
  padding-left: 16px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "Geomanist";
}

body {
  font-family: "Geomanist";
  font-size: 20px;
  color: #09153A;
  padding-top: 84px;
  background: #EDE5DA;
  line-height: 130%;
  min-width: 302px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** HEADER *** */
body header {
  position: fixed;
  background: #EDE5DA;
  top: 0;
  left: 0;
  width: 100%;
  padding: 48px 0;
  transition: 0.15s linear;
  z-index: 10;
}

.body-active header {
  padding: 20px 0;
}

header .container {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.logo img {
  display: block;
}

header .main-menu ul {
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
}

header .main-menu ul > li {
  margin: 0 0 0 95px;
}

header .main-menu ul > li > a {
  color: #09153A;
  padding: 3px 0 3px 0;
  display: block;
  font-size: 16px;
  position: relative;
}

header .main-menu ul > li > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  content: "";
  display: block;
  background: #CDA670;
  transition: 0.25s linear;
}

header .main-menu ul > li.current a, header .main-menu ul > li .active {
  color: #09153A;
  opacity: 1;
}

header .main-menu ul > li.current a:after {
  width: 100%;
}

header .main-menu ul > li.current a, header .main-menu ul > li:hover a:after {
  width: 100%;
}

header .main-menu ul > li:hover a:after {
  width: 100%;
}

.main-menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  list-style: none;
  width: 305px;
  background: #cacaca;
  display: none;
}

.main-menu ul ul li {
  position: relative;
  float: left;
  width: 100%;
}

.main-menu ul ul li a {
  position: relative;
  color: #1c2f59;
  text-align: left;
  display: block;
  padding: 11px 15px;
  float: left;
  width: 100%;
  font-size: 14px;
}

.main-menu ul ul li:hover > a {
  background: red;
  color: #fff;
}

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 101;
  width: 100%;
  padding: 10px 0px;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-rsp .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  max-height: 100%;
}

.hamburger {
  position: absolute;
  top: 8px;
  right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #000;
}

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px;
}

.data-rsp a {
  font-size: 11px;
}

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 80px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none;
}

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #09153A;
  z-index: 1;
  opacity: 0.4;
}

.menu-rsp nav {
  float: left;
  width: 100%;
  height: 100%;
  background: #09153A;
  overflow: auto;
}

.article-detail .text {
  line-height: 1.4;
}

.article-detail {
  align-items: flex-start;
}

.article-detail figure {
  position: relative;
}

.c-video {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  background: #EDE5DA;
  height: 100%;
}

.boxes-5 .box-5 figure {
  position: relative;
}

.box-5 figure img {
  height: 140%;
  width: auto !important;
  max-width: none;

}

.c-video iframe, .c-video video {
  width: 100%;
  display: block;
  height: 100%;
}

.menu-rsp nav {
  display: flex;
  align-items: center;
}

.boxes-3-2-margin {
  margin-bottom: 0px !important;
}

.menu-rsp nav ul {
  float: left;
  width: 100%;
  padding: 50px 0;
  margin: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.menu-rsp nav li {
  position: relative;
  text-align: center;
  list-style: none;
  float: left;
  border: none;
  margin-top: 40px;
  width: 100%;
  height: auto;
}

.menu-rsp nav a {
  line-height: normal;
  height: auto;
  color: #fff;
  font-size: 20px;
  padding: 0 20px;
  line-height: 30px;
  float: left;
  width: 100%;
}

.menu-rsp nav a.btn-lang {
  background: none !important;
}

.menu-rsp nav a.btn-lang:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  background: url(../img/icons/01.svg) left center no-repeat;
  width: 20px;
  height: 20px;
}

.menu-rsp nav a:hover {
  opacity: 0.85;
  color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
  padding-right: 53px;
}

.btn-slide-down {
  width: 40px;
  height: 100%;
  background: #fff;
  border-left: 1px solid transparent;
  position: absolute;
  top: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  right: 0;
  z-index: 2;
  display: none !important;
  line-height: 52px;
  cursor: pointer;
}

.menu-rsp nav ul ul {
  display: none;
  color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
  border-color: #cacaca;
}

.menu-rsp nav ul ul {
  background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
  background: #fff;
}

.menu-rsp nav ul ul a {
  padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
  padding-left: 45px;
}

@media only screen and (min-width: 992px) {
  .menu-rsp {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .header-rsp {
    display: block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  body {
    padding-top: 70px;
  }
  header {
    position: relative;
  }
  header .logo {
    display: none;
  }
  .main-menu {
    display: none;
  }
}
/* *** HOME *** */
.padding-1 {
  padding: 100px 0;
}

.content-box-1 {
  padding-top: 27px;
  background-image: linear-gradient(#EDE5DA, #F4EFE9);
}

.content-box-1 .container .swiper-button-prev {
  width: 500px;
  height: 100%;
  background: url("../img/icons/02.svg") calc(100% - 45px) center no-repeat;
  display: block;
  margin-top: 0;
  top: 0;
  margin: 0;
  left: auto;
  right: 100%;
}

.content-box-1 .container .swiper-button-prev:after {
  display: none;
}

.content-box-1 .container .swiper-button-prev:hover {
  opacity: 0.9;
}

.content-box-1 .container .swiper-button-next {
  width: 500px;
  height: 100%;
  background: url("../img/icons/03.svg") 45px center no-repeat;
  display: block;
  margin-top: 0;
  top: 0;
  margin: 0;
  left: 100%;
}

.content-box-1 .container .swiper-button-next:after {
  display: none;
}

.content-box-1 .container .swiper-button-next:hover {
  opacity: 0.9;
}

.content-box-1 .carousel-1 {
  position: relative;
  z-index: 1;
}

.content-box-1 .carousel-1 .swiper-container {
  overflow: visible;
}

.content-box-1 .carousel-1 .swiper-container .box-1 {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.content-box-1 .carousel-1 .swiper-container .box-1 .description {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  margin: 10px;
  width: 33.3333%;
  opacity: 0;
  border-radius: 5px;
  padding: 25px 30px;
  transition: 0.25s linear;
  padding-right: 60px;
  font-size: 16px;
  line-height: 1.4;
}

.content-box-1 .carousel-1 .swiper-container .box-1 .description h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}

.content-box-1 .carousel-1 .swiper-container .box-1 .description h3 strong {
  color: #cda670;
}

.content-box-1 .carousel-1 .swiper-container .box-1 .description p {
  margin: 0;
}

.content-box-1 .carousel-1 .swiper-container .box-1 img {
  display: block;
}

.content-box-1 .carousel-1 .swiper-container .box-1 .icon-preview {
  width: 40px;
  z-index: 2;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.content-box-1 .carousel-1 .swiper-container .box-1 .icon-preview span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/icons/01.svg") center no-repeat;
  transition: 0.25s linear;
}

.content-box-1 .carousel-1 .swiper-container .box-1 .icon-preview.active span {
  transform: rotate(-45deg);
}

.icon-preview {
  display: none !important;
}

.swiper-slide-active .icon-preview {
  display: block !important;
}

.content-box-1 .carousel-1 .swiper-container .box-1 .icon-preview.active + .description {
  opacity: 1;
}

.content-box-1 .carousel-1 .swiper-container .box-1 {
  background-size: cover;
}

.title {
  margin-bottom: 100px;
}

.title h2, .title h1 {
  margin: 0;
  font-family: "Gentium Book Plus", serif;
  font-size: 50px;
  line-height: 120%;
}

.content-box-2 {
  background: #fff;
}

.content-box-2 figure {
  margin-top: 100px;
}

.content-box-2 figure img {
  border-radius: 5px;
}

.box-2 {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.box-2:after {
  transition: 2.35s linear;
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  width: 0;
  height: 1px;
  content: "";
  background: #CDA670;
}

.box-2 .title-1 {
  padding-right: 40px;
  position: relative;
  z-index: 2;
}

.box-2 .description {
  width: calc(50% + 40px);
  background: #fff;
  position: relative;
  z-index: 2;
  padding-left: 40px;
  padding-right: 119px;
}

.box-2 .description .btn-linkedin {
  position: absolute;
  top: 0;
  right: 0;
}

.box-2 .description .btn-linkedin:hover {
  opacity: 0.9;
}

.box-2.active:after {
  width: 100%;
}

.title-1 {
  background: #fff;
}

.title-1 h2 {
  margin: 0;
  color: #CDA670;
  font-size: 50px;
  line-height: 1.2;
  font-family: "Gentium Book Plus", serif;
}

.content-box-3 {
  position: relative;
}

.carousel-2 {
  height: 100%;
}

.carousel-2 .swiper-slide {
  display: flex;
  align-items: center;
  text-align: left;
  background: #F6F2ED !important;
}

.carousel-2 .swiper-slide .txt-1 {
  font-family: "Gentium Book Plus", serif;
  margin-bottom: 60px;
  font-size: 100px;
  line-height: 1.2;
  text-align: left;
}

.carousel-2 .swiper-slide .box-2 {
  text-align: left;
}

.carousel-2 .swiper-slide .box-2 .description {
  background: #F6F2ED;
}

.carousel-2 .swiper-slide .box-2 .box-2-txt {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  color: #CDA670;
  padding-right: 40px;
  background: #F6F2ED;
}

.carousel-2 .swiper-slide .box-2 .box-2-txt .box-2-txt-1 {
  margin-top: -6px;
  font-family: "Gentium Book Plus", serif;
  font-size: 70px;
  margin-right: 40px;
}

.carousel-2 .bg-1 {
  background: #fff !important;
}

.carousel-2 .bg-1 .box-2 .description {
  background: #fff;
}

.carousel-2 .bg-1 .box-2 .box-2-txt {
  background: #fff;
}

.carousel-2 .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #09153A;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 5px;
  opacity: 1;
  text-indent: -999999999px;
  display: block;
  background: none;
}

.carousel-2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #09153A;
}

.carousel-2 .swiper-pagination {
  margin: 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: auto;
  bottom: 40px;
  display: flex;
  justify-content: center;
  height: 10px;
}

.content-box-3 {
  overflow: hidden;
}

.box-3 {
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
  background: #fff;
  display: block;
  color: #09153a;
  transition: 0.15s linear;
}

.box-3 figure {
  overflow: hidden;
}

.box-3 figure img {
  transition: all 0.4s ease-in-out;
}

.box-3:hover figure img {
  transform: scale(1.1);
}

.box-5 figure img {
  transition: all 0.4s ease-in-out;
}

.box-5:hover img {
  transform: scale(1.1);
}

.box-3 .txt {
  padding: 20px 20px 22px 20px;
  text-align: center;
}

.box-3 .txt .txt-2 {
  font-size: 16px;
  letter-spacing: 0.5px;
}

.box-3 .txt .txt-1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 130%;
  font-family: "Gentium Book Plus", serif;
  margin-bottom: 10px;
}

.content-box-4 .button-box {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.btn-1 {
  padding: 14px 40px;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  background: #09153A;
  border-radius: 5px;
}

.btn-1:hover {
  background: #CDA670;
  color: #fff;
}

.content-box-5 {
  background: #09153A;
  color: #fff;
}

.content-box-5 .title h2 {
  color: #CDA670;
}

.boxes-4 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -110px;
}

.boxes-4 .row-box .col-box {
  width: 50%;
  padding: 0 110px;
  margin-bottom: 100px;
}

.boxes-4 .row-box .col-box .box-4 {
  border-left: 1px solid #CDA670;
  padding-left: 40px;
}

.boxes-4 .row-box .col-box .box-4 .name {
  font-family: "Gentium Book Plus", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 20px;
}

.boxes-4 .row-box .col-box .box-4 .name a {
  color: #fff;
}

.boxes-4 .row-box .col-box .box-4 .txt {
  margin-bottom: 20px;
  font-size: 16px;
}

.btn-2 {
  color: #CDA670;
  font-size: 16px;
  padding-right: 17px;
  background: url("../img/icons/04.svg") right center no-repeat;
}

.btn-2:hover {
  color: #CDA670;
  padding-right: 27px;
}

.content-box-6 {
  background: #fff;
}

.content-box-6 .button-box {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.carousel-3 .swiper-pagination, .carousel-4 .swiper-pagination {
  display: none;
}

.carousel-3 .swiper-slide {
  height: auto;
}

.box-5 {
  color: #09153A;
}

.box-5 .date {
  font-size: 16px;
  margin-bottom: 20px;
}

.box-5 figure {
  margin-bottom: 20px;
}

.box-5 figure img {
  border-radius: 5px;
}

.box-5:hover {
  color: #09153A;
}

.box-5:hover img {
  opacity: 0.9;
}

.content-box-7 {
  background: #F6F2ED;
}

.box-6 {
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.box-6 .txt-1 {
  font-size: 16px;
  margin-bottom: 30px;
}

.box-6 .txt-2 {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.box-6 .txt-2 figure {
  flex-shrink: 0;
}

.box-6 .txt-2 figure img {
  border-radius: 50%;
  margin-right: 20px;
}

.box-6 .txt-2 strong {
  font-size: 20px;
  font-family: "Gentium Book Plus", serif;
}

.carousel-5 .swiper-container {
  padding: 20px;
  margin: -20px;
}

.carousel-5 .swiper-container {
  overflow: visible;
}

.content-box-7 {
  position: relative;
  overflow: hidden;
}

.content-box-7 .carousel-5 {
  margin-bottom: 110px;
}

.content-box-7 .swiper-pagination-bullet {
  border: 1px solid #09153A;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 5px;
  opacity: 1;
  text-indent: -999999999px;
  display: block;
  background: none;
}

.content-box-7 .swiper-pagination-bullet-active {
  background: #09153A;
}

.content-box-7 .swiper-pagination {
  margin: 0;
  bottom: 100px;
  display: flex;
  width: 100%;
  left: 0;
  position: absolute;
  justify-content: center;
  height: 10px;
}

.content-box-8 {
  overflow: hidden;
  background: #CDA670;
}

.carousel-6 .swiper-slide {
  width: auto;
}

.carousel-6 figure {
  padding: 0 35px;
  height: 150px;
  display: flex;
  align-items: center;
}

/* *** FOOTER *** */
footer {
  background: #09153A;
  color: #CDA670;
}

footer .footer-bottom {
  border-top: 1px solid #CDA670;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fp-watermark {
  display: none !important;
}

footer .footer-bottom ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

footer .footer-bottom ul li {
  margin-right: 40px;
}

footer .footer-bottom ul li a {
  color: #CDA670;
  font-size: 16px;
}

footer a:hover {
  opacity: 0.9;
}

footer .footer-top {
  padding-bottom: 60px;
}

footer .f-cols {
  color: #EDE5DA;
  font-size: 16px;
  display: flex;
}

footer .f-cols .txt-1-1 {
  margin-bottom: 20px;
}

footer .f-cols .txt p {
  margin-bottom: 20px;
}

footer .f-cols .txt p:last-child {
  margin-bottom: 0;
}

footer .f-cols .txt p .phone {
  font-weight: 500;
}

footer .f-cols .txt p a {
  color: #EDE5DA;
}

footer .f-cols .txt p a:hover {
  color: #CDA670;
  opacity: 1 !important;
}

footer .f-cols .f-col-3 {
  flex-shrink: 0;
  width: 220px;
}

footer .f-cols .f-col-2 {
  width: 100%;
  padding: 0 40px 0 40px;
}

footer .f-cols .f-col-1 {
  display: flex;
  width: 400px;
  flex-shrink: 0;
}

footer .f-cols .f-col-1 figure {
  flex-shrink: 0;
  margin: 0 40px 0 0;
}

footer .f-cols .f-col-1 figure img {
  border-radius: 5px;
}

footer .f-cols h3 {
  font-family: "Gentium Book Plus", serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

footer .map-box iframe {
  width: 100%;
  border-radius: 5px;
  display: block;
  height: 400px;
}

.xx-popup-gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000000;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}

.xx-popup-gallery figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.xx-close {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 3;
  right: 0;
  color: #fff;
  margin: 18px 20px;
  font-size: 30px;
}

.xx-close:hover {
  color: #CDA670;
}

.content-box-6, .content-box-4, .content-box-1, .content-box-5 {
  overflow: hidden;
}

.content-box-1-mobile {
  display: none;
}

/* *** NEWS *** */
.main-content {
  background: #fff;
}

.padding-2 {
  padding: 80px 0;
}

.boxes-5 {
  margin-top: -30px;
  margin-bottom: -60px;
}

.boxes-5 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.boxes-5 .row-box .col-box {
  width: 33.333%;
  padding: 0 20px;
  margin-bottom: 60px;
}

.article-detail {
  display: flex;
}

.article-detail figure {
  width: 518px;
  margin-right: 40px;
  flex-shrink: 0;
}

.article-detail figure img {
  border-radius: 5px;
}

.article-detail .description {
  width: 620px;
  max-width: 100%;
}

.article-detail .description .date {
  font-size: 16px;
  margin-bottom: 35px;
}

.article-detail .description h2 {
  font-size: 32px;
  font-weight: normal;
  line-height: 150%;
  margin-bottom: 37px;
}

.text p:last-child {
  margin-bottom: 0;
}

.button-box-prev {
  margin-bottom: 70px;
  margin-top: -10px;
}

.btn-prev {
  color: #09153A;
  font-size: 16px;
  padding-left: 17px;
  background: url("../img/icons/08.svg") left 3px no-repeat;
}

.btn-prev:hover {
  color: #09153A;
  opacity: 0.9;
}

.box-5 img {
  opacity: 1 !important;
}

.boxes-3 {
  margin-bottom: -50px;
  margin-top: -10px;
}

.boxes-3 .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.boxes-3 .row-box .col-box {
  padding: 0 20px;
  margin-bottom: 50px;
  width: 25%;
}

.bg-2 {
  background: #F6F2ED;
}

.wrapper-1 {
  width: 841px;
}

.content-box-9 .title {
  margin-bottom: 40px;
}

.text h2 {
  font-size: 28px;
  font-family: "Gentium Book Plus", serif;
  margin-bottom: 25px;
  font-weight: bold;
}

.text h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: normal;
}

.table-1 {
  margin-bottom: 55px;
}

.table-1 table tr td {
  vertical-align: top;
  border-bottom: 1px solid #CDA670;
  padding: 40px 0;
}

.table-1 table tr td:first-child {
  width: 220px;
  padding-right: 20px;
}

.table-1 table tr:first-child td {
  padding-top: 0;
}

.text-1 p, .text-1 h2, .text-1 h3, .text-1 ul, .text-1 hr {
  margin-bottom: 55px;
  line-height: 130%;
}

hr {
  height: 1px;
  background: #CDA670;
  border: none;
  opacity: 1;
}

.text-1 ul {
  padding-left: 20px;
}

.text-1 ul li {
  margin-bottom: 20px;
}

.text-1 ul li:last-child {
  margin-bottom: 0;
}

.text-1 p:last-child, .text-1 ul:last-child {
  margin-bottom: 0;
}

.content-box-10 {
  padding: 60px 0;
  text-align: center;
  background: #EDE5DA;
}

.content-box-10 .btn-1 {
  display: inline-block;
}

.content-box-10 .button-box {
  margin-top: 50px;
}

.animate__animated {
  opacity: 0;
}

.main-content .content-box-9 .text {
  line-height: 150%;
}

.main-content .text-1 p, .main-content .text-1 h2, .main-content .text-1 h3, .main-content .text-1 ul, .main-content .text-1 hr {
  line-height: 150%;
}

html,
body {
  position: relative;
  height: 100%;
}

.content-box-3 {
  height: 100%;
}

.content-box-3 .swiper {
  width: 100%;
  height: 100%;
}

.content-box-3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-box-3 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boxes-3-2 .row-box .col-box .box-3 .btn-linkedin {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  display: none;
}

.boxes-3-2 .row-box .col-box .box-3 .txt-3 {
  font-size: 16px;
  margin-top: 60px;
  display: none;
}

.boxes-3-2 .col-box-3.box-3-active {
  margin-left: -330px !important;
}

.boxes-3-2 .col-box-4.box-3-active {
  margin-left: -660px !important;
}

.boxes-3-2 .row-box {
  flex-wrap: nowrap;
}

.boxes-3-2 .row-box .col-box {
  width: 330px !important;
  flex-shrink: 0;
}

.boxes-3-2 .row-box .box-3-active {
  width: 990px !important;
  flex-shrink: 0;
}

.boxes-3-2 .row-box .box-3-active .txt-3 {
  display: block !important;
}

.boxes-3-2 .row-box .box-3-active .box-3-close {
  display: block;
}

.boxes-3-2 .row-box .box-3-active .box-3 {
  width: 100% !important;
  background: #fff !important;
  display: flex;
  color: #09153a !important;
}

.boxes-3-2 .row-box .box-3-active .box-3 .btn-linkedin {
  display: block;
}

.boxes-3-2 .row-box .box-3-active figure {
  width: 290px;
  flex-shrink: 0;
  margin: 0;
}

.boxes-3-2 .row-box .box-3-active figure img {
  transform: scale(1) !important;
}

.boxes-3-2 .row-box .box-3-active .txt {
  position: relative;
  text-align: left;
  width: 100%;
}

.boxes-3-2 .row-box .box-3-active .txt .txt-1 {
  font-size: 30px;
  margin-bottom: 5px;
}

.box-3-close {
  display: none;
  position: absolute;
  top: 0;
  color: #09153a !important;
  right: 7px;
  margin: 5px;
  font-weight: 300;
  font-size: 25px;
  z-index: 2;
}

.box-3-close:hover {
  color: #CDA670 !important;
}

.box-3 {
  position: relative;
}

.boxes-3-mobile .box-3 {
  position: relative;
}

.boxes-3-mobile .box-3 .txt-3 {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  text-align: left;
  display: none !important;
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
  color: #09153a !important;
}

.boxes-3-mobile .box-3 .txt-3 a {
  margin-top: 25px;
  display: inline-block;
}

.boxes-3-mobile .box-3 .txt-2 {
  background: url("../img/icons/09.svg") center bottom no-repeat;
  padding-bottom: 25px;
}

.boxes-3-2 .box-3 {
  cursor: pointer;
}

.boxes-3-mobile {
  display: none;
}

.boxes-3-mobile .active .txt-3 {
  display: block !important;
}

@media only screen and (max-width: 1199px) {
  .boxes-3-2 .row-box {
    flex-wrap: Wrap;
  }
  .boxes-3-2 .row-box .col-box {
    width: 50% !important;
  }
  .boxes-3-2 .row-box .box-3-active {
    width: 100% !important;
  }
  .boxes-3-2 .col-box-3.box-3-active, .boxes-3-2 .col-box-4.box-3-active {
    margin-left: 0 !important;
  }
  .boxes-3-2 .row-box .box-3-active figure {
    width: calc(50% - 20px);
  }
}
/**************************/
.animate__animated {
  opacity: 1;
}

.box-2:after {
  width: 100%;
}

.section-3 {
  height: 100vh;
  overflow: hidden;
}

body header .main-menu-1 {
  display: none;
}

.boxes-3-2 .row-box .box-3-active figure {
  height: 100% !important;
  max-height: 100%;
}

.section-3-3a .swiper-slide {
  height: 100vh;
}

.box-3 figure {
  overflow: hidden;
}

.section-3-1 {
  display: none !important;
}

@media (max-width: 1300px) {
  .animate__animated {
    opacity: 1 !important;
  }
}
.box-5 figure {
  overflow: hidden;
  border-radius: 5px;
}

.content-box-3 {
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  .box-3 {
    height: 55vh;
  }
}
@media (max-width: 1330px) {
  .box-3 .txt .txt-1 {
    font-size: 20px;
  }
}
@media (min-height: 900px) {
  .box-3 {
    height: 45vh;
  }
}
.box-3 figure {
  height: calc(100% - 110px) !important;
  max-height: none !important;
}

@media (max-width: 1330px) {
  .box-3 figure {
    height: calc(100% - 104px) !important;
    max-height: none !important;
  }
}
@media (min-width: 1300px) {
  footer {
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .content-box-7 {
    display: flex;
    align-items: center;
    height: calc(100vh - 150px);
  }
  .content-box-7 .carousel-5 {
    margin-bottom: 0;
  }
  .content-box-7 .swiper-pagination {
    position: relative;
    margin-top: 30px;
  }
  .boxes-4 .row-box .col-box {
    margin-bottom: 5vh;
  }
  .section-first {
    height: 100vh;
    padding-top: 40px;
  }
  .section-first .padding-1 {
    padding: 0;
  }
  .content-box-1 .carousel-1 {
    height: 60vh;
  }
  .box-1 img {
    display: none !important;
  }
  .content-box-1 .carousel-1 .swiper-container .box-1 {
    background-position: center center;
    background-repeat: no-repeat;
  }
  .content-box-1 .carousel-1 .swiper-container .box-1 {
    height: 60vh;
  }
  .content-box-2 figure {
    margin-top: 7vh;
  }
  .content-box-2 figure {
    text-align: center;
    height: 50vh;
  }
  .section-2 {
    background: #fff;
  }
  body header {
    position: absolute;
  }
  .section-5 {
    background: #09153A;
  }
  .section-6 {
    background: #fff;
  }
  .title {
    margin-bottom: 50px;
  }
  .content-box-6 .button-box {
    margin-top: 50px;
  }
  .section-7 {
    background: #F6F2ED;
  }
  .content-box-7 .swiper-pagination {
    bottom: 0;
  }
  nav {
    display: block !important;
  }
  .main-menu {
    z-index: 70;
  }
  header {
    position: absolute;
  }
  .content-box-4 .button-box {
    margin-top: 5vh;
  }
  .box-5 figure {
    height: 30vh;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    overflow: hidden;
    max-height: 396px;
  }
  .box-5 figure img {
    width: 100%;
    max-width: none;
    max-height: none;
  }
  .box-3 figure {
    height: 40vh;
    overflow: auto;
    max-height: 350px;
    overflow: hidden;
  }
  .box-3 figure img {
    max-height: none;
    width: 100%;
  }
  /*
    #menu li.active a:after,
    #menu li.active:hover a:hover:after{
      width: 100%;
    }
  */
  header {
    padding: 25px 0 !important;
  }
} 
.animate__animated {
  opacity: 0;
}

@media only screen and (min-width: 1300px) {
  .section-2 .title-1 {
    margin-top: -22px;
  }
  .section-2 .box-2 {
    margin-top: 22px;
  }
}

.main-content .boxes-3 .box-3 figure {
  height: auto !important;
}

.main-content .boxes-3 .box-3 {
  height: 100%;
}

.boxes-3-2 .row-box .box-3-active .box-3 .btn-linkedin {
  bottom: auto;
  left: auto;
  top: 10px;
  right: 30px;
}

@media only screen and (max-width: 1199px) {
  .boxes-3-2 .row-box .box-3-active .box-3 .btn-linkedin {
    right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .content-box-1 {
    background: none !important;
  }
  .box-3 .btn-linkedin {
    width: 30px;

  }
}

.box-6 {
  height: 100%;
}

.carousel-5 .swiper-slide {
  height: auto;
}

.content-box-1 {
  background: none;
}

.boxes-3-2-2 figure img {
  height: 110%;
  width: auto;
  max-width: none;
}

.boxes-3-2-2 figure {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}