@charset "UTF-8";
@import url("../assets/fonts/Nunito/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; */
  padding-left: 35px;
}
ul.banner-breadcrumb {
  list-style: none !important;
}
blockquote,
q {
  quotes: none;
}
.alignnone{
  margin: 0 !important;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
.hd ul {
  list-style: none;
  padding-left: 0;
}
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);
  }
}
.zoomIn {
  animation: zoomIn 0.3s linear forwards;
}

@-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;
}

@-moz-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes arrowRight {
  50% {
    transform: translateX(0.5rem);
  }
}
@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;
  }
}
@keyframes scrollLine {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.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;
}

.ctn-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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media (max-width: 1024px) {
  .ctn-r {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}

.ctn-c {
  padding: 0 1.5rem;
  width: 50%;
}
@media (max-width: 1024px) {
  .ctn-c {
    padding: 0 0.75rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: "Nunito", "sans-serif";
  font-size: 1.6rem;
  line-height: 1.55;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #EC7f21;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #EC7f21;
}

a {
  text-decoration: none;
}

button,
select {
  border: none;
  outline: none;
}

.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-56 {
  padding: 5.6rem 0;
}
@media (max-width: 1600px) {
  .sec-56 {
    padding: 4rem 0;
  }
}

.btn {
  display: inline-block;
  padding: 1.7rem 3.2rem 1.4rem;
  border-radius: 5px;
  border: 1px solid transparent;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}
.btn.btn-pri {
  background: #021051;
  color: #fff;
}
@media (min-width: 1025px) {
  .btn.btn-pri:hover {
    background: #fff;
    border: 1px solid #021051;
    color: #021051;
  }
}
.btn.btn-white {
  background: #fff;
  color: #021051;
}
@media (min-width: 1025px) {
  .btn.btn-white:hover {
    background: #021051;
    border: 1px solid #021051;
    color: #fff;
  }
}

.stick {
  display: block;
  width: max-content;
  border-radius: 2px;
  margin-bottom: 1.6rem;
  padding: 3px 8px 2px;
  background: #021051;
  font-size: 1.3rem;
  color: #fff;
}
.stick.stick-c {
  margin: 0 auto;
  margin-bottom: 1.6rem;
}
.stick.white {
  background: #fff;
  color: #021051;
}

.sec-tt {
  font-size: 4.4rem;
  text-transform: uppercase;
  color: #021051;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .sec-tt {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .sec-tt {
    font-size: 2.9rem;
  }
}
.sec-tt.tt-c {
  text-align: center;
}
.sec-tt.white {
  color: #fff;
}

.sec-tt-desc {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
}
.sec-tt-desc p {
  font-size: 1.8rem;
  text-align: center;
  color: #021051;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1200px) {
  .sec-tt-desc p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .sec-tt-desc p {
    font-size: 1.5rem;
  }
}
.sec-tt-desc p:last-child {
  margin-bottom: 0;
}

.sec-desc p {
  font-size: 1.6rem;
  color: #021051;
  margin-bottom: 2.5rem;
}
@media (max-width: 739px) {
  .sec-desc p {
    margin-bottom: 1.5rem;
  }
}
.sec-desc p:last-child {
  margin-bottom: 0;
}
.main ul {
  /*list-style: none;
  padding-left: 0;*/
}
.hl {
  color: #EC7f21;
}

.hl-pri {
  color: #021051 !important;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

p {
  font-size: 1.6rem;
  color: #021051;
}
p.quote {
  padding: 2.4rem;
  padding-left: 2.8rem;
  background: #F5F5F5;
  border-left: 4px solid #EC7f21;
  font-weight: 600;
}
p.italy-b {
  font-style: italic;
  color: #4F4F4F;
}
p.stt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0528C8 !important;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  p.stt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  p.stt {
    font-size: 1.5rem;
  }
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

iframe {
  vertical-align: middle;
}
@media (max-width: 450px) {
  iframe {
    height: 30rem;
  }
}

.move-to-top {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #EC7f21;
  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;
  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: #fff;
  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;
  top: 50%;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.1);
  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 (max-width: 1300px) {
  .swiper-prev,
.swiper-next {
    top: unset;
    bottom: 0;
  }
}
.swiper-prev img:last-child,
.swiper-next img:last-child {
  display: none;
}
.swiper-prev:hover,
.swiper-next:hover {
  background: #021051;
  box-shadow: 10px 10px 20px rgba(9, 32, 76, 0.2);
}
.swiper-prev:hover img:last-child,
.swiper-next:hover img:last-child {
  display: block;
}
.swiper-prev:hover img:first-child,
.swiper-next:hover img:first-child {
  display: none;
}

.swiper-prev {
  left: 0;
  transform: translate(calc(-100% - 3rem), -50%);
}
@media (max-width: 1300px) {
  .swiper-prev {
    right: 5.5rem;
    left: unset;
    transform: unset;
  }
}
.swiper-prev img {
  transform: rotate(180deg);
}

.swiper-next {
  right: 0;
  transform: translate(calc(100% + 3rem), -50%);
}
@media (max-width: 1300px) {
  .swiper-next {
    right: 0;
    transform: unset;
  }
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  top: -2px;
  height: 5px;
  background: #EC7f21;
}

.swiper-controls {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  margin-top: 5.6rem;
  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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.swiper-controls.blue .swiper-navi span.prev, .swiper-controls.blue .swiper-navi span.next {
  background: #BABABA;
}
@media (max-width: 1024px) {
  .swiper-controls.blue .swiper-navi span.prev, .swiper-controls.blue .swiper-navi span.next {
    background: #fff;
  }
}
@media (min-width: 1025px) {
  .swiper-controls.blue .swiper-navi span.prev:hover, .swiper-controls.blue .swiper-navi span.next:hover {
    background: #fff;
  }
}
.swiper-controls.blue .swiper-pagination-progressbar {
  background: #C8C8C8;
}
.swiper-controls .swiper-pagin {
  width: 100%;
  position: relative;
}
.swiper-controls .swiper-pagin .swiper-pagination {
  width: 100%;
  height: 1px;
}
.swiper-controls .swiper-pagin .swiper-pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 5px;
  background: #EC7f21;
}
.swiper-controls .swiper-navi {
  flex-shrink: 0;
  width: 11.2rem;
  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;
  margin-left: 5.8rem;
}
@media (max-width: 1024px) {
  .swiper-controls .swiper-navi {
    width: 9rem;
  }
}
.swiper-controls .swiper-navi span {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 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;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .swiper-controls .swiper-navi span:hover {
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .swiper-controls .swiper-navi span {
    width: 4rem;
    height: 4rem;
  }
}
.swiper-controls .swiper-navi span img {
  width: 2.4rem;
  height: 2.4rem;
}
.swiper-controls .swiper-navi span.prev {
  background: #EEEEEE;
}
.swiper-controls .swiper-navi span.next {
  background: #021051;
}

.select2-container {
  flex-shrink: 0;
}

.select2-container--default .select2-selection--single {
  border: none;
  height: unset;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  padding: 1.117rem 1.6rem;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  background: #F5F5F5;
  color: #021051;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.55;
  position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__rendered::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url("../assets/images/dropdown-black.svg") no-repeat;
  background-size: 100% 100%;
}

.codeTelephone .select2-container--default .select2-selection--single {
  height: 100%;
}
.codeTelephone .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  padding: 1.4rem;
  color: #000;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.codeTelephone .select2-container--default .select2-selection--single .select2-selection__rendered::before {
  right: 1.4rem;
}

.select2-selection__arrow {
  display: none;
}

.select2-search__field {
  outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #021051;
}

.hd {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .hd {
    position: sticky;
    background: #021051;
  }
}
@media (min-width: 1201px) {
  .hd.hd-news .hd-bot {
    border-top: 1px solid rgba(0, 0, 0, 0.16);
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  }
  .hd.hd-news .hd-logo {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .hd.hd-news .hd-logo a img {
    content: url("../../../assets/logo-auth.png");
    height: 100%;
    object-fit: cover;
  }
  .hd.hd-news .hd-logo a {
    width: 22rem;
    height: 5.6rem;
  }
  .hd.hd-news .hd-nav .menu > li {
    padding: 1.2rem 0;
  }
  .hd.hd-news .hd-nav .menu > li > a {
    color: #021051;
  }
  .hd.hd-news .hd-nav .menu > li.current > a {
    color: #EC7f21;
  }
  .hd.hd-news .hd-nav .menu > li > a::before {
    transform: translate(-50%, calc(100% + 1.2rem));
  }
}
@media (min-width: 1201px) {
  .hd.small {
    transform: translateY(-4.8rem);
  }
  .hd.small .hd-bot {
    background: #fff;
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.16);
  }
  .hd.small .hd-nav .menu > li {
    padding: 1.2rem 0;
  }
  .hd.small .hd-nav .menu > li a::before {
    transform: translate(-50%, calc(100% + 1.2rem));
  }
  .hd.small .hd-logo a img {
    content: url("../../../assets/logo-auth.png");
    /*width: 22rem;*/
    height: 5.6rem;
  }
  .hd.small .hd-nav .menu li.current a {
    color: #EC7f21;
  }
  .hd.small .hd-nav .menu li a {
    color: #021051;
  }
}
@media (min-width: 1201px) and (min-width: 1025px) {
  .hd.small .hd-nav .menu li a:hover {
    color: #EC7f21;
  }
}
.admin-bar .hd-top{
  margin-top: 32px;
}
.hd-top {
  width: 100%;
  height: 4.8rem;
  padding: 1.6rem 8rem;
  background: linear-gradient(180deg, #EEEEEE 0%, #FFFFFF 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: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  z-index: 2;

}
@media (max-width: 1200px) {
  .hd-top {
    display: none;
  }
}
.hd-lang {
  position: relative;
  z-index: 1;
}
.hd-lang::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  transform: translateY(100%);
  background: transparent;
}
@media (min-width: 1025px) {
  .hd-lang:hover .hd-lang-option {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(calc(100% + 1rem));
  }
}
.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;
  cursor: pointer;
}
.hd-lang-icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
}
.hd-lang-name {
  font-size: 1.4rem;
  line-height: 1.2;
  padding-top: 0.5rem;
}
.hd-lang-dropdown {
  width: 1rem;
  height: 1rem;
  margin-left: 0.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;
}
.hd-lang-dropdown img {
  vertical-align: middle;
}
.hd-lang-option {
  width: max-content;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0px 20px 48px rgba(59, 42, 42, 0.2);
  padding: 1rem;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 2rem));
  transition: 0.3s;
}
.hd-lang-option ul li {
  margin-bottom: 1rem;
}
.hd-lang-option ul li:last-child {
  margin-bottom: 0;
}
.hd-lang-option ul li a {
  font-size: 1.4rem;
  color: #000;
  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;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .hd-lang-option ul li a:hover {
    color: red;
  }
}
.hd-lang-option ul li a span {
  padding-top: 0.3rem;
  line-height: 1.2;
}
.hd-lang-option ul li a img {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
}
.hd-right {
  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-search {
  width: 15rem;
}
.hd-search form {
  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;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.hd-search form input {
  width: 100%;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-right: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background: #fff;
  padding: 4px 8px;
  font-size: 1.4rem;
  color: #000;
}
.hd-search form input::placeholder {
  color: #7C7C7C;
}
.hd-search form button {
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .hd-search form button:hover {
    background: #021051;
  }
}
.hd-newsmedia {
  font-size: 1.4rem;
  color: #000;
  margin-left: 2rem;
}
.hd-social {
  margin-left: 1.6rem;
  padding-left: 1.6rem;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.hd-social ul {
  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-social ul li {
  margin-left: 0.8rem;
}
.hd-social ul li:first-child {
  margin-left: 0;
}
.hd-social ul li a {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .hd-social ul li a:hover {
    transform: translateY(-0.3rem);
  }
}
.hd-bot {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .hd-bot {
    padding: 1.5rem 0;
    height: 7rem;
  }
}
.hd-bot .ctn-r {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.hd-logo {
  width: 25%;
  min-width: 15rem;
  padding: 0 1.5rem;
  flex-shrink: 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;
}
@media (max-width: 1200px) {
  .hd-logo {
    width: 15rem;
  }
}
@media (max-width: 1024px) {
  .hd-logo {
    padding: 0 0.75rem;
  }
}
.hd-logo a {
  display: block;
  width: 100%;
}
.hd-logo a img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.hd-nav {
  width: 75%;
  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;
}
@media (max-width: 1200px) {
  .hd-nav {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .hd-nav {
    padding: 0 0.75rem;
  }
}
@media (max-width: 1200px) {
  .hd-nav-menu {
    position: fixed;
    right: 0;
    top: 7rem;
    width: 100%;
    max-width: 25rem;
    height: calc(100vh - 7rem);
    background: #fff;
    transform: translateX(100%);
    z-index: 2;
    transition: 0.3s linear;
    overflow: hidden auto;
  }
  .hd-nav-menu.open {
    transform: translateX(0);
  }
}
.hd-nav-menu .hd-lang {
  margin: 3rem 1.5rem;
  display: none;
}
@media (max-width: 1200px) {
  .hd-nav-menu .hd-lang {
    display: block;
  }
}
.hd-nav-menu .hd-lang:hover .hd-lang-option {
  opacity: 1;
  transform: translateY(calc(100% + 1rem));
  pointer-events: auto;
}
.hd-nav-menu .hd-lang-current {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.hd-nav-menu .hd-right {
  display: none;
}
@media (max-width: 1200px) {
  .hd-nav-menu .hd-right {
    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-direction: column;
    -webkit-flex-direction: column;
  }
}
.hd-nav-menu .hd-right .hd-newsmedia {
  margin-left: 1.5rem;
}
.hd-nav-menu .hd-right .hd-social {
  margin: 1rem 1.5rem;
  border-left: 0;
  padding-left: 0;
}
.hd-nav-menu .hd-right .hd-social ul {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.hd-nav-menu .hd-right .hd-social ul li a {
  width: 3rem;
  height: 3rem;
}
.hd-nav-menu .hd-right .hd-social ul li a img {
  width: 100%;
}
.hd-nav .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;
}
@media (max-width: 1200px) {
  .hd-nav .menu {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
}
.hd-nav .menu > li {
  padding: 2.4rem 0;
}
@media (max-width: 1200px) {
  .hd-nav .menu > li {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid rgba(2, 16, 81, 0.3);
    position: relative;
  }
}
.hd-nav .menu > li.current > a {
  color: #EC7f21;
}
.hd-nav .menu > li > a {
  display: block;
  padding: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
  position: relative;
}
.hd-nav .menu > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(100% + 2.4rem));
  width: calc(100% - 3.2rem);
  height: 3px;
  background: #EC7f21;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 1200px) {
  .hd-nav .menu > li > a::before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .hd-nav .menu > li > a {
    padding: 1rem 1.5rem;
    padding-right: 4rem;
    color: #021051;
  }
}
@media (min-width: 1025px) {
  .hd-nav .menu > li > a:hover {
    color: #EC7f21;
  }
}
.hd-nav .menu > li > img {
  display: none;
  position: absolute;
  top: 0.25rem;
  right: 0rem;
  transition: 0.3s;
  padding: 1.5rem;
}
@media (max-width: 1200px) {
  .hd-nav .menu > li > img {
    display: block;
  }
}
.hd-nav .hd-search {
  display: none;
  width: 100%;
  height: 100%;
  margin-right: 1.5rem;
}
.hd-nav .hd-search form {
  height: 100%;
}
.hd-nav .hd-search form input {
  width: 90%;
}
.hd-nav .hd-search form button {
  width: 4rem;
}
@media (max-width: 1200px) {
  .hd-nav .hd-search {
    display: block;
  }
}
.hd-bg {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  height: calc(100vh - 7rem);
  transform: translateY(calc(100% + 1.5rem));
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.hd-bg.open {
  opacity: 1;
  pointer-events: auto;
}
.hd-request {
  margin-left: 0.8rem;
}
@media (max-width: 1200px) {
  .hd-request {
    display: none;
  }
}
.hd-request a {
  display: block;
  border-radius: 5px;
  border: 1px solid transparent;
  background: #EC7f21;
  padding: 1.4rem 3rem 1.3rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .hd-request a:hover {
    border: 1px solid #EC7f21;
    background: #fff;
    color: #EC7f21;
  }
}

.hd-nav .menu li.dropdown:hover .submenu {
  transform: translate(-50%, 100%);
  opacity: 1;
  pointer-events: auto;
}
.hd-nav .menu li.dropdown:hover a::before {
  opacity: 1;
}

.hd-nav .menu > li.open .submenu-mobile {
  max-height: 25rem;
  opacity: 1;
  pointer-events: auto;
}
.hd-nav .menu > li.open img {
  transform: rotate(180deg);
}

.dropdown.service .submenu .submenu-img {
  width: 27rem;
  height: 16.8rem;
  flex-shrink: 0;
}
.dropdown.service .submenu .submenu-item {
  width: 100%;
}
.dropdown.service .submenu .submenu-wrap {
  border: 0;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.dropdown.service .submenu .submenu-wrap .submenu-img {
  border: unset;
}
.dropdown.service .submenu .submenu-wrap:hover .submenu-img {
  border: unset;
}
.dropdown.service .submenu .service-name {
  width: 100%;
  margin-right: 30rem;
}
.dropdown.service .submenu .service-name li:last-child a {
  border-bottom: 1px solid rgba(2, 16, 81, 0.3);
}
.dropdown.service .submenu .service-name li:nth-last-child(2) a {
  border-bottom: 1px solid rgba(2, 16, 81, 0.3);
}
.dropdown.service .submenu .service-name li a {
  display: block;
  width: 100%;
  padding: 1.6rem 0;
  border-top: 1px solid rgba(2, 16, 81, 0.3);
  color: #021051;
  font-weight: bold;
  text-transform: capitalize;
  transition: 0.3s;
}
.dropdown.service .submenu .service-name li a:hover {
  color: #0528C8;
  text-decoration: underline;
}
.dropdown.service.insights .submenu .service-name {
  margin-right: 0;
}
.dropdown.service.insights .submenu .service-name .ctn-c {
  width: 33.3333333333%;
}
.dropdown.service.insights .submenu .service-name .ctn-c:first-child a {
  border-bottom: 1px solid rgba(2, 16, 81, 0.3);
}

.submenu {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(100% + 2rem));
  width: 100vw;
  padding-top: 2.4rem;
  padding-bottom: 4rem;
  background: #fff;
  transition: 0.3s linear;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1200px) {
  .submenu {
    display: none;
  }
}
.submenu-tt {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #EC7f21;
}
.submenu .ctn-r {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.submenu-item {
  width: 33.3333333333%;
  padding: 1.6rem 1.5rem;
}
.submenu-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;
  border-top: 1px solid rgba(2, 16, 81, 0.3);
  border-bottom: 1px solid rgba(2, 16, 81, 0.3);
}
.submenu-wrap:hover .submenu-img {
  border: 1px solid #EC7f21;
}
.submenu-wrap:hover .submenu-name {
  text-decoration: underline;
}
.submenu-img {
  width: 17rem;
  height: 12rem;
  margin-right: 3rem;
  border: 1px solid transparent;
  overflow: hidden;
  transition: 0.3s;
}
.submenu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  transition: 0.3s;
}
.submenu-name {
  font-size: 1.6rem;
  text-transform: capitalize;
  color: #021051;
  font-weight: 600;
  transition: 0.3s;
}
.submenu-mobile {
  display: none;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .submenu-mobile {
    display: block;
  }
}
.submenu-mobile li.current a {
  color: #EC7f21;
}
.submenu-mobile li a {
  display: block;
  width: 100%;
  padding: 0.5rem 2.5rem;
  color: #021051;
}

.banner {
  margin-top: 4.8rem;
  transition: 0.3s;
  position: relative;
  width: 100%;
  height: calc(100vh - 4.8rem);
  overflow: hidden;
}
.banner.banner-request {
  height: unset;
}
@media (max-width: 1200px) {
  .banner {
    margin-top: 0;
    height: 70vh;
  }
}
@media (max-width: 1024px) {
  .banner {
    height: 50vh;
  }
}
@media (max-width: 800px) {
  .banner {
    height: 30vh;
  }
}
.banner .swiper-container {
  height: 100%;
}
.banner-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(2, 16, 81, 0.4), rgba(2, 16, 81, 0.4));
  pointer-events: none;
  z-index: 2;
}
.banner-item.swiper-slide-active .banner-tt {
  opacity: 0;
  animation: fadeInUp 0.5s linear 0.5s forwards;
}
.banner-txt {
  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;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: relative;
  z-index: 2;
}
.banner-tt {
  margin: 0 auto;
  width: 100%;
  max-width: 91.2rem;
  font-size: 6.4rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1200px) {
  .banner-tt {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-tt {
    font-size: 2.9rem;
  }
}

.banner-controls {
  position: absolute;
  left: 0;
  bottom: 4rem;
  width: 100%;
  z-index: 3;
}
@media (max-width: 800px) {
  .banner-controls {
    bottom: 1.5rem;
  }
}
.banner-controls .controls {
  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;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  width: 50%;
}
@media (max-width: 800px) {
  .banner-controls .controls {
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
  }
}

.banner-swiper {
  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;
}
.banner-swiper .banner-navi {
  margin-right: 7rem;
  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: 800px) {
  .banner-swiper .banner-navi {
    margin-right: 0;
  }
}
.banner-swiper .banner-navi span {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 1rem;
  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;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .banner-swiper .banner-navi span:hover {
    border: 1px solid #EC7f21;
  }
  .banner-swiper .banner-navi span:hover img {
    content: url("../assets/images/banner-navi-pri.svg");
  }
}
.banner-swiper .banner-navi span:last-child img {
  transform: rotate(180deg);
}
.banner-swiper .banner-navi span img {
  width: 1.6rem;
  height: 1.6rem;
  transition: 0.3s;
}

.banner-pagin {
  position: relative;
}
.banner-pagin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #fff;
  pointer-events: none;
}
.banner-pagin .num {
  padding: 0 1.6rem;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
}
.banner-pagin .num.current {
  font-weight: bold;
}

.banner-scroll {
  transform: translate(50%, -150%) rotate(-90deg);
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 800px) {
  .banner-scroll {
    display: none;
  }
}
.banner-scroll .line {
  width: 11.2rem;
  padding-top: 2.6rem;
  position: relative;
  overflow: hidden;
}
.banner-scroll .line::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s;
  animation: scrollLine linear 2s infinite;
}
@media (min-width: 1025px) {
  .banner-scroll .line:hover .text {
    color: #EC7f21;
  }
}
.banner-scroll .line .text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}

.banner-small.banner {
  height: 100%;
}
.banner-small .banner-txt {
  padding-top: 22rem;
  padding-bottom: 19.2rem;
  text-align: center;
}
@media (max-width: 800px) {
  .banner-small .banner-txt {
    padding: 10rem 0;
  }
}
@media (max-width: 550px) {
  .banner-small .banner-txt {
    padding: 7rem 0;
  }
}
.banner-small .banner-tt {
  margin-bottom: 0.8rem;
  text-shadow: unset;
  opacity: 0;
  animation: fadeInDown 0.5s linear 0.5s forwards;
}

.banner-breadcrumb {
  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-wrap: wrap;
  -webkit-flex-wrap: wrap;
  opacity: 0;
  animation: fadeInUp 0.5s linear 0.5s forwards;
}
.banner-breadcrumb li:last-child::after {
  content: none;
}
.banner-breadcrumb li::after {
  content: ">";
  padding: 0 0.75rem;
  color: #fff;
  transform: translateX(-0.75rem);
}
.banner-breadcrumb li a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .banner-breadcrumb li a:hover {
    color: #EC7f21;
  }
}

.banner-request .banner-txt {
  padding: 26rem 0;
  text-align: center;
}
@media (max-width: 1600px) {
  .banner-request .banner-txt {
    padding: 17rem 0;
  }
}
@media (max-width: 800px) {
  .banner-request .banner-txt {
    padding: 10rem 0;
  }
}
.banner-request .banner-tt {
  margin-bottom: 1.6rem;
  text-shadow: unset;
}
.banner-request .banner-request-desc {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .banner-request .banner-request-desc {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-request .banner-request-desc {
    font-size: 1.7rem;
  }
}

.contact-form {
  position: relative;
  padding-bottom: 11.2rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .contact-form {
    padding-bottom: 5rem;
  }
}
@media (max-width: 900px) {
  .contact-form {
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 900px) {
  .contact-form .ctn-r {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
@media (max-width: 900px) {
  .contact-form .ctn-c {
    width: 100%;
    padding: 1.5rem 0.75rem;
  }
}
.contact-form-bg {
  position: absolute;
  left: 6.1rem;
  bottom: -3rem;
  pointer-events: none;
}
.contact-form-bg img {
  vertical-align: middle;
}
@media (max-width: 600px) {
  .contact-form-bg {
    left: 0;
    top: 0;
    bottom: unset;
    width: 100%;
  }
  .contact-form-bg img {
    width: 100%;
  }
}
.contact-form-tt {
  margin-bottom: 2.4rem;
}
.contact-form-desc {
  width: 100%;
  max-width: 40rem;
  margin-bottom: 1.6rem;
}
.contact-form-desc p {
  text-align: left;
}
.contact-form-map .map {
  padding-left: 1.5rem;
  height: 100%;
}
@media (max-width: 900px) {
  .contact-form-map .map {
    padding: 0;
  }
}

.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) {
  .form .f-r {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 450px) {
  .form .f-r {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.form .f-c {
  width: 50%;
  padding: 1.6rem 1.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: stretch;
  -webkit-align-items: stretch;
}
@media (max-width: 1024px) {
  .form .f-c {
    padding: 0.75rem;
  }
}
@media (max-width: 450px) {
  .form .f-c {
    width: 100%;
  }
}
.form .f-c.c-full {
  width: 100%;
}
.form .f-c.codeTelephone input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form .f-c.codeTelephone .placeholder-cus {
  left: 11.1rem;
}
.form .f-c input, .form .f-c textarea {
  font-family: "Nunito", "sans-serif";
  outline: none;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #F5F5F5;
  padding: 1.4rem 1.6rem;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #021051;
}
.form .f-c input:focus, .form .f-c textarea:focus {
  border: 1px solid #EC7f21;
}
.form .f-c .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #7C7C7C;
}
.form .f-c .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1.27rem 1.6rem;
}
.form .f-c select:focus .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid #EC7f21;
}
.form .f-c textarea {
  min-height: 10.5rem;
  resize: none;
}
.form .f-c .placeholder-cus {
  position: absolute;
  left: 3.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 600;
  color: #7C7C7C;
  pointer-events: none;
}
.form .f-c .placeholder-cus span {
  color: #EC7f21;
}
.form .f-btn {
  float: right;
  margin-top: 2.1rem;
}
@media (max-width: 450px) {
  .form .f-btn {
    float: none;
  }
}

.ft {
  background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 739px) {
  .ft-top {
    padding: 3.5rem 0;
  }
}
.ft-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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
}
@media (max-width: 1024px) {
  .ft-r {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 739px) {
  .ft-r {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.ft-c {
  width: 33.3333333333%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .ft-c {
    padding: 0 0.75rem;
  }
}
@media (max-width: 739px) {
  .ft-c {
    width: 100%;
    padding: 1.5rem 0.75rem;
  }
}
.ft-logo {
  padding-right: 7rem;
  height: 100%;
}
@media (max-width: 900px) {
  .ft-logo {
    padding-right: 0;
  }
}
.ft-logo .logo {
  display: block;
  width: 22rem;
  height: 5.6rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 739px) {
  .ft-logo .logo {
    margin-bottom: 1.5rem;
  }
}
.ft-logo .logo img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  vertical-align: middle;
}
.ft-dt p {
  font-size: 1.4rem;
  color: #021051;
  margin-bottom: 1.6rem;
}
@media (max-width: 739px) {
  .ft-dt p {
    margin-bottom: 1rem;
  }
}
.ft-dt p:last-child {
  margin-bottom: 0;
}
.ft-dt p a {
  color: #021051;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .ft-dt p a:hover {
    color: #EC7f21;
  }
}
.ft-dt ul {
  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: 3.2rem;
}
.ft-dt ul li {
  margin-right: 1rem;
}
.ft-dt ul li a {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .ft-dt ul li a:hover {
    transform: translateY(-0.5rem);
  }
}
.ft-tt {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #021051;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .ft-tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .ft-tt {
    font-size: 1.5rem;
  }
}
@media (max-width: 739px) {
  .ft-tt {
    margin-bottom: 1.5rem;
  }
}
.ft-contact {
  padding: 0 3.5rem;
  padding-top: 2.5rem;
  height: 100%;
}
@media (max-width: 900px) {
  .ft-contact {
    padding: 0;
    padding-top: 2.5rem;
  }
}
@media (max-width: 739px) {
  .ft-contact {
    padding-top: 0;
  }
}
.ft-social {
  padding-left: 7rem;
  padding-top: 2.5rem;
  height: 100%;
}
@media (max-width: 900px) {
  .ft-social {
    padding: 0;
    padding-top: 2.5rem;
  }
}
@media (max-width: 739px) {
  .ft-social {
    padding-top: 0;
  }
}
.ft-form {
  margin-top: -0.8rem;
}
@media (max-width: 739px) {
  .ft-form {
    margin-top: 0;
  }
}
.ft-form form {
  width: 100%;
  position: relative;
}
.ft-form form input {
  font-family: "Nunito", "sans-serif";
  font-style: italic;
  width: 100%;
  height: 4.8rem;
  padding: 1rem;
  padding-right: 5rem;
  padding-bottom: 1.1rem;
  background: #fff;
  outline: none;
  border: 1px solid #021051;
  border: 0;
  box-shadow: 0 0 5px #021051;
  font-size: 1.4rem;
  color: #021051;
}
.ft-form form button {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  background: #EC7f21;
  box-shadow: 0px 6px 16px rgba(237, 27, 36, 0.32);
  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;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .ft-form form button:hover {
    width: 4rem;
    height: 4rem;
    right: 0.4rem;
  }
}
.ft-bot {
  padding: 2.4rem 0;
  padding-bottom: 1.4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.ft-policy {
  width: 50%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .ft-policy {
    padding: 0 0.75rem;
  }
}
@media (max-width: 739px) {
  .ft-policy {
    width: 100%;
  }
}
.ft-policy ul {
  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;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.ft-policy ul li {
  margin-right: 3.2rem;
  margin-bottom: 1rem;
}
.ft-policy ul li:last-child {
  margin-right: 0;
}
.ft-policy ul li a {
  font-size: 1.4rem;
  color: #000;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .ft-policy ul li a:hover {
    color: #EC7f21;
  }
}
.ft-copyright {
  width: 50%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .ft-copyright {
    padding: 0 0.75rem;
  }
}
@media (max-width: 739px) {
  .ft-copyright {
    width: 100%;
  }
}
.ft-copyright p {
  font-size: 1.4rem;
  text-align: right;
  color: #000;
}
@media (max-width: 739px) {
  .ft-copyright p {
    text-align: left;
  }
}

.contact-fixed {
  position: fixed;
  z-index: 5;
  right: 16px;
  bottom: 20rem;
}
.contact-fixed-item {
  display: block;
  margin-top: 0.5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 4px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
  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;
}
.contact-fixed-item.phone {
  background: #021051;
}
.contact-fixed-item.mess {
  background: #fff;
  border: 1px solid #021051;
	display: none;
}
.contact-fixed-item img {
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.3s;
  -webkit-animation: phoneRing 2s infinite ease-in-out;
  -moz-animation: phoneRing 2s infinite ease-in-out;
  -ms-animation: phoneRing 2s infinite ease-in-out;
  -o-animation: phoneRing 2s infinite ease-in-out;
  animation: phoneRing 2s infinite ease-in-out;
}

.request-quote {
  position: fixed;
  top: 16.5625vw;
  transition: 0.3s;
  z-index: 5;
}
@media (min-width: 1201px) {
  .request-quote:hover {
    transform: translateX(0);
  }
  .request-quote:hover a {
    padding-bottom: 10rem;
  }
  .request-quote:hover a > img {
    transform: translateX(0);
  }
  .request-quote:hover a .txt {
    transition: 0.5s;
    opacity: 1;
    pointer-events: auto;
  }
  .request-quote:hover a .txt {
    display: block;
  }
  .request-quote:hover a .icon {
    display: block;
  }
}
.request-quote:hover a .icon {
  animation: arrowRight 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (max-width: 1400px) {
  .request-quote {
    transform: translateX(-3rem);
  }
}
@media (max-width: 1200px) {
  .request-quote {
    position: sticky;
    bottom: 0;
    width: 100%;
    transform: unset;
  }
}
.request-quote a {
  width: 6.4rem;
  padding: 2.4rem 0.5rem;
  padding-bottom: 10rem;
  background: #0528C8;
  border-radius: 0px 5px 5px 0px;
  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;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 1400px) {
  .request-quote a {
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 1200px) {
  .request-quote a {
    flex-direction: row;
    -webkit-flex-direction: row;
    width: 100%;
    padding: 0.5rem 1.5rem;
    border-radius: 0;
    background: #021051;
  }
}
.request-quote a > img {
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 0.8rem;
  transition: 0.3s;
}
@media (max-width: 1400px) {
  .request-quote a > img {
    margin-bottom: 0;
    transform: translateX(1.5rem);
  }
}
@media (max-width: 1200px) {
  .request-quote a > img {
    margin-bottom: 0;
    margin: 0 0.75rem;
    transform: unset;
  }
}
.request-quote a .txt {
  position: absolute;
  left: 0rem;
  bottom: 2.4rem;
  padding: 0 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  transition: 0.1s;
}
@media (max-width: 1400px) {
  .request-quote a .txt {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1200px) {
  .request-quote a .txt {
    padding: 0 0.75rem;
    position: relative;
    bottom: unset;
    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: 1;
  }
}
.request-quote a .txt .icon {
  margin: 0 auto;
  margin-top: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateX(-0.5rem);
}
@media (max-width: 1200px) {
  .request-quote a .txt .icon {
    transform: unset;
    margin-top: 0;
    margin-left: 1.5rem;
  }
}

.wwa {
  position: relative;
  padding-top: 11.2rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .wwa {
    padding-top: 5rem;
  }
}
.wwa-bg {
  position: absolute;
  top: 4.4rem;
  right: -9.583333vw;
  transition: 0.3s;
  width: 38.75vw;
  height: 28.54166vw;
}
@media (max-width: 739px) {
  .wwa-bg {
    display: none;
  }
}
.wwa-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
@media (max-width: 739px) {
  .wwa-ctn {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
@media (max-width: 739px) {
  .wwa-img, .wwa-ct {
    width: 100%;
    padding: 1.5rem 0.75rem;
  }
}
.wwa-tt {
  margin-bottom: 3.2rem;
}
@media (max-width: 739px) {
  .wwa-tt {
    margin-bottom: 2rem;
  }
}
.wwa-img .img {
  padding-right: 7rem;
}
@media (max-width: 1024px) {
  .wwa-img .img {
    padding-right: 0;
  }
}
.wwa-img .img img {
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
  border-radius: 5px;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
}
.wwa-desc {
  margin-bottom: 3.2rem;
}
@media (max-width: 739px) {
  .wwa-desc {
    margin-bottom: 2rem;
  }
}
.wwa-link {
  display: block;
  padding-left: 4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #021051;
  position: relative;
  transition: 0.3s;
}
.wwa-link.red {
  color: #EC7f21;
}
@media (min-width: 1025px) {
  .wwa-link.red:hover {
    opacity: 0.8;
  }
}
.wwa-link.red::before {
  background: #EC7f21;
}
@media (min-width: 1025px) {
  .wwa-link:hover {
    color: #EC7f21;
  }
  .wwa-link:hover::before {
    background: #EC7f21;
  }
}
.wwa-link::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 2.4rem;
  height: 1px;
  background: #000;
  transition: 0.3s;
}
.wwa-services {
  padding-top: 11.2rem;
  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;
}
@media (max-width: 1600px) {
  .wwa-services {
    padding-top: 5rem;
  }
}
@media (max-width: 739px) {
  .wwa-services {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 3.5rem;
  }
}
.wwa-services::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18.75vw;
  background: linear-gradient(180deg, rgba(2, 16, 81, 0) 27.68%, rgba(2, 16, 81, 0.8) 100%);
  z-index: 1;
  pointer-events: none;
}
.wwa-services-item {
  width: 16.6666666667%;
  padding-top: 36.763%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 739px) {
  .wwa-services-item {
    width: 33.3333333333%;
    padding-top: 60%;
  }
}
@media (max-width: 450px) {
  .wwa-services-item {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .wwa-services-item:hover .wwa-services-txt {
    bottom: 6rem;
  }
  .wwa-services-item:hover .wwa-services-txt .name .wwa-link.red {
    opacity: 1;
    pointer-events: auto;
  }
}
.wwa-services-txt {
  position: absolute;
  left: 0;
  bottom: 4rem;
  width: 100%;
  padding: 0 1.5rem;
  transition: 0.3s;
  z-index: 2;
  transition: 0.3s;
}
.wwa-services-txt .name {
  width: max-content;
  min-height: 8rem;
  margin: 0 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;
  font-size: 1.6666vw;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: relative;
}
@media (max-width: 1024px) {
  .wwa-services-txt .name {
    flex-direction: column;
    -webkit-flex-direction: column;
    min-height: unset;
    font-size: 1.6rem;
    /*color: #021051;*/
    color: #fff;

}
.wwa-services-item.aos-init.aos-animate {
  background: linear-gradient(
0deg, rgba(2, 16, 81, 0.4), rgba(2, 16, 81, 0.4));
  }
}
.wwa-services-txt .name .wwa-link.red {
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 100%;
  font-size: 0.8333vw;
  text-align: left;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .wwa-services-txt .name .wwa-link.red {
    opacity: 1;
    pointer-events: auto;
    font-size: 1.3rem;
    position: relative;
    bottom: -1rem;
  }
}

.sector-tt {
  margin-bottom: 2.4rem;
}
.sector-desc {
  width: 100%;
  max-width: 50rem;
}
.sector-slide {
  margin-top: 5.6rem;
}
@media (max-width: 450px) {
  .sector-slide {
    margin-top: 3rem;
  }
}
.sector-slide .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(2, 16, 81, 0.4), rgba(2, 16, 81, 0.4));
  border-radius: 5px;
}
@media (min-width: 1025px) {
  .sector-slide .swiper-slide:hover .sector-txt .txt {
    padding-top: 8.5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sector-slide .swiper-slide:hover .sector-txt .txt {
    padding-top: 6rem;
  }
}
@media (min-width: 1025px) {
  .sector-slide .swiper-slide:hover .sector-txt .txt img {
    transform: translate(-50%, 0%);
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 1025px) {
  .sector-slide .swiper-slide:hover .sector-txt .txt .name::after {
    border: 1px solid #EC7f21;
    width: 100%;
  }
}
.sector-img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.sector-img img {
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.sector-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 1rem;
  width: 100%;
}
.sector-txt .txt {
  position: relative;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .sector-txt .txt {
    padding-top: 6rem;
  }
}
.sector-txt .txt img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 6.5rem;
  height: 6.5rem;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 1600px) {
  .sector-txt .txt img {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 1024px) {
  .sector-txt .txt img {
    transform: translate(-50%, 0%);
    opacity: 1;
    pointer-events: auto;
  }
}
.sector-txt .txt .name {
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
  padding: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .sector-txt .txt .name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .sector-txt .txt .name {
    font-size: 1.7rem;
  }
}
@media (max-width: 1600px) {
  .sector-txt .txt .name {
    font-size: 2rem;
  }
}
.sector-txt .txt .name::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  border: 1px solid rgba(237, 27, 36, 0);
  width: 0;
  transition: 1s;
}
@media (max-width: 1024px) {
  .sector-txt .txt .name::after {
    border: 1px solid #EC7f21;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .sector-txt .txt .name:hover {
    color: #EC7f21;
  }
}
.sector-btn {
  margin-top: 3.7rem;
  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;
}

.experience {
  position: relative;
  padding-bottom: 10.2rem;
}
@media (max-width: 1600px) {
  .experience {
    padding-bottom: 5rem;
  }
}
.experience-bg {
  position: absolute;
}
.experience-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experience-bg.bg1 {
  bottom: 9.4rem;
  left: -9.1479vw;
  width: 51.6666vw;
  height: 38.75vw;
}
.experience-bg.bg2 {
  bottom: 0rem;
  right: 0;
  width: 57.96875vw;
  height: 34.8958vw;
}
.experience-list {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.experience-item {
  width: 33.3333333333%;
  padding: 1.6rem 1.5rem;
}
@media (max-width: 1024px) {
  .experience-item {
    padding: 0.75rem;
  }
}
@media (max-width: 900px) {
  .experience-item {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .experience-item {
    width: 100%;
  }
}
.experience-wrap {
  height: 100%;
  min-height: 20.8rem;
  padding: 2.4rem;
  border-radius: 4px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
  background: #fff;
  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;
}
.experience-icon {
  flex-shrink: 0;
  margin-right: 1.6rem;
  width: 5.6rem;
  height: 5.6rem;
}
.experience-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experience-ct-tt {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #021051;
  margin-bottom: 0.8rem;
  width: 100%;
  max-width: 20rem;
}
@media only screen and (max-width: 1200px) {
  .experience-ct-tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .experience-ct-tt {
    font-size: 1.5rem;
  }
}
.experience-ct-desc p {
  font-size: 1.4rem;
  color: #021051;
  letter-spacing: -0.03em;
}

.progress {
  position: relative;
  padding-top: 9.1rem;
  padding-bottom: 8.6rem;
}
@media (max-width: 1600px) {
  .progress {
    padding: 5rem 0;
  }
}
.progress::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 16, 82, 0.72);
  z-index: 1;
  pointer-events: none;
}
.progress-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.progress-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.progress .container {
  z-index: 2;
}
.progress-tt {
  margin-bottom: 4rem;
}
.progress-img {
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
}
.progress-img img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.progressing {
  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: stretch;
  -webkit-align-items: stretch;
  color: #EC7f21;
  padding-top: 17.6rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .progressing {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 1024px) {
  .progressing {
    padding-top: 0;
    overflow-x: auto;
    padding: 3rem;
    margin-left: -3.5rem;
  }
}
.progressing-item {
  width: 16.6666666667%;
  min-height: 17.6rem;
  padding: 0 1.5rem;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .progressing-item {
    padding: 0 0.75rem;
    width: 17rem;
    min-height: 17rem;
    flex-shrink: 0;
  }
}
@media (max-width: 739px) {
  .progressing-item {
    width: 15rem;
    min-height: 15rem;
  }
}
.progressing-item:nth-child(even) {
  transform: translateY(-100%);
}
@media (max-width: 1024px) {
  .progressing-item:nth-child(even) {
    transform: translateY(0);
  }
}
.progressing-item:last-child .progressing-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: url("../assets/images/progressing-check.svg") #0BAC1B no-repeat;
  background-position: center;
}
.progressing-wrap {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 16px rgba(216, 216, 216, 0.48);
  padding: 3.2rem 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;
  position: relative;
}
@media (max-width: 1024px) {
  .progressing-wrap {
    padding: 3rem 1.5rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 739px) {
  .progressing-wrap {
    padding: 1rem;
  }
}
.progressing-stt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -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;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.progressing-stt img {
  width: 100%;
  height: 100%;
  max-width: max-content;
  vertical-align: middle;
  object-fit: cover;
}
.progressing-icon {
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.8rem;
}
.progressing-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.progressing-name {
  font-size: 1.8rem;
  line-height: 1.55;
  font-weight: bold;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #EC7f21;
}
@media only screen and (max-width: 1200px) {
  .progressing-name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .progressing-name {
    font-size: 1.5rem;
  }
}
.progressing-block {
  position: relative;
}
.progressing-arrow {
  width: calc(100% - 17rem);
  height: 17.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -53.3%);
  z-index: 1;
}
@media (max-width: 1024px) {
  .progressing-arrow {
    display: none;
  }
}
.progressing-arrow img {
  offset-path: path("M0 176 V176 0 H200 V176 H400 V0 H600 V176 H800 V0 H950");
  animation: move 8s linear forwards infinite;
}

svg {
  width: calc(100% - 17rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  svg {
    display: none;
  }
}

.path {
  stroke-dasharray: 1820;
  stroke-dashoffset: 1820;
  animation: dash 8s linear forwards infinite;
  position: relative;
  z-index: 1;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes move {
  to {
    offset-distance: 100%;
  }
}
.lastest-news {
  overflow: hidden;
}
.lastest-news-tt {
  margin-bottom: 2.6rem;
}
@media (max-width: 1024px) {
  .lastest-news-tt {
    margin-bottom: 1.8rem;
  }
}
.lastest-news-list {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.lastest-news-item {
  width: 50%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .lastest-news-item {
    padding: 0.75rem;
  }
}
@media (max-width: 739px) {
  .lastest-news-item {
    width: 100%;
  }
}
.lastest-news-item.lastest {
  padding: 1.5rem;
}
@media (max-width: 1024px) {
  .lastest-news-item.lastest {
    padding: 0.75rem;
  }
}
.lastest-news-item.lastest .lastest-news-wrap {
  padding-top: 70.178%;
}
.lastest-news-item.lastest .lastest-news-wrap .lastest-news-ct {
  padding: 3.2rem;
}
@media (max-width: 1024px) {
  .lastest-news-item.lastest .lastest-news-wrap .lastest-news-ct {
    padding: 1.5rem;
  }
}
.lastest-news-item.lastest .lastest-news-wrap .lastest-news-ct .lastest-news-name {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .lastest-news-item.lastest .lastest-news-wrap .lastest-news-ct .lastest-news-name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .lastest-news-item.lastest .lastest-news-wrap .lastest-news-ct .lastest-news-name {
    font-size: 1.5rem;
  }
}
.lastest-news-item.lastest .lastest-news-wrap .lastest-news-ct .lastest-news-desc {
  margin-bottom: 1.6rem;
}
.lastest-news-item.lastest .lastest-news-wrap .lastest-news-ct .lastest-news-desc p {
  color: #fff;
}
.lastest-news-item.lastest .lastest-news-wrap .lastest-news-ct .lastest-news-link a {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding-left: 3.4rem;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .lastest-news-item.lastest .lastest-news-wrap .lastest-news-ct .lastest-news-link a:hover {
    color: #EC7f21;
  }
  .lastest-news-item.lastest .lastest-news-wrap .lastest-news-ct .lastest-news-link a:hover::before {
    background: #EC7f21;
  }
}
.lastest-news-item.lastest .lastest-news-wrap .lastest-news-ct .lastest-news-link a::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 2.4rem;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
.lastest-news-item .lastest-news-thumb {
  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;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .lastest-news-item .lastest-news-thumb {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 1024px) {
  .lastest-news-item .lastest-news-thumb {
    height: calc(100% + 1.5rem);
    margin-top: -0.75rem;
  }
}
.lastest-news-item .lastest-news-thumb .item {
  width: 50%;
  padding: 1.5rem;
}
@media (max-width: 1024px) {
  .lastest-news-item .lastest-news-thumb .item {
    padding: 0.75rem;
    height: 50%;
  }
}
.lastest-news-item .lastest-news-thumb .item .lastest-news-ct {
  padding: 1.6rem;
}
.lastest-news-wrap {
  height: 100%;
  padding-top: 68.52%;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lastest-news-wrap:hover::after {
  height: 100%;
}
.lastest-news-wrap::before, .lastest-news-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(2, 16, 81, 0) 0%, rgba(2, 16, 81, 0.64) 100%);
  transition: 0.3s;
}
.lastest-news-wrap::after {
  top: unset;
  bottom: 0;
  height: 0;
  background: rgba(2, 16, 81, 0.2);
  transition: 0.3 linear;
}
.lastest-news-ct {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  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;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.lastest-news-time {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.lastest-news-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .lastest-news-name:hover {
    color: #EC7f21;
  }
}
.lastest-news-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lastest-news-btn {
  margin-top: 4.6rem;
  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: 1600px) {
  .lastest-news-btn {
    margin-top: 2rem;
  }
}

.partners-tt {
  margin-bottom: 5.6rem;
}
.partners-item {
  margin-bottom: 6.4rem;
    max-height: 213px;
}
.partners-item:last-child {
  margin-bottom: 0;
}
.partners-item-tt {
  font-size: 3.2rem;
  font-weight: bold;
  color: #021051;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .partners-item-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .partners-item-tt {
    font-size: 2.2rem;
  }
}
.partners-item-img.swiper-wrapper {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.partners-item-img .img {
  width: 13.4rem;
  height: 12.4rem;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .partners-item-img .img:hover img {
    filter: unset;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
.partners-item-img .img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: contain;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .partners-item-img .img img {
    filter: unset;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}

.goal-tt-desc {
  margin-bottom: 2.1rem;
}
.goal-list {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.goal-item {
  width: 33.3333333333%;
  padding: 1.5rem;
}
@media (max-width: 1024px) {
  .goal-item {
    padding: 0.75rem;
  }
}
@media (max-width: 550px) {
  .goal-item {
    width: 100%;
  }
}
.goal-wrap {
  height: 100%;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
  padding: 2.4rem 3.2rem;
  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-start;
  -webkit-justify-content: flex-start;
}
@media (max-width: 1024px) {
  .goal-wrap {
    padding: 1.5rem;
  }
}
.goal-icon {
  width: 5.6rem;
  height: 5.6rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 1024px) {
  .goal-icon {
    width: 4rem;
    height: 4rem;
  }
}
.goal-icon img {
  width: 100%;
  height: 100%;
}
.goal-name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #021051;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .goal-name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .goal-name {
    font-size: 1.5rem;
  }
}
.goal-desc p {
  font-size: 1.4rem;
  text-align: center;
  color: #4F4F4F;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vision-mission {
  position: relative;
  overflow: hidden;
}
@media (max-width: 739px) {
  .vision-mission {
    padding: 1.5rem 0;
  }
}
.vision-mission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) -16.83%, #FFFFFF 94.92%);
  z-index: 1;
}
.vision-mission .vm-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 16.8rem);
}
.vision-mission .vm-bg img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.vision-mission .vm-item {
  position: relative;
  z-index: 1;
  margin-bottom: 5.6rem;
  padding: 2.4rem 0;
}
@media (max-width: 1024px) {
  .vision-mission .vm-item {
    margin-bottom: 0;
  }
}
@media (max-width: 739px) {
  .vision-mission .vm-item {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    padding: 1.5rem 0;
  }
}
.vision-mission .vm-item:last-child {
  margin-bottom: 0;
}
.vision-mission .vm-item:nth-child(even) .vm-img {
  order: 1;
}
@media (max-width: 739px) {
  .vision-mission .vm-item:nth-child(even) .vm-img {
    order: 0;
  }
}
.vision-mission .vm-item:nth-child(even) .vm-ct .content {
  padding-left: 0;
  padding-right: 7rem;
}
@media (max-width: 1024px) {
  .vision-mission .vm-item:nth-child(even) .vm-ct .content {
    padding-right: 0;
  }
}
@media (max-width: 739px) {
  .vision-mission .vm-ct, .vision-mission .vm-img {
    width: 100%;
    padding: 1.5rem 0.75rem;
  }
}
.vision-mission .vm-img .img {
  box-shadow: 0px 20px 48px rgba(0, 0, 0, 0.16);
}
.vision-mission .vm-img .img img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.vision-mission .vm-ct .content {
  padding-left: 7rem;
}
@media (max-width: 1024px) {
  .vision-mission .vm-ct .content {
    padding-left: 0;
  }
}
.vision-mission .vm-icon {
  width: 5.6rem;
  height: 5.6rem;
  margin-bottom: 2.4rem;
}
.vision-mission .vm-icon img {
  width: 100%;
  height: 100%;
}
.values-tt {
  margin-bottom: 3.3rem;
}
@media (max-width: 1024px) {
  .values-tt {
    margin-bottom: 2rem;
  }
}
.values-list {
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.values-item {
  padding: 1.5rem;
}
@media (max-width: 1024px) {
  .values-item {
    padding: 0.75rem;
  }
}
@media (max-width: 550px) {
  .values-item {
    width: 100%;
  }
}
.values-wrap {
  height: 100%;
  position: relative;
  padding-top: 56.143%;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .values-wrap {
    padding-top: 0;
  }
}
.values-wrap::before, .values-wrap::after {
  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));
  pointer-events: none;
  transition: 0.3s;
  z-index: 1;
}
.values-wrap::after {
  background: linear-gradient(0deg, rgba(2, 16, 81, 0.64), rgba(2, 16, 81, 0.64));
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .values-wrap::after {
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  .values-wrap:hover {
    background-blend-mode: normal;
  }
  .values-wrap:hover::after {
    opacity: 1;
  }
  .values-wrap:hover .values-img img {
    mix-blend-mode: normal;
  }
  .values-wrap:hover .values-name {
    font-size: 1.8rem;
    top: 0;
    transform: unset;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .values-wrap:hover .values-name {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 800px) {
  .values-wrap:hover .values-name {
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .values-wrap:hover .values-name::before {
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  .values-wrap:hover .values-desc {
    opacity: 1;
    pointer-events: auto;
  }
}
.values-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition: 0.3s;
}
.values-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
  mix-blend-mode: luminosity;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .values-img img {
    mix-blend-mode: normal;
  }
}
.values-ct {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3.6rem 3.2rem;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media (max-width: 1024px) {
  .values-ct {
    padding: 3rem;
    position: relative;
  }
}
@media (max-width: 550px) {
  .values-ct {
    padding: 2.3rem;
  }
}
.values-name {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 26.3rem;
  margin: 0 auto;
  padding: 0.8rem 0;
  font-size: 2.4rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #fff;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .values-name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .values-name {
    font-size: 1.7rem;
  }
}
@media (max-width: 1024px) {
  .values-name {
    font-size: 1.8rem;
    top: 0;
    transform: unset;
  }
}
.values-name::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background: #EC7f21;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 1024px) {
  .values-name::before {
    opacity: 1;
  }
}
.values-desc {
  padding-top: 0.8rem;
  letter-spacing: -0.01em;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .values-desc {
    opacity: 1;
    pointer-events: auto;
  }
}

.focused {
  margin-top: 5.6rem;
  position: relative;
}
@media (max-width: 1600px) {
  .focused {
    margin-top: 0;
  }
}
.focused-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.focused-bg img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.focused-ct {
  padding: 18rem 0;
}
@media (max-width: 1600px) {
  .focused-ct {
    padding: 12rem 0;
  }
}
@media (max-width: 800px) {
  .focused-ct {
    padding: 5rem 0;
  }
}
.focused-desc {
  width: 66.6666666667%;
  padding-right: 7rem;
}
@media (max-width: 600px) {
  .focused-desc {
    padding-right: 0;
    width: 100%;
  }
}
.focused-desc p {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 4rem;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1200px) {
  .focused-desc p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .focused-desc p {
    font-size: 1.7rem;
  }
}
@media (max-width: 600px) {
  .focused-desc p {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
}
.focused-desc p:last-child {
  margin-bottom: 0;
}

.philosophy {
  padding: 4.4rem 0;
  margin-bottom: 5.6rem;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03em;
  text-align: center;
  color: #fff;
  background: #0528C8;
}
@media only screen and (max-width: 1200px) {
  .philosophy {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .philosophy {
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  .philosophy {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

.pagination {
  padding-top: 3.2rem;
}
.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 a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  padding-top: 0.2rem;
  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;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  color: #021051;
  transition: 0.3s;
}
.pagination .page-numbers li a.current {
  background: #021051;
  border-radius: 3px;
  color: #fff;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .pagination .page-numbers li a:hover {
    background: #021051;
    border-radius: 3px;
    color: #fff;
  }
}
.pagination .page-numbers li a.page-prev, .pagination .page-numbers li a.page-next {
  padding-bottom: 0;
}
.pagination .page-numbers li a.page-prev:hover, .pagination .page-numbers li a.page-next:hover {
  background: unset;
}
.pagination .page-numbers li a.page-prev:hover img, .pagination .page-numbers li a.page-next:hover img {
  content: url("../assets/images/arrow-pri.svg");
  transform: rotate(180deg);
}
.pagination .page-numbers li a.page-prev img, .pagination .page-numbers li a.page-next img {
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.3s;
}
.pagination .page-numbers li a.page-next img {
  transform: rotate(180deg);
}
.pagination .page-numbers li a.page-next:hover img {
  content: url("../assets/images/arrow-pri.svg");
  transform: rotate(360deg);
}

.about {
  padding-top: 8.9rem;
}
@media (max-width: 1600px) {
  .about {
    padding-top: 5rem;
  }
}
.about-tt {
  margin-bottom: 2.4rem;
}
.about-desc {
  margin-bottom: 3.6rem;
}
.about-vietnam {
  width: 41.6666666667%;
  margin: 0 auto;
  margin-bottom: 8rem;
}
@media (max-width: 450px) {
  .about-vietnam {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.about-vietnam img {
  transform: translateX(15%);
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
@media (max-width: 450px) {
  .about-vietnam img {
    transform: translateX(0);
  }
}
.about-img {
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  background: #fff;
}
.about-img img {
  width: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
  vertical-align: middle;
}

.ceo-message {
  position: relative;
}
@media (max-width: 600px) {
  .ceo-message {
    background: #021051;
    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-reverse;
    -webkit-flex-direction: column-reverse;
  }
}
.ceo-message .ceo-img {
  width: 50%;
  padding: 5.6rem 8.5rem 0 10rem;
}
@media (max-width: 900px) {
  .ceo-message .ceo-img {
    padding: 2rem;
  }
}
@media (max-width: 600px) {
  .ceo-message .ceo-img {
    width: 100%;
    padding: 1.5rem;
  }
}
.ceo-message .ceo-img img {
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
  border-radius: 0.8rem;
  box-shadow: 0px 20px 48px rgba(0, 0, 0, 0.24);
  position: relative;
  z-index: 1;
}
.ceo-message .message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #021051;
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}
@media (max-width: 600px) {
  .ceo-message .message {
    position: relative;
  }
}
.ceo-message .message .message-ct {
  width: 50%;
  margin-left: auto;
  padding: 7rem 9rem 7rem 1.5rem;
  color: #fff;
}
@media (max-width: 900px) {
  .ceo-message .message .message-ct {
    padding: 5rem;
  }
}
@media (max-width: 600px) {
  .ceo-message .message .message-ct {
    width: 100%;
    padding: 4rem;
  }
}
.ceo-message .message .message-tt {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .ceo-message .message .message-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .ceo-message .message .message-tt {
    font-size: 1.7rem;
  }
}
.ceo-message .message .message-tt::before {
  content: "";
  position: absolute;
  top: -3.2rem;
  left: -3rem;
  width: 8rem;
  height: 8rem;
  background: url("../assets/images/quote.svg") no-repeat;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 600px) {
  .ceo-message .message .message-tt::before {
    width: 4rem;
    height: 4rem;
  }
}
.ceo-message .message .message-dt {
  font-size: 1.8rem;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 1200px) {
  .ceo-message .message .message-dt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .ceo-message .message .message-dt {
    font-size: 1.5rem;
  }
}
.ceo-message .message .ceo-name {
  font-size: 1.4rem;
  font-weight: 600;
}
.ceo-message .message .ceo-title {
  font-size: 1.4rem;
  font-weight: 300;
}

.faq {
  padding-top: 8.8rem;
  padding-bottom: 9.6rem;
}
@media (max-width: 1600px) {
  .faq {
    padding: 5rem 0;
  }
}
.faq-wrap {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
}
.faq-tt {
  color: #EC7f21;
}
.faq-tt-desc {
  margin-bottom: 1.6rem;
  margin-left: 0;
}
.faq-tt-desc p {
  text-align: left;
}
.faq-desc {
  margin-bottom: 5.6rem;
}
@media (max-width: 739px) {
  .faq-desc {
    margin-bottom: 3rem;
  }
}
.faq-list {
  margin-bottom: 10.4rem;
}
@media (max-width: 739px) {
  .faq-list {
    margin-bottom: 5rem;
  }
}
.faq-item {
  margin-bottom: 8rem;
}
@media (max-width: 739px) {
  .faq-item {
    margin-bottom: 3rem;
  }
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item-tt {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0528C8;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .faq-item-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .faq-item-tt {
    font-size: 1.7rem;
  }
}
.faq-item-q .q-item {
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.faq-item-q .q-item .q {
  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;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .faq-item-q .q-item .q:hover .name {
    color: #EC7f21;
  }
}
.faq-item-q .q-item .q.active .q-icon span:first-child {
  opacity: 0;
}
.faq-item-q .q-item .q.active .name {
  margin-bottom: 0.8rem;
}
.faq-item-q .q-item .q .name {
  font-weight: 600;
  color: #021051;
  transition: 0.3s;
  padding-right: 1.5rem;
}
.faq-item-q .q-item .q .q-icon {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  position: relative;
}
.faq-item-q .q-item .q .q-icon span {
  position: absolute;
  transition: 0.3s;
}
.faq-item-q .q-item .q .q-icon span:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 1.1rem;
  background: #EC7f21;
}
.faq-item-q .q-item .q .q-icon span:last-child {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #EC7f21;
}
.faq-item-q .q-item .a p {
  margin-bottom: 3rem;
  color: #021051;
}
.faq-item-q .q-item .a p:last-child {
  margin-bottom: 0;
}
.faq-form {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 3.2rem 1.5rem 6.4rem;
  border-top: 4px solid #EC7f21;
  margin-bottom: 6.4rem;
}
@media (max-width: 739px) {
  .faq-form {
    margin-bottom: 3rem;
  }
}
.faq-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(2, 16, 81, 0.6), rgba(2, 16, 81, 0.6));
}
.faq-form-tt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .faq-form-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .faq-form-tt {
    font-size: 1.7rem;
  }
}
.faq-form 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;
  align-items: stretch;
  -webkit-align-items: stretch;
  position: relative;
  z-index: 1;
}
.faq-form form input {
  width: 35.4rem;
  padding: 1.2rem 1.6rem;
  outline: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #fff;
  font-size: 1.4rem;
  color: #021051;
}
.faq-form form input::placeholder {
  font-size: 1.4rem;
  color: #021051;
}
.faq-form form button {
  width: 7.6rem;
  background: #0528C8;
  padding: 0;
  border: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .faq-form form button:hover {
    background: #021051;
  }
}
.faq-find {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #021051;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .faq-find {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .faq-find {
    font-size: 1.7rem;
  }
}
.faq-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;
}

.contact {
  padding-top: 8.8rem;
  padding-bottom: 9.6rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .contact {
    padding: 5rem 0;
  }
}
.contact-desc {
  margin-bottom: 3.2rem;
}
.contact-form-us {
  margin-bottom: 8rem;
}
@media (max-width: 1600px) {
  .contact-form-us {
    margin-bottom: 5rem;
  }
}

@media (max-width: 450px) {
  .f-r {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.f-c {
  padding: 1.6rem 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) {
  .f-c {
    padding: 0.75rem;
  }
}
@media (max-width: 450px) {
  .f-c {
    width: 100%;
  }
}
.f-c .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1.267rem 1.6rem;
}
.f-c .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #7C7C7C;
}
.f-c.c-full {
  width: 100%;
}
.f-c.codeTelephone input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}
.f-c.codeTelephone .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1.267rem 1.4rem;
}
.f-c input, .f-c textarea {
  font-family: "Nunito", "sans-serif";
  width: 100%;
  background: #F5F5F5;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 1.4rem 1.6rem;
  outline: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #021051;
  transition: 0.3s;
}
.f-c input:focus, .f-c textarea:focus {
  border: 1px solid #EC7f21;
}
.f-c textarea {
  min-height: 10.5rem;
  resize: none;
}
.f-btn {
  margin-top: 2.1rem;
  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;
}

.contact-info {
  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: 8rem;
  position: relative;
}
@media (max-width: 1024px) {
  .contact-info {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 1600px) {
  .contact-info {
    margin-bottom: 5rem;
  }
}
@media (max-width: 900px) {
  .contact-info {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.contact-info-bg {
  position: absolute;
  top: -10rem;
  left: 0%;
  width: 100%;
  padding: 0 7rem;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 900px) {
  .contact-info-bg {
    display: none;
  }
}
.contact-info-bg img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.contact-info-item {
  padding: 0 1.5rem;
  width: 41.6666666667%;
}
@media (max-width: 900px) {
  .contact-info-item {
    width: 100%;
    padding: 1.5rem 0.75rem;
  }
}
.contact-info-item.location {
  width: 58.3333333333%;
}
@media (max-width: 900px) {
  .contact-info-item.location {
    width: 100%;
    padding: 1.5rem 0.75rem;
  }
}
@media (max-width: 1024px) {
  .contact-info-item {
    padding: 0 0.75rem;
  }
}
.contact-info-tt {
  margin-bottom: 3.2rem;
}
@media (max-width: 900px) {
  .contact-info-tt {
    margin-bottom: 2rem;
  }
}

.located-list {
  width: calc(100% + 6.4rem);
  margin-left: -3.2rem;
  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;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
}
@media (max-width: 739px) {
  .located-list {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
}
.located-list::before, .located-list::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 450px) {
  .located-list::before, .located-list::after {
    display: none;
  }
}
.located-list::before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 450px) {
  .located-list::before {
    display: none;
  }
}
.located-item {
  width: 50%;
  padding: 3.2rem;
  position: relative;
}
@media (max-width: 739px) {
  .located-item {
    padding: 1.5rem;
  }
}
@media (max-width: 450px) {
  .located-item {
    width: 100%;
  }
}
.located-item:nth-child(1), .located-item:nth-child(2) {
  padding-top: 0;
}
.located-item:nth-child(1)::before, .located-item:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 3.2rem;
  bottom: 0;
  width: calc(100% - 3.2rem);
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 450px) {
  .located-item:nth-child(1)::before, .located-item:nth-child(2)::before {
    display: none;
  }
}
.located-item:nth-child(2)::before {
  left: 0;
}
.located-item-name {
  display: block;
  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.6rem;
}
.located-item-name .icon {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
  margin-top: -0.5rem;
}
.located-item-name .icon img {
  width: 100%;
  height: 100%;
}
.located-item-name .name {
  font-size: 1.8rem;
  font-weight: 600;
  color: #021051;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .located-item-name .name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .located-item-name .name {
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .located-item-name .name:hover {
    color: #EC7f21;
  }
}
.located-item-dt {
  color: #021051;
}

.contact-us {
  padding-left: 3.5rem;
}
@media (max-width: 900px) {
  .contact-us {
    padding-left: 0;
  }
}
.contact-us-desc {
  margin: unset;
  margin-bottom: 2.4rem;
}
.contact-us-desc p {
  text-align: left;
}
.contact-us-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;
  margin-bottom: 1.6rem;
}
.contact-us-item .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
  margin-top: -0.4rem;
}
.contact-us-item .txt {
  text-transform: uppercase;
  color: #021051;
  margin-right: 0.5rem;
}
.contact-us-item a {
  font-weight: bold;
  color: #EC7f21;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .contact-us-item a:hover {
    color: #021051;
  }
}

.contact-social {
  padding-top: 1.6rem;
  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;
}
.contact-social .txt {
  text-transform: uppercase;
  color: #021051;
  margin-right: 1.6rem;
}
.contact-social ul {
  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-bottom: 0.2rem;
}
.contact-social ul li {
  margin-right: 0.8rem;
}
.contact-social ul li a {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .contact-social ul li a:hover {
    transform: translateY(-0.3rem);
  }
}
.contact-social ul li a img {
  width: 100%;
  height: 100%;
}

.contact-location-choose {
  width: 26.5rem;
  margin-bottom: 2.4rem;
}
.contact-location-map {
  width: 100%;
  border-radius: 1rem;
}

.sort-by {
  font-size: 1.4rem;
  color: #7C7C7C;
  position: relative;
}
.sort-by .text {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.sort__select {
  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;
  cursor: pointer;
  position: relative;
  min-width: 21.6rem;
  padding: 0.8rem 3rem 0.9rem 1.6rem;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
.sort__select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url("../assets/images/dropdown-p.svg") no-repeat;
}
.sort__select::after {
  content: "";
  position: absolute;
  bottom: -1.8rem;
  right: 0;
  width: 100%;
  height: 2rem;
}
.sort__select:hover .sort__select-main {
  opacity: 1;
  transform: translateY(calc(100% + 1rem));
  visibility: visible;
  pointer-events: auto;
}

.sort-icon {
  margin-left: 1.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;
}

.sort__select-main {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(calc(100% + 1.5rem));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
  width: 100%;
  padding: 1.5rem 1.8rem;
  transition: 0.3s;
  z-index: 3;
}
.sort__select-main li {
  margin-bottom: 1.5rem;
}
.sort__select-main li:last-child {
  margin-bottom: 0;
}
.sort__select-main li a {
  display: inline-block;
  width: 100%;
  color: #021051;
  transition: 0.3s;
  font-weight: 600;
}
.sort__select-main li a:hover {
  color: #EC7f21;
}
.sort__select-main li a.check {
  color: #021051;
  font-weight: 600;
}

.sort__show {
  font-size: 1.4rem;
  color: #7C7C7C;
}

.services-menu {
  position: sticky;
  top: 8.08rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 5;
}
@media (max-width: 1200px) {
  .services-menu {
    top: 7rem;
  }
}
@media (max-width: 900px) {
  .services-menu {
    position: static;
  }
}
.services-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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: stretch;
  -webkit-align-items: stretch;
  width: calc(100% + 1.5rem);
  margin-left: -0.75rem;
}
@media (max-width: 900px) {
  .services-menu-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 0.75rem 0;
  }
}
.services-menu-item {
  margin: 0 0.75rem;
}
@media (max-width: 900px) {
  .services-menu-item {
    margin: 0.75rem;
    padding: 0 0.75rem;
    background: #F5F5F5;
    width: calc(50% - 1.5rem);
  }
}
.services-menu-item.current a {
  color: #EC7f21;
  border-bottom: 3px solid #EC7f21;
}
.services-menu-item a {
  display: block;
  padding: 0.9rem 0;
  font-weight: 600;
  text-transform: capitalize;
  color: #021051;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .services-menu-item a:hover {
    color: #EC7f21;
  }
}
.services-detail {
  padding-top: 7.8rem;
  padding-bottom: 9.6rem;
}
@media (max-width: 1600px) {
  .services-detail {
    padding: 5rem 0;
  }
}
@media (max-width: 800px) {
  .services-detail {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
  }
}
.services-aside {
  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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media (max-width: 1024px) {
  .services-aside {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 800px) {
  .services-aside {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
}
.services-aside .aside, .services-aside .main {
  width: 25%;
  padding: 0 1.5rem;
  position: sticky;
  top: 15rem;
}
@media (max-width: 1024px) {
  .services-aside .aside, .services-aside .main {
    padding: 0 0.75rem;
  }
}
@media (max-width: 800px) {
  .services-aside .aside, .services-aside .main {
    position: static;
    width: 100%;
    padding: 1.5rem 0.75rem;
  }
}
.services-aside .main {
  width: 75%;
  overflow: hidden;
}
@media (max-width: 800px) {
  .services-aside .main {
    width: 100%;
    padding: 1.5rem 0.75rem;
  }
}
.services-aside .main-ct {
  padding-left: 2.8rem;
}
@media (max-width: 800px) {
  .services-aside .main-ct {
    padding-left: 0;
  }
}
.services-aside .main-ct .content-tt {
  margin-bottom: 1.6rem;
}
.services-aside .main-ct .content-desc {
  color: #021051;
  margin-bottom: 3.6rem;
  letter-spacing: -0.01em;
}
@media (max-width: 800px) {
  .services-aside .main-ct .content-desc {
    margin-bottom: 2rem;
  }
}
.services-aside .main-ct .content-desc.triangle ul li::before {
  left: 0;
  top: 0.3rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../assets/images/downward-arrow.svg") no-repeat;
  background-size: cover;
}
.services-aside .main-ct .content-desc p {
  line-height: 1.55;
  margin-bottom: 0;
}
.services-aside .main-ct .content-desc ul li {
  padding-left: 2.5rem;
  position: relative;
}
.services-aside .main-ct .content-desc ul li::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 0.8rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #021051;
}
.services-aside .main-ct p {
  margin-bottom: 3.6rem;
  color: #021051;
}
@media (max-width: 800px) {
  .services-aside .main-ct p {
    margin-bottom: 2rem;
  }
}
.services-aside .main-ct p:last-child {
  margin-bottom: 0;
}
.services-aside .main-ct p.title {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  color: #0528C8;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .services-aside .main-ct p.title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .services-aside .main-ct p.title {
    font-size: 1.7rem;
  }
}
.services-aside .main-ct p img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.services-aside .contactus {
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  background: linear-gradient(360deg, #021051 0%, #0420A1 100%);
  color: #fff;
}
.services-aside .contactus-tt {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 1200px) {
  .services-aside .contactus-tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .services-aside .contactus-tt {
    font-size: 1.5rem;
  }
}
.services-aside .contactus-desc {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
.services-aside .contactus-link {
  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;
  color: #EC7f21;
}
@media (min-width: 1025px) {
  .services-aside .contactus-link:hover img {
    animation: arrowRight 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.services-aside .contactus-link img {
  margin-left: 0.8rem;
  transition: 0.3s;
}
.services-aside .requestquote {
  display: block;
  margin-bottom: 2.4rem;
  padding: 1.6rem;
  padding-right: 3.8rem;
  background: #EC7f21;
  color: #fff;
  position: relative;
}
@media (min-width: 1025px) {
  .services-aside .requestquote:hover .requestquote-arrow {
    transform: translateY(-50%) rotate(360deg);
  }
}
.services-aside .requestquote-tt {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 1200px) {
  .services-aside .requestquote-tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .services-aside .requestquote-tt {
    font-size: 1.5rem;
  }
}
.services-aside .requestquote-desc {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
.services-aside .requestquote-arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.3s;
}
.services-aside .logo {
  display: block;
  margin-bottom: 1.9rem;
}
.services-aside .logo img {
  width: 100%;
  vertical-align: middle;
}
.services-aside .address {
  font-size: 1.4rem;
  color: #021051;
}
.services-aside .address p {
  margin-bottom: 1.6rem;
}
.services-aside .address ul li {
  margin-bottom: 1.6rem;
}
.services-aside .address ul li a {
  transition: 0.3s;
  color: #021051;
}
@media (min-width: 1025px) {
  .services-aside .address ul li a:hover {
    color: #EC7f21;
  }
}
.services-logistics {
  padding: 9.6rem 0;
  background: #021051;
}
@media (max-width: 1600px) {
  .services-logistics {
    padding: 5rem 0;
  }
}
.services-logistics-tt {
  color: #fff;
}
@media (max-width: 600px) {
  .services-logistics-tt {
    line-height: 1.5;
    margin-bottom: 0;
  }
  .services-logistics-tt br {
    display: none;
  }
}

.distribution {
  padding-top: 0.8rem;
}
.distribution-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: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media (max-width: 600px) {
  .distribution-list {
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.distribution-item {
  width: 33.3333333333%;
  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: 600px) {
  .distribution-item {
    width: 50%;
    padding: 1.5rem 0.75rem;
  }
}
.distribution-icon {
  width: 8.8rem;
  height: 8.8rem;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  margin-bottom: 2.4rem;
  background: #F5F5F5;
  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;
}
.distribution-name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #021051;
}
@media only screen and (max-width: 1200px) {
  .distribution-name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .distribution-name {
    font-size: 1.5rem;
  }
}

.industry {
  padding-top: 8rem;
  padding-bottom: 9.6rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .industry {
    padding: 5rem 0;
  }
}
@media (max-width: 900px) {
  .industry {
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 1600px) {
  .industry-tt {
    margin-bottom: 2rem;
  }
}
@media (max-width: 600px) {
  .industry-tt br {
    display: none;
  }
}
.industry-tt-desc {
  margin-bottom: 8rem;
}
@media (max-width: 1600px) {
  .industry-tt-desc {
    margin-bottom: 3rem;
  }
}
.industry-item {
  margin-bottom: 8rem;
}
@media (max-width: 900px) {
  .industry-item {
    margin-bottom: 2rem;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.industry-item:last-child {
  margin-bottom: 0;
}
.industry-item:nth-child(even) .industry-ct {
  order: 1;
}
@media (max-width: 900px) {
  .industry-item:nth-child(even) .industry-ct {
    order: 0;
  }
}
.industry-item:nth-child(even) .industry-ct .content {
  padding-left: 7rem;
  padding-right: 0;
}
@media (max-width: 900px) {
  .industry-item:nth-child(even) .industry-ct .content {
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .industry-ct {
    width: 100%;
    padding: 0.75rem;
  }
}
.industry-ct .content {
  padding-right: 7rem;
}
@media (max-width: 900px) {
  .industry-ct .content {
    padding-right: 0;
  }
}
.industry-ct .content-tt {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #021051;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .industry-ct .content-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .industry-ct .content-tt {
    font-size: 2.2rem;
  }
}
@media (max-width: 900px) {
  .industry-ct .content-tt {
    margin-bottom: 1.5rem;
  }
}
.industry-ct .content-desc p {
  margin-bottom: 2.5rem;
}
@media (max-width: 900px) {
  .industry-ct .content-desc p {
    margin-bottom: 1.5rem;
  }
}
.industry-ct .content-delivering {
  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: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -8rem;
}
@media (max-width: 1200px) {
  .industry-ct .content-delivering {
    margin-left: 0;
  }
}
.industry-ct .content-delivering .delivering-item {
  width: 33.3333333333%;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media (max-width: 900px) {
  .industry-ct .content-delivering .delivering-item {
    margin-bottom: 2rem;
  }
}
@media (max-width: 450px) {
  .industry-ct .content-delivering .delivering-item {
    width: 50%;
  }
}
.industry-ct .content-delivering .delivering-item .icon {
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto;
  margin-bottom: 1.6rem;
}
.industry-ct .content-delivering .delivering-item .name {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.03em;
  color: #000;
  text-transform: capitalize;
}
@media only screen and (max-width: 1200px) {
  .industry-ct .content-delivering .delivering-item .name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .industry-ct .content-delivering .delivering-item .name {
    font-size: 1.5rem;
  }
}
@media (max-width: 900px) {
  .industry-img {
    width: 100%;
    padding: 1.5rem 0.75rem;
  }
}
.industry-img .img {
  box-shadow: 0px 20px 48px rgba(0, 0, 0, 0.16);
}
.industry-img .img img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}

.value-added {
  margin-top: -3.2rem;
  margin-bottom: 8rem;
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .value-added {
    margin-top: 0;
    margin-bottom: 5rem;
    padding: 5rem 0;
  }
}
@media (max-width: 800px) {
  .value-added {
    padding: 3.5rem 0;
  }
}
.value-added::before, .value-added::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.value-added::before {
  left: 0;
  background: #021051;
}
@media (max-width: 800px) {
  .value-added::before {
    width: 100%;
  }
}
.value-added::after {
  right: 0;
  background: #031879;
}
@media (max-width: 800px) {
  .value-added::after {
    display: none;
  }
}
.value-added-bg {
  position: absolute;
  top: 50%;
  left: -5.7rem;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 800px) {
  .value-added-bg {
    opacity: 0.5;
  }
}
.value-added-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) {
  .value-added-ctn {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 800px) {
  .value-added-ctn {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.value-added-ct, .value-added-dt {
  width: 50%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .value-added-ct, .value-added-dt {
    padding: 0 0.75rem;
  }
}
@media (max-width: 800px) {
  .value-added-ct, .value-added-dt {
    width: 100%;
    padding: 1.5rem 0.75rem;
  }
}
.value-added .content {
  padding: 0 4rem 0 10rem;
}
@media (max-width: 800px) {
  .value-added .content {
    padding: 0;
  }
}
.value-added .content-icon {
  width: 6.4rem;
  height: 6.4rem;
  margin-bottom: 2.4rem;
}
.value-added .content-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.value-added .content-name {
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 2.4rem;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .value-added .content-name {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .value-added .content-name {
    font-size: 2.9rem;
  }
}
.value-added .content-desc {
  color: #fff;
}
.value-added .detail {
  padding-left: 5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 800px) {
  .value-added .detail {
    padding-left: 0;
  }
}
.value-added .detail ul li {
  position: relative;
  color: #fff;
  padding-left: 2.6rem;
}
.value-added .detail ul li::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../assets/images/downward-arrow.svg") no-repeat;
  background-size: cover;
}

.raq {
  position: relative;
  z-index: 3;
}
.raq-bg {
  position: absolute;
  bottom: -1.6666vw;
}
@media (max-width: 450px) {
  .raq-bg {
    display: none;
  }
}
.raq-bg.vertical {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}
.raq-bg.bg-air {
  left: 0;
}
.raq-bg.bg-air img {
  width: 22.1354vw;
  height: 22.1354vw;
}
.raq-bg.bg-truck {
  right: 0;
}
.raq-bg.bg-truck img {
  width: 20.8333vw;
  height: 20.8333vw;
}
.raq-step {
  position: sticky;
  z-index: 2;
  top: 17.8rem;
  transform: translateY(-50%);
  border-top: 5px solid #EC7f21;
  padding-top: 7.7rem;
  padding-bottom: 10.9rem;
  background: #fff;
  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: 1600px) {
  .raq-step {
    top: 14.5rem;
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 1200px) {
  .raq-step {
    top: 13.5rem;
  }
}
@media (max-width: 739px) {
  .raq-step {
    position: relative;
    top: 0;
    transform: unset;
    margin-bottom: 5rem;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 3.5rem 0;
    margin-bottom: 0;
  }
}
.raq-step .step {
  position: relative;
  width: 25%;
  max-width: 24rem;
  height: 0.5rem;
  background: #C4C4C4;
  left: -2rem;
  transition: 0.3s;
}
@media (max-width: 739px) {
  .raq-step .step {
    width: 50%;
    max-width: 50%;
    left: 0;
    height: unset;
    padding: 1.5rem;
    background: #fff;
  }
}
.raq-step .step:last-child {
  width: 0;
}
@media (max-width: 739px) {
  .raq-step .step:last-child {
    width: 50%;
  }
}
.raq-step .step.current .step-icon {
  border: 1px solid #EC7f21;
}
.raq-step .step.current .step-icon img:first-child {
  mix-blend-mode: normal;
  opacity: 1;
}
.raq-step .step.current .step-name {
  font-weight: bold;
  color: #EC7f21;
}
.raq-step .step.done {
  background: #EC7f21;
}
@media (max-width: 739px) {
  .raq-step .step.done {
    background: #fff;
  }
}
.raq-step .step.done .step-icon {
  background: #021051;
  border: 1px solid #021051;
}
.raq-step .step.done .step-icon::before {
  opacity: 1;
}
.raq-step .step.done .step-icon img:last-child {
  opacity: 1;
}
.raq-step .step.done .step-name {
  color: #021051;
  font-weight: bold;
}
.raq-step .step-txt {
  position: absolute;
  top: -3.2rem;
  left: -4.2rem;
  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;
  width: 12.1rem;
}
@media (max-width: 1600px) {
  .raq-step .step-txt {
    top: -2.5rem;
    left: -5.2rem;
  }
}
@media (max-width: 739px) {
  .raq-step .step-txt {
    position: relative;
    top: 0;
    left: 0;
    width: unset;
  }
}
.raq-step .step-icon {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-bottom: 0.8rem;
  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;
  position: relative;
}
@media (max-width: 1600px) {
  .raq-step .step-icon {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.raq-step .step-icon::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -6px;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid #021051;
  background: url(../assets/images/Check.svg) no-repeat white;
  background-size: 1.6rem 1.6rem;
  background-position: center;
  opacity: 0;
  transition: 0.3s;
}
.raq-step .step-icon img {
  mix-blend-mode: luminosity;
  opacity: 0.5;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.raq-step .step-icon img:last-child {
  opacity: 0;
}
.raq-step .step-name {
  width: max-content;
  font-weight: 600;
  text-transform: capitalize;
  color: #7C7C7C;
  transition: 0.3s;
}
.raq .step {
  animation: zoomIn 0.3s linear forwards;
}
.raq .step.hidden {
  display: none;
}
.raq-ct {
  padding-bottom: 7rem;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .raq-ct {
    padding-bottom: 3.5rem;
  }
}
.raq-label {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 1200px) {
  .raq-label {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .raq-label {
    font-size: 1.5rem;
  }
}
.raq-label span {
  color: #EC7f21;
}
.raq-btn {
  padding: 2.6rem 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;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  position: relative;
}
@media (max-width: 739px) {
  .raq-btn {
    padding: 2.6rem 0;
  }
}
.raq-btn .btn {
  display: block;
  width: 50%;
  margin: 0 1rem;
  cursor: pointer;
}
@media (max-width: 739px) {
  .raq-btn .btn {
    padding: 1.7rem 1.5rem 1.4rem;
  }
}
.raq-btn .btn.disabled {
  opacity: 0;
  pointer-events: none;
}
.raq-btn .btn.submit {
  position: absolute;
  top: 2.6rem;
  right: 1.5rem;
  max-width: 27.5rem;
}
.raq-btn .btn.submit.hidden {
  display: none;
  pointer-events: none;
}
.raq-form .f-c {
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  padding: 1.2rem 1.5rem;
  position: relative;
}
@media (max-width: 739px) {
  .raq-form .f-c {
    padding: 1.2rem 0;
  }
}
.raq-form .f-c .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1.6rem 2.4rem;
}
.raq-form .f-c .select2-container--default .select2-selection--single .select2-selection__rendered::before {
  background: url("../assets/images/dropdown-p.svg") no-repeat;
}
.raq-form .f-c .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
}
.raq-form .f-c input, .raq-form .f-c textarea {
  color: #000;
  padding: 1.7rem 2.4rem;
}
.raq-form .f-c input[type=date] {
  padding: 1.1rem 2.4rem;
  cursor: pointer;
}
.raq-form .f-c input[type=date]::after {
  width: 3.2rem;
  height: 3.2rem;
  content: url("../assets/images/Calendar.svg");
}
.raq-form .f-c input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}
.raq-form .f-c.c-weight {
  margin-top: -1.6rem;
}
.raq-form .f-c.c-weight .raq-label {
  font-weight: bold;
  color: #021051;
}
.raq-form .f-c.c-dangerous {
  padding-top: 2rem;
}
.raq-form .f-c.c-dangerous .raq-label {
  font-weight: bold;
  color: #021051;
}
.raq-form .f-c.checkbox {
  flex-direction: row;
  -webkit-flex-direction: row;
}
.raq-form .f-c.checkbox input {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.raq-form .f-c.checkbox .checkbox-label {
  font-size: 1.4rem;
}
.raq-form .f-radio {
  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;
}
.raq-form .f-radio .radio {
  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;
  padding-left: 2.3rem;
  margin-right: 3.2rem;
  cursor: pointer;
}
.raq-form .f-radio .radio.focus::before {
  border: 4px solid #021051;
  width: 0.8rem;
  height: 0.8rem;
}
.raq-form .f-radio .radio::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #021051;
}
.raq-form .f-radio .radio input[type=radio] {
  display: none;
}
.raq-form .f-radio .radio .raq-label-m {
  cursor: pointer;
  font-weight: 1.4rem;
  color: #000;
}
.raq-form .f-tt {
  padding-top: 4rem;
  padding-bottom: 3.6rem;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #021051;
}
@media only screen and (max-width: 1200px) {
  .raq-form .f-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .raq-form .f-tt {
    font-size: 2.2rem;
  }
}
@media (max-width: 739px) {
  .raq-form .f-tt {
    padding: 0 1.5rem;
  }
}

.select2-dropdown {
  border: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: unset;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 1.4rem;
  color: #021051;
}

.insights-detail {
  padding-top: 8rem;
  padding-bottom: 9.6rem;
}
@media (max-width: 1600px) {
  .insights-detail {
    padding: 5rem 0;
  }
}
@media (max-width: 800px) {
  .insights-detail {
    padding: 3.5rem 0;
  }
}
.insights-aside {
  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;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media (max-width: 1024px) {
  .insights-aside {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 800px) {
  .insights-aside {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }
}
.insights-aside .aside, .insights-aside .main {
  width: 25%;
  padding: 0 1.5rem;
  position: sticky;
  top: 10rem;
}
@media (max-width: 1024px) {
  .insights-aside .aside, .insights-aside .main {
    padding: 0 0.75rem;
  }
}
@media (max-width: 800px) {
  .insights-aside .aside, .insights-aside .main {
    position: static;
    width: 100%;
    padding: 1.5rem 0.75rem;
  }
}
.insights-aside .main {
  width: 75%;
  overflow: hidden;
}
@media (max-width: 800px) {
  .insights-aside .main {
    width: 100%;
  }
}
.insights-aside .main-ct {
  padding-left: 2.8rem;
}
@media (max-width: 800px) {
  .insights-aside .main-ct {
    padding-left: 0;
  }
}
.insights-aside .main-ct .content-tt {
  margin-bottom: 1.6rem;
}
.insights-aside .main-ct .content-desc {
  color: #021051;
  margin-bottom: 3.6rem;
  letter-spacing: -0.01em;
}
.insights-aside .main-ct .content-desc.triangle ul li::before {
  left: 0;
  top: 0.3rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../assets/images/downward-arrow.svg") no-repeat;
  background-size: cover;
}
.insights-aside .main-ct .content-desc p {
  line-height: 1.55;
  margin-bottom: 0;
}
.insights-aside .main-ct .content-desc ul li {
  padding-left: 2.5rem;
  position: relative;
}
.insights-aside .main-ct .content-desc ul li::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 0.8rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #021051;
}
.insights-aside .main-ct p {
  margin-bottom: 3.6rem;
  color: #4F4F4F;
}
@media (max-width: 800px) {
  .insights-aside .main-ct p {
    margin-bottom: 2rem;
  }
}
.insights-aside .main-ct p:last-child {
  margin-bottom: 0;
}
.insights-aside .main-ct p.title {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  color: #0528C8;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .insights-aside .main-ct p.title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .insights-aside .main-ct p.title {
    font-size: 1.7rem;
  }
}
@media (max-width: 800px) {
  .insights-aside .main-ct p.title {
    margin-bottom: 1rem;
  }
}
.insights-aside .main-ct p.italy-b {
  margin-bottom: 1.6rem;
}
@media (max-width: 800px) {
  .insights-aside .main-ct p.italy-b {
    margin-bottom: 1rem;
  }
}
.insights-aside .main-ct p.img {
  border-radius: 10px;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.insights-aside .main-ct p img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.insights-aside .contactus {
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  background: linear-gradient(360deg, #021051 0%, #0420A1 100%);
  color: #fff;
}
.insights-aside .contactus-tt {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 1200px) {
  .insights-aside .contactus-tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .insights-aside .contactus-tt {
    font-size: 1.5rem;
  }
}
.insights-aside .contactus-desc {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
.insights-aside .contactus-link {
  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;
  color: #EC7f21;
}
@media (min-width: 1025px) {
  .insights-aside .contactus-link:hover img {
    animation: arrowRight 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.insights-aside .contactus-link img {
  margin-left: 0.8rem;
  transition: 0.3s;
}
.insights-aside .requestquote {
  display: block;
  margin-bottom: 2.4rem;
  padding: 1.6rem;
  padding-right: 3.8rem;
  background: #EC7f21;
  color: #fff;
  position: relative;
}
@media (min-width: 1025px) {
  .insights-aside .requestquote:hover .requestquote-arrow {
    transform: translateY(-50%) rotate(360deg);
  }
}
.insights-aside .requestquote-tt {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 1200px) {
  .insights-aside .requestquote-tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .insights-aside .requestquote-tt {
    font-size: 1.5rem;
  }
}
.insights-aside .requestquote-desc {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
.insights-aside .requestquote-arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.3s;
}
.insights-aside .logo {
  display: block;
  margin-bottom: 1.9rem;
}
.insights-aside .logo img {
  width: 100%;
  vertical-align: middle;
}
.insights-aside .address {
  font-size: 1.4rem;
  color: #021051;
}
.insights-aside .address p {
  margin-bottom: 1.6rem;
}
.insights-aside .address ul li {
  margin-bottom: 1.6rem;
}
.insights-aside .address ul li:last-child {
  margin-bottom: 0;
}
.insights-aside .address ul li a {
  transition: 0.3s;
  color: #021051;
}
@media (min-width: 1025px) {
  .insights-aside .address ul li a:hover {
    color: #EC7f21;
  }
}

.group {
  margin-bottom: 6.4rem;
}
@media (max-width: 600px) {
  .group {
    margin-bottom: 4rem;
  }
}
.group:last-child {
  margin-bottom: 0;
}

.table {
  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;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-bottom: 4rem;
}
@media (max-width: 600px) {
  .table {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.table:last-child {
  margin-bottom: 0;
}
.table-img {
  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;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
@media (max-width: 600px) {
  .table-img {
    width: 100%;
  }
}
.table-img .img {
  height: 100%;
  padding: 2.4rem;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.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;
}
@media (max-width: 600px) {
  .table-img .img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.table-img .img img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.table-tt {
  width: 100%;
  padding: 0.8rem;
  font-size: 1.9rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #021051;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 1200px) {
  .table-tt {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .table-tt {
    font-size: 1.6rem;
  }
}
@media (max-width: 600px) {
  .table-tt {
    border-left: 0;
  }
}
.table-table {
  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;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
@media (max-width: 600px) {
  .table-table {
    width: 100%;
  }
}
.table-table table {
  width: 100%;
}
.table-table table td, .table-table table th {
  text-align: left;
  vertical-align: middle;
  padding: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.news {
  margin-top: 13rem;
  padding-top: 9rem;
  padding-bottom: 9.6rem;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .news {
    padding: 5rem 0;
  }
}
@media (max-width: 1200px) {
  .news {
    margin-top: 0;
  }
}
.news-tt {
  font-size: 6.4rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #021051;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .news-tt {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-tt {
    font-size: 2.9rem;
  }
}
.news .banner-breadcrumb {
  margin-bottom: 3.6rem;
}
.news .banner-breadcrumb li a {
  color: #021051;
}
@media (min-width: 1025px) {
  .news .banner-breadcrumb li a:hover {
    color: #EC7f21;
  }
}
.news .banner-breadcrumb li::after {
  color: #021051;
}
.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;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .news-list {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
.news-item {
  width: 25%;
  padding: 2rem 1.5rem;
}
@media (max-width: 1024px) {
  .news-item {
    padding: 2rem 0.75rem;
  }
}
@media (max-width: 800px) {
  .news-item {
    width: 50%;
    padding: 1.5rem 0.75rem;
  }
}
.news-img {
  display: block;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.news-img img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.news-time {
  font-size: 1.2rem;
  color: #7C7C7C;
  margin-bottom: 0.8rem;
}
.news-name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #021051;
  transition: 0.3s;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 1200px) {
  .news-name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-name {
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .news-name:hover {
    color: #EC7f21;
  }
}
.news-desc {
  font-size: 1.4rem;
  color: #4F4F4F;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-aside {
  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) {
  .news-aside {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }
}
@media (max-width: 800px) {
  .news-aside {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.news-aside .main {
  width: 66.6666666667%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .news-aside .main {
    padding: 0 0.75rem;
  }
}
@media (max-width: 800px) {
  .news-aside .main {
    width: 100%;
    padding: 1.5rem 0.75rem;
    padding-top: 0;
  }
}
.news-aside .main .content-name {
  width: 100%;
  max-width: 54.7rem;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: bold;
  color: #021051;
  margin-bottom: 0.8rem;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1200px) {
  .news-aside .main .content-name {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-aside .main .content-name {
    font-size: 3rem;
  }
}
.news-aside .main .content .news-time {
  margin-bottom: 2.4rem;
}
.news-aside .main .content .news-detail {
  margin-bottom: 4rem;
}
.news-aside .main .content .news-detail p {
  margin-bottom: 4rem;
  font-weight: 400;
  color: #000;
}
.news-aside .main .content .news-detail span {
    color: #000;
}
@media (max-width: 800px) {
  .news-aside .main .content .news-detail p {
    margin-bottom: 2.5rem;
  }
}
.news-aside .main .content .news-detail p:last-child {
  margin-bottom: 0;
}
.news-aside .main .content .news-detail p.title {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #0528C8;
}
@media only screen and (max-width: 1200px) {
  .news-aside .main .content .news-detail p.title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-aside .main .content .news-detail p.title {
    font-size: 1.7rem;
  }
}
@media (max-width: 800px) {
  .news-aside .main .content .news-detail p.title {
    margin-bottom: 1rem;
  }
}
.news-aside .main .content .news-detail p.img {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.news-aside .main .content .news-detail p.img img {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.news-aside .main .content .news-detail p.quote {
  padding: 6.4rem 4rem 3.2rem;
  position: relative;
}
.news-aside .main .content .news-detail p.quote::before {
  content: "";
  position: absolute;
  top: 3.2rem;
  left: 4rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../assets/images/quote-black.svg");
  background-size: cover;
}
.news-aside .aside {
  width: 33.3333333333%;
  padding: 0 1.5rem;
}
@media (max-width: 1024px) {
  .news-aside .aside {
    padding: 0 0.75rem;
  }
}
@media (max-width: 800px) {
  .news-aside .aside {
    width: 100%;
    padding: 1.5rem 0.75rem;
    padding-bottom: 0;
  }
}
.news-aside .aside-item {
  padding-left: 3.5rem;
}
@media (max-width: 1024px) {
  .news-aside .aside-item {
    padding-left: 0;
  }
}
.news-aside .aside-item-tt {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #021051;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .news-aside .aside-item-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-aside .aside-item-tt {
    font-size: 1.7rem;
  }
}
.news-aside .aside-item-tt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 46%;
  transform: translateY(-50%);
  width: 2px;
  height: 60%;
  background: #F15B40;
}
.news-aside .aside-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;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-bottom: 2.4rem;
}
.news-aside .aside-item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .news-aside .aside-item-wrap {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.news-aside .aside-item-img {
  flex-shrink: 0;
  display: block;
  margin-right: 1.6rem;
  width: 13.6rem;
  height: 8rem;
}
.news-aside .aside-item-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.news-aside .aside-item-ct {
  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: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.news-aside .aside-item-ct .news-time {
  margin-bottom: 0;
}
.news-aside .aside-item-name {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #021051;
  transition: 0.3s;
  margin-bottom: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-aside .aside-item-name:hover {
  color: #EC7f21;
}

.react {
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  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;
}
.react a {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  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-radius: 50%;
  color: #000;
  transition: 0.3s;
}
@media (min-width: 1025px) {
  .react a:hover {
    background: #EC7f21;
  }
}
.react a i {
  font-size: 1.4rem;
  font-weight: 400;
}
.react a.link {
  background: #F5F5F5;
}
@media (min-width: 1025px) {
  .react a.link:hover {
    background: #EC7f21;
  }
}
.react a.bg {
  background: #8C8C8C;
}
.react a.bg i {
  color: #fff;
}
@media (min-width: 1025px) {
  .react a.bg:hover {
    background: #EC7f21;
  }
}
.react-heart {
  border: 1px solid #ECECEC;
}
.react-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;
}
.react-social li {
  margin-left: 1.6rem;
  list-style: none;
}
.menu-ar div ul {
  padding-left: 20px !important;
  padding-top: 6px !important;
}
.partners .swiper-slide img {
  padding: 18px;
}
.open .hd-language {
    display: block !important;
    padding-top: 12px;
    padding-bottom: 11px;
}
.small .hd-language {
  display: none;
}
.hd-nav-menu .hd-language {
  display: none;
}
.small #wp-megamenu-primary-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {

  line-height: 4px !important;

}
ul.react-social {
    list-style: none;
}
/*.wp-megamenu-sub-menu .menu-item-type-post_type a {
    padding-top: 1px;
    border-top: 1px solid #bdd6e6;
    border-bottom: 1px solid #bdd6e6;
    margin-top: -1px;
}*/
/*# sourceMappingURL=style.css.map */
