@charset "UTF-8";
@import url("../assets/fonts/Roboto/stylesheet.css");
@import url("../assets/fonts/Oswald/stylesheet.css");
/* LIBRARIES */
@import url("../js/libs/fontawesome/css/all.css");
@import url("../js/libs/swiper/swiper-bundle.min.css");
@import url("../js/libs/magnific/magnific-popup.min.css");
@import url("../js/libs/aos/aos.css");
@import url("../js/libs/lightgallery/lightgallery.min.css");
@import url("../js/libs/select2/select2.min.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none !important;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes moveTop {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.effectShine {
  position: relative;
  overflow: hidden;
}
.effectShine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.effectShine:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@keyframes fadeInDown {
  0% {
    transform: translateY(-3rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(3rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.mona-content strong,
.mona-content b {
  font-weight: bold;
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.6em;
}
.mona-content h1 {
  font-size: 1.7em;
}
.mona-content h2 {
  font-size: 1.6em;
}
.mona-content h3 {
  font-size: 1.25em;
}
.mona-content h4 {
  font-size: 1.125em;
}
.mona-content h5 {
  font-size: 1em;
}
.mona-content h6 {
  font-size: 0.85em;
}
.mona-content p {
  margin: 1em 0;
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul {
  list-style-type: disc;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  max-width: 100% !important;
  height: auto;
}
.mona-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’";
}
.mona-content blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.mona-content blockquote p {
  display: inline;
}
.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1;
}
.mona-content table th,
.mona-content table td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 10px;
  vertical-align: middle;
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: "Roboto", "sans-serif";
  font-size: 1.6rem;
  line-height: 1.5;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #193869;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #DD3535;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
  transition: 0.3s;
}

button,
select,
input,
textarea {
  font-family: "Roboto", "sans-serif";
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 0;
  border: none;
  outline: none;
  background: #fff;
}

.container {
  position: relative;
  width: 100%;
  max-width: 120rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.no-scroll {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

.sec-tt {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: bold;
  text-transform: capitalize;
  color: #193869;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1200px) {
  .sec-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .sec-tt {
    font-size: 2.2rem;
  }
}
.sec-tt.sec-tt-left {
  text-align: left;
}

.sec-desc {
  color: #000;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn {
  width: 100%;
  max-width: max-content;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 1rem 3rem;
  background: #1B4075;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .btn:hover {
    background: #DD3535;
  }
}
.btn img {
  width: max-content;
  margin-left: 1.5rem;
}
.btn.btn-red {
  background: #DD3535;
}
@media (min-width: 1025px) {
  .btn.btn-red:hover {
    background: #1B4075;
  }
}

.section {
  padding: 6rem 0;
}
@media (max-width: 1024px) {
  .section {
    padding: 5rem 0;
  }
}

.no-bg {
  background: #fff !important;
}

.flex-r {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  align-items: stretch;
  -webkit-align-items: stretch;
}
@media (max-width: 1024px) {
  .flex-r {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}

.flex-c {
  width: 33.3333333333%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .flex-c {
    padding: 0 0.75rem;
  }
}

p {
  margin-bottom: 1.5rem;
}
p.title {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
p.quote {
  padding: 3rem;
  border-left: 1px solid #1B4075;
  background: #FFFFFF;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  font-size: 1.8rem;
  font-weight: 500;
  color: #1B4075;
}
@media only screen and (max-width: 1200px) {
  p.quote {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  p.quote {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  p.quote {
    padding: 1.5rem;
  }
}

.move-to-top {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #193869;
  position: fixed;
  bottom: 9rem;
  right: 1.5rem;
  z-index: 5;
  transform: translateX(2rem);
  opacity: 0;
  transition: 0.3s linear;
  cursor: pointer;
  visibility: hidden;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  align-items: center;
  -webkit-align-items: center;
}
.move-to-top.active {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.move-to-top .pyramid {
  display: block;
  width: 0;
  height: 0;
  z-index: 2;
  border: 6px solid transparent;
  border-bottom: 6px solid #fff;
  margin-top: -6px;
}
.move-to-top .pyramid:nth-child(1) {
  animation: moveTop 1s linear 0.4s infinite;
}
.move-to-top .pyramid:nth-child(2) {
  animation: moveTop 1s linear 0.2s infinite;
}
.move-to-top .pyramid:nth-child(3) {
  animation: moveTop 1s linear 0s infinite;
}
@media (min-width: 1025px) {
  .move-to-top:hover {
    box-shadow: 0 0 10px #fff;
  }
}

.bars-wrap {
  width: 3.3rem;
  display: none;
  margin-left: 1.5rem;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .bars-wrap {
    display: block;
  }
}

.bars {
  display: none;
  width: 100%;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .bars {
    display: block;
  }
}
.bars-line {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #193869;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.bars-line:nth-child(1) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.bars-line:nth-child(2) {
  top: 19px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.bars-line:nth-child(3) {
  top: 28px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.bars.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: translateY(2px) rotate(45deg);
  top: 0.5rem;
  left: 0.4rem;
}
.bars.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.bars.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
  top: 3.5rem;
  left: 0.3rem;
}

.swiper-prev,
.swiper-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .swiper-prev:hover,
.swiper-next:hover {
    background: #DD3535;
  }
}
.swiper-prev img,
.swiper-next img {
  width: max-content;
}

.swiper-prev {
  left: 3rem;
}
.swiper-prev img {
  transform: rotate(180deg);
}

.swiper-next {
  right: 3rem;
}

.swiper-pagination {
  width: 100%;
  bottom: -3rem;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0.15rem;
  transition: 0.3s;
}

.swiper-pagination-bullet-active {
  width: 2.4rem;
  background: #193869;
  border-radius: 1rem;
}

.select2-container--default .select2-selection--single {
  border: none;
  height: unset;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  padding: 8px 0;
  padding-right: 2rem;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #09204c;
  font-size: 1.8rem;
  line-height: 2.4rem;
  position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__rendered::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: url("../assets/images/icon-down.svg") no-repeat;
  background-size: 100% 100%;
}

.select2-selection__arrow {
  display: none;
}

.select2-search__field {
  outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #193869;
}

.hd {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
}
.hd-top {
  padding: 1.3rem 0;
  background: #002842;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1200px) {
  .hd-top {
    display: none;
  }
}
.hd-top-ctn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.hd-top-left {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.hd-top-right {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.hd-lang {
  padding: 0.4rem 0;
  padding-right: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  position: relative;
}
.hd-lang:hover .hd-lang-list {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.hd-lang img {
  width: 1.5rem;
}
.hd-lang img.dropdown {
  width: 0.5rem;
}
.hd-lang-current {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.hd-lang-current img {
  margin-right: 0.5rem;
}
.hd-lang-current img.dropdown {
  margin-left: 1.5rem;
}
.hd-lang-list {
  position: absolute;
  z-index: 1;
  top: 100%;
  transform: translateY(1rem);
  background: #fff;
  box-shadow: rgba(10, 30, 71, 0.16) 1rem 1rem 4rem;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.hd-lang-list li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding: 0.75rem 1rem;
  color: #193869;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .hd-lang-list li a:hover {
    color: #DD3535;
  }
}
.hd-lang-list li a img {
  margin-right: 0.5rem;
  margin-top: -0.2rem;
}
.hd-lang-phone {
  display: none;
  width: 100%;
}
@media (max-width: 1200px) {
  .hd-lang-phone {
    display: block;
  }
}
.hd-lang-phone-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: 100%;
  max-width: max-content;
  padding: 0 1rem;
  border-left: 1px solid #193869;
  border-right: 1px solid #193869;
}
.hd-lang-phone-item {
  margin-right: 1.5rem;
}
.hd-lang-phone-item:last-child {
  margin-right: 0;
}
.hd-lang-phone-item a {
  display: block;
}
.hd-lang-phone-item a img {
  width: 3rem;
}
.hd-faq {
  padding: 0.4rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.hd-faq a {
  display: block;
  padding: 0 1.5rem;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .hd-faq a:hover {
    color: #DD3535;
  }
}
.hd-contact {
  padding: 0.4rem 0;
}
.hd-contact a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding: 0 1.5rem;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .hd-contact a:hover {
    color: #DD3535;
  }
}
.hd-contact img {
  width: 1rem;
  margin-right: 0.5rem;
}
.hd-active {
  padding: 0.4rem 0;
  padding-right: 1.7rem;
  margin-right: 1.2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.hd-bot {
  padding: 1.3rem 0;
  background: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  .hd-bot {
    height: 6.5rem;
    padding: 1rem 0;
    border-bottom: 1px solid #193869;
    box-shadow: unset;
  }
}
.hd-bot-ctn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.hd-logo {
  width: 7.7rem;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .hd-logo {
    width: 5rem;
  }
}
.hd-logo a {
  display: block;
  width: 100%;
}
.hd-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1200px) {
  .hd-menu {
    margin-left: 1.5rem;
  }
}
.hd-menu .menu {
  padding-right: 1.5rem;
  margin-right: 3rem;
  position: relative;
}
@media (max-width: 1200px) {
  .hd-menu .menu {
    position: fixed;
    z-index: 2;
    top: 6.5rem;
    padding-right: 0;
    margin-right: 0;
    transform: translateX(1.5rem);
    width: 100%;
    max-width: 30rem;
    transform: translateX(calc(100% + 1.5rem));
    transition: 0.3s linear;
    height: calc(100vh - 6.5rem);
    background: #fff;
  }
  .hd-menu .menu.open {
    transform: translateX(1.5rem);
  }
}
.hd-menu .menu::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 2.1rem;
  background: #193869;
}
@media (max-width: 1200px) {
  .hd-menu .menu::before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .hd-menu .menu-wrap {
    position: relative;
    height: 100%;
    overflow: hidden auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
}
.hd-menu .menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 1200px) {
  .hd-menu .menu-list {
    width: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    background: #fff;
    transition: 0.3s linear;
  }
}
@media (max-width: 1200px) {
  .hd-menu .menu-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .hd-menu .menu-item:hover > a {
    color: #DD3535;
  }
}
.hd-menu .menu-item.current a {
  color: #DD3535;
}
.hd-menu .menu-item a {
  display: block;
  padding: 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #193869;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .hd-menu .menu-item a {
    width: 100%;
    padding: 1.2rem 1.5rem;
  }
}
.hd-menu .menu-item.dropdown {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown {
    display: block;
  }
}
@media (min-width: 1201px) {
  .hd-menu .menu-item.dropdown:hover > .submenu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.hd-menu .menu-item.dropdown img {
  position: absolute;
  right: 0;
  top: 2rem;
  width: 1rem;
}
.hd-menu .menu-item.dropdown img.subBtn {
  transition: 0.3s;
}
.hd-menu .menu-item.dropdown img.subBtn.active {
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown img.subBtn {
    padding: 1.5rem;
    top: 0;
    width: 4rem;
  }
}
.hd-menu .menu-item.dropdown .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 17rem;
  padding: 0.5rem 0;
  background: #fff;
  box-shadow: 1rem 1rem 4rem rgba(10, 30, 71, 0.16);
  border-radius: 1.2rem;
  transform: translateY(1rem);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown .submenu {
    display: none;
    position: relative;
    top: 0;
    transform: unset;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    box-shadow: unset;
    margin-left: 1.5rem;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 0;
    transition: unset;
  }
}
@media (min-width: 1025px) {
  .hd-menu .menu-item.dropdown li:hover > a {
    color: #DD3535;
  }
}
.hd-menu .menu-item.dropdown li.dropdown {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown li.dropdown {
    display: block;
  }
}
@media (min-width: 1201px) {
  .hd-menu .menu-item.dropdown li.dropdown:hover > .submenu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.hd-menu .menu-item.dropdown li.dropdown a {
  width: 100%;
}
.hd-menu .menu-item.dropdown li a {
  padding: 0.75rem 1.5rem;
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown li a {
    padding: 1.2rem 1.5rem;
  }
}
.hd-menu .menu-item.dropdown li img {
  top: 1.3rem;
  transform: translateX(-1rem);
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown li img {
    top: 0;
    transform: translateX(0);
  }
}
.hd-menu .menu-item.dropdown li .submenu {
  left: 100%;
  top: 0;
  transform: translateY(1rem);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .hd-menu .menu-item.dropdown li .submenu {
    display: none;
    left: 0;
    transform: unset;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    box-shadow: unset;
    margin-left: 1.5rem;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 0;
    transition: unset;
  }
}
.hd-search {
  position: relative;
  flex-shrink: 0;
}
.hd-search-icon {
  transform: translateX(1rem);
  padding: 1rem;
  cursor: pointer;
}
.hd-bg {
  position: fixed;
  top: 6.5rem;
  width: 100%;
  height: calc(100vh - 6.5rem);
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.hd-bg.open {
  opacity: 1;
  pointer-events: auto;
}

.social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.social a {
  display: block;
  padding: 0.5rem;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .social a:hover {
    transform: translateY(-0.3rem);
  }
}
.social.phone {
  display: none;
}
@media (max-width: 1200px) {
  .social.phone {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: stretch;
    -webkit-align-items: stretch;
    position: sticky;
    bottom: 0;
    width: 100%;
  }
  .social.phone li {
    width: 33.3333333333%;
  }
  .social.phone li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 1.5rem;
  }
  .social.phone li a.fb {
    background: #1877f2;
  }
  .social.phone li a.tw {
    background: #1d9bf0;
  }
  .social.phone li a.in {
    background: #0a66c2;
  }
  .social.phone li img {
    width: max-content;
  }
}

.more-info {
  width: 100%;
  padding: 3rem 1.5rem;
  display: none;
}
@media (max-width: 1200px) {
  .more-info {
    display: block;
  }
}
.more-info-item {
  font-size: 1.4rem;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.more-info-item .icon, .more-info-item i {
  min-width: 1.5rem;
}
.more-info-item a {
  display: block;
  width: 100%;
  margin-left: 1rem;
  margin-top: 0.3rem;
  padding: 0.75rem 0;
}

.more-phone {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media (max-width: 1200px) {
  .more-phone {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
}

.form-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10;
  transition: 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.form-search.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.form-search .form, .form-search form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 100%;
}
.form-search .f-r {
  width: 100%;
  position: relative;
  padding: 1rem;
  background: #fff;
}
.form-search .logo {
  width: 5rem;
  margin-right: 1rem;
  flex-shrink: 0;
}
.form-search .f-c {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
}
.form-search .f-c input {
  width: 100%;
  padding: 1.6rem 5.5rem 1.4rem 1.6rem;
  background: #fff;
  color: #000;
  font-style: italic;
  box-shadow: 5px 5px 30px rgba(255, 255, 255, 0.3);
}
.form-search .f-c input::placeholder {
  color: #c4c4c4;
}
.form-search button {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background: #193869;
  transition: 0.3s;
  padding: 1rem;
  cursor: pointer;
}
.form-search button img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
@media (min-width: 1201px) {
  .form-search button:hover {
    background: #DD3535;
  }
}
.form-search .form-close {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 3rem;
  height: 3rem;
  right: 0;
  top: -70%;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .form-search .form-close:hover .close {
    background: #DD3535;
  }
}
.form-search .form-close .close {
  width: 2rem;
  height: 2rem;
  background: #fff;
  clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
  transition: 0.3s;
}

.ft {
  background: #002842;
  padding: 6rem 0;
  color: #fff;
}
@media (max-width: 1024px) {
  .ft {
    padding: 5rem 0;
  }
}
.ft-ctn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media (max-width: 1024px) {
  .ft-ctn {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 768px) {
  .ft-ctn {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.ft-info {
  width: 33.3333333333%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .ft-info {
    padding: 0 0.75rem;
  }
}
@media (max-width: 768px) {
  .ft-info {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.ft-info .logo {
  width: 20.3rem;
  margin-bottom: 1.5rem;
}
.ft-info .logo a {
  display: block;
}
.ft-info .desc {
  width: 100%;
  max-width: 27rem;
  margin-bottom: 3rem;
}
@media (max-width: 500px) {
  .ft-info .desc {
    max-width: 100%;
  }
}
.ft-info .social {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.ft-info .social img.fb {
  width: 1.5rem;
  margin-right: 1.5rem;
}
.ft-info .social img.tw {
  width: 3.7rem;
  margin-right: 1.5rem;
}
.ft-info .social img.in {
  width: 3rem;
}
.ft-menu {
  width: 66.6666666667%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .ft-menu {
    padding: 0 0.75rem;
  }
}
@media (max-width: 768px) {
  .ft-menu {
    width: 100%;
  }
}
.ft-menu-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.ft-menu-item {
  width: 33.3333333333%;
  margin-right: 4rem;
}
@media (max-width: 1024px) {
  .ft-menu-item {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .ft-menu-item {
    width: 50%;
    margin-bottom: 3rem;
  }
  .ft-menu-item:last-child {
    margin-bottom: 0;
    width: 100%;
  }
}
.ft-menu-item .menu-title {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.ft-menu-item .menu-item {
  margin-bottom: 1.5rem;
}
.ft-menu-item .menu-item:last-child {
  margin-bottom: 0;
}
.ft-menu-item .menu-item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .ft-menu-item .menu-item a:hover {
    color: #DD3535;
  }
}
.ft-menu-item .menu-item a img {
  width: max-content;
  margin-right: 0.5rem;
}

.lets-talk-ctn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media (max-width: 1024px) {
  .lets-talk-ctn {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 1024px) {
  .lets-talk-ctn {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.lets-talk-text {
  width: 50%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .lets-talk-text {
    width: 100%;
    padding: 0 0.75rem;
    margin-bottom: 3rem;
  }
}
.lets-talk-desc {
  margin-bottom: 3rem;
}
.lets-talk-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .lets-talk-list {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
.lets-talk-item {
  width: 50%;
  padding: 0 1.5rem;
  margin-bottom: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
@media (max-width: 1024px) {
  .lets-talk-item {
    padding: 0 0.75rem;
  }
}
@media (max-width: 768px) {
  .lets-talk-item {
    width: 100%;
  }
}
.lets-talk-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .lets-talk-item:hover .text-desc {
    color: #DD3535;
  }
}
.lets-talk-item .icon {
  flex-shrink: 0;
  width: 8rem;
  height: 8rem;
  margin-right: 1.5rem;
  border-radius: 50%;
  background: #1B4075;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 1024px) {
  .lets-talk-item .icon {
    width: 5rem;
    height: 5rem;
  }
}
.lets-talk-item .icon img {
  width: 3rem;
}
@media (max-width: 1024px) {
  .lets-talk-item .icon img {
    width: 2rem;
  }
}
.lets-talk-item .text-tt {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.lets-talk-item .text-desc {
  font-size: 1.2rem;
  transition: 0.3s;
}
.lets-talk-form {
  position: relative;
  width: 50%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .lets-talk-form {
    width: 100%;
    padding: 0 0.75rem;
  }
}
.lets-talk-form .form {
  position: absolute;
  z-index: 3;
  top: 5.4rem;
  left: 0;
  padding: 2.5rem 3rem;
  margin: 0 1.5rem;
  background: #FFFFFF;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .lets-talk-form .form {
    margin: 0;
    position: relative;
    top: 0;
  }
}
@media (max-width: 768px) {
  .lets-talk-form .form {
    padding: 1.5rem;
  }
}
.lets-talk-form .form-tt {
  font-weight: bold;
  margin-bottom: 1.4rem;
}
.lets-talk-form .form-desc {
  margin-bottom: 1.5rem;
}

.f-r {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-bottom: 1.5rem;
}
.f-r:last-child {
  margin-bottom: 0;
}

.f-c {
  width: 100%;
}
.f-c input, .f-c textarea {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 1.1rem 1.5rem 0.9rem;
  font-size: 1.4rem;
  font-style: italic;
  color: #000;
  vertical-align: middle;
}
.f-c input::placeholder, .f-c textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.f-c textarea {
  min-height: 13.8rem;
  resize: none;
}
.f-c .btn {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}

.map iframe {
  vertical-align: middle;
}
@media (max-width: 1500px) {
  .map iframe {
    height: 45rem;
  }
}
@media (max-width: 1024px) {
  .map iframe {
    height: 35rem;
  }
}

.banner {
  position: relative;
}
.banner .swiper-slide-active .banner-tt {
  opacity: 0;
  animation: fadeInDown 0.5s linear 0.8s forwards;
}
.banner .swiper-slide-active .banner-desc {
  opacity: 0;
  animation: fadeInUp 0.5s linear 0.8s forwards;
}
.banner .swiper-slide-active .banner-email {
  opacity: 0;
  animation: fadeInUp 0.5s linear 0.8s forwards;
}
@media (max-width: 1300px) {
  .banner .swiper-prev {
    left: unset;
    top: unset;
    transform: translateY(0);
    right: 6rem;
    bottom: 1.5rem;
  }
}
@media (max-width: 1300px) {
  .banner .swiper-next {
    left: unset;
    top: unset;
    transform: translateY(0);
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.banner-item {
  position: relative;
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 768px) {
  .banner-text {
    top: 45%;
  }
}
.banner-text-wrap {
  width: 100%;
  max-width: 41.6666666667%;
  padding-right: 1.5rem;
}
@media (max-width: 1024px) {
  .banner-text-wrap {
    max-width: 66.6666666667%;
  }
}
@media (max-width: 768px) {
  .banner-text-wrap {
    max-width: 100%;
    padding-right: 0;
  }
}
.banner-img {
  position: relative;
}
.banner-img img {
  width: 100%;
  height: 31.25vw;
}
@media (max-width: 768px) {
  .banner-img img {
    height: 30rem;
  }
}
.banner-tt {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1200px) {
  .banner-tt {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-tt {
    font-size: 3rem;
  }
}
.banner-desc {
  color: #fff;
  margin-bottom: 2.5rem;
}
.banner-email .f-c {
  position: relative;
}
.banner-email .f-c input {
  padding: 1.3rem 1.5rem 1.1rem;
  padding-right: 10rem;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}
.banner-email .btn {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.6rem 3rem;
  font-size: 1.4rem;
  line-height: 1.55;
}
.banner-s {
  position: relative;
  margin-top: -11.4rem;
  margin-bottom: 13.85rem;
}
@media (max-width: 1024px) {
  .banner-s {
    margin-top: -8.7rem;
    margin-bottom: 8.85rem;
  }
}
.banner-s-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-s-text {
  padding-top: 7.29166vw;
}
@media (max-width: 1024px) {
  .banner-s-text {
    padding-top: 15rem;
  }
}
.banner-s-tt {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1200px) {
  .banner-s-tt {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-s-tt {
    font-size: 3.1rem;
  }
}
.banner-s-desc {
  width: 100%;
  max-width: 57rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.partners {
  background: #F6FBFF;
}
.partners-tt {
  text-align: center;
}
.partners-desc {
  width: 100%;
  max-width: 57rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  text-align: center;
}
.partners-tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  overflow: auto hidden;
}
@media (max-width: 768px) {
  .partners-tab {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-bottom: 1.5rem;
  }
}
.partners-tab .tab {
  padding: 1rem 3rem;
  font-weight: bold;
  color: #c4c4c4;
  transition: 0.3s;
  cursor: pointer;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .partners-tab .tab {
    margin-bottom: 0.5rem;
  }
}
.partners-tab .tab.active {
  background: #1B4075;
  color: #fff;
}
@media (min-width: 1025px) {
  .partners-tab .tab:hover {
    background: #1B4075;
    color: #fff;
  }
}
.partners-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 1025px) {
  .partners-img:hover img {
    filter: unset;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
  }
}
.partners-img img {
  width: max-content;
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.partners-pagin {
  position: relative;
  margin-top: 3rem;
}
.partners-pagin .swiper-pagination {
  position: relative;
  bottom: 0;
}
.partners-pagin .swiper-pagination-bullet {
  margin: 0 0.15rem;
}

.about {
  overflow: hidden;
}
.about-ctn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
}
@media (max-width: 1024px) {
  .about-ctn {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 1200px) {
  .about-ctn {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.about-text, .about-img {
  width: 50%;
  padding: 0 1.5rem;
}
@media (max-width: 1200px) {
  .about-text, .about-img {
    width: 100%;
    padding: 0.75rem 1.5rem;
  }
}
@media (max-width: 1024px) {
  .about-text, .about-img {
    padding: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .about-img {
    width: max-content;
  }
}
@media (max-width: 600px) {
  .about-img {
    width: 100%;
  }
}
.about-desc {
  margin-bottom: 3rem;
  line-height: 1.5;
}
.about-img .img-list {
  width: calc(100% + 8.4rem);
  padding-bottom: 13.5rem;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
@media (max-width: 1440px) {
  .about-img .img-list {
    width: 100%;
    padding-bottom: 4rem;
  }
}
@media (max-width: 600px) {
  .about-img .img-list {
    flex-direction: column;
    -webkit-flex-direction: column;
    padding-bottom: 0;
  }
}
.about-img .img-item {
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.25));
}
.about-img .img-item:first-child {
  width: 100%;
  max-width: 25.4rem;
  margin-right: 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .about-img .img-item:first-child {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.about-img .img-item:nth-child(2) {
  width: 100%;
  max-width: 34rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .about-img .img-item:nth-child(2) {
    max-width: 28.5rem;
  }
}
@media (max-width: 600px) {
  .about-img .img-item:nth-child(2) {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.about-img .img-item:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 49.3rem;
}
@media (max-width: 1440px) {
  .about-img .img-item:nth-child(3) {
    max-width: 37rem;
  }
}
@media (max-width: 600px) {
  .about-img .img-item:nth-child(3) {
    position: relative;
    max-width: 100%;
    margin-right: 0;
  }
}

.solution {
  background: #F6FBFF;
}
.solution-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .solution-item {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
.solution-item:last-child {
  margin-bottom: 0;
}
.solution-item:nth-child(even) .solution-img {
  order: 1;
}
@media (max-width: 800px) {
  .solution-item:nth-child(even) .solution-img {
    order: 0;
  }
}
@media (max-width: 800px) {
  .solution-item {
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-bottom: 3.25rem;
  }
}
.solution-text, .solution-img {
  width: 50%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .solution-text, .solution-img {
    padding: 0 0.75rem;
  }
}
@media (max-width: 800px) {
  .solution-text, .solution-img {
    width: 100%;
    padding: 0.75rem;
  }
}
.solution-text img, .solution-img img {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}
.solution-desc {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.solution-attr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.solution-attr-item {
  line-height: 1.5;
  color: #193869;
  width: 50%;
  margin-bottom: 1.5rem;
  padding-right: 7rem;
  padding-left: 2.5rem;
  position: relative;
}
@media (max-width: 1024px) {
  .solution-attr-item {
    padding-right: 1.5rem;
  }
}
.solution-attr-item::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../assets/images/check.svg") no-repeat;
  background-size: cover;
}
.solution-attr-item:last-child {
  margin-bottom: 0;
}
.solution-popup {
  width: 100%;
  max-width: 57rem;
  padding: 0;
  margin: 0 auto;
}
.solution-popup .lets-talk-form {
  width: 100%;
  padding: 0;
}
.solution-popup .lets-talk-form .form {
  position: relative;
  top: 0;
  margin: 0;
}

.latest-video {
  position: relative;
}
.latest-video-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1500px) {
  .latest-video-bg img {
    height: 55rem;
  }
}
.latest-video-wrap {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .latest-video-wrap:hover > img {
    transform: scale(1.1);
  }
}
.latest-video-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 1;
  pointer-events: none;
}
.latest-video-wrap > img {
  transition: 1s;
}
.latest-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: 0.3s;
}
.latest-video-play img {
  width: max-content;
}
.latest-video-img {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  position: relative;
}
.latest-video-tt {
  color: #fff;
  text-align: center;
}
.latest-video-desc {
  width: 100%;
  max-width: 57rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  text-align: center;
  color: #fff;
}
.latest-video-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.case-study-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.case-study-item:nth-child(even) .case-study-img {
  order: 1;
}
@media (max-width: 1200px) {
  .case-study-item:nth-child(even) .case-study-img {
    order: 0;
  }
}
@media (max-width: 1200px) {
  .case-study-item {
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-bottom: 5rem;
  }
}
.case-study-img {
  width: 50%;
}
@media (max-width: 1200px) {
  .case-study-img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.case-study-text {
  width: 50%;
}
@media (max-width: 1200px) {
  .case-study-text {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.case-study-tt {
  text-align: center;
}
.case-study-desc {
  width: 100%;
  max-width: 57rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  text-align: center;
}
.case-study-attr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media (max-width: 768px) {
  .case-study-attr {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
.case-study-attr-item {
  margin: 0 2.2rem;
  width: 14.7rem;
}
@media (max-width: 768px) {
  .case-study-attr-item {
    margin: 0 0.75rem;
  }
}
.case-study-attr-icon {
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  background: #1B4075;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 1500px) {
  .case-study-attr-icon {
    width: 7rem;
    height: 7rem;
    margin-bottom: 1rem;
  }
}
.case-study-attr-icon img {
  width: 3rem;
  height: 3rem;
}
.case-study-attr-number {
  margin-bottom: 1.6rem;
  text-align: center;
  font-size: 2.4rem;
  color: #193869;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .case-study-attr-number {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .case-study-attr-number {
    font-size: 1.7rem;
  }
}
@media (max-width: 1500px) {
  .case-study-attr-number {
    margin-bottom: 1rem;
  }
}
.case-study-attr-desc {
  font-size: 1.4rem;
  text-align: center;
}

.client-say {
  background: #F6FBFF;
  padding-bottom: 8.4rem;
  overflow: hidden;
}
.client-say .swiper-slide-active .content-text .desc {
  opacity: 0;
  animation: fadeInUp 0.5s linear 0.8s forwards;
}
.client-say .swiper-slide-active .content-text .customer {
  opacity: 0;
  animation: fadeInUp 0.5s linear 1.2s forwards;
}
.client-say-ctn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media (max-width: 1024px) {
  .client-say-ctn {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 900px) {
  .client-say-ctn {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.client-say-text, .client-say-content {
  width: 50%;
  padding: 0 1.5rem;
  position: relative;
}
@media (max-width: 1024px) {
  .client-say-text, .client-say-content {
    padding: 0 0.75rem;
  }
}
@media (max-width: 900px) {
  .client-say-text, .client-say-content {
    width: 100%;
    padding: 0.75rem;
  }
}
.client-say-text-bg {
  position: absolute;
  top: 4rem;
  right: 6.5rem;
  pointer-events: none;
}
@media (max-width: 900px) {
  .client-say-text-bg {
    display: none;
  }
}
.client-say-content {
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.25));
}
.client-say-content .swiper-next {
  right: -4.5rem;
}
@media (max-width: 1300px) {
  .client-say-content .swiper-next {
    display: none;
  }
}
.client-say-content-wrap {
  position: relative;
  padding: 3rem;
  padding-bottom: 6rem;
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 88%, 100% 88%, 100% 88%, 10% 88%, 0 100%);
}
@media (max-width: 768px) {
  .client-say-content-wrap {
    padding: 1.5rem;
    padding-bottom: 6rem;
  }
}
.client-say .content-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.client-say .content-quote {
  flex-shrink: 0;
  width: 5rem;
  margin-right: 1.5rem;
}
.client-say .content-text .desc {
  margin-bottom: 1.5rem;
}
.client-say .content-text .customer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.client-say .content-text .customer-avt {
  flex-shrink: 0;
  margin-right: 0.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.client-say .content-text .customer-info .name {
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.client-say .content-text .customer-info .title {
  font-size: 1.2rem;
}

.team.about .team-desc {
  max-width: 57rem;
}
.team-tt {
  text-align: center;
}
.team-desc {
  width: 100%;
  max-width: 76.5rem;
  margin: 0 auto;
  text-align: center;
}
.team-box {
  position: relative;
}
.team-box .swiper-next {
  right: -6rem;
}
@media (max-width: 1440px) {
  .team-box .swiper-next {
    right: -4rem;
  }
}
@media (max-width: 1299px) {
  .team-box .swiper-next {
    display: none;
  }
}
.team-box .swiper-prev {
  left: -6rem;
}
@media (max-width: 1440px) {
  .team-box .swiper-prev {
    left: -4rem;
  }
}
@media (max-width: 1299px) {
  .team-box .swiper-prev {
    display: none;
  }
}
.team-slide {
  padding: 2rem;
  width: calc(100% + 4rem);
  margin-left: -2rem;
  position: relative;
}
@media (max-width: 1300px) {
  .team-slide {
    padding: 2rem 0;
    width: 100%;
    margin-left: 0;
  }
}
.team-item {
  height: auto;
}
.team-list {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.team-wrap {
  height: 100%;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
@media (max-width: 1300px) {
  .team-wrap {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  }
}
.team-wrap:hover .team-img {
  padding-top: 100.745%;
}
.team-wrap:hover .team-img img {
  filter: unset;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.team-wrap:hover .team-title {
  margin-bottom: 1.5rem;
}
.team-wrap:hover .team-social {
  opacity: 1;
  pointer-events: auto;
}
.team-img {
  position: relative;
  padding-top: 109.26%;
  width: 100%;
  transition: 0.3s;
}
.team-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.team-body {
  width: 100%;
  height: 100%;
  padding: 3rem;
  background: #fff;
  position: relative;
}
.team-name {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.9rem;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .team-name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .team-name {
    font-size: 1.6rem;
  }
}
.team-title {
  margin-bottom: 0;
  text-align: center;
  transition: 0.3s;
}
.team-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.team-social-item {
  display: block;
  padding: 0 0.75rem;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .team-social-item:hover {
    transform: translateY(-0.3rem);
  }
}

.news {
  background: #F6FBFF;
  padding-bottom: 2rem;
}
.news.about, .news.read {
  background: #fff;
}
.news.about .news-body, .news.read .news-body {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 0;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
@media (min-width: 1025px) {
  .news.about.no-border .news-wrap:hover .news-name, .news.about.no-border .news-wrap:hover .news-view, .news.read.no-border .news-wrap:hover .news-name, .news.read.no-border .news-wrap:hover .news-view {
    color: #1B4075;
  }
  .news.about.no-border .news-wrap:hover .news-body, .news.read.no-border .news-wrap:hover .news-body {
    border: 1px solid transparent;
    border-top: unset;
    border-radius: unset;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  }
}
.news.about.no-border .news-item, .news.read.no-border .news-item {
  margin-bottom: 3rem;
}
.news.about.no-border .news-body, .news.read.no-border .news-body {
  border-radius: unset;
}
.news.about.no-border .news-img, .news.read.no-border .news-img {
  padding-top: 64.325%;
}
.news.read {
  background: #F6FBFF;
}
.news.read.no-border .news-item {
  margin-bottom: 0;
}
.news-tt {
  text-align: center;
  position: relative;
  z-index: 2;
}
.news-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
  -webkit-align-items: stretch;
}
@media (max-width: 1024px) {
  .news-list {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
.news-list.swiper {
  width: calc(100% + 8rem);
  margin-left: -4rem;
  margin-top: -4rem;
}
@media (max-width: 1249px) {
  .news-list.swiper {
    width: unset;
    margin-left: unset;
    margin-top: unset;
  }
}
.news-list.swiper .swiper-container {
  padding: 4rem;
}
@media (max-width: 1249px) {
  .news-list.swiper .swiper-container {
    padding: 0;
  }
}
.news-list.swiper .news-item {
  padding: 0;
}
.news-item {
  width: 33.3333333333%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .news-item {
    padding: 0 0.75rem;
  }
}
@media (max-width: 800px) {
  .news-item {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .news-item {
    width: 100%;
  }
}
.news-wrap {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-direction: column;
  -webkit-flex-direction: column;
}
@media (min-width: 1250px) {
  .news-wrap:hover .news-img img {
    transform: scale(1.1);
  }
  .news-wrap:hover .news-name {
    color: #DD3535;
  }
  .news-wrap:hover .news-body {
    border: 1px solid transparent;
    border-top: unset;
    border-radius: unset;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  }
}
.news-img {
  position: relative;
  width: 100%;
  padding-top: 67.57%;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  background: #c7c7c7;
}
.news-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
}
.news-body {
  padding: 3rem;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  border: 1px solid transparent;
  border-top: 0;
}
@media (max-width: 1024px) {
  .news-body {
    padding: 1.5rem;
  }
}
.news-time {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.news-time img {
  width: max-content;
  margin-right: 0.5rem;
}
.news-time-ctn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-bottom: 1.5rem;
}
.news-time-ctn .news-detail-time {
  margin-right: 5rem;
}
@media (max-width: 768px) {
  .news-time-ctn .news-detail-time {
    margin-right: 3rem;
  }
}
.news-name {
  font-size	: 3rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-view {
  font-weight: bold;
  margin-top: 1.5rem;
  width: 100%;
  max-width: max-content;
  position: relative;
}
.news-view::after {
  position: absolute;
  top: -1.3rem;
  content: "»";
  font-size: 3rem;
  font-weight: normal;
  padding: 0 1.5rem;
}

.news-detail {
  padding: 3rem 0;
}
.news-detail-wrap {
  margin-bottom: 3rem;
}
.news-detail-wrap img {
  margin-bottom: 1.5rem;
}
.news-detail-tt {
  font-size: 3.6rem;
  font-weight: bold;
  color: #193869;
  width: 100%;
  max-width: 107.4rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1200px) {
  .news-detail-tt {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-detail-tt {
    font-size: 2.6rem;
  }
}
.news-detail-time {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.news-detail-time img {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.3rem;
  margin-bottom: 0 !important;
}
.news-detail > img {
  margin-bottom: 1.5rem;
}
.news-detail p {
  margin-bottom: 1.5rem;
}
.news-detail p:last-child {
  margin-bottom: 0;
}
.news-detail p.title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .news-detail p.title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-detail p.title {
    font-size: 1.6rem;
  }
}
.news-detail p.quote {
  padding: 3rem;
  border-left: 1px solid #1B4075;
  background: #FFFFFF;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  color: #1B4075;
}

.breadcrumb {
  margin-top: 3rem;
  position: relative;
  z-index: 5;
}
.breadcrumb-wrap {
  width: 100%;
  max-width: max-content;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  overflow: auto hidden;
}
.breadcrumb-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: max-content;
}
.breadcrumb-item::after {
  content: "/";
  padding: 0 0.5rem;
}
.breadcrumb-item:last-child::after {
  content: none;
}
.breadcrumb-item a {
  font-size: 1.4rem;
  letter-spacing: 0.025rem;
  color: #000;
  line-height: 1.3;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .breadcrumb-item a:hover {
    color: #DD3535;
  }
}

.statistical {
  transform: translateY(50%);
}
.statistical-wrap {
  padding: 6rem 3rem;
  background: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
@media (max-width: 1024px) {
  .statistical-wrap {
    padding: 1.5rem 0.5rem;
  }
}
@media (max-width: 768px) {
  .statistical-wrap {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.statistical-text {
  width: 25%;
  font-size: 3.2rem;
  font-weight: bold;
  color: #193869;
}
@media only screen and (max-width: 1200px) {
  .statistical-text {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .statistical-text {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .statistical-text {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.statistical-list {
  width: 75%;
  padding-left: 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 1024px) {
  .statistical-list {
    padding-left: 0.75rem;
  }
}
@media (max-width: 768px) {
  .statistical-list {
    width: 100%;
    padding-left: 0;
  }
}
.statistical-item {
  width: 33.3333333333%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .statistical-item {
    padding: 0 0.75rem;
  }
}
@media (max-width: 768px) {
  .statistical-item {
    font-size: 1.4rem;
  }
}
.statistical-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.statistical-icon {
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .statistical-icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.5rem;
  }
}
.statistical-number {
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  color: #193869;
}
@media only screen and (max-width: 1200px) {
  .statistical-number {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .statistical-number {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .statistical-number {
    margin-bottom: 0.5rem;
  }
}
.statistical-number p {
  margin-bottom: 0;
}
.statistical-desc {
  color: #193869;
  text-transform: uppercase;
  text-align: center;
}

.protect {
  position: relative;
}
.protect::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.protect-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.protect-text {
  padding: 14.4rem 0;
}
@media (max-width: 1200px) {
  .protect-text {
    padding: 5rem 0;
  }
}
.protect-tt {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.protect-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.awards {
  background: #F6FBFF;
  padding: 6rem 0;
}
.awards-tt {
  text-align: center;
}
.awards-desc {
  width: 100%;
  max-width: 57rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  text-align: center;
}
.awards-slide {
  position: relative;
  padding-bottom: 4rem;
}
.awards-item {
  width: 25%;
}
.awards .swiper-pagination {
  bottom: -0.9rem;
}

.platform {
  background: #F6FBFF;
}
.platform-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media (max-width: 900px) {
  .platform-header {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.platform-tt {
  width: 100%;
  max-width: 31.4rem;
  margin-right: 8.6rem;
}
@media (max-width: 900px) {
  .platform-tt {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}
.platform-tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  overflow: auto hidden;
  width: 100%;
  padding-bottom: 1rem;
}
@media (max-width: 900px) {
  .platform-tab {
    margin-bottom: 1.5rem;
  }
}
.platform-tab-item {
  padding: 1rem 3rem;
  font-weight: bold;
  color: #C4C4C4;
  cursor: pointer;
  transition: 0.3s;
  width: max-content;
  white-space: nowrap;
}
.platform-tab-item.active {
  background: #1B4075;
  color: #fff;
}
@media (min-width: 1025px) {
  .platform-tab-item:hover {
    background: #1B4075;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .platform-tab-item {
    padding: 1rem 2.5rem;
  }
}
.platform-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media (max-width: 1024px) {
  .platform-list {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
.platform-item {
  width: 31.361%;
}
@media (max-width: 600px) {
  .platform-item {
    width: 31%;
  }
}
@media (max-width: 500px) {
  .platform-item {
    width: 30.591%;
  }
}
@media (max-width: 450px) {
  .platform-item {
    width: 30.2%;
  }
}
@media (max-width: 380px) {
  .platform-item {
    width: 29.96%;
  }
}
@media (max-width: 360px) {
  .platform-item {
    width: 29.55%;
  }
}
.platform-item .item {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .platform-item .item {
    margin-bottom: 1.5rem;
  }
}
.platform-item .item .img {
  overflow: hidden;
}
.platform-item .item .img img {
  transition: 1s;
}
@media (min-width: 1025px) {
  .platform-item .item .img:hover {
    cursor: zoom-in;
  }
  .platform-item .item .img:hover img {
    transform: scale(1.1);
  }
}
.platform .grid-sizer {
  width: 31.361%;
}
@media (max-width: 600px) {
  .platform .grid-sizer {
    width: 31%;
  }
}
@media (max-width: 500px) {
  .platform .grid-sizer {
    width: 30.591%;
  }
}
@media (max-width: 450px) {
  .platform .grid-sizer {
    width: 30.2%;
  }
}
@media (max-width: 380px) {
  .platform .grid-sizer {
    width: 29.96%;
  }
}
@media (max-width: 360px) {
  .platform .grid-sizer {
    width: 29.55%;
  }
}
.platform .gutter-sizer {
  width: 21px;
}
@media (max-width: 1024px) {
  .platform .gutter-sizer {
    width: 10px;
  }
}

.tab-panel {
  display: none;
  animation: zoomIn 0.4s linear forwards;
}
.tab-panel.active {
  display: block;
}

.pagination .page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.pagination .page-numbers li {
  margin: 0 0.35rem;
}
.pagination .page-numbers li a {
  width: 4.4rem;
  height: 4.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #fff;
  font-size: 1.4rem;
  color: #172341;
  letter-spacing: 0.025em;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .pagination .page-numbers li a {
    width: 4rem;
    height: 4rem;
  }
}
.pagination .page-numbers li a.current {
  background: #1B4075;
  color: #fff;
  pointer-events: none;
}
.pagination .page-numbers li a.none {
  background: transparent;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .pagination .page-numbers li a:hover {
    background: #1B4075;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
    color: #fff;
  }
}
.pagination .page-numbers li a img {
  width: max-content;
}
.pagination .page-numbers li a.page-next img {
  transform: rotate(180deg);
}
@media (min-width: 1025px) {
  .pagination .page-numbers li a.page-next:hover {
    background: unset;
  }
  .pagination .page-numbers li a.page-next:hover img {
    transform: rotate(540deg);
  }
}
@media (min-width: 1025px) {
  .pagination .page-numbers li a.page-prev:hover {
    background: unset;
  }
  .pagination .page-numbers li a.page-prev:hover img {
    transform: rotate(360deg);
  }
}

.page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.page-numbers li {
  margin: 0 0.35rem;
}
.page-numbers li a {
  width: 4.4rem;
  height: 4.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #fff;
  font-size: 1.4rem;
  color: #172341;
  letter-spacing: 0.025em;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .page-numbers li a {
    width: 4rem;
    height: 4rem;
  }
}
.page-numbers li a.current {
  background: #1B4075;
  color: #fff;
  pointer-events: none;
}
.page-numbers li a.none {
  background: transparent;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .page-numbers li a:hover {
    background: #1B4075;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
    color: #fff;
  }
}
.page-numbers li a img {
  width: max-content;
}
.page-numbers li a.page-next img {
  transform: rotate(180deg);
}
@media (min-width: 1025px) {
  .page-numbers li a.page-next:hover {
    background: unset;
  }
  .page-numbers li a.page-next:hover img {
    transform: rotate(540deg);
  }
}
@media (min-width: 1025px) {
  .page-numbers li a.page-prev:hover {
    background: unset;
  }
  .page-numbers li a.page-prev:hover img {
    transform: rotate(360deg);
  }
}
.page-numbers .page-navi.disabled, .page-numbers .page-navi[disabled], .page-numbers fieldset[disabled] .page-navi {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.touch {
  background: #F6FBFF;
}
.touch.no-bg {
  background: unset;
}
.touch-desc {
  margin-bottom: 3rem;
}
.touch-subscribe {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .touch-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.touch-subscribe-btn {
  padding: 0 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .touch-subscribe-btn {
    margin-bottom: 3rem;
  }
}
.touch-subscribe-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 4.4rem;
  background: #1B4075;
}
@media (max-width: 768px) {
  .touch-subscribe-btn::before {
    content: none;
  }
}
.touch-subscribe-btn .btn {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}
.touch-subscribe-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 1.5rem;
}
.touch-subscribe-social .social-item {
  margin: 0 1.5rem;
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .touch-subscribe-social .social-item:hover {
    transform: translateY(-0.5rem);
  }
}

.download {
  position: relative;
  padding: 3rem 0;
}
.download-wrap {
  padding-top: 6rem;
  border-top: 1px solid #C4C4C4;
}
.download-form {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
}
.download-tt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .download-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .download-tt {
    font-size: 1.6rem;
  }
}
.download-desc {
  text-align: center;
  margin-bottom: 3rem;
}
.download-label {
  display: block;
  margin-bottom: 0.4rem;
  font-style: italic;
  color: #000;
  opacity: 0.6;
}
.download .f-r {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .download .f-r {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
.download .f-r:last-child {
  margin-bottom: 0;
}
.download .f-c {
  width: 50%;
  padding: 0 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media (max-width: 1024px) {
  .download .f-c {
    padding: 0 0.75rem;
  }
}
.download .f-c input {
  border: 0;
  border-bottom: 1px solid #C4C4C4;
  padding: 0.6rem 0;
  font-style: normal;
  font-size: 1.6rem;
}
.download .f-c input::placeholder {
  font-size: 1.6rem;
  color: #DD3535;
}
.download .f-c.checkbox {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.download .f-c.checkbox input {
  width: 2rem;
  height: 2rem;
  margin: 0;
  margin-right: 1.5rem;
}
.download .f-c.checkbox .checkbox-label {
  cursor: pointer;
  color: #193869;
}
.download-btn {
  width: 100%;
  padding: 0 1.5rem;
}
.download-btn .btn {
  max-width: 100%;
}

.share {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(196, 196, 196, 0.3);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.share-text {
  margin-right: 0.75rem;
  color: #1B4075;
}
.share-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.share-social a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0.75rem;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .share-social a:hover {
    transform: translateY(-0.3rem);
  }
}

.filter-form {
  margin-bottom: 3rem;
}
.filter-form .f-r {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  align-items: stretch;
  -webkit-align-items: stretch;
}
@media (max-width: 1024px) {
  .filter-form .f-r {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 768px) {
  .filter-form .f-r {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.filter-form .f-c {
  width: 25%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .filter-form .f-c {
    padding: 0 0.75rem;
  }
}
@media (max-width: 768px) {
  .filter-form .f-c {
    width: 50%;
    margin-bottom: 1rem;
  }
  .filter-form .f-c:nth-child(5) {
    width: 100%;
  }
}
.filter-form .f-c .btn {
  height: 100%;
  max-width: 100%;
  box-shadow: unset;
}
.filter-form .f-c .btn img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.filter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 1.2rem 1.5rem;
  padding-right: 2.5rem;
  line-height: 1.2;
  font-size: 1.6rem;
}
.filter-form .select2-container--default .select2-selection--single .select2-selection__rendered::before {
  right: 1.5rem;
}

/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-close-btn-in .mfp-close {
  right: 1.5rem;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  max-width: max-content;
}

/**
* Simple fade transition,
*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.resources {
  padding: 3rem 0;
  padding-bottom: 4rem;
}
.resources-desc {
  margin-bottom: 3rem;
}
.resources-map-ctn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
}
@media (max-width: 1024px) {
  .resources-map-ctn {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 768px) {
  .resources-map-ctn {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.resources-map-text, .resources-map-img {
  width: 50%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .resources-map-text, .resources-map-img {
    padding: 0 0.75rem;
  }
}
@media (max-width: 768px) {
  .resources-map-text, .resources-map-img {
    width: 100%;
  }
}
.resources-ranking {
  margin-bottom: 12rem;
}
@media (max-width: 1024px) {
  .resources-ranking {
    margin-bottom: 5rem;
  }
}
.resources-ranking .filter-form {
  margin-bottom: 1.5rem;
}
.resources-infographic {
  font-size: 1.4rem;
}
@media (max-width: 900px) {
  .resources-infographic {
    overflow: auto hidden;
    padding-bottom: 1rem;
  }
}
.resources-infographic .infographic-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: stretch;
  -webkit-align-items: stretch;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 900px) {
  .resources-infographic .infographic-header {
    width: max-content;
  }
}
.resources-infographic .infographic-header-item {
  margin: 0 0.5rem;
}
.resources-infographic .infographic-header-item:nth-child(1), .resources-infographic .infographic-header-item:nth-child(2) {
  width: 19.3rem;
}
.resources-infographic .infographic-header-item:nth-child(5), .resources-infographic .infographic-header-item:nth-child(6), .resources-infographic .infographic-header-item:nth-child(7) {
  width: 17rem;
}
@media (max-width: 1200px) {
  .resources-infographic .infographic-header-item:nth-child(5), .resources-infographic .infographic-header-item:nth-child(6), .resources-infographic .infographic-header-item:nth-child(7) {
    width: 12rem;
  }
}
.resources-infographic .infographic-header-item:nth-child(3), .resources-infographic .infographic-header-item:nth-child(4) {
  width: 10.7rem;
}
.resources-infographic .infographic-header-item .item {
  height: 100%;
  padding: 1rem 1.5rem;
  background: #8F8F8F;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 900px) {
  .resources-infographic .infographic-data {
    width: max-content;
  }
}
.resources-infographic .infographic-data-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: stretch;
  -webkit-align-items: stretch;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  margin-bottom: 1rem;
}
.resources-infographic .infographic-data-item:last-child {
  margin-bottom: 0;
}
.resources-infographic .infographic-data-item .item {
  margin: 0 0.5rem;
  padding: 0.6rem 1.5rem;
  background: #EEEEEE;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  position: relative;
}
.resources-infographic .infographic-data-item .item:nth-child(1), .resources-infographic .infographic-data-item .item:nth-child(2) {
  width: 19.3rem;
}
.resources-infographic .infographic-data-item .item:nth-child(3), .resources-infographic .infographic-data-item .item:nth-child(4) {
  width: 10.7rem;
  background: #22DDE0;
  justify-content: center;
  -webkit-justify-content: center;
}
.resources-infographic .infographic-data-item .item:nth-child(5), .resources-infographic .infographic-data-item .item:nth-child(6), .resources-infographic .infographic-data-item .item:nth-child(7) {
  width: 17rem;
}
@media (max-width: 1200px) {
  .resources-infographic .infographic-data-item .item:nth-child(5), .resources-infographic .infographic-data-item .item:nth-child(6), .resources-infographic .infographic-data-item .item:nth-child(7) {
    width: 12rem;
  }
}
.resources-infographic .infographic-data-item .item:nth-child(5) .percent, .resources-infographic .infographic-data-item .item:nth-child(6) .percent, .resources-infographic .infographic-data-item .item:nth-child(7) .percent {
  background: #58BCF7;
}
.resources-infographic .infographic-data-item .item-wrap {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.resources-infographic .infographic-data-item .item-wrap .img {
  margin-right: 1rem;
}
.resources-infographic .infographic-data-item .item-wrap .name {
  font-size: 1.4rem;
}
.resources-infographic .infographic-data-item .item .percent {
  padding: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  background: #22DDE0;
}
.resources-infographic .infographic-data-item .item span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #fff;
}
.resources-glossary-ctn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.resources-glossary .glossary-wrap.current .glossary-tt, .resources-glossary .glossary-wrap.current .glossary-item:first-child {
  color: #193869;
}
.resources-glossary .glossary-alpha {
  width: 7rem;
  margin-right: 3rem;
  padding: 0.8rem;
  background: #FFFFFF;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 14.4rem;
  height: 83vh;
  overflow: hidden auto;
  flex-shrink: 0;
}
@media (max-width: 1500px) {
  .resources-glossary .glossary-alpha {
    height: 70vh;
  }
}
@media (max-width: 768px) {
  .resources-glossary .glossary-alpha {
    margin-right: 1.5rem;
  }
}
.resources-glossary .glossary-alpha-item {
  width: 5.4rem;
  height: 5.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-bottom: 1px solid rgba(196, 196, 196, 0.3);
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}
.resources-glossary .glossary-alpha-item.current {
  color: #1B4075;
}
.resources-glossary .glossary-alpha-item:last-child {
  border-bottom: 0;
}
@media (min-width: 1025px) {
  .resources-glossary .glossary-alpha-item:hover {
    color: #1B4075;
  }
}
.resources-glossary .glossary-box {
  width: 100%;
}
.resources-glossary .glossary-wrap {
  margin-bottom: 1.5rem;
}
.resources-glossary .glossary-wrap:last-child {
  margin-bottom: 0;
}
.resources-glossary .glossary-tt {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .resources-glossary .glossary-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .resources-glossary .glossary-tt {
    font-size: 2.2rem;
  }
}
.resources-glossary .glossary-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
}
.resources-glossary .glossary-item {
  transition: 0.3s;
  width: 33.3333333333%;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .resources-glossary .glossary-item {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .resources-glossary .glossary-item {
    width: 100%;
  }
}
.resources-glossary .glossary-item.current {
  color: #1B4075;
}

.contact {
  padding-top: 6rem;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .contact {
    padding-top: 5rem;
  }
}
.contact .lets-talk-form .form {
  top: 0;
}
.contact .lets-talk-ctn {
  padding-bottom: 7.7rem;
}
@media (max-width: 1024px) {
  .contact .lets-talk-ctn {
    padding-bottom: 0;
  }
}
.contact .lets-talk-list {
  padding: 2.8rem 0;
}
@media (max-width: 768px) {
  .contact .lets-talk-list {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
}
.contact-tt {
  text-align: center;
}
.contact-tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 1.5rem;
}
.contact-tab .tab {
  padding: 1rem 3rem;
  font-weight: bold;
  color: #c4c4c4;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .contact-tab .tab {
    padding: 1rem;
    font-size: 1.3rem;
  }
}
.contact-tab .tab.active {
  background: #1B4075;
  color: #fff;
}
@media (min-width: 1025px) {
  .contact-tab .tab:hover {
    background: #1B4075;
    color: #fff;
  }
}

.recruitment {
  padding-bottom: 6rem;
}
.recruitment-dt-desc .desc-intro {
  margin-bottom: 3rem;
}
.recruitment-dt-desc .desc-item {
  margin-bottom: 3rem;
}
.recruitment-dt-desc .desc-item:last-child {
  margin-bottom: 0;
}
.recruitment-dt-desc .desc-list li {
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  position: relative;
}
.recruitment-dt-desc .desc-list li:last-child {
  margin-bottom: 0;
}
.recruitment-dt-desc .desc-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #1B4075;
}
.recruitment-dt-btn {
  margin-top: 3.7rem;
}
.recruitment-info {
  background: #F6FBFF;
  padding: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .recruitment-info {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .recruitment-info {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
}
.recruitment-info-item {
  padding: 0 5rem;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
@media (max-width: 1024px) {
  .recruitment-info-item {
    padding: 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .recruitment-info-item {
    padding: 0.5rem 0;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
}
.recruitment-info-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 2.7rem;
  background: #c4c4c4;
}
@media (max-width: 768px) {
  .recruitment-info-item::after {
    content: none;
  }
}
.recruitment-info-item:first-child {
  padding-left: 0;
}
.recruitment-info-item:last-child {
  padding-right: 0;
}
.recruitment-info-item:last-child::after {
  content: none;
}
.recruitment-info-item .title {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .recruitment-info-item .title {
    min-width: 9rem;
  }
}
.recruitment-info-item .detail {
  font-weight: 600;
}
.recruitment .recruitment-info {
  background: #fff;
  padding: 0;
  margin-bottom: 1.5rem;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.recruitment .recruitment-info .recruitment-info-item {
  width: 100%;
  padding: 0;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 1rem;
}
.recruitment .recruitment-info .recruitment-info-item:last-child {
  margin-bottom: 0;
}
.recruitment .recruitment-info .recruitment-info-item::after {
  content: none;
}
.recruitment .recruitment-info .recruitment-info-item .title {
  font-weight: bold;
  min-width: 9rem;
}
.recruitment .recruitment-info .recruitment-info-item .detail {
  font-weight: normal;
}
.recruitment-popup {
  width: 100%;
}
.recruitment-popup-tt {
  text-align: center;
  margin-bottom: 4.3rem;
}
.recruitment-popup-form {
  background: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  padding: 8rem 8.5rem;
}
@media (max-width: 1200px) {
  .recruitment-popup-form {
    padding: 5rem;
  }
}
@media (max-width: 768px) {
  .recruitment-popup-form {
    padding: 1.5rem 0;
  }
}
.recruitment-popup-form .f-r {
  margin-bottom: 3rem;
}
.recruitment-popup-form .f-r:last-child {
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .recruitment-popup-form .f-r:last-child .f-c {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .recruitment-popup-form .f-r {
    padding: 0 0.75rem;
  }
}
.recruitment-popup-form .f-c {
  width: 50rem;
  padding: 0 1.5rem;
}
@media (max-width: 1200px) {
  .recruitment-popup-form .f-c {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .recruitment-popup-form .f-c {
    padding: 0 0.75rem;
  }
}
.recruitment-popup-form .f-c .label {
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 1rem;
  display: block;
}
.recruitment-popup-form .f-c input {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 2.1rem;
}
@media (max-width: 768px) {
  .recruitment-popup-form .f-c input {
    padding: 1rem;
  }
}
.recruitment-popup-form .f-c.file {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.recruitment-popup-form .f-c.file .label {
  font-weight: normal;
  width: max-content;
  white-space: nowrap;
  margin-right: 3rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .recruitment-popup-form .f-c.file .label {
    white-space: pre-wrap;
    margin-right: 1.5rem;
  }
}
.recruitment-popup-form .f-c.file input {
  padding: 0;
  border: 0;
  width: 15rem;
}
.recruitment-popup-form .f-c.file input[type=file] {
  color: transparent;
}

.blog-ctn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media (max-width: 1024px) {
  .blog-ctn {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 768px) {
  .blog-ctn {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.blog-main {
  width: 75%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .blog-main {
    padding: 0 0.75rem;
  }
}
@media (max-width: 900px) {
  .blog-main {
    width: 66.6666666667%;
  }
}
@media (max-width: 768px) {
  .blog-main {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.blog-aside {
  position: sticky;
  top: 17rem;
  width: 25%;
  padding: 0 1.5rem;
}
@media (max-width: 1200px) {
  .blog-aside {
    top: 7rem;
  }
}
@media (max-width: 1024px) {
  .blog-aside {
    padding: 0 0.75rem;
  }
}
@media (max-width: 900px) {
  .blog-aside {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .blog-aside {
    width: 100%;
  }
}
.blog-aside-item {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #c4c4c4;
}
.blog-aside-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.blog-aside-tt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-bottom: 1.2rem;
  font-weight: bold;
}
.blog-aside-tt img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  margin-top: -0.2rem;
}
.blog-aside-cate li {
  margin-bottom: 1.6rem;
}
.blog-aside-cate li.current a {
  color: #1B4075;
}
.blog-aside-cate li:last-child {
  margin-bottom: 0;
}
.blog-aside-cate li a {
  display: block;
  padding-left: 5.5rem;
  transition: 0.3s;
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .blog-aside-cate li a:hover {
    color: #1B4075;
  }
}
.blog-list {
  margin-bottom: 3rem;
}
.blog .news-detail-time {
  margin-bottom: 0;
}
.blog-item {
  margin-bottom: 3rem;
}
.blog-item:last-child {
  margin-bottom: 0;
}
.blog-item-img {
  display: block;
  position: relative;
  padding-top: 41.61%;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .blog-item-img:hover img {
    transform: scale(1.1);
  }
}
.blog-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
}
.blog-item-tt {
  transition: 0.3s;
}
.blog-item-tt a {
  display: block;
}
@media (min-width: 1025px) {
  .blog-item-tt:hover {
    color: #DD3535;
  }
}
.blog-item-desc {
  margin-bottom: 1.5rem;
}
.blog-item-body {
  padding: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
}
@media (max-width: 1024px) {
  .blog-item-body {
    padding: 1.5rem;
  }
}
.blog-posts .posts-item {
  margin-bottom: 1.5rem;
}
.blog-posts .posts-item:last-child {
  margin-bottom: 0;
}
.blog-posts .posts-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
@media (min-width: 1025px) {
  .blog-posts .posts-item-wrap:hover .posts-tt {
    color: #DD3535;
  }
  .blog-posts .posts-item-wrap:hover .posts-img img {
    transform: scale(1.1);
  }
}
.blog-posts .posts-img {
  margin-right: 2rem;
  width: 8rem;
  height: 7rem;
  flex-shrink: 0;
  overflow: hidden;
}
.blog-posts .posts-img img {
  transition: 1s;
}
.blog-posts .posts-tt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-dt .blog-item-img {
  margin-bottom: 3rem;
}
.blog-dt-content .content-item {
  margin-bottom: 3rem;
}
.blog-dt-content img {
  margin-bottom: 1.5rem;
}
.blog-comment {
  margin-top: 5rem;
}
.blog-comment .comment-form .f-r {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
}
@media (max-width: 1024px) {
  .blog-comment .comment-form .f-r {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
.blog-comment .comment-form .f-c {
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .blog-comment .comment-form .f-c {
    padding: 0 0.75rem;
  }
}
.blog-comment .comment-list {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(196, 196, 196, 0.3);
}
.blog-comment .comment-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-right: 7rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
}
@media (max-width: 1024px) {
  .blog-comment .comment-item {
    margin-right: 0;
  }
}
.blog-comment .comment-item:first-child {
  padding-top: 0;
}
.blog-comment .comment-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.blog-comment .comment-avt {
  flex-shrink: 0;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  margin-right: 2rem;
}
@media (max-width: 1024px) {
  .blog-comment .comment-avt {
    width: 7rem;
    height: 7rem;
  }
}
.blog-comment .comment-name {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.blog-comment .comment-content {
  margin-bottom: 1.5rem;
}
.blog-comment .comment-body .share {
  padding: 0;
  border-top: 0;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.blog-comment .comment-body .share .share-social a {
  padding: 0 0.75rem;
}

/*# sourceMappingURL=style.css.map */