@font-face {
  font-family: "Visby";
  src: url("../fonts/visby/VisbyCF-RegularOblique.woff2") format("woff2"), url("../fonts/visby/VisbyCF-RegularOblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Visby";
  src: url("../fonts/visby/VisbyCF-Bold.woff2") format("woff2"), url("../fonts/visby/VisbyCF-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visby";
  src: url("../fonts/visby/VisbyCF-Medium.woff2") format("woff2"), url("../fonts/visby/VisbyCF-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visby";
  src: url("../fonts/visby/VisbyCF-DemiBold.woff2") format("woff2"), url("../fonts/visby/VisbyCF-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visby";
  src: url("../fonts/visby/VisbyCF-Heavy.woff2") format("woff2"), url("../fonts/visby/VisbyCF-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visby";
  src: url("../fonts/visby/VisbyCF-Regular.woff2") format("woff2"), url("../fonts/visby/VisbyCF-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash";
  src: url("../fonts/clash/SVN-ClashDisplay-Extralight.woff2") format("woff2"), url("../fonts/clash/SVN-ClashDisplay-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash";
  src: url("../fonts/clash/SVN-ClashDisplay-Light.woff2") format("woff2"), url("../fonts/clash/SVN-ClashDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash";
  src: url("../fonts/clash/SVN-ClashDisplay-Bold.woff2") format("woff2"), url("../fonts/clash/SVN-ClashDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash";
  src: url("../fonts/clash/SVN-ClashDisplay-Regular.woff2") format("woff2"), url("../fonts/clash/SVN-ClashDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash";
  src: url("../fonts/clash/SVN-ClashDisplay-Medium.woff2") format("woff2"), url("../fonts/clash/SVN-ClashDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash";
  src: url("../fonts/clash/SVN-ClashDisplay-Semibold.woff2") format("woff2"), url("../fonts/clash/SVN-ClashDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: #101010;
  transition: 0.3s all !important;
}
a:hover {
  color: #0000A5;
}

a:hover,
a:focus {
  text-decoration: none;
}

input {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
html.open_menu {
  overflow: hidden;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  color: #101010;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Visby";
  background: #fff;
}
@media (max-width: 1600px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    overflow-x: hidden;
  }
}

.container {
  max-width: 1470px;
}
@media (max-width: 1600px) {
  .container {
    padding: 0 100px;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 24px;
  }
}

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, 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;
  outline: none !important;
}

/*======================================== end config =================================*/
@media (max-width: 1023px) {
  .content-menu-pc {
    display: none;
  }
}

.header-pc {
  font-size: 16px;
  font-weight: 600;
  padding: 24px 0;
  position: fixed;
  z-index: 1001;
  top: -106px;
  left: 0;
  width: 100%;
  transition: 0.4s all !important;
  background: #fff;
  text-transform: uppercase;
}
.header-pc.load-head {
  top: 0;
}
.header-pc.is-hidden {
  top: -106px;
}
.header-pc ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-pc ul li {
  margin-right: 80px;
}
@media (max-width: 1365px) {
  .header-pc ul li {
    margin-right: 60px;
  }
}
@media (max-width: 1100px) {
  .header-pc ul li {
    margin-right: 40px;
  }
}
.header-pc ul li:last-child {
  margin-right: 0;
}
.header-pc a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.header-pc a.active {
  color: #0000A5;
  span {
    color: #0000A5;
  }
}
.header-pc a span {
  display: block;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) !important;
  white-space: nowrap;
}
.header-pc a span:first-child {
  transform: translateY(0%) rotate(0.001deg);
  transition-delay: -0.05s;
}
.header-pc a span:last-child {
  color: #0000A5;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(140%) rotate(10deg);
  transition-delay: 0s;
}
.header-pc a:hover {
  color: #0000A5;
}
.header-pc a:hover span:first-child {
  transform: translateY(-140%) rotate(-10deg);
  transition-delay: 0s;
}
.header-pc a:hover span:last-child {
  transform: translateY(0%) rotate(0.001deg);
  transition-delay: -0.05s;
}

.right-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}
.right-menu .trans {
  margin-right: 24px;
  position: relative;
}
.right-menu .trans .abs-trans {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.right-menu .trans .abs-trans li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.right-menu .trans .abs-trans li.current-lang {
  display: none;
}
.right-menu .trans .abs-trans li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
}
.right-menu ul li {
  margin-left: 48px;
  position: relative;
}
@media (max-width: 1365px) {
  .right-menu ul li {
    margin-left: 32px;
  }
}
.right-menu ul li.lang-item {
  margin-left: 15px;
  margin-right: 0;
}
.right-menu ul li.lang-item:after {
  content: "/";
  position: absolute;
  top: 0;
  left: -11px;
}
.right-menu ul li.lang-item.current-lang a {
  color: #0000A5;
}
.right-menu ul li:first-child {
  margin: 0;
}
.right-menu ul li:first-child:after {
  display: none;
}
.right-menu .contact-menu {
  border: 1px solid #E7E7E7;
  border-radius: 50px;
  padding: 16px 24px;
}
@media (max-width: 1100px) {
  .right-menu .contact-menu {
    padding: 16px 9px;
  }
}
.right-menu .contact-menu:hover {
  color: #fff;
  background: #0000A5;
  border: 1px solid #0000A5;
}

@media (max-width: 1023px) {
  .content-menu-mb {
    display: block !important;
  }
}

.top-menu-mb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-menu-mb .btn-bar-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .top-menu-mb .btn-bar-menu svg {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 767px) {
  .top-menu-mb .logo img {
    height: 24px;
  }
}

.mm-menu-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1002;
  transition: 0.4s all !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 40px;
  right: -100%;
}
.mm-menu-mobile.active {
  right: 0;
}
@media (max-width: 767px) {
  .mm-menu-mobile {
    padding: 0 24px;
    background: #101010;
  }
}
.mm-menu-mobile > div {
  max-width: 100%;
}
.mm-menu-mobile .top-mm {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mm-menu-mobile .top-mm .translate a {
  color: #0000A5;
  font-weight: 600;
}
@media (max-width: 767px) {
  .mm-menu-mobile .top-mm .close-menu svg {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 767px) {
  .mm-menu-mobile .top-mm .close-menu svg path {
    stroke: #fff;
  }
}
.mm-menu-mobile .bot-mmenu {
  padding: 0 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #585858;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mm-menu-mobile .bot-mmenu {
    padding: 0 0 24px 0;
    font-size: 14px;
    color: #888888;
  }
}
.mm-menu-mobile .bot-mmenu .left a {
  color: #888888 !important;
}
.mm-menu-mobile .bot-mmenu .right a {
  color: #101010;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E7E7E7;
  border-radius: 50px;
  padding: 16px 24px;
}
@media (max-width: 767px) {
  .mm-menu-mobile .bot-mmenu .right a {
    font-size: 12px;
    border: 1px solid #888888;
    color: #fff;
  }
}
.mm-menu-mobile .mm-menu-link {
  font-size: 64px;
  font-weight: 500;
  font-family: Clash;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .mm-menu-mobile .mm-menu-link {
    font-size: 36px;
  }
}
.mm-menu-mobile .mm-menu-link ul {
  display: block;
}
.mm-menu-mobile .mm-menu-link ul li {
  margin: 0 0 32px 0;
  overflow: hidden;
  height: auto;
}
@media (max-width: 767px) {
  .mm-menu-mobile .mm-menu-link ul li {
    margin: 0 0 24px 0;
    display: flex;
  }
}
.mm-menu-mobile .mm-menu-link ul li:last-child {
  margin: 0;
}
.mm-menu-mobile .mm-menu-link ul li a {
  display: inline-flex;
  line-height: initial;
  position: relative;
  z-index: 2;
  transform: translateY(120%) rotate(5deg);
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
  color: #010101;
}
@media (max-width: 767px) {
  .mm-menu-mobile .mm-menu-link ul li a {
    color: #fff;
  }
}
.mm-menu-mobile .mm-menu-link ul li a.active {
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 1.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 1.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
}
.mm-menu-mobile .translate {
  position: relative;
}
.mm-menu-mobile .translate ul li a {
  color: #010101 !important;
}
@media (max-width: 767px) {
  .mm-menu-mobile .translate ul li a {
    color: #888888 !important;
  }
}
.mm-menu-mobile .translate ul li.current-lang a {
  color: #0000A5 !important;
}
.mm-menu-mobile .translate .trans-abs {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  opacity: 0;
}
.mm-menu-mobile .translate .trans-abs li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mm-menu-mobile .translate .trans-abs li.current-lang {
  display: none;
}
.mm-menu-mobile .translate .trans-abs li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  background: #101010;
  color: #FFFFFF;
}

.txt-fter {
  max-width: 580px;
  color: #888888;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .txt-fter {
    max-width: 100%;
  }
}
.txt-fter h2 {
  font-size: 100px;
  font-weight: 500;
  font-family: "Clash";
  line-height: 1;
  color: #fff;
}
@media (max-width: 1800px) {
  .txt-fter h2 {
    font-size: 80px;
  }
}
@media (max-width: 1023px) {
  .txt-fter h2 {
    font-size: 64px;
  }
  .txt-fter h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .txt-fter h2 {
    font-size: 42px;
  }
  .txt-fter h2 br {
    display: block;
  }
}
.txt-fter h2 span {
  color: #27E1FF;
}
.txt-fter .desc {
  padding: 8px 0 64px 0;
}
@media (max-width: 1023px) {
  .txt-fter .desc {
    font-size: 16px;
    padding: 16px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .txt-fter .desc {
    padding: 8px 0 32px 0;
  }
}

.footer-top {
  padding: 140px 0 64px 0;
}
@media (max-width: 1023px) {
  .footer-top {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .footer-top {
    padding: 0 0 32px 0;
  }
}
@media (max-width: 1023px) {
  .footer-top .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-top .col-md-6:last-child {
    order: 1;
  }
  .footer-top .col-md-6:first-child {
    order: 2;
  }
}
@media (max-width: 1023px) {
  .footer-top .avarta-fter {
    text-align: left !important;
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .footer-top .avarta-fter {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .footer-top .avarta-fter img {
    max-height: 200px;
  }
}
.footer-top .wpcf7-response-output {
  margin: 16px 0 0 0 !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  color: #fff;
  font-style: italic;
}
@media (max-width: 767px) {
  .footer-top .wpcf7-response-output {
    margin: 30px 0 0 0 !important;
    font-size: 13px;
  }
}

.frm-fter {
  width: 100%;
  max-width: 484px;
  position: relative;
  border: 1px solid #232323;
  border-radius: 42px;
  padding: 8px;
  font-size: 16px;
}
.frm-fter br {
  display: none;
}
.frm-fter .wpcf7-spinner {
  margin: 0;
  position: absolute;
  top: calc(50% - 12px);
  right: 12px;
}
.frm-fter .txt_fter {
  background: transparent;
  width: 100%;
  height: 56px;
  padding: 0 20px;
  outline: none;
  color: #fff;
  outline: none;
  border: 0;
}
@media (max-width: 767px) {
  .frm-fter .txt_fter {
    font-size: 14px;
    height: 48px;
    padding: 0 12px;
  }
}
.frm-fter .txt_fter::placeholder {
  color: #888888;
}
.frm-fter button {
  cursor: pointer;
  border-radius: 50px;
  height: 56px;
  border: 0;
  background: #27E1FF;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  position: absolute;
  top: 8px;
  right: 8px;
  outline: none;
}
@media (max-width: 767px) {
  .frm-fter button {
    height: 48px;
    padding: 0 16px;
    font-size: 14px;
    width: 48px;
  }
}
.frm-fter button input {
  cursor: pointer;
  font-weight: 600;
  color: #000000;
  border: 0;
  background: transparent;
  line-height: initial;
}
.frm-fter button path {
    stroke: #000000;
}
@media (max-width: 767px) {
  .frm-fter button input {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .frm-fter button svg {
    position: absolute;
    top: calc(50% - 12px);
    right: calc(50% - 12px);
    transform: rotate(45deg);
  }
}
.frm-fter .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 14px;
  bottom: -25px;
  left: 20px;
  color: #0000A5;
  display: none;
}
@media (max-width: 767px) {
  .frm-fter .wpcf7-not-valid-tip {
    bottom: -50px;
  }
}

.info-fter {
  margin-bottom: 64px;
}
@media (max-width: 1023px) {
  .info-fter {
    margin-bottom: 8px;
  }
}
@media (max-width: 1023px) {
  .info-fter .row .col-md-4 {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 1023px) {
  .info-fter .row .col-md-2 {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 1023px) {
  .info-fter .row > div {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .info-fter .row > div {
    margin-bottom: 16px;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
@media (max-width: 1023px) {
  .info-fter .row > div:first-child {
    order: 1;
  }
}
@media (max-width: 1023px) {
  .info-fter .row > div:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 767px) {
  .info-fter .row > div:nth-child(2) {
    order: 2;
  }
}
@media (max-width: 1023px) {
  .info-fter .row > div:nth-child(3) {
    order: 2;
  }
}
@media (max-width: 767px) {
  .info-fter .row > div:nth-child(3) {
    order: 3;
  }
}
@media (max-width: 1023px) {
  .info-fter .row > div:nth-child(4) {
    order: 4;
  }
}

.item-fter {
  font-size: 18px;
}
@media (max-width: 767px) {
  .item-fter {
    font-size: 16px;
  }
}
.item-fter .h-fter {
  font-size: 16px;
  margin-bottom: 16px;
  color: #888888;
}
@media (max-width: 767px) {
  .item-fter .h-fter {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
/*.item-fter .desc {
  max-width: 358px;
}*/

.copyright {
  font-size: 16px;
  color: #888888;
  font-weight: 500;
  border-top: 1px solid #1D1D1D;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .copyright {
    padding: 16px 0;
  }
}
.copyright ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.copyright ul li {
  margin-right: 16px;
}
.copyright ul li:last-child {
  margin-right: 0;
}
.copyright ul li a {
  opacity: 0.5;
}
.copyright ul li a:hover {
  opacity: 1;
}

@media (max-width: 1800px) and (min-width: 1024px) {
  .footer-top .avarta-fter {
    max-width: 400px;
    margin-left: auto;
  }
}

main {
  transition: 0.3s all !important;
  margin-top: 106px;
}
@media (max-width: 767px) {
  main {
    margin-top: 78px;
  }
}

.scroll-container {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.slick-slider {
  margin: 0;
}

.slick-dots {
  position: relative;
  bottom: 0;
  background: transparent;
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .slick-dots {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .slick-dots {
    margin-top: 24px;
  }
}
.slick-dots button {
  display: none !important;
}
.slick-dots li {
  margin: 0 8px;
  width: 12px;
  height: 12px;
  background: #E7E7E7;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
}
.slick-dots li.slick-active {
  background: #101010;
}

#cursor {
  position: fixed;
  top: -6px;
  left: -6px;
  background: #0000A5;
  width: 12px;
  height: 12px;
  pointer-events: none;
  user-select: none;
  z-index: 1001222;
  border-radius: 100%;
}
@media (max-width: 1023px) {
  #cursor {
    opacity: 0 !important;
  }
}
#cursor .ar-cur {
  position: absolute;
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s all !important;
}
#cursor .ar-cur.ar-left {
  left: 10px;
}
#cursor .ar-cur.ar-right {
  right: 10px;
}
#cursor .dot-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cursor .dot-txt span {
  display: none;
  font-size: 15px;
  font-weight: 600;
}
#cursor .dot-txt .dot-cur {
  margin: 0 auto;
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 100%;
}
#cursor.active {
  top: -55px;
  left: -60px;
}
#cursor.active .ar-cur {
  opacity: 1;
}
#cursor.active .dot-txt .dot-cur {
  background: #000000;
}
#cursor.active.touch_cursor .ar-cur path {
  fill: #fff;
  stroke: #fff;
}
#cursor.active.touch_cursor .ar-cur.ar-left {
  left: -20px;
}
#cursor.active.touch_cursor .ar-cur.ar-right {
  right: -20px;
}
#cursor.active.touch_cursor .dot-txt .dot-cur {
  display: none;
}
#cursor.active.touch_cursor .dot-txt span {
  display: block;
  color: #fff;
}

.cursor {
  position: fixed;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1023px) {
  .cursor {
    opacity: 0 !important;
  }
}

.cursor-bee {
  top: -15px;
  left: -13px;
  z-index: 1111111;
  opacity: 0 !important;
}
@media (max-width: 1023px) {
  .cursor-bee {
    opacity: 0 !important;
  }
}

.cursor-eye {
  top: -50px;
  left: -50px;
  padding: 20px;
  z-index: 1111111;
  border-radius: 50%;
  transform: scale(0);
  opacity: 1 !important;
}
@media (max-width: 1023px) {
  .cursor-eye {
    opacity: 0 !important;
  }
}

.title {
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 1023px) {
  .title {
    margin-bottom: 32px;
  }
}
.title .title-desc {
  font-size: 24px;
  color: #585858;
  margin-bottom: 16px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .title .title-desc {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .title .title-desc {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.title .title-desc span {
  color: #0000A5;
  font-weight: 600;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .title .title-desc span { 
    margin-left: 4px;
  }
}
.title h3 {
  color: #101010;
  font-size: 80px;
  font-weight: 500;
  font-family: "Clash";
  height: auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1800px) {
  .title h3 {
    font-size: 64px;
  }
}
@media (max-width: 1300px) {
  .title h3 {
    font-size: 54px;
  }
}
@media (max-width: 1023px) {
  .title h3 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .title h3 {
    font-size: 32px;
  }
}

.btn-main a {
  border: 1px solid #E7E7E7;
  border-radius: 50px;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .btn-main a {
    padding: 12px 24px;
  }
}
.btn-main a:hover {
  background: #0000A5 !important;
  color: #fff !important;
  border: 1px solid #0000A5 !important;
}

.title-scroll-animate {
  position: relative;
  width: 100%;
}
.title-scroll-animate p, .title-scroll-animate h3 {
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 0 0 8px 0;
}
.title-scroll-animate p span, .title-scroll-animate h3 span {
  display: inline-flex;
  position: relative;
  z-index: 2;
  transform: translateY(120%) rotate(5deg);
  top: 20px;
}
.title-scroll-animate p.animated span, .title-scroll-animate h3.animated span {
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 1.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 1.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  top: 0;
}
.title-scroll-animate p.animated:nth-child(2) span, .title-scroll-animate h3.animated:nth-child(2) span {
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 1.8s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 1.8s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  top: 0;
}
.title-scroll-animate p.animated:nth-child(3) span, .title-scroll-animate h3.animated:nth-child(3) span {
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 2.1s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 2.1s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  top: 0;
}
.title-scroll-animate p.animated:nth-child(4) span, .title-scroll-animate h3.animated:nth-child(4) span {
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 2.4s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 2.4s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  top: 0;
}

@-webkit-keyframes SplitText_moveIn__1NMON-d168662b {
  0% {
    transform: translateY(120%) rotate(5deg);
  }
  10% {
    transform: translateY(120%) rotate(5deg);
  }
  to {
    transform: translateY(0) rotate(0deg);
    top: 0;
  }
}
@keyframes SplitText_moveIn__1NMON-d168662b {
  0% {
    transform: translateY(120%) rotate(5deg);
  }
  10% {
    transform: translateY(120%) rotate(5deg);
  }
  to {
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes scale_btn {
  0% {
    transform: scale(0);
  }
  10% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.gsap-marker-end, .gsap-marker-start, .gsap-marker-scroller-end, .gsap-marker-scroller-start {
  display: none !important;
}

.box-banner-about {
  padding: 32px 0 0 0;
}
@media (max-width: 767px) {
  .box-banner-about {
    padding: 0;
  }
}

.bottom-banner-ab {
  color: #585858;
  font-weight: 500;
  padding: 164px 0;
  border-bottom: 1px solid #E7E7E7;
}
@media (max-width: 1023px) {
  .bottom-banner-ab {
    font-size: 16px;
    padding: 60px 0 112px 0;
  }
}
@media (max-width: 767px) {
  .bottom-banner-ab {
    font-size: 14px;
    padding: 24px 0 48px 0;
    display: none;
  }
}
.bottom-banner-ab ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.bottom-banner-ab ul li {
  height: auto;
  overflow: hidden;
}
.bottom-banner-ab ul li:last-child {
  text-align: right;
}
.bottom-banner-ab ul li {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    text-align: center;
}

.bottom-banner-ab ul li:first-child {
    text-align: left;
}
@media (max-width: 767px) {
  .bottom-banner-ab ul li:last-child {
    text-align: left;
    order: 2;
  }
}
@media (max-width: 767px) {
  .bottom-banner-ab ul li:nth-child(2) {
    text-align: right;
    order: 3;
  }
}
@media (max-width: 767px) {
  .bottom-banner-ab ul li:first-child {
    display: none;
    order: 1;
  }
}
.bottom-banner-ab ul li p {
  display: inline-flex;
  position: relative;
  z-index: 2;
  transform: translateY(120%) rotate(5deg);
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 4.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 4.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}

.txt-about-banner .title-caption {
  font-family: Clash;
  font-size: 140px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 1800px) {
  .txt-about-banner .title-caption {
    font-size: 110px; 
  }
}
@media (max-width: 1200px) {
  .txt-about-banner .title-caption {
    font-size: 90px;
  }
}
@media (max-width: 1023px) {
  .txt-about-banner .title-caption {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .txt-about-banner .title-caption {
    font-size: 42px;
  }
}
.txt-about-banner .item-cap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1;
}
@media (max-width: 767px) {
  .txt-about-banner .item-cap {
    justify-content: center;
    text-align: left;
  }
}
.txt-about-banner .item-cap .icon {
  margin-right: -10px;
  position: relative;
  transform: scale(0);
  -webkit-animation: scale_btn 2.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: scale_btn 2.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
}
@media (max-width: 1600px) {
  .txt-about-banner .item-cap .icon {
    top: -15px;
  }
}
@media (max-width: 1800px) {
  .txt-about-banner .item-cap .icon {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .txt-about-banner .item-cap .icon {
    top: 5px;
    margin-right: 0;
  }
}
.txt-about-banner .item-cap .icon lottie-player {
  height: 140px;
}
@media (max-width: 1800px) {
  .txt-about-banner .item-cap .icon lottie-player {
    height: 110px;
  }
}
@media (max-width: 1023px) {
  .txt-about-banner .item-cap .icon lottie-player {
    height: 72px;
  }
}
.txt-about-banner .item-cap p {
  overflow: hidden;
  height: auto !important;
}
@media (max-width: 1600px) {
  .txt-about-banner .item-cap p {
    height: 110px;
  }
}
@media (max-width: 1200px) {
  .txt-about-banner .item-cap p {
    height: 90px;
  }
}
@media (max-width: 1023px) {
  .txt-about-banner .item-cap p {
    height: 64px;
  }
}
@media (max-width: 767px) {
  .txt-about-banner .item-cap p {
    height: 42px;
    text-align: center;
  }
}
.txt-about-banner .item-cap span {
  display: inline-flex;
  position: relative;
  z-index: 2;
  transform: translateY(120%) rotate(5deg);
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 1.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 1.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}
.txt-about-banner .item-cap label {
  color: #585858;
  font-size: 18px;
  text-transform: initial;
  font-weight: 500;
  text-align: left;
  flex: 0 0 250px;
  margin-right: 24px;
  margin-bottom: 0;
  font-family: "Visby";
  overflow: hidden;
  height: auto;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .txt-about-banner .item-cap label {
    font-size: 14px;
    flex: 0 0 160px;
  }
}
.txt-about-banner .item-cap .icon-line {
  position: absolute;
  top: -64%;
  right: 0;
}
@media (max-width: 1800px) {
  .txt-about-banner .item-cap .icon-line {
    top: -79%;
  }
}
@media (max-width: 1800px) {
  .txt-about-banner .item-cap .icon-line lottie-player {
    height: 270px;
  }
}
@media (max-width: 1023px) {
  .txt-about-banner .item-cap .icon-line lottie-player {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .txt-about-banner .item-cap .icon-line lottie-player {
    height: 90px;
    display: none;
  }
}
.txt-about-banner .item-cap .bg-abs {
  position: absolute;
  left: 1.8%;
  top: -11%;
  width: 51%;
}
@media (max-width: 1600px) {
  .txt-about-banner .item-cap .bg-abs {
    left: 8.8%;
    width: 43%;
  }
}
@media (max-width: 1800px) {
  .txt-about-banner .item-cap .bg-abs {
    left: -15px;
    width: 55%;
  }
}
@media (max-width: 1200px) {
  .txt-about-banner .item-cap .bg-abs {
    left: 7%;
    width: 46%;
  }
}
@media (max-width: 1023px) {
  .txt-about-banner .item-cap .bg-abs {
    width: 45%;
    left: 13.5%;
  }
}
@media (max-width: 767px) {
  .txt-about-banner .item-cap .bg-abs {
    width: 66%;
    left: 14.8%;
    top: -2%;
  }
}
@media (max-width: 767px) {
  .txt-about-banner .item-cap:first-child .icon {
    display: none;
  }
}
.txt-about-banner .item-cap:nth-child(2) span {
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 2s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 2s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
}
@media (max-width: 767px) {
  .txt-about-banner .item-cap:nth-child(2) label {
    display: none;
  }
}
.txt-about-banner .item-cap:nth-child(3) span {
  padding-top: 10px;
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 2.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 2.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
}
@media (max-width: 767px) {
  .txt-about-banner .item-cap:nth-child(3) p {
    height: auto;
  }
}
.txt-about-banner .btn-about {
  display: none;
}

.top-banner-about {
  font-size: 14px;
  display: none;
  align-items: center;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .top-banner-about {
    display: flex;
    justify-content: center;
    margin: 24px 0;
    display: none;
  }
}
.top-banner-about .icon {
  height: 90px;
  position: relative;
  margin-left: -10px;
}
.top-banner-about .icon lottie-player {
  height: 90px;
}

.btn-about {
  margin-left: 24px;
  font-family: "Visby";
}
@media (max-width: 767px) {
  .btn-about {
    margin-left: 8px;
  }
}
.btn-about a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  padding: 12px 32px 12px 12px;
  border: 1px solid #E7E7E7;
  border-radius: 500px;
  transform: scale(0);
  -webkit-animation: scale_btn 2.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: scale_btn 2.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  position: relative;
  top: 0;
}
@media (max-width: 1600px) {
  .btn-about a {
    font-size: 18px;
    padding: 10px 32px 10px 10px;
    top: -5px;
  }
}
@media (max-width: 1023px) {
  .btn-about a {
    padding: 8px 24px 8px 8px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .btn-about a {
    top: 0;
  }
}
@media (max-width: 767px) {
  .btn-about a {
    font-size: 12px;
  }
}
.btn-about a svg {
  margin-right: 16px;
}
@media (max-width: 1600px) {
  .btn-about a svg {
    width: 70px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .btn-about a svg {
    width: 42px;
  }
}
@media (max-width: 767px) {
  .btn-about a svg {
    width: 30px;
  }
}

@media (max-width: 767px) {
  .content-banner-about {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 48px;
  }
}

.btn-about-mobile {
  display: none;
}
@media (max-width: 767px) {
  .btn-about-mobile {
    display: block;
    text-align: center;
    margin: 24px 0 0 0;
  }
}

.txt-top-ab {
  display: none;
}
@media (max-width: 767px) {
  .txt-top-ab {
    color: #585858;
    margin-bottom: 12px;
    font-size: 14px;
    text-transform: uppercase;
    display: none;
  }
}

.box-number {
  padding: 164px 0;
  font-size: 20px;
  color: #585858;
}
@media (max-width: 1023px) {
  .box-number {
    padding: 32px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .box-number {
    padding: 24px 0 42px 0;
  }
}
.box-number .title {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .box-number .title {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .box-number .title {
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
}

/*@media (max-width: 1023px) {
  .list-number .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 24px;
  }
}*/

.item-number {
  font-weight: 500;
  color: #585858;
  font-size: 24px;
}
@media (max-width: 767px) {
  .item-number {
    font-size: 14px;
  }
}
.item-number .numb-top {
  font-size: 80px;
  font-weight: 500;
  color: #101010;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Clash";
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  .item-number .numb-top {
    font-size: 66px;
  }
}
@media (max-width: 1365px) {
  .item-number .numb-top {
    font-size: 54px;
  }
}
@media (max-width: 1023px) {
  .item-number .numb-top {
    font-size: 42px;
    argin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .item-number .numb-top {
    font-size: 32px;
    margin-bottom: 4px;
  }
}
.item-number .numb-top label {
  color: #0000A5;
  font-size: 60px;
  margin-left: 12px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .item-number .numb-top label {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .item-number .numb-top svg {
    width: 16px;
    height: auto;
  }
}

.box-make {
  font-size: 18px;
  color: #585858;
  font-weight: 500;
  padding: 140px 0;
}
@media (max-width: 1023px) {
  .box-make {
    font-size: 14px;
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .box-make {
    padding: 42px 0;
    font-size: 16px;
    background: #E7E7E7;
  }
}

.item-make {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 1023px) {
  .item-make {
    left: 0 !important;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .item-make {
    display: block;
    text-align: center;
    padding: 0 !important;
    margin-bottom: 0;
    display: none;
  }
  .item-make:last-child {
    margin-bottom: 0;
  }
  .item-make:first-child {
    display: block;
  }
}
.item-make:last-child {
  margin-bottom: 0;
}
.item-make .t-make {
  color: #101010;
  font-size: 124px;
  font-weight: 500;
  line-height: 1;
  margin-right: 32px;
  font-family: "Clash";
  text-transform: uppercase;
}
@media (max-width: 1800px) {
  .item-make .t-make {
    font-size: 100px;
  }
}
@media (max-width: 1364px) {
  .item-make .t-make {
    font-size: 80px;
  }
}
@media (max-width: 1023px) {
  .item-make .t-make {
    font-size: 64px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .item-make .t-make {
    margin: 0;
    display: none;
  }
  .item-make .t-make span {
    display: none;
  }
}
.item-make label {
  margin-right: 32px;
  font-size: 20px;
  font-weight: 600;
  color: #0000A5;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .item-make label {
    font-size: 16px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .item-make label {
    margin-bottom: 8px;
    margin-right: 0;
    display: none;
  }
}
.item-make .desc {
  max-width: 450px;
}
@media (max-width: 1023px) {
  .item-make .desc {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .item-make .desc {
    max-width: 100% !important;
  }
}
.item-make:nth-child(2) .desc {
  max-width: 330px;
}
@media (max-width: 1023px) {
  .item-make:nth-child(2) .desc {
    max-width: 247px;
  }
}
.item-make:nth-child(3) .desc {
  max-width: 200px;
}
@media (max-width: 1023px) {
  .item-make:nth-child(3) .desc {
    max-width: 138px;
  }
}
.item-make:nth-child(4) .desc {
  max-width: 280px;
}
@media (max-width: 1364px) {
  .item-make:nth-child(4) .desc {
    max-width: 250px;
  }
}
@media (max-width: 1023px) {
  .item-make:nth-child(4) .desc {
    max-width: 170px;
  }
}
.item-make:hover .t-make .icon {
  transform: scale(1);
}

@media (max-width: 767px) {
  .title-make-mb {
    display: block !important;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 16px;
    font-family: Clash;
    color: #000000;
    line-height: initial;
    text-transform: capitalize !important;
  }
}

.t-make {
  position: relative;
}
.t-make .icon {
  position: absolute;
  top: -15%;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all !important;
  transform: scale(0);
}
@media (max-width: 1023px) {
  .t-make .icon {
    transform: scale(1);
    top: -50%;
  }
}
@media (max-width: 767px) {
  .t-make .icon {
    position: relative;
    top: 0 !important;
    left: 0 !important;
  }
}
.t-make .icon img {
  width: 100px;
}
@media (max-width: 1800px) {
  .t-make .icon img {
    width: 80px;
  }
}
@media (max-width: 1023px) {
  .t-make .icon img {
    width: 64px;
  }
}
@media (max-width: 767px) {
  .t-make .icon img {
    width: 54px;
  }
}
.t-make .icon.icon-1 {
  right: 38%;
}
.t-make .icon.icon-2 {
  right: 26%;
}
.t-make .icon.icon-3 {
  right: 5%;
}

.make-1 {
  left: 80%;
}
@media (max-width: 1023px) {
  .make-1 {
    transform: translate(0%, 0%) !important;
  }
}

.make-2 {
  left: 80%;
}
@media (max-width: 1023px) {
  .make-2 {
    transform: translate(0%, 0%) !important;
    padding-left: 6%;
  }
}

.make-3 {
  left: 80%;
}
@media (max-width: 1023px) {
  .make-3 {
    transform: translate(0%, 0%) !important;
    padding-left: 12%;
  }
}

.make-4 {
  left: 80%;
}
@media (max-width: 1023px) {
  .make-4 {
    transform: translate(0%, 0%) !important;
    padding-left: 18%;
  }
}

.box-goal {
  padding: 164px 0;
}
@media (max-width: 1023px) {
  .box-goal {
    padding: 42px 0;
  }
}
@media (max-width: 767px) {
  .box-goal {
    text-align: center;
  }
}
.box-goal .title {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .box-goal .title {
    margin-bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .box-goal .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px !important;
  }
}
@media (max-width: 767px) {
  .box-goal .col-md-6:first-child {
    order: 2;
  }
  .box-goal .col-md-6:last-child {
    order: 1;
  }
}
.box-goal .col-md-6:last-child {
  padding-left: 0;
}

.left-goal {
  max-width: 581px;
}
@media (max-width: 1023px) {
  .left-goal {
    max-width: 100%;
  }
}
.left-goal h6 {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .left-goal h6 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .left-goal h6 {
    font-size: 16px;
    color: #000000;
    display: none;
  }
}
@media (max-width: 1023px) {
  .left-goal .icon-animation {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .left-goal .icon-animation {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .left-goal .icon-animation lottie-player {
    width: 350px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .left-goal .icon-animation lottie-player {
    max-width: 100%;
    width: auto;
    position: relative;
    left: 24%;
  }
}

.txt-goal {
  color: #585858;
  font-weight: 500;
}
.txt-goal h6 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 32px;
  color: #101010;
}
@media (max-width: 1023px) {
  .txt-goal h6 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .txt-goal h6 {
    font-size: 16px;
    margin-bottom: 16px;
    display: none;
  }
}
.txt-goal p {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .txt-goal p {
    margin-bottom: 16px;
  }
}
.txt-goal p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .txt-goal p:last-child {
    display: none;
  }
}

.box-become {
  font-family: Clash;
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: initial;
  padding: 64px 100px 42px 100px;
}
@media (max-width: 1600px) {
  .box-become {
    font-size: 40px;
    padding: 64px 60px 42px 60px;
  }
}
@media (max-width: 1023px) {
  .box-become {
    padding: 40px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .box-become {
    padding: 24px;
  }
}
.box-become span {
  color: #0000A5;
}
.box-become span img {
  position: relative;
  top: -3px;
  margin-left: 6px;
}
@media (max-width: 1023px) {
  .box-become span img {
    height: 20px;
    margin-left: 0;
  }
}

.content-become {
  padding: 100px 0;
  padding-right: 40px;
  overflow: hidden;
  border-radius: 64px;
  background: #101010;
  position: relative;
  max-width: 1710px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .content-become {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  .content-become {
    padding: 40px 0;
    border-radius: 32px;
  }
}
@media (max-width: 767px) {
  .content-become {
    padding: 32px 0;
    text-align: center;
  }
}
.content-become .circle-become {
  font-size: 18px;
  color: #888888;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #232323;
  font-family: "Visby";
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .content-become .circle-become {
    margin-top: 24px;
    padding-top: 24px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .content-become .circle-become {
    margin-top: 16px;
    padding-top: 16px;
    flex-wrap: wrap;
  }
}
.content-become .circle-become .left-icon {
  margin-right: 56px;
  flex: 0 0 120px;
  position: relative;
}
@media (max-width: 1023px) {
  .content-become .circle-become .left-icon {
    flex: 0 0 80px;
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .content-become .circle-become .left-icon {
    margin-right: 0;
    flex: 0 0 100%;
    order: 2;
  }
}
@media (max-width: 767px) {
  .content-become .circle-become .desc {
    font-weight: 500;
    font-family: Visby;
    line-height: 1.4;
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .content-become .row {
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .content-become .row .col-md-6:first-child {
    max-width: 200px;
    flex: 0 0 200px;
  }
}
@media (max-width: 767px) {
  .content-become .row .col-md-6:first-child {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1023px) {
  .content-become .row .col-md-6:last-child {
    max-width: calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .content-become .row .col-md-6:last-child {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.content-become .icon-avr {
  position: relative;
  left: -17%;
}
@media (max-width: 767px) {
  .content-become .icon-avr {
    left: 0;
    margin-top: 0;
    right: 0;
    margin-bottom: 8px;
  }
  .content-become .icon-avr img {
    /*max-height: 110px; */
  }
}

.avr-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: url("../images/circle-xoay.svg") no-repeat center;
  background-size: contain;
  transition: 0.1s all !important;
}
@media (max-width: 1023px) {
  .avr-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
}

.scroll-circle {
  position: relative;
}
.scroll-circle .arrow-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .scroll-circle .arrow-circle svg {
    height: 22px;
    width: auto;
  }
}

.box-many {
  padding: 140px 0;
}
@media (max-width: 1023px) {
  .box-many {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .box-many {
    padding: 42px 0;
  }
}
@media (max-width: 1023px) {
  .box-many .title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .box-many .title {
    text-align: center;
  }
}
.box-many .title h3 label {
  position: absolute;
  top: 28%;
  left: 25%;
  text-align: right;
}
@media (max-width: 767px) {
  .box-many .title h3 label {
    left: 48%;
  }
}
.box-many .title h3 label lottie-player {
  max-width: 280px;
}
@media (max-width: 1023px) {
  .box-many .title h3 label lottie-player {
    width: 170px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .box-many .title h3 label lottie-player {
    width: 110px;
  }
}

.icon-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
  color: #585858;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .icon-title {
    font-size: 16px;
  }
  .icon-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .icon-title {
    text-align: left !important;
    justify-content: flex-start;
    margin-top: 16px;
    display: none;
  }
  .icon-title .info-icon {
    display: flex;
    align-items: center;
  }
}
.icon-title label {
  color: #101010;
  font-size: 42px;
  font-weight: 500;
  font-family: Clash;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1600px) {
  .icon-title label {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .icon-title label {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .icon-title label {
    font-size: 24px;
    margin-right: 8px;
  }
}
.icon-title .icon {
  margin-right: 24px;
}
@media (max-width: 1800px) {
  .icon-title .icon {
    height: 64px;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .icon-title .icon lottie-player {
    width: 62px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .icon-title .icon lottie-player {
    width: 46px;
    height: auto;
  }
}

.slide-many {
  margin: 0 -17px;
}
@media (max-width: 1023px) {
  .slide-many {
    margin: 0 -12px;
  }
}
@media (max-width: 767px) {
  .slide-many {
    margin: 0 -6px;
  }
}
@media (min-width: 768px) {
  .slide-many .slick-list {
    padding: 0 !important;
  }
}
.slide-many .item-slide {
  padding: 0 17px;
}
@media (max-width: 1023px) {
  .slide-many .item-slide {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .slide-many .item-slide {
    padding: 0 6px;
  }
}

.item-many {
  position: relative;
  padding-top: 51.5789473684%;
  border-radius: 42px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .item-many {
    border-radius: 32px;
  }
}
@media (max-width: 767px) {
  .item-many {
    border-radius: 16px;
  }
}
.item-many img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: 0.3s all !important;
}
@media (max-width: 767px) {
  .item-many img {
    filter: grayscale(0);
  }
}
.item-many img:hover {
  filter: grayscale(0);
}

.content-many {
  padding-top: 80px;
  font-weight: 500;
  color: #585858;
  max-width: 1194px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .content-many {
    padding-top: 32px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .content-many {
    text-align: center;
  }
}
.content-many p {
  margin-bottom: 24px;
}
.content-many p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .content-many .col-md-6:last-child {
    display: none;
  }
}

.box-apart {
  padding: 164px 0;
  background: #FAFAFA;
}
@media (max-width: 1023px) {
  .box-apart {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .box-apart {
    padding: 42px 0;
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .list-apart {
    overflow: hidden;
  }
}
.list-apart .row {
  margin: 0 -64px;
}
@media (max-width: 1364px) {
  .list-apart .row {
    margin: 0 -30px;
  }
}
@media (max-width: 1023px) {
  .list-apart .row {
    margin: 0 -16px;
  }
}
.list-apart .row > div {
  padding: 0 64px;
  border-right: 1px solid #E7E7E7;
}
@media (max-width: 1364px) {
  .list-apart .row > div {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .list-apart .row > div {
    flex: 0 0 100%;
    max-width: 100%;
    border: 0;
    border-bottom: 1px solid #E7E7E7;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .list-apart .row > div {
    padding: 0 16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.list-apart .row > div:last-child {
  border: 0;
}
@media (max-width: 767px) {
  .list-apart .row > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.item-apart {
  font-weight: 500;
  color: #585858;
  max-width: 400px;
}
@media (max-width: 1023px) {
  .item-apart {
    font-size: 16px;
    max-width: 100%;
  }
}
.item-apart h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #0000A5;
}
@media (max-width: 1600px) {
  .item-apart h4 {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .item-apart h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .item-apart h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.avarta-banner-about {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .avarta-banner-about {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}

.file-upload p {
  color: #888888;
  cursor: pointer;
}
.file-upload p:hover {
  color: #fff;
}
.file-upload.active p {
  color: #fff;
}

.box-banner-video {
  padding: 16px 100px 80px 100px;
}
@media (max-width: 1600px) {
  .box-banner-video {
    padding: 16px 80px 80px 80px;
  }
}
@media (max-width: 1800px) {
  .box-banner-video {
    padding: 16px 60px 60px 60px;
  }
}
@media (max-width: 1023px) {
  .box-banner-video {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .box-banner-video {
    padding: 24px;
  }
}

.video-banner-home {
  position: relative;
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .video-banner-home {
    overflow: hidden;
    border-radius: 16px;
  }
}
.video-banner-home .btn-video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 48px;
  z-index: 2;
}
@media (max-width: 1800px) {
  .video-banner-home .btn-video {
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .video-banner-home .btn-video {
    display: none;
  }
}
.video-banner-home .btn-video ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.video-banner-home .btn-video ul li {
  margin-right: 12px;
}
.video-banner-home .btn-video ul li:last-child {
  margin-right: 0;
}
.video-banner-home .btn-video a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  border-radius: 50px;
  border: 1px solid #E7E7E7;
  height: 64px;
  font-size: 16px;
  font-weight: 600;
  line-height: initial;
}
.video-banner-home .btn-video a.out-service {
  background: #fff;
  color: #1D1D1D;
}
.video-banner-home .btn-video a.out-service svg {
  margin-left: 4px;
}
.video-banner-home .avarta {
  position: relative;
  padding-top: 44.6511627907%;
  overflow: hidden;
  border-radius: 42px;
}
@media (max-width: 1023px) {
  .video-banner-home .avarta {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .video-banner-home .avarta {
    border-radius: 0;
    padding-top: 57.4923547401%;
  }
}
@media (max-width: 767px) {
  .video-banner-home .avarta {
    padding-top: 160.5504587156%;
  }
}
.video-banner-home .avarta img, .video-banner-home .avarta video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .video-banner-home .video-pc {
    display: none;
  }
}
.video-banner-home .video-mb {
  display: none;
}
@media (max-width: 767px) {
  .video-banner-home .video-mb {
    display: block;
  }
}

.box-whoareyou {
  padding: 140px 0 200px 0;
}
@media (max-width: 1023px) {
  .box-whoareyou {
    padding: 40px 0 64px 0;
  }
}
@media (max-width: 767px) {
  .box-whoareyou {
    padding: 24px 0;
    overflow: hidden;
  }
}
.box-whoareyou .list-number {
  margin-top: 80px;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .box-whoareyou .list-number {
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .title-desc-bot {
    display: none;
  }
}
.list-number .col-md-3 label {
  color: #FD5808;

}
.list-number .col-md-3:nth-child(2n+1) path, .list-number .col-md-3:nth-child(2n+1) label {
    fill: #0000A5;
    color: #0000A5;
}
.title-who {
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 1600px) {
  .title-who {
    max-width: 920px;
    margin: 0 auto 32px auto;
  }
}
@media (max-width: 767px) {
  .title-who {
    margin-bottom: 8px;
  }
}
.title-who h2 {
  font-size: 80px;
  font-weight: 500;
  font-family: Clash;
}
@media (max-width: 1365px) {
  .title-who h2 {
    font-size: 72px;
  }
}
@media (max-width: 1023px) {
  .title-who h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .title-who h2 {
    font-size: 32px;
    line-height: 1;
  }
}
.title-who .icon-abs {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  z-index: -1;
  text-align: left;
  padding: 0 0 0 24.5%;
}
@media (max-width: 1600px) {
  .title-who .icon-abs {
    padding: 0 0 0 10%;
  }
}
@media (max-width: 1800px) {
  .title-who .icon-abs {
    bottom: -12px;
    padding: 0 0 0 17%;
  }
}
@media (max-width: 1023px) {
  .title-who .icon-abs {
    bottom: 0px;
    padding: 0 0 0 21%;
  }
}
@media (max-width: 767px) {
  .title-who .icon-abs {
    padding: 0 0 0 4%;
    bottom: -5px;
  }
}
@media (max-width: 1600px) {
  .title-who .icon-abs img {
    max-height: 130px;
  }
}
@media (max-width: 1800px) {
  .title-who .icon-abs img {
    max-height: 90px;
  }
}
@media (max-width: 1023px) {
  .title-who .icon-abs img {
    max-height: 60px;
  }
}
@media (max-width: 767px) {
  .title-who .icon-abs img {
    max-height: 45px;
  }
}

.box-ourclient {
  padding: 140px 0;
  background: #FAFAFA;
}
@media (max-width: 1023px) {
  .box-ourclient {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .box-ourclient {
    padding: 40px 0;
  }
}
@media (max-width: 1023px) {
  .box-ourclient .head-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .box-ourclient .head-title {
    margin-bottom: 32px;
  }
}

.head-title {
  margin-bottom: 100px;
  font-size: 64px;
  font-weight: 500;
  font-family: Clash;
}
@media (max-width: 1600px) {
  .head-title {
    font-size: 54px;
  }
}
@media (max-width: 1023px) {
  .head-title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .head-title {
    font-size: 32px;
    line-height: initial;
  }
}
.head-title span {
  color: #888888;
  font-size: 24px;
  font-weight: 600;
  font-family: Visby;
  padding-left: 10px;
}
@media (max-width: 1023px) {
  .head-title span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .head-title span {
    display: none;
  }
}

.item-partner {
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 1023px) {
  .item-partner {
    margin-bottom: 32px;
  }
}
.item-partner:last-child {
  margin-bottom: 0;
}
.item-partner img {
  display: inline;
  max-height: 100%;
  transition: 0.4s all !important;
  filter: grayscale(1);
}
.item-partner img:hover {
  filter: grayscale(0);
  transform: scale(1.04);
}
.item-partner .logo-part {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
}
@media (max-width: 767px) {
  .item-partner .logo-part {
    height: 40px;
  }
}

.box-works {
  background: #101010;
  padding: 140px 0;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .box-works {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .box-works {
    padding: 44px 0;
  }
}

.btn-title {
  text-align: right;
}
.btn-title a {
  color: #fff;
  border: 1px solid #232323;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  padding: 18px 24px;
  line-height: initial;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .btn-title a {
    padding: 14px 20px;
  }
}
.btn-title a:hover {
  border: 1px solid #0000A5;
  color: #fff !important;
  background: #0000A5;
}

.title-works {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .title-works {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .title-works {
    margin-bottom: 42px;
  }
}

.list-work-feature {
  font-size: 18px;
  color: #888888;
  font-weight: 600;
}
.list-work-feature a {
  display: inline-flex;
  font-family: Clash;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .list-work-feature a {
    font-size: 20px;
  }
}
.list-work-feature .row {
  margin: 0 -16px;
}
.list-work-feature .row > div {
  padding: 0 16px;
}
@media (max-width: 767px) {
  .list-work-feature .row > div {
    margin-bottom: 24px;
  }
  .list-work-feature .row > div:last-child {
    margin-bottom: 0;
  }
}
.list-work-feature .info {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .list-work-feature .info {
    margin-top: 12px;
    font-size: 16px;
    line-height: initial;
  }
}
.list-work-feature .avarta {
  position: relative;
  overflow: hidden;
}
.list-work-feature .avarta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all !important;
}
.list-work-feature .avarta img:hover {
  filter: grayscale(1);
}

.work-feat-big {
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .work-feat-big {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .work-feat-big {
    margin-bottom: 0;
  }
}
.work-feat-big .avarta {
  padding-top: 49.5833333333%;
  border-radius: 26px;
}
@media (max-width: 767px) {
  .work-feat-big .avarta {
    border-radius: 12px;
  }
}

.work-feat-small .avarta {
  border-radius: 24px;
  padding-top: 55.9659090909%;
}

.box-dont-miss {
  padding: 140px 100px;
}
@media (max-width: 1023px) {
  .box-dont-miss {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .box-dont-miss {
    padding: 40px 24px;
  }
}
.box-dont-miss .row {
  margin: 0 -40px;
}
@media (max-width: 1023px) {
  .box-dont-miss .row {
    margin: 0;
  }
}
.box-dont-miss .row > div {
  padding: 0 40px;
}
@media (max-width: 1023px) {
  .box-dont-miss .row > div {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .box-dont-miss .container {
    padding: 0;
  }
}

.txt-miss {
  max-width: 500px;
}
@media (max-width: 1023px) {
  .txt-miss {
    margin: 0 auto;
    padding: 32px 0 0 0;
    text-align: center;
  }
}

.content-miss {
  background: #101010;
  padding: 140px 0;
  color: #fff;
  border-radius: 64px;
  max-width: 1710px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .content-miss {
    padding: 40px;
    border-radius: 32px;
  }
}
@media (max-width: 767px) {
  .content-miss {
    padding: 20px;
  }
}
.content-miss .desc {
  color: #888888;
  padding: 16px 0 42px 0;
}
@media (max-width: 1023px) {
  .content-miss .desc {
    padding: 8px 0 24px 0;
  }
}
.content-miss .head-miss {
  font-size: 64px;
  font-weight: 500;
  font-family: Clash;
  line-height: initial;
}
@media (max-width: 1023px) {
  .content-miss .head-miss {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .content-miss .head-miss {
    font-size: 32px;
  }
}
.content-miss .head-miss span {
  color: #27E1FF;
}
@media (max-width: 1023px) {
  .content-miss .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.form-miss {
  border: 1px solid #232323;
  border-radius: 42px;
  height: 64px;
  padding: 8px;
  position: relative;
}
@media (max-width: 1023px) {
  .form-miss {
    margin: 0 auto;
    max-width: 410px;
  }
}
.form-miss .txt_field {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
.form-miss .btn_field {
  border-radius: 50px;
  height: 46px;
  padding: 0 24px;
  border: 0;
  background: #27E1FF;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  outline: none;
}
@media (max-width: 767px) {
  .form-miss .btn_field {
    color: transparent;
    width: 46px;
  }
}
.form-miss svg {
  display: none;
}
@media (max-width: 767px) {
  .form-miss svg {
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    right: 20px;
    pointer-events: none;
    transform: rotate(45deg);
  }
}

.box-article {
  padding: 140px 0;
}
@media (max-width: 1023px) {
  .box-article {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .box-article {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .box-article .btn-title {
    display: none;
  }
}
.box-article .btn-title a {
  color: #101010;
  border: 1px solid #E7E7E7;
}
@media (max-width: 767px) {
  .box-article .slick-dots {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .box-article .btn-main {
    margin-top: 32px;
    display: block !important;
  }
}
.box-article .slick-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #E7E7E7;
  border-radius: 100%;
  position: absolute;
  bottom: -13px;
  z-index: 2;
}
@media (max-width: 767px) {
  .box-article .slick-arrow {
    display: none !important;
  }
}
.box-article .slick-arrow svg {
  opacity: 0.5;
}
.box-article .slick-arrow:hover svg {
  opacity: 1;
}
.box-article .slick-arrow.arr-right {
  left: calc(50% + 90px);
}
.box-article .slick-arrow.arr-left {
  right: calc(50% + 90px);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .box-article .title-article {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .box-article .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .box-article .slick-list {
    padding: 0 24px;
  }
}

.title-article {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .title-article {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .title-article {
    margin-bottom: 32px;
  }
}

.slide-article {
  margin: 0 -16px;
}
@media (max-width: 1023px) {
  .slide-article {
    margin: 0 -12px;
  }
}
@media (max-width: 767px) {
  .slide-article {
    margin: 0 -6px;
  }
}
.slide-article .item-slide {
  padding: 0 16px;
}
@media (max-width: 1023px) {
  .slide-article .item-slide {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .slide-article .item-slide {
    padding: 0 6px;
  }
}

.item-article {
  font-size: 18px;
  color: #888888;
  font-weight: 500;
}
@media (max-width: 767px) {
  .item-article {
    font-size: 16px;
  }
}
.item-article .avarta {
  overflow: hidden;
  border-radius: 24px;
}
@media (max-width: 1023px) {
  .item-article .avarta {
    border-radius: 16px;
  }
}
.item-article .avarta .avr {
  position: relative;
  padding-top: 74.672489083%;
  overflow: hidden;
}
.item-article .avarta .avr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all !important;
}
.item-article .avarta .avr img:hover {
  transform: scale(1.03);
}
.item-article .info {
  margin-top: 16px;
}
.item-article .info a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .item-article .info a {
    font-size: 18px;
  }
}

.gsap-line-text {
  font-family: Clash;
  margin-top: 140px;
  position: relative;
}
@media (max-width: 1023px) {
  .gsap-line-text {
    display: none;
  }
}
.gsap-line-text:after {
  content: "";
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #101010 0%, rgba(16, 16, 16, 0) 100%);
  z-index: 2;
}
.gsap-line-text:before {
  content: "";
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(270deg, #101010 0%, rgba(16, 16, 16, 0) 100%);
  z-index: 2;
}

.line-text-scroll {
  color: #585858;
  font-size: 80px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: max-content;
  margin-left: -50%;
}
@media (max-width: 1800px) {
  .line-text-scroll {
    font-size: 56px;
  }
}
.line-text-scroll svg {
  margin: 0 32px;
}

.top-outservice {
  padding: 60px 0 24px 0;
  border-bottom: 2px solid #E7E7E7;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 4;
}
.top-outservice label {
  font-size: 24px;
  font-weight: 500;
  font-family: "Clash";
  color: #888888;
  display: block;
}
@media (max-width: 1600px) {
  .top-outservice label {
    font-size: 20px;
  }
}
.top-outservice h4 {
  font-size: 88px;
  font-weight: 500;
  line-height: initial;
  font-family: "Clash";
}
@media (max-width: 1600px) {
  .top-outservice h4 {
    font-size: 72px;
  }
}
@media (max-width: 1800px) {
  .top-outservice h4 {
    font-size: 64px;
  }
}
.top-outservice .list-head-feat {
  position: relative;
  overflow: hidden;
  height: auto !important;
}
.top-outservice .list-head-feat h4 {
  transition: 0.4s all !important;
  top: 100%;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  opacity: 0;
}
.top-outservice .list-head-feat h4.active {
  top: 0;
  position: relative;
  opacity: 1;
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 0.7s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 0.7s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
}

.box-ourservice {
  padding: 64px 0;
}
@media (max-width: 1023px) {
  .box-ourservice {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .box-ourservice {
    padding: 40px 0;
  }
}
.box-ourservice .head-title {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .box-ourservice .head-title {
    margin-bottom: 24px;
  }
}

.item-outservice {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .item-outservice {
    display: block;
    text-align: center;
  }
}
.item-outservice:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.item-outservice .icon {
  flex: 0 0 200px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .item-outservice .icon {
    margin: 0 0 8px 0;
  }
  .item-outservice .icon img {
    max-height: 140px;
  }
}
.item-outservice h3 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 500;
  font-family: Clash;
}
@media (max-width: 767px) {
  .item-outservice h3 {
    margin-bottom: 8px;
  }
}
.item-outservice .desc {
  font-size: 18px;
  color: #585858;
}
@media (max-width: 767px) {
  .item-outservice .desc {
    font-size: 16px;
  }
}

.avar-our {
  max-width: 485px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .avar-our {
    max-width: 250px;
    margin: 0 auto 16px auto;
  }
}
.avar-our .srv-parlx {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}
.avar-our .srv-draw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.features {
  background: #fff;
  position: relative;
  z-index: 1002;
  padding: 164px 0 88px 0;
}
.features:after {
  content: "";
  width: 2px;
  height: calc(100% - 164px);
  background: #E7E7E7;
  position: absolute;
  left: calc(50% - 1px);
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1023px) {
  .features.show-pc {
    display: none;
  }
}

.pushit {
  height: 70vh;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-col--text {
  position: relative;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.feature__img-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}

.feature__info {
  position: absolute;
  top: 0;
}
.feature__info .desc-out {
  margin-bottom: 60px;
  font-size: 18px;
  color: #585858;
  max-width: 306px;
  min-height: 135px;
}
@media (max-width: 1800px) {
  .feature__info .desc-out {
    font-size: 16px;
    width: calc(100% + 100px);
  }
}
.feature__info .icon-outs a {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #0000A5;
}
@media (max-width: 1800px) {
  .feature__info .icon-outs a {
    font-size: 20px;
  }
}
.feature__info .icon-outs a span {
  position: relative;
  margin-left: 16px;
  transition: 0.4s all !important;
  opacity: 0;
  pointer-events: none;
}
.feature__info .icon-outs a path, .feature__info .icon-outs a circle {
  transition: 0.4s all !important;
}
.feature__info .icon-outs a:hover span {
  opacity: 1;
  pointer-events: unset;
}
.feature__info .icon-outs a:hover circle {
  fill: #0000A5;
  stroke: #0000A5;
}
.feature__info .icon-outs a:hover path {
  stroke: #fff;
}

.feature__title {
  transition-delay: 0 !important;
}

.features-text-wrapper {
  position: sticky;
  top: 40%;
  width: 100%;
  height: 300px;
}

.feature__info {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.feature__info.active {
  opacity: 1;
  visibility: visible;
}
.feature__info.active * {
  opacity: 1;
  transform: translateX(0);
}

.feature__title,
.feature__info p,
.feature__link {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease-in-out;
}

.feature__title {
  transition-delay: 0.1s;
}

.feature__info p {
  transition-delay: 0.2s;
}

.feature__link {
  display: inline-block;
  transition-delay: 0.3s;
}

.slide-dots-service {
  text-align: center;
  position: sticky;
  top: 40%;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.slide-dots-service ul {
  list-style: none;
}
.slide-dots-service li {
  position: relative;
  width: 10px;
  height: 10px;
  background: #E7E7E7;
  border-radius: 100%;
  margin-bottom: 24px;
  transition: 0.3s all !important;
}
.slide-dots-service li:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #0000A5;
  border-radius: 100%;
  position: absolute;
  top: -4px;
  left: -4px;
  opacity: 0;
  transition: 0.3s all !important;
  transform: scale(0);
}
.slide-dots-service li.active {
  background: #0000A5;
}
.slide-dots-service li.active:after {
  opacity: 1;
  transform: scale(1);
}
.slide-dots-service li:last-child {
  margin-bottom: 0;
}

.box-partner-under {
  padding: 40px 0;
}
@media (max-width: 1023px) {
  .box-partner-under {
    padding: 24px 0;
  }
}

.list-partner-und ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -50px;
  list-style: none;
  display: flex;
}
@media (max-width: 1023px) {
  .list-partner-und ul {
    margin: 0 -20px;
  }
}
@media (max-width: 767px) {
  .list-partner-und ul {
    margin: 0 -6px;
  }
}
.list-partner-und ul li {
  padding: 0 50px;
}
@media (max-width: 1023px) {
  .list-partner-und ul li {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .list-partner-und ul li {
    padding: 0 6px;
  }
}
.list-partner-und img {
  filter: grayscale(1);
  transition: 0.4s all !important;
}
.list-partner-und img:hover {
  filter: grayscale(0);
}

.caption-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 64px;
  line-height: initial;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 42px;
}
@media (max-width: 1023px) {
  .caption-banner-video {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .caption-banner-video {
    font-size: 22px;
    border-radius: 0;
  }
}
.caption-banner-video p {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .caption-banner-video p {
    position: unset;
    text-align: center;
  }
}
.caption-banner-video p svg {
  position: relative;
  margin-left: 12px;
}
@media (max-width: 1023px) {
  .caption-banner-video p svg {
    width: 34px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .caption-banner-video p svg {
    width: 22px;
  }
}
.caption-banner-video lottie-player {
  width: auto;
  height: 54px;
  margin-left: 10px;
}
@media (max-width: 1023px) {
  .caption-banner-video lottie-player {
    height: 26px;
  }
}
@media (max-width: 767px) {
  .caption-banner-video lottie-player {
    width: 38px;
    height: 22px !important;
    margin-left: 4px;
    display: inline-block;
    top: 6px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .article-work .list-article {
    padding: 0 24px;
  }
  .article-work .list-article .col-md-6 {
    margin-bottom: 24px;
  }
  .article-work .list-article .col-md-6:last-child {
    margin-bottom: 0;
  }
}

.content-top-who {
  position: relative;
}
.content-top-who .arrow-abs {
  position: absolute;
  bottom: -34%;
  max-width: 34%;
  left: 50%;
  transform: rotate(-10deg);
}
@media (max-width: 1800px) {
  .content-top-who .arrow-abs {
    bottom: -25%;
  }
}
@media (max-width: 767px) {
  .content-top-who .arrow-abs {
    bottom: 0;
    position: relative;
    max-width: 80%;
    margin-left: auto;
    left: 20%;
  }
}

.box-blog-cate {
  padding: 80px 0 100px 0;
}
@media (max-width: 1023px) {
  .box-blog-cate {
    padding: 40px 0 64px 0;
  }
}
@media (max-width: 767px) {
  .box-blog-cate {
    padding: 24px 0 40px 0;
  }
}
@media (max-width: 1023px) {
  .box-blog-cate .side-blog-left {
    display: none;
  }
}
@media (max-width: 1023px) {
  .box-blog-cate .side-blog-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.title-blog-cate {
  font-size: 42px;
  font-weight: 500;
  font-family: Clash;
  margin-bottom: 42px;
}
@media (max-width: 1600px) {
  .title-blog-cate {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
  .title-blog-cate {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .title-blog-cate {
    line-height: initial;
    margin-bottom: 24px;
  }
}

.content-blog-cate {
  padding-left: 30px;
}
@media (max-width: 1023px) {
  .content-blog-cate {
    padding: 0;
  }
}

.item-news {
  margin-bottom: 42px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .item-news {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .item-news {
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
}
.item-news:last-child {
  margin-bottom: 0;
}
.item-news .avarta {
  flex: 0 0 459px;
  margin-right: 33px;
}
@media (max-width: 1600px) {
  .item-news .avarta {
    margin-right: 24px;
    flex: 0 0 45%;
  }
}
@media (max-width: 1023px) {
  .item-news .avarta {
    flex: 0 0 285px;
  }
}
@media (max-width: 767px) {
  .item-news .avarta {
    flex: 0 0 100%;
    margin: 0 0 16px 0;
  }
}
.item-news .avarta .avr {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding-top: 74.5098039216%;
}
@media (max-width: 767px) {
  .item-news .avarta .avr {
    border-radius: 16px;
  }
}
.item-news .avarta .avr img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all !important;
}
.item-news .avarta .avr img:hover {
  transform: scale(1.03);
}
.item-news .info h3 a {
  display: block;
  color: #101010;
  font-size: 24px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1800px) {
  .item-news .info h3 a {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .item-news .info h3 a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .item-news .info h3 a {
    font-size: 18px;
  }
}
.item-news .info h3 a:hover {
  color: #0000A5;
}
.item-news .info .desc {
  padding: 8px 0 42px 0;
  color: #888888;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .item-news .info .desc {
    font-size: 16px;
    padding: 8px 0 24px 0;
  }
}
@media (max-width: 767px) {
  .item-news .info .desc {
    font-size: 14px;
    padding: 4px 0 0 0;
  }
}
.item-news .info .desc p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #585858;
}
@media (max-width: 767px) {
  .item-news .btn-main {
    display: none;
  }
}

.pagination {
  margin-top: 80px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1023px) {
  .pagination {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 24px;
  }
}
.pagination ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .pagination ul li {
    margin-right: 8px;
  }
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination a, .pagination span {
  display: flex;
  width: 48px;
  height: 48px;
  border: 1px solid #E7E7E7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pagination a, .pagination span {
    width: 40px;
    height: 40px;
  }
}
.pagination a.active, .pagination a:hover, .pagination a.current, .pagination span.active, .pagination span:hover, .pagination span.current {
  color: #fff;
  background: #0000A5;
  border: 1px solid #0000A5;
}

.item-content-blog {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .item-content-blog {
    margin-bottom: 48px;
  }
}
.item-content-blog:last-child {
  margin-bottom: 0;
}

.grid-news .row {
  margin: 0 -16px;
}
@media (max-width: 1023px) {
  .grid-news .row {
    margin: 0 -12px;
  }
}
@media (max-width: 767px) {
  .grid-news .row {
    margin: 0 -6px;
  }
}
.grid-news .row > div {
  padding: 0 16px;
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .grid-news .row > div {
    padding: 0 12px;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .grid-news .row > div {
    padding: 0 6px;
  }
}
.grid-news .row > div:first-child, .grid-news .row > div:nth-child(2), .grid-news .row > div:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .grid-news .row > div:nth-child(3) {
    margin-top: 32px;
  }
}
@media (max-width: 1023px) {
  .grid-news .row .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.iem-grid-blog {
  position: relative;
  color: #888888;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .iem-grid-blog {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .iem-grid-blog {
    font-size: 14px;
  }
}
.iem-grid-blog .avarta {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding-top: 74.5098039216%;
}
@media (max-width: 767px) {
  .iem-grid-blog .avarta {
    border-radius: 12px;
  }
}
.iem-grid-blog .avarta img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all !important;
}
.iem-grid-blog .avarta img:hover {
  transform: scale(1.03);
}
.iem-grid-blog .info {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .iem-grid-blog .info {
    margin-top: 12px;
  }
}
.iem-grid-blog .info a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1800px) {
  .iem-grid-blog .info a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .iem-grid-blog .info a {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.iem-grid-blog .info .desc {
  color: #585858;
}

.side-bar-blog .avarta {
  margin-bottom: 40px;
}
.side-bar-blog h2 {
  font-size: 42px;
  font-weight: 500;
  font-family: Clash;
  line-height: 1.1;
  color: #101010;
}
@media (max-width: 1600px) {
  .side-bar-blog h2 {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
  .side-bar-blog h2 {
    font-size: 26px;
  }
}
.side-bar-blog .desc {
  padding: 16px 0 24px 0;
  font-size: 18px;
  color: #585858;
}

.frm-bar-blog {
  border: 1px solid #E7E7E7;
  border-radius: 42px;
  height: 64px;
  padding: 8px;
  position: relative;
}
.frm-bar-blog .txt_field {
  outline: none;
  width: 100%;
  height: 46px;
  border: 0;
  background: transparent;
  padding: 0 15px;
  font-size: 16px;
  color: #101010;
  font-weight: 500;
}
.frm-bar-blog .btn_field {
  background: #0000A5;
  height: 48px;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 42px;
  cursor: pointer;
  padding: 0 24px;
  border: 0;
  outline: none;
}
.frm-bar-blog br {
  display: none;
}
.frm-bar-blog .wpcf7-spinner {
  margin: 0;
  position: absolute;
  top: 20px;
  right: 15px;
}
.frm-bar-blog .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  top: 16px;
}
.frm-bar-blog .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  text-align: center;
  line-height: initial;
  display: none;
}
.frm-bar-blog .sent .wpcf7-response-output {
  display: block !important;
  position: relative;
  top: 20px;
  font-weight: 600;
}

.content-detail {
  max-width: 948px;
  margin: 0 auto;
}
.content-detail .title-top-detail {
  padding: 64px 0;
}
@media (max-width: 1023px) {
  .content-detail .title-top-detail {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .content-detail .title-top-detail {
    padding: 32px 0 24px 0;
  }
}
.content-detail .title-top-detail h1 {
  font-size: 76px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 32px;
  font-family: Clash;
}
@media (max-width: 1600px) {
  .content-detail .title-top-detail h1 {
    font-size: 60px;
  }
}
@media (max-width: 1023px) {
  .content-detail .title-top-detail h1 {
    font-size: 42px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .content-detail .title-top-detail h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.content-detail .title-top-detail .tags-detail ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
@media (max-width: 767px) {
  .content-detail .title-top-detail .tags-detail ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.content-detail .title-top-detail .tags-detail ul li {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .content-detail .title-top-detail .tags-detail ul li {
    margin: 0 4px 4px 0;
  }
}
.content-detail .title-top-detail .tags-detail ul li:last-child {
  margin-right: 0;
}
.content-detail .title-top-detail .tags-detail a {
  display: inline-flex;
  padding: 16px 32px;
  border: 1px solid #E7E7E7;
  border-radius: 50px;
}
@media (max-width: 1023px) {
  .content-detail .title-top-detail .tags-detail a {
    padding: 12px 20px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .content-detail .title-top-detail .tags-detail a {
    padding: 4px 12px;
    font-size: 14px;
  }
}
.content-detail .title-top-detail .tags-detail a:hover {
  color: #fff;
  background: #0000A5;
}

.detail-text {
  color: #585858;
  margin-bottom: 42px;
}
@media (max-width: 1023px) {
  .detail-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .detail-text {
    margin-bottom: 24px;
  }
}
.detail-text img {
  width: 100%;
  height: auto !important;
  border-radius: 32px;
}
@media (max-width: 1023px) {
  .detail-text img {
    border-radius: 16px;
  }
}
.detail-text p {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .detail-text p {
    margin-bottom: 24px;
  }
}
.detail-text p img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 32px;
}
@media (max-width: 1023px) {
  .detail-text p img {
    border-radius: 16px;
  }
}
.detail-text h1, .detail-text h2, .detail-text h3, .detail-text h4, .detail-text h5, .detail-text h6 {
  font-weight: 600;
  margin-bottom: 16px;
  color: #101010;
}
@media (max-width: 767px) {
  .detail-text h1, .detail-text h2, .detail-text h3, .detail-text h4, .detail-text h5, .detail-text h6 {
    margin-bottom: 12px;
  }
}
.detail-text h1 {
  font-size: 42px;
}
@media (max-width: 767px) {
  .detail-text h1 {
    font-size: 28px;
  }
}
.detail-text h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .detail-text h2 {
    font-size: 26px;
  }
}
.detail-text h3 {
  font-size: 36px;
}
@media (max-width: 767px) {
  .detail-text h3 {
    font-size: 24px;
  }
}
.detail-text h4 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .detail-text h4 {
    font-size: 22px;
  }
}
.detail-text h5 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .detail-text h5 {
    font-size: 20px;
  }
}
.detail-text h6 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .detail-text h6 {
    font-size: 18px;
  }
}
.detail-text ul {
  padding-left: 18px;
}
.detail-text .wp-video {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 15px;
}

.t-share {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .t-share {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .t-share {
    font-size: 18px;
  }
}

.share-detail {
  margin-bottom: 64px;
}
@media (max-width: 1023px) {
  .share-detail {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .share-detail {
    margin-bottom: 24px;
  }
}
.share-detail ul {
  list-style: none;
  display: flex;
}
.share-detail ul li {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .share-detail ul li {
    margin-right: 16px;
  }
}
.share-detail ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .share-detail ul li img {
    width: 32px;
  }
}

@media (max-width: 1023px) {
  .detail-material {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .detail-material .t-share {
    margin-bottom: 16px;
  }
}
.detail-material ul {
  list-style: none;
}
.detail-material ul li {
  margin-bottom: 16px;
}
.detail-material ul li:last-child {
  margin-bottom: 0;
}
.detail-material a {
  display: inline-flex;
  border-bottom: 1px solid #0000A5;
  color: #0000A5;
}
@media (max-width: 767px) {
  .detail-material a {
    border: 0;
    text-decoration: underline;
  }
}

.box-detail-content {
  padding: 0 0 100px 0;
  position: relative;
}
@media (max-width: 1023px) {
  .box-detail-content {
    padding: 0 0 64px 0;
  }
}
@media (max-width: 767px) {
  .box-detail-content {
    padding: 0 0 42px 0;
  }
}
.box-detail-content .container {
  position: relative;
}
.box-detail-content .back-page-blog {
  position: absolute;
  top: 78px;
  z-index: 3;
  left: 15px;
}
@media (max-width: 1600px) {
  .box-detail-content .back-page-blog {
    left: 100px;
    top: 70px;
  }
}
@media (max-width: 1023px) {
  .box-detail-content .back-page-blog {
    display: none;
  }
}

.list-work-cate .row {
  margin: 0 -16px;
}
@media (max-width: 1023px) {
  .list-work-cate .row {
    margin: 0 -12px;
  }
}
.list-work-cate .row > div {
  padding: 0 16px;
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .list-work-cate .row > div {
    padding: 0 12px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .list-work-cate .row > div {
    margin-bottom: 24px;
  }
}

.item-work {
  position: relative;
}
.item-work .avarta {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 24px;
  padding-top: 55.9659090909%;
}
@media (max-width: 1023px) {
  .item-work .avarta {
    margin-bottom: 12px;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .item-work .avarta {
    border-radius: 12px;
  }
}
.item-work .avarta img {
  transition: 0.4s all !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-work .avarta img:hover {
  filter: grayscale(1);
}
.item-work .info {
  color: #888888;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .item-work .info {
    font-size: 16px;
  }
}
.item-work .info a {
  display: block;
  font-size: 24px;
  font-weight: 500;
  font-family: Clash;
  margin-bottom: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1023px) {
  .item-work .info a {
    font-size: 20px;
  }
}

.filter-work {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 80px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .filter-work {
    display: block;
    margin-bottom: 56px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .filter-work {
    margin-bottom: 40px;
    padding-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .tag-filter {
    overflow: auto;
    position: relative;
    left: -24px;
    width: calc(100% + 48px);
    padding: 0 24px;
  }
  .tag-filter::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .tag-filter::-webkit-scrollbar {
    height: 1px;
  }
  .tag-filter::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
}
.tag-filter ul {
  list-style: none;
  display: flex;
}
@media (max-width: 767px) {
  .tag-filter ul {
    width: max-content;
  }
}
.tag-filter ul li {
  margin-right: 8px;
}
.tag-filter ul li:last-child {
  margin-right: 0;
}
.tag-filter a {
  display: inline-flex;
  padding: 16px 24px;
  line-height: inherit;
  font-weight: 600;
  border: 1px solid #E7E7E7;
  border-radius: 50px;
}
@media (max-width: 1023px) {
  .tag-filter a {
    font-size: 16px;
    line-height: initial;
  }
}
@media (max-width: 767px) {
  .tag-filter a {
    padding: 12px 24px;
  }
}
.tag-filter a.active, .tag-filter a:hover {
  color: #0000A5;
  border: 1px solid #0000A5;
}

.all-txt-filter {
  font-size: 20px;
  color: #585858;
}
@media (max-width: 1023px) {
  .all-txt-filter {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.all-txt-filter span {
  margin-left: 4px;
  color: #0000A5;
  font-weight: 600;
}

.title-work-page {
  padding: 80px 0;
  font-size: 80px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  font-family: Clash;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .title-work-page {
    font-size: 72px;
  }
}
@media (max-width: 1023px) {
  .title-work-page {
    padding: 40px 0 32px 0;
    font-size: 64px;
    display: inline-block;
    line-height: initial;
  }
}
@media (max-width: 767px) {
  .title-work-page {
    padding: 40px 0 24px 0;
    font-size: 42px;
  }
}
.title-work-page svg {
  margin-right: 24px;
}
@media (max-width: 1023px) {
  .title-work-page svg {
    margin-right: 10px;
    height: 54px;
    width: auto;
    position: relative;
    top: 4px;
  }
}
@media (max-width: 767px) {
  .title-work-page svg {
    margin: 0;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .title-work-page span {
    display: block;
  }
}
.title-work-page lottie-player {
  height: 66px;
  width: auto;
}
@media (max-width: 767px) {
  .title-work-page lottie-player {
    height: auto;
    width: 46px;
  }
}

.title-detail-wk h1 {
  padding: 40px 0 42px 0;
  font-size: 80px;
  font-weight: 500;
  font-family: Clash;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .title-detail-wk h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .title-detail-wk h1 {
    font-size: 40px;
    padding-top: 16px;
  }
}

.wrap-item-work {
  padding: 60px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wrap-item-work {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .wrap-item-work {
    padding: 24px 0;
  }
}
.wrap-item-work h1 {
  line-height: 1.2;
}
.item-detail-wwork {
  display: flex;
  flex-wrap: wrap;
  font-family: Clash;
  border-top: 1px solid #E7E7E7;
  padding-top: 32px;
  padding-bottom: 42px;
}
@media (max-width: 767px) {
  .item-detail-wwork {
    display: block;
    padding-bottom: 24px;
  }
}
.item-detail-wwork .left {
  width: 214px;
  margin-right: 32px;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 767px) {
  .item-detail-wwork .left {
    width: 100%;
  }
}
.item-detail-wwork .right {
  width: calc(100% - 214px - 32px);
  font-size: 18px;
  font-family: "Visby";
  line-height: 1.5;
}
@media (max-width: 767px) {
  .item-detail-wwork .right {
    width: 100%;
    font-size: 16px;
  }
}

.h-item-work {
  font-weight: 500;
  font-family: Clash;
  color: #101010;
  font-size: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-item-work {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .h-item-work {
    font-size: 24px;
  }
}

.txt-item-work .desc {
  font-size: 20px;
  font-family: "Visby";
  line-height: 1.5;
  color: #585858;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .txt-item-work .desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .txt-item-work .desc {
    font-size: 16px;
  }
}
.txt-item-work .desc > p {
  margin-bottom: 30px;
}
.txt-item-work .desc > p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .txt-item-work .desc > p {
    margin-bottom: 20px;
  }
}
.txt-item-work .desc ul {
  padding-left: 20px;
}
.txt-item-work .desc ul li {
  list-style: none;
  position: relative;
  padding-left: 22px;
}
.txt-item-work .desc ul li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #585858;
  top: 12px;
  left: 0;
}

@media (max-width: 767px) {
  .gall-work .avr {
    margin-bottom: 16px;
  }
}

.work-item-result {
  background: #101010;
  border-radius: 54px;
  padding: 80px;
  margin: 80px 0 40px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .work-item-result {
    padding: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .work-item-result {
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 15px;
    margin: 0;
  }
}
.work-item-result__left {
  color: #fff;
  font-size: 42px;
  font-family: Clash;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .work-item-result__left {
    position: relative;
    padding-left: 70px;
    margin-bottom: 25px;
  }
  .work-item-result__left-icon {
    position: absolute;
    left: 0;
    top: -12px;
  }
  .work-item-result__left-icon img {
    width: 48px;
  }
}
@media (max-width: 767px) {
  .work-item-result__left {
    font-size: 32px;
    padding-left: 48px;
  }
  .work-item-result__left-icon {
    position: absolute;
    left: 20px;
    top: -9px;
  }
  .work-item-result__left-icon img {
    width: 28px;
  }
}
@media (max-width: 767px) {
  .work-item-result__right {
    padding-bottom: 10px;
  }
}
.work-item-result__list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .work-item-result__list {
    display: block;
  }
}
.work-item-result__list-item {
  width: 33.333%;
}
@media (max-width: 767px) {
  .work-item-result__list-item {
    width: 100%;
  }
}
.work-item-result__number {
  font-size: 54px;
  color: #fff;
  font-style: normal;
  font-family: Clash;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .work-item-result__number {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.work-item-result__number > span {
  font-size: 20px;
  display: block;
  color: #27E1FF;
  font-family: "Visby";
}
@media (min-width: 768px) and (max-width: 1023px) {
  .work-item-result__number > span {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .work-item-result__number > span {
    font-size: 16px;
  }
}
.work-item-result .desc p {
  font-size: 20px;
  color: #888888;
  font-family: "Visby";
}
@media (min-width: 768px) and (max-width: 1023px) {
  .work-item-result .desc p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .work-item-result .desc p {
    font-size: 16px;
  }
}
.work-item-result .desc ul li {
  color: #888888;
}

.box-article {
  background: #FAFAFA;
}

.back-page a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E7E7E7;
  width: 56px;
  height: 56px;
  border-radius: 100%;
}
.back-page a:hover {
  border: 1px solid #0000A5;
}
.back-page a:hover path {
  stroke: #0000A5;
}

.service-head {
  padding: 50px 0 80px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service-head {
    padding: 10px 0 20px;
  }
}
.service-head .service-title {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
}
.service-head .service-title .papper {
  position: absolute;
  top: 8px;
  left: 32%;
  z-index: -1;
  max-height: 150px;
}
@media (max-width: 1600px) {
  .service-head .service-title .papper {
    left: 36%;
  }
}
@media (max-width: 1800px) {
  .service-head .service-title .papper {
    max-height: 120px;
    left: 35%;
  }
}
@media (max-width: 1024px) {
  .service-head .service-title .papper {
    left: 0;
    max-height: 120px;
    width: auto;
    top: 25%;
  }
}
@media (max-width: 767px) {
  .service-head .service-title .papper {
    max-height: 82px;
    top: 28%;
  }
}
.service-head .service-title .tape {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: exclusion;
}
.service-head .service-title .tape2 {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: exclusion;
}
.service-head h1 {
  font-family: Clash;
  font-weight: 500;
  font-size: 80px;
  line-height: 120%;
  text-transform: uppercase;
  color: #101010;
}
@media (max-width: 1024px) {
  .service-head h1 {
    max-width: 460px;
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .service-head h1 {
    max-width: 300px;
    font-size: 42px;
  }
}
.service-head h1 p {
  overflow: hidden;
  height: auto;
}
.service-head h1 p span {
  display: inline-flex;
  position: relative;
  z-index: 2;
  transform: translateY(120%) rotate(5deg);
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 1.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 1.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}
.service-head h1 p:nth-child(2) span {
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 1.8s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 1.8s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  -webkit-animation-delay: 0.51s;
  animation-delay: 0.51s;
}
.service-head .scroll-circle {
  width: fit-content;
  float: right;
}
.service-head .scroll-circle .avr-circle {
  background: url("../images/service/slogan-xoay.svg") no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .service-head .scroll-circle {
    float: none;
    margin-top: 24px;
  }
}

.service-card {
  padding: 80px 0;
  border-top: 1px solid #E7E7E7;
}
@media (min-width: 1200px) {
  .service-card {
    max-height: 545px;
    min-height: 545px;
    display: flex;
    align-items: center;
  }
}
.service-card .service-title {
  font-family: "Clash";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #101010;
  margin-bottom: 16px;
}
.service-card .service-sub {
  font-family: "Visby";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #101010;
  margin-bottom: 32px;
}
.service-card .service-ul {
  display: flex;
  flex-wrap: wrap;
}
.service-card .service-ul li {
  width: 50%;
  font-family: "Visby";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #101010;
  margin-bottom: 24px;
  list-style: none;
  padding-left: 20px;
  padding-right: 25px;
  position: relative;
}
.service-card .service-ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 6px;
  width: 2px;
  height: 2px;
  background: #000;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .service-card .service-title {
    font-size: 36px;
  }
  .service-card .service-sub {
    font-size: 16px;
  }
  .service-card .service-ul li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .service-card {
    padding: 0px 0 32px;
  }
  .service-card .row {
    flex-wrap: wrap-reverse;
  }
  .service-card .service-ul li {
    width: 100%;
    padding-right: 0;
  }
  .service-card .service-title {
    font-size: 32px;
  }
}

.service-right {
  position: relative;
  max-width: 250px;
  margin: 0px 0 40px;
}
@media (min-width: 768px) {
  .service-right {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .service-right {
    transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  .service-right {
    transform: scale(0.7);
    transform-origin: bottom;
  }
}
.service-right img:nth-child(1) {
  position: relative;
  max-width: 100%;
  display: block;
  margin: auto;
  z-index: 2 !important;
}
.service-right img:nth-child(2) {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 1;
}
.service-right img:nth-child(3) {
  position: absolute;
  bottom: -25px;
  left: 10px;
  z-index: 1;
}
.service-right.service-right1 img:nth-child(2) {
  top: -35px;
  right: -13px;
  z-index: 1 !important;
}
.service-right.service-right1 img:nth-child(3) {
  bottom: 12px;
  z-index: 0 !important;
}
.service-right.service-right2 img:nth-child(2) {
  top: -36px;
  right: 60px;
  z-index: 1 !important;
  width: 100%;
}
.service-right.service-right2 img:nth-child(3) {
  bottom: -17px;
  left: 0px;
  width: 100%;
  z-index: 0 !important;
}
.service-right.service-right3 img:nth-child(2) {
  top: 25px;
  right: 0px;
  z-index: 0 !important;
  width: 100%;
}
.service-right.service-right3 img:nth-child(3) {
  bottom: 5px;
  left: 17px;
  width: 112%;
  z-index: 1 !important;
}
.service-right.service-right4 img:nth-child(2) {
  top: 115px;
  right: -14px;
  z-index: 1 !important;
  width: 105%;
}
.service-right.service-right4 img:nth-child(3) {
  bottom: 90px;
  left: 4px;
  width: 100%;
  z-index: 0 !important;
}
.service-right.service-right5 img:nth-child(2) {
  top: -28px;
  right: 140px;
  z-index: 1 !important;
  width: 59%;
}
.service-right.service-right5 img:nth-child(3) {
  bottom: -65px;
  left: 130px;
  width: 60%;
  z-index: 0 !important;
}

.service-works-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .service-works-head {
    padding: 24px 0;
  }
}
.service-works-head h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 120%;
  color: #1D1D1D;
  font-family: "Clash";
}
.service-works-head h2 span {
  font-family: "Visby";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #888888;
}
.service-works-head a {
  display: inline-block;
  font-family: "Visby";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #101010;
  padding: 15px 25px;
  border: 1px solid #E7E7E7;
  border-radius: 50px;
  transition: all 0.15s linear;
}
.service-works-head a:hover {
  border-color: #000;
  background: #000;
  color: #ffffff;
}
@media (max-width: 767px) {
  .service-works-head {
    margin-bottom: 20px;
  }
  .service-works-head h2 {
    font-size: 24px;
  }
  .service-works-head h2 span {
    display: none;
  }
  .service-works-head a {
    font-size: 14px;
    padding: 12px 24px;
  }
}

.service-works {
  padding: 100px 0 70px;
  background: #FAFAFA;
}
@media (max-width: 767px) {
  .service-works {
    padding: 32px 0;
  }
  .service-works .service-works-head {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .service-works .col-md-6 {
    margin-bottom: 24px;
  }
  .service-works .col-md-6:last-child {
    margin-bottom: 0;
  }
}

.box_work {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .box_work {
    margin-bottom: 24px;
  }
}
.box_work .box_work_thumb {
  display: block;
  position: relative;
}
.box_work .box_work_thumb:before {
  display: block;
  content: "";
  padding-bottom: 60%;
}
.box_work .box_work_thumb img {
  position: absolute;
  top: 0;
  border-radius: 20px;
  left: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.box_work h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin: 24px 0 4px;
  color: #101010;
  font-family: "Clash";
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .box_work h3 {
    margin: 12px 0 4px;
    font-size: 20px;
  }
}
.box_work p {
  font-family: "Visby";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #888888;
}
@media (max-width: 767px) {
  .box_work p {
    font-size: 16px;
  }
}

.form_group {
  position: relative;
}

.container-contact {
  background: #101010;
  border-radius: 64px;
  max-width: 1720px;
  margin: auto;
  padding: 100px 15px;
}
@media (max-width: 1600px) {
  .container-contact {
    max-width: 1500px;
  }
}
@media (max-width: 1800px) {
  .container-contact {
    max-width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container-contact {
    background: transparent;
    padding: 30px 0;
    position: relative;
  }
  .container-contact .scroll-circle {
    position: absolute;
    top: 0px;
    right: 15px;
  }
  .container-contact .container {
    max-width: 90%;
    padding: 40px;
    background: #000;
    border-radius: 42px;
  }
  .container-contact .btn_send {
    position: absolute;
    bottom: 40px;
    right: 40px;
  }
}
@media (max-width: 767px) {
  .container-contact {
    padding: 40px 0;
  }
  .container-contact .scroll-circle {
    display: none;
  }
}

@media (max-width: 1024px) {
  .contact-left {
    margin-bottom: 30px;
  }
}
.contact-left .title-leave {
  margin-bottom: 24px;
  font-family: "Clash";
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 100%;
  color: #fff;
  transform: translateY(120%) rotate(5deg);
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 1.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 1.5s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}
.contact-left .title-leave span {
  color: #27E1FF;
}
@media (max-width: 1800px) {
  .contact-left .title-leave {
    font-size: 70px;
  }
}
@media (max-width: 1024px) {
  .contact-left .title-leave {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .contact-left .title-leave {
    font-size: 42px;
  }
}
.contact-left p {
  margin-bottom: 100px;
  font-family: "Visby";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #888888;
}
@media (max-width: 1024px) {
  .contact-left p {
    font-size: 16px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #232323;
  }
}
@media (max-width: 767px) {
  .contact-left p {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.contact-right {
  max-width: 867px;
  margin-left: auto;
  overflow: hidden;
}
.contact-right h2 {
  font-family: "Visby";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-right h2 {
    font-size: 16px;
  }
}
.contact-right .nav {
  margin-bottom: 50px;
  flex-wrap: nowrap;
  overflow: auto;
}
@media (max-width: 767px) {
  .contact-right .nav {
    position: relative;
    left: -24px;
    width: calc(100% + 48px);
    padding: 0 24px;
    flex-wrap: wrap;
  }
}
.contact-right .nav .nav-item {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .contact-right .nav .nav-item {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
.contact-right .nav .nav-item:last-child {
  margin: 0;
}
.contact-right .nav .nav-item .nav-link {
  background: transparent;
  font-family: "Visby";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 16px 32px;
  border: 1px solid #232323;
  border-radius: 50px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .contact-right .nav .nav-item .nav-link {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contact-right .nav .nav-item .nav-link {
    font-size: 16px;
    padding: 11px 18px;
  }
}
.contact-right .nav .nav-item .nav-link.active {
  color: #27E1FF;
  border-color: #27E1FF;
}
.contact-right .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}

.form_group {
  margin-bottom: 40px;
}
.form_group input {
  padding: 10px 0;
  color: #FFFFFF;
  width: 100%;
  background: transparent;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #232323;
  font-size: 18px;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .form_group input {
    font-size: 16px;
  }
}
.form_group label {
  position: absolute;
  top: 10px;
  left: 0;
  font-family: "Visby";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #585858;
  transition: 0.3s;
  pointer-events: none;
}
.form_group label.require:after {
  content: "*";
  color: #B62020;
}
.form_group input:focus ~ label, .form_group input.has-content ~ label {
  top: -16px;
  font-size: 12px;
  color: #585858;
}

.add_file {
  margin-bottom: 16px;
  display: inline-block;
  font-family: "Visby";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
}
.add_file img {
  vertical-align: -12px;
  margin-right: 12px;
}
.add_file:hover {
  text-decoration: underline;
}

.text_mute {
  font-family: "Visby";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #888888;
}

.btn_send {
  margin-top: 96px;
  padding: 18px 24px;
  display: inline-block;
  border: 0;
  background: #27E1FF;
  border-radius: 50px;
  outline: none;
  color: #000000;
  line-height: initial;
  font-size: 16px;
  font-weight: 600;
}
.btn_send img {
  vertical-align: 0;
}
.frm-submit-cta svg path {
    stroke: #000000;
}
@media (max-width: 767px) {
  .btn_send {
    margin-top: 30px;
  }
}

.contact-bottom {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 767px) {
  .contact-bottom {
    padding: 50px 0;
  }
}
.contact-bottom h3 {
  opacity: 0;
  text-align: center;
  font-family: "Clash";
  font-style: normal;
  font-weight: 500;
  font-size: 120px;
  line-height: 120%;
  /* identical to box height, or 144px */
  white-space: nowrap;
  text-transform: uppercase;
  /* Neutral/900 */
  color: #101010;
}
.contact-bottom h3 .star {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  /* identical to box height, or 48px */
  /* Neutral/900 */
  color: #101010;
  vertical-align: 30px;
  margin-right: 10px;
}
.contact-bottom h3 img {
  vertical-align: bottom;
}
@media (max-width: 1800px) {
  .contact-bottom h3 {
    font-size: 90px;
  }
}
@media (max-width: 1024px) {
  .contact-bottom h3 {
    font-size: 64px;
  }
  .contact-bottom h3 .star {
    vertical-align: 10px;
  }
  .contact-bottom h3 img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .contact-bottom h3 {
    font-size: 28px;
  }
  .contact-bottom h3 .star {
    vertical-align: 10px;
    font-size: 14px;
  }
  .contact-bottom h3 img {
    width: 40px;
  }
}
.contact-bottom .hover span {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  transition: all 0.15s linear;
}
.contact-bottom .hover span:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  transition: all 0.15s linear;
  display: block;
  position: absolute;
  background: #0000A5;
}
.contact-bottom .hover span:hover {
  color: #0000A5;
}
.contact-bottom .hover span:hover:before {
  width: 100%;
}
.contact-bottom p {
  margin-top: 50px;
  font-family: "Visby";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  /* or 36px */
  text-align: center;
  /* Neutral/600 */
  color: #585858;
}
@media (max-width: 767px) {
  .contact-bottom p {
    font-size: 16px;
    margin-top: 20px;
  }
}
.contact-bottom.animated h3 {
  opacity: 1;
  transform: translateY(120%) rotate(5deg);
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 0.8s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 0.8s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation-delay: 0.1s;
}
.contact-bottom.animated h3 img {
  animation: 1s 1.5s ani-zoom forwards;
}
.contact-bottom.animated div:nth-child(2) h3 {
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 1s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 1s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
}
.contact-bottom.animated div:nth-child(3) h3 {
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 1.2s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 1.2s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
}
.contact-bottom.animated div:nth-child(4) h3 {
  -webkit-animation: SplitText_moveIn__1NMON-d168662b 1.4s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
  animation: SplitText_moveIn__1NMON-d168662b 1.4s cubic-bezier(0.53, 0, 0, 1) 0s 1 normal forwards running;
}

.icon-play-anm {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 46%;
  left: -2%;
}
@media (max-width: 1800px) {
  .icon-play-anm {
    top: 41%;
  }
}
@media (max-width: 1023px) {
  .icon-play-anm {
    top: 42%;
  }
}
@media (max-width: 767px) {
  .icon-play-anm {
    top: 36%;
  }
}
.icon-play-anm lottie-player {
  width: 352px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1800px) {
  .icon-play-anm lottie-player {
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .icon-play-anm lottie-player {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .icon-play-anm lottie-player {
    width: 100px;
  }
}

@keyframes ani-zoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.txt-modal-success.active .close-modal-contact a {
  transform: scale(1);
}

.close-modal-contact a {
  transition: 0.8s all !important;
  transform: scale(0);
}

.txt-success {
  opacity: 0;
}
.txt-success.title-scroll-animate {
  opacity: 1;
}

.content-modal-contact > p {
  color: #888888;
}
.content-modal-contact label {
  margin: 0;
  color: #27E1FF;
}

@media (max-width: 767px) {
  .desc-bott-contact {
    max-width: 200px;
    margin: 0 auto;
  }
}

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

@media (min-width:  1900px) {
  .item-make .desc {
      font-size: 20px;
  }
  .content-become .circle-become {
      font-size: 20px;
  }
}