/* Color */
/* Fonts */
/* Responsive Size */
/**/
/* Misc */
/* BREAKPOINTS */
.clearfix {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.fade {
  -webkit-animation: fade 0.5s alternate forwards;
          animation: fade 0.5s alternate forwards;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.color-white {
  color: #fff !important;
}

.color-blue {
  color: #0C4DA1 !important;
}

.color-yellow {
  color: #FFC000 !important;
}

.color-red {
  color: #ED1B24 !important;
}

.text-justify {
  text-align: justify;
}

.fixed {
  position: fixed !important;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.w-auto {
  width: auto !important;
}

.font-noto {
  font-family: "Noto Sans", sans-serif;
}

.font-simsun {
  font-family: "SimSun", sans-serif;
}

.slider .flickity-prev-next-button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  -webkit-transform: none;
          transform: none;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  top: 50%;
  margin-top: -1.25rem;
  background: #FFC000;
  transition: 0.3s;
}
.slider .flickity-prev-next-button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon/arrow-nav-slider.svg") center no-repeat !important;
  background-size: 0.4375rem auto;
  background-position: center center;
}
.slider .flickity-prev-next-button svg {
  display: none;
}
.slider .flickity-prev-next-button.next {
  right: -1.875rem;
}
.slider .flickity-prev-next-button.previous {
  left: -1.875rem;
}
.slider .flickity-prev-next-button.previous:after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.slider .flickity-prev-next-button:hover {
  background-color: #0C4DA1;
}
.slider:hover .flickity-prev-next-button {
  opacity: 1;
}

.slider .flickity-page-dots .dot {
  width: 0.625rem;
  height: 0.625rem;
  border: 0.125rem solid #bdbdbd;
  border-radius: 0.125rem;
  margin: 0 0.3125rem;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider .flickity-page-dots .dot:hover {
  border-color: #FFC000;
}
.slider .flickity-page-dots .dot.is-selected {
  border-color: #FFC000;
  background: #FFC000;
}

.js-nav-bottom-slider .flickity-nav {
  position: relative;
  margin: auto;
  margin-top: 1.875rem;
  max-width: 23.5rem;
}
.js-nav-bottom-slider .flickity-nav .flickity-page-dots {
  position: static;
}
.js-nav-bottom-slider .flickity-nav .flickity-prev-next-button {
  z-index: 5;
}
.js-nav-bottom-slider .flickity-nav .flickity-prev-next-button.previous {
  left: 0;
}
.js-nav-bottom-slider .flickity-nav .flickity-prev-next-button.next {
  right: 0;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
  outline: none !important;
  color: #0C4DA1;
}
a:active, a:focus, a:hover {
  text-decoration: underline;
}
body {
  min-height: 100vh;
  background: #fff;
}
#wrapper {
  overflow: hidden;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
  max-width: 84.375rem;
}
@media (max-width: 850px) {
  .container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: calc(100vw - 1.875rem);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 549px) {
  .container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: calc(100vw - 1.25rem);
  }
}

.container {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media (max-width: 549px) {
  .container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.col, .columns, .gallery-item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 0rem;
}
@media (max-width: 549px) {
  .col, .columns, .gallery-item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.row .gallery, .row .row:not(.row-collapse), .container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse) {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (max-width: 549px) {
  .row .gallery, .row .row:not(.row-collapse), .container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse) {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.col-inner > .img:not(:last-child), .col > .img:not(:last-child) {
  margin-bottom: 0;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
html {
  font-size: 16px;
  font-size: 0.8333333333vw;
}
@media (min-width: 1950px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1499px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1198px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 850px) {
  html {
    font-size: 13px;
    font-size: 1.6927083333vw;
  }
}
@media (max-width: 549px) {
  html {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

body {
  font-size: 1rem;
  letter-spacing: 0;
  font-family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}
@media (max-width: 549px) {
  body {
    font-size: 1rem;
  }
}

h1, h2, h3, h4, h5, span, p {
  line-height: 1.4;
}

h1, h2, h3, h4, h5 {
  font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 1.875rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1rem;
}

#wrapper #logo {
  width: 5rem;
  margin-right: 1.25rem;
}
@media (max-width: 549px) {
  #wrapper #logo {
    width: 3.125rem;
    margin: 1px 0 0 0;
  }
}

@media (max-width: 549px) {
  .header-main {
    height: 3.375rem !important;
  }
}

.header {
  font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
}
.header .nav > li.header-divider {
  border-color: #333;
  height: 1.25rem;
}
.header .icon-menu {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  background: url("../images/icon/hbg.svg") center no-repeat;
  background-size: 1.25rem 1.125rem;
  margin: 0;
}
.header .icon-menu::before {
  display: none;
}
.header .icon-search {
  background: url("../images/icon/search.svg") center no-repeat;
  background-size: 1.625rem 1.625rem;
  width: 1.625rem;
  height: 1.625rem;
  margin: 0;
}
.header .icon-search::before {
  display: none;
}
.header .nav-dark .nav > li.header-divider {
  border-color: #fff;
}
.header .nav-dark .icon-menu {
  background-image: url("../images/icon/hbg-white.svg");
}
.header .nav-dark .icon-search {
  background-image: url("../images/icon/search-white.svg");
}
.header .header-search-form .submit-button {
  background: #0C4DA1 !important;
}
.header .header-search-form .icon-search {
  background-image: url("../images/icon/search-white.svg") !important;
  background-size: 1.375rem auto;
}

.mobile-nav .icon-search {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.125rem 1.125rem;
}

#main-menu ul.nav-sidebar .image-icon {
  padding-left: 0.625rem;
}
#main-menu ul.nav-sidebar .icon-image {
  padding-right: 0.625rem;
  line-height: 0;
}
#main-menu ul.nav-sidebar .icon-image img {
  max-width: 1rem;
}

.header-nav.nav > li {
  margin: 0 0rem;
}
.header-nav.nav > li:after, .header-nav.nav > li:before {
  display: none !important;
}
.header-nav.nav > li > a {
  font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: normal;
  padding: 0.625rem;
  color: #333;
  position: relative;
}
@media (max-width: 549px) {
  .header-nav.nav > li > a {
    font-size: 1rem;
  }
}
.nav-dark .header-nav.nav > li > a {
  color: #fff;
}
.header-nav.nav > li > a > i {
  font-size: 0.6875rem;
  opacity: 1;
  margin-left: 0.4375rem;
}
.header-nav.nav > li > a:after {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  background: #FFC000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-nav.nav > li > ul {
  padding: 0;
  border: 0;
}
.header-nav.nav > li > ul > li {
  padding: 0;
}
.header-nav.nav > li > ul > li > a {
  font-size: 1rem;
  padding: 0.925rem;
  margin: 0;
}
.header-nav.nav > li > ul > li:hover > a {
  color: #0C4DA1;
  background: #eee;
}
.header-nav.nav > li:hover > a:after {
  width: 100%;
}
.header-nav.nav > li.active > a {
  font-weight: bold;
}
.header-nav.nav > li.current-dropdown > ul {
  left: 0;
}
.header-nav.nav > li.header-divider {
  height: 1.25rem;
}
.header-nav.nav > li.header-search-dropdown {
  margin: 0 0.5625rem;
}
.header-nav.nav > li.header-search-dropdown > a {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.header-nav.nav > li.header-language-dropdown > a {
  font-size: 0 !important;
}
.header-nav.nav > li.header-language-dropdown > a > .image-icon {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.4;
}
.header-nav.nav > li.header-language-dropdown > a > .image-icon img {
  width: 100%;
}
.header-nav.nav > li.header-language-dropdown .nav-dropdown .icon-image {
  width: 1.375rem;
  text-align: center;
}

.header .flex-right .header-nav .menu-item {
  margin-right: 1.25rem;
}

.dark .nav-vertical li li.menu-item-has-children > a,
.dark .nav-vertical-fly-out > li > a,
.dark .nav-vertical > li > ul li a,
.dark .nav > li.html, .dark .nav > li > a,
.nav-dark .is-outline,
.nav-dark .nav > li > a,
.nav-dark .nav > li > button,
.nav-dropdown.dark .nav-column > li > a,
.nav-dropdown.dark > li > a {
  color: #fff;
}

.header-language-dropdown > a {
  font-size: 0;
}

.stuck .header-main .nav > li > a {
  line-height: 2.5rem;
}

.off-canvas .nav-vertical > li > a {
  font-size: 1rem;
}

.footer {
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 140%;
  font-family: "Montserrat";
}
@media (min-width: 550px) {
  .footer {
    padding-top: 2.5rem !important;
  }
}
@media (max-width: 549px) {
  .footer {
    padding-bottom: 2.8125rem !important;
    padding-top: 1.875rem !important;
  }
}
.footer p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 140%;
}
@media (max-width: 549px) {
  .footer p {
    font-size: 0.875rem;
    margin-right: -0.4375rem;
  }
}
@media (min-width: 550px) {
  .footer__logo {
    max-width: 9.375rem;
    width: 100% !important;
    margin-bottom: 0 !important;
    margin-left: -0.4375rem !important;
  }
}
@media (max-width: 549px) {
  .footer__logo {
    max-width: 7.375rem;
  }
}
.footer__title {
  color: #ED1B24;
  margin-bottom: 0.8125rem;
}
.footer__title h3 {
  color: #ED1B24;
  margin: 0;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
.footer__info {
  max-width: 30rem;
  font-size: 1rem;
  line-height: 1.5;
}
.footer__info h3 {
  margin-bottom: 0.375rem;
}
@media (max-width: 549px) {
  .footer__info h3 {
    margin-bottom: 0.875rem;
  }
}
.footer__info p {
  margin-bottom: 0.5rem;
}
.footer__info .button.is-underline span {
  color: #333;
}
.footer__info .button.is-underline:before {
  height: 1px;
  opacity: 1;
  bottom: 0.1875rem;
  width: 100%;
  left: 0;
}
.footer__info .button.is-underline:hover {
  color: #0C4DA1;
}
.footer__info .button.is-underline:hover span {
  color: #0C4DA1;
}
.footer__info .img {
  max-width: 16.8125rem;
  width: 100% !important;
  margin-top: -0.625rem;
}
@media (max-width: 549px) {
  .footer__info .img {
    max-width: 100%;
  }
}
.footer__bct {
  width: 12.4375rem !important;
  margin-top: 1.75rem;
  max-width: 12.375rem;
}
@media (max-width: 549px) {
  .footer__bct {
    max-width: 12.375rem;
    margin-top: 2.5rem;
  }
}
@media (min-width: 550px) {
  .footer__col.-item-1 {
    -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
    max-width: 21%;
  }
}
.footer__col.-item-2 {
  font-size: 1.125rem;
}
@media (min-width: 550px) {
  .footer__col.-item-2 {
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    max-width: 19%;
  }
}
@media (max-width: 549px) {
  .footer__col.-item-2 {
    margin-top: 2.1875rem;
  }
}
@media (min-width: 550px) {
  .footer__col.-item-3 {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    max-width: 31%;
    padding-right: 5.625rem;
  }
}
@media (max-width: 850px) {
  .footer__col.-item-3 {
    padding-right: 1.875rem;
  }
}
@media (max-width: 549px) {
  .footer__col.-item-3 {
    margin-top: 2.5rem;
    padding: 0 0.625rem;
  }
}
@media (min-width: 550px) {
  .footer__col.-item-4 {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    max-width: 29%;
  }
}
@media (max-width: 549px) {
  .footer__col.-item-4 {
    margin-top: 2.625rem;
    padding: 0 0.625rem;
  }
}
.footer__heading {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
@media (max-width: 549px) {
  .footer__heading {
    font-size: 0.875rem;
  }
}
.footer__newsletter form {
  position: relative;
}
.footer__newsletter form .wpcf7-response-output {
  position: absolute;
  top: calc(100% - 1.25rem);
  left: 0;
  margin-top: 0;
  margin-left: 0;
  color: #5cb85c;
  border: 0px;
  padding-left: 0;
}
.footer__newsletter form.invalid .wpcf7-response-output {
  color: #f00;
}
.footer__newsletter .wpcf7-not-valid-tip {
  display: none;
}
.footer .footer-subscribe-form {
  position: relative;
  margin-top: -0.625rem;
}
.footer .footer-subscribe-form input[type=email] {
  border: 0px;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  padding-left: 0;
  font-weight: 1rem;
  font-weight: 400;
  font-size: 1rem;
  height: 2rem;
  font-family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #333 !important;
}
.footer .footer-subscribe-form input[type=email]::-webkit-input-placeholder {
  color: #BDBDBD;
}
.footer .footer-subscribe-form input[type=email]:-moz-placeholder {
  color: #BDBDBD;
}
.footer .footer-subscribe-form input[type=email]::-moz-placeholder {
  color: #BDBDBD;
}
.footer .footer-subscribe-form input[type=email]:-ms-input-placeholder {
  color: #BDBDBD;
}
.footer .footer-subscribe-form input[type=email]:hover {
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}
.footer .footer-subscribe-form input[type=submit] {
  position: absolute;
  top: 0;
  right: -0.625rem;
  background: url(../images/icon/arrow-send.svg);
  background-size: 1.125rem 0.9375rem;
  background-position: left center;
  width: 1.875rem;
  height: 0.9375rem;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.footer .footer-subscribe-form input[type=submit]:hover {
  -webkit-animation: sendBtn 0.5s ease-in-out;
          animation: sendBtn 0.5s ease-in-out;
}
.footer .footer-subscribe-form .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 1.25rem;
}
@media (max-width: 549px) {
  .footer__social {
    margin-top: -0.3125rem;
  }
}
.footer__social i {
  font-size: 0.875rem;
}
.footer__social .icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333333 !important;
  border-radius: 0.125rem !important;
  color: #fff !important;
}
.footer__social a[data-label=Facebook]:hover {
  background: currentColor !important;
}
.footer__social a[data-label=Facebook] i {
  font-size: 1.25rem;
  top: 0.25rem;
  left: 0.1875rem;
}
.footer__social a[data-label=Twitter]:hover {
  background: currentColor !important;
}
.footer__social a[data-label=Twitter] i {
  top: 1px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.footer__social a[data-label=LinkedIn] {
  background-image: url(../images/icon/social-lin.svg) !important;
  background-size: 1.0625rem 1.0625rem !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.footer__social a[data-label=LinkedIn] i {
  opacity: 0;
}
.footer__social a[data-label=YouTube] {
  background: none !important;
}
.footer__social a[data-label=YouTube] i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon/social-yt.svg) !important;
  background-size: 1.5rem 1.5rem !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: transparent !important;
}
.footer__social a[data-label=YouTube] i:before {
  content: "";
}
.footer__social a[data-label=YouTube]:hover i {
  -webkit-filter: brightness(5);
          filter: brightness(5);
}
.footer .ux-menu {
  margin-top: -0.5rem;
}
@media (max-width: 549px) {
  .footer .ux-menu {
    display: block !important;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 549px) {
  .footer .ux-menu-link {
    text-align: center;
  }
}
.footer .ux-menu-link a {
  border-bottom: 0;
  min-height: unset;
  padding: 0.5rem 0;
}
@media (max-width: 549px) {
  .footer .ux-menu-link a {
    display: block;
    padding: 0.75rem 0;
    font-size: 1rem;
  }
}
.footer .ux-menu-link a:hover {
  color: #0C4DA1;
  text-decoration: underline !important;
}
.footer .social-icons {
  margin-top: 0rem;
}
.footer .social-icons i {
  vertical-align: middle;
}
.footer .social-icons .icon {
  font-size: 1rem;
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.5625rem 0 0;
  padding: 0;
  border: 0;
  min-width: 0;
  min-height: 0;
}
@media (max-width: 549px) {
  .footer .social-icons .icon {
    margin: 0 1.75rem 0 0;
  }
}
.footer .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .footer-socials__item {
  padding-right: 0.625rem;
}
.footer .footer-socials__item.-fb:hover svg path {
  fill: rgb(24, 119, 142);
}
.footer .footer-socials__item.-lin:hover svg path {
  fill: rgb(10, 102, 194);
}
.footer .footer-socials__item.-twt:hover svg path {
  fill: #1DA1F2;
}
.footer .footer-socials__item.-yt:hover svg path {
  fill: #1DA1F2;
}

.absolute-footer {
  display: none;
  text-align: center;
  color: #fff !important;
  background: #000;
  font-size: 1rem;
  border-bottom: 0.4375rem solid #0C4DA1;
}
.absolute-footer .pull-left {
  width: 100%;
  text-align: center;
}

@-webkit-keyframes sendBtn {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes sendBtn {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.footer-bottom {
  font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
}
@media (min-width: 550px) {
  .footer-bottom {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-size: 0.875rem;
  }
}
@media (max-width: 549px) {
  .footer-bottom {
    margin-top: 0.8125rem;
    padding-top: 1.25rem !important;
    padding-bottom: 1.5625rem !important;
    font-size: 0.875rem;
  }
}
.footer-bottom p {
  margin: 0;
  font-size: 0.875rem;
}
@media (max-width: 549px) {
  .footer-bottom p {
    font-size: 0.875rem;
    text-align: center;
  }
}
.footer-bottom .ux-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 549px) {
  .footer-bottom .ux-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.625rem;
  }
}
.footer-bottom .ux-menu .ux-menu-link {
  display: inline-block;
  color: #fff;
  padding: 0 1.25rem;
  position: relative;
}
@media (max-width: 549px) {
  .footer-bottom .ux-menu .ux-menu-link {
    padding: 0 0.75rem;
  }
}
.footer-bottom .ux-menu .ux-menu-link__link {
  padding: 0;
  margin: 0;
  min-height: 0;
  font-size: 0.875rem;
  color: #fff !important;
}
@media (max-width: 549px) {
  .footer-bottom .ux-menu .ux-menu-link__link {
    font-size: 0.875rem;
  }
}
.footer-bottom .ux-menu .ux-menu-link__link:hover {
  color: #fff !important;
  text-decoration: underline !important;
}
.footer-bottom .ux-menu .ux-menu-link:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  bottom: 0.125rem;
  width: 1px;
  background: #fff;
  left: 0;
}
.footer-bottom .ux-menu .ux-menu-link:last-child {
  padding-right: 0;
}
.footer-bottom .ux-menu .ux-menu-link:first-child {
  border-left: none;
}
.footer-bottom .ux-menu .ux-menu-link:first-child:before {
  display: none;
}

.button.is-underline {
  color: #333;
}
.button.is-underline span {
  color: #333;
  text-transform: uppercase;
}
.button.is-underline:before {
  height: 1px;
  opacity: 1;
  bottom: 0.1875rem;
  width: 100%;
  left: 0;
  background: currentColor;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.button.primary, .button.white {
  font-size: 0.8125rem;
  color: #333;
  border-radius: 0rem;
  height: auto;
  font-weight: 800;
  padding: 0px 0rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: normal;
  color: #333;
  background: none !important;
  border: 0;
  min-height: 0;
  font-family: Montserrat, Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 0.09375rem;
}
.button.primary .icon-angle-right, .button.white .icon-angle-right {
  font-size: 0;
  border-radius: 0.3125rem;
  vertical-align: baseline;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0 !important;
  margin-left: 0.4375rem !important;
  margin-top: 0.1875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ED1B24;
  overflow: hidden;
}
.button.primary .icon-angle-right:before, .button.white .icon-angle-right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon/arrow-btn.svg") no-repeat;
  background-size: 0.6875rem auto;
  background-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button.primary:hover, .button.white:hover {
  color: #0C4DA1;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline !important;
}
.button.primary:hover .icon-angle-right, .button.white:hover .icon-angle-right {
  background-color: #fd2727;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.button.primary:hover .icon-angle-right:before, .button.white:hover .icon-angle-right:before {
  -webkit-animation: button-arrow 0.4s;
          animation: button-arrow 0.4s;
}
.button.primary.white, .button.white.white {
  color: #fff !important;
}
.button.primary.white:hover .icon-angle-right, .button.white.white:hover .icon-angle-right {
  background-color: #FFC000;
}

@-webkit-keyframes button-arrow {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50.5% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes button-arrow {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50.5% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.hero-banner {
  position: relative;
}
.hero-banner .banner {
  background: #0C4DA1 !important;
}
.hero-banner .text-box {
  padding: 0 0.625rem;
}
@media (max-width: 549px) {
  .hero-banner .button {
    height: auto;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.hero-banner h1 {
  margin: 1.25rem 0;
  font-size: 2.5rem;
  line-height: 1.4;
}
@media (max-width: 549px) {
  .hero-banner h1 {
    font-size: 1.875rem;
  }
}
.hero-banner p {
  font-size: 1rem;
}
.hero-banner .flickity-page-dots {
  bottom: 2.75rem;
  max-width: 74.375rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
  padding: 0 0.625rem;
}
@media (max-width: 549px) {
  .hero-banner .flickity-page-dots {
    bottom: 0.9375rem;
    padding: 0 1.25rem;
  }
}
.hero-banner .flickity-page-dots .dot {
  width: 0.625rem;
  height: 0.625rem;
  border-width: 2px;
}
.hero-banner__scroll-down {
  max-width: 0.8125rem;
  position: absolute;
  left: 50%;
  margin-left: -0.4375rem;
  bottom: 1.875rem;
  width: 100% !important;
}
@media (max-width: 549px) {
  .hero-banner__scroll-down {
    bottom: 1.125rem;
  }
}

#content .hero-banner .flickity-prev-next-button {
  display: none;
}

.block-title h2 {
  font-size: 0.9375rem;
  margin: 0;
  font-weight: 700;
  color: #ED1B24;
  letter-spacing: 0.09375rem;
}
@media (max-width: 549px) {
  .block-title h2 {
    font-size: 0.8125rem;
  }
}
.block-title h3 {
  font-size: 2.5rem;
  margin: 0.125rem 0 0;
  font-weight: 600;
  color: #0C4DA1;
}
@media (max-width: 549px) {
  .block-title h3 {
    font-size: 1.875rem;
  }
}
.block-title.-left {
  text-align: left;
}
.booking-block {
  background: #000;
  padding: 0;
}
.booking-block h4 {
  padding: 0 2.5rem;
  margin: 1.875rem 0 0;
  font-size: 1.75rem;
  line-height: 1.3928571429;
}
.booking-block form {
  padding: 0 2.5rem;
  margin-top: 0.8125rem;
}
.booking-block form .col {
  margin-bottom: 0.25rem;
}
.booking-block form label {
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 0.625rem;
}
.booking-block form input[type=text],
.booking-block form input[type=tel],
.booking-block form input[type=date],
.booking-block form select {
  background: #000;
  border: 1px solid #4F4F4F;
  color: #fff;
}
.booking-block form .button {
  border-radius: 99px;
  color: #333;
  width: 100%;
}
.booking-block .wpcf7-not-valid-tip {
  position: absolute;
  z-index: 2;
  opacity: 1;
}
.booking-block .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.b-text-w-bg-blue {
  background: #0C4DA1;
  color: #fff;
}
.b-text-w-bg-blue__sub-title h1, .b-text-w-bg-blue__sub-title h2, .b-text-w-bg-blue__sub-title h3, .b-text-w-bg-blue__sub-title h4, .b-text-w-bg-blue__sub-title h5 {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #FFC000;
  letter-spacing: 0.09375rem;
}
@media (max-width: 549px) {
  .b-text-w-bg-blue__sub-title h1, .b-text-w-bg-blue__sub-title h2, .b-text-w-bg-blue__sub-title h3, .b-text-w-bg-blue__sub-title h4, .b-text-w-bg-blue__sub-title h5 {
    font-size: 0.8125rem;
  }
}
.b-text-w-bg-blue__title h1, .b-text-w-bg-blue__title h2, .b-text-w-bg-blue__title h3, .b-text-w-bg-blue__title h4, .b-text-w-bg-blue__title h5 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 549px) {
  .b-text-w-bg-blue__title h1, .b-text-w-bg-blue__title h2, .b-text-w-bg-blue__title h3, .b-text-w-bg-blue__title h4, .b-text-w-bg-blue__title h5 {
    font-size: 1.875rem;
    margin-top: 0.3125rem;
  }
}
.b-text-w-bg-blue__desc {
  color: #fff;
  margin-top: 1.5rem;
}
@media (max-width: 549px) {
  .b-text-w-bg-blue__desc {
    margin-top: 0.625rem;
    font-size: 1rem;
  }
}
.b-text-w-bg-blue__btn {
  margin-bottom: 0px !important;
  margin-top: 1rem;
}
.b-text-w-bg-blue__btn span {
  color: #fff;
}

.back-to-top {
  width: 2.5rem;
  height: 2.5rem;
  background: #FFC000 !important;
  border-radius: 0.3125rem !important;
  border: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 549px) {
  .back-to-top {
    display: inline-block !important;
    bottom: 8.125rem;
    position: relative !important;
    right: 1.0625rem;
    float: right;
    margin-top: -2.5rem;
  }
}
.back-to-top i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon/arrow-to-top.svg") center no-repeat;
  background-size: 0.75rem 1.375rem;
}
.back-to-top i::before {
  content: "";
}
.back-to-top:hover {
  background-color: #0C4DA1 !important;
}

.breadcrumbs {
  display: block;
  position: relative;
  margin-top: 0.875rem;
  margin-bottom: 1.4375rem;
  margin-left: 0.1875rem;
  white-space: nowrap;
  font-family: "Montserrat", Arial, Helvetica Neue, Helvetica, sans-serif;
}
@media (max-width: 549px) {
  .breadcrumbs {
    margin-top: 0;
    margin-bottom: 0.9375rem;
    overflow: auto;
  }
}
.breadcrumbs p {
  font-size: 0.95rem;
  color: #828282;
  line-height: 1.3;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  padding-right: 1.875rem;
  padding-left: 0.0625rem;
  position: relative;
  letter-spacing: 0.0625rem;
  margin: 0;
}
@media (max-width: 549px) {
  .breadcrumbs p {
    padding-right: 0.9375rem;
    font-size: 0.95rem;
  }
  .breadcrumbs p.-ellipsis {
    font-size: 0;
  }
  .breadcrumbs p.-ellipsis:before {
    content: "...";
    display: block;
    font-size: 0.75rem;
    color: #828282;
    line-height: 1.3;
    font-weight: 600;
  }
}
.breadcrumbs p a {
  text-decoration: none;
}
.breadcrumbs p a:visited {
  color: inherit;
}
.breadcrumbs p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../../assets/images/icon/ico-ar-gray.png") no-repeat center;
  background-size: 0.4375rem 0.625rem;
}
@media (max-width: 549px) {
  .breadcrumbs p::after {
    right: -0.3125rem;
  }
}
.breadcrumbs p:last-of-type {
  color: #333;
  font-weight: 600;
  padding-right: 0.3125rem;
  font-size: 0.95rem;
}
@media (max-width: 549px) {
  .breadcrumbs p:last-of-type {
    font-size: 0.95rem;
  }
}
.breadcrumbs p:last-of-type::before {
  display: none;
}
.breadcrumbs p:last-of-type:after {
  display: none;
}
.breadcrumbs p:first-of-type {
  padding-left: 0;
}

.depended-company-section {
  margin-top: 3.5625rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 549px) {
  .depended-company-section {
    margin-top: 2.625rem;
  }
}
.depended-company-section .slider-wrapper {
  margin-top: 1.4375rem;
  padding: 0 5rem;
}
@media (max-width: 549px) {
  .depended-company-section .slider-wrapper {
    padding: 0;
    margin-top: 0.625rem;
  }
}
#content .depended-company-section .flickity-slider > .depended-company-section__cell, .depended-company-section__cell {
  max-width: calc(20% - 0.5rem) !important;
  margin-right: 0.625rem;
  padding: 0.625rem 0 !important;
}
@media (max-width: 549px) {
  #content .depended-company-section .flickity-slider > .depended-company-section__cell, .depended-company-section__cell {
    max-width: 12.0625rem !important;
    margin-right: 1.125rem;
  }
}
.depended-company-section__item {
  padding: 1px;
}
.depended-company-section__item .img-inner {
  border: 1px solid #E0E0E0;
  border-radius: 1.25rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.depended-company-section__item a:hover .img-inner {
  -webkit-box-shadow: 0px 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 549px) {
  .depended-company-section .flickity-viewport {
    overflow: visible;
  }
}
.depended-company-section .flickity-page-dots {
  bottom: -2.125rem;
}
.depended-company-section .flickity-prev-next-button.previous {
  left: -3.75rem;
}
.depended-company-section .flickity-prev-next-button.next {
  right: -3.75rem;
}

.bottom-body {
  position: relative;
  margin-top: 8.125rem;
}
@media (max-width: 549px) {
  .bottom-body {
    margin-top: 5.625rem;
  }
}
@media (max-width: 1499px) {
  .bottom-body__cell > .col-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
  }
}
@media (max-width: 1199px) {
  .bottom-body__item {
    max-width: none !important;
  }
}
.bottom-body__item__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3.75rem 4.6875rem 0.625rem;
}
@media (max-width: 1499px) {
  .bottom-body__item__left {
    padding: 2rem 2.5rem 0.625rem;
  }
  .bottom-body__item__left h3 {
    font-size: 2.1875rem;
  }
}
@media (max-width: 1199px) {
  .bottom-body__item__left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.875rem 2.5rem 1.875rem 2.5rem;
  }
  .bottom-body__item__left h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 549px) {
  .bottom-body__item__left {
    padding: 2.8125rem 1.25rem;
  }
}
@media (max-width: 1499px) {
  .bottom-body__item__left .b-text-w-bg-blue__desc {
    margin-top: 0.625rem;
  }
}
@media (max-width: 549px) {
  .bottom-body__item__left .b-text-w-bg-blue__desc {
    margin-top: 0.625rem;
  }
}
@media (max-width: 1499px) {
  .bottom-body__item__left .b-text-w-bg-blue__btn {
    margin-top: 0.625rem;
  }
}
@media (max-width: 549px) {
  .bottom-body__item__left .b-text-w-bg-blue__btn {
    margin-top: 1rem;
  }
}
.bottom-body__item__right {
  padding: 0 !important;
  line-height: 0;
}
@media (max-width: 1499px) {
  .bottom-body__item__right div {
    height: 100%;
  }
  .bottom-body__item__right div img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 549px) {
  .bottom-body__item__right.medium-col-first {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}