<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-Bold.woff2") format("woff2"), url("../fonts/sfpro/SFProText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-SemiboldItalic.woff2") format("woff2"), url("../fonts/sfpro/SFProText-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-BoldItalic.woff2") format("woff2"), url("../fonts/sfpro/SFProText-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-Heavy.woff2") format("woff2"), url("../fonts/sfpro/SFProText-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-Medium.woff2") format("woff2"), url("../fonts/sfpro/SFProText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-MediumItalic.woff2") format("woff2"), url("../fonts/sfpro/SFProText-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-LightItalic.woff2") format("woff2"), url("../fonts/sfpro/SFProText-LightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-HeavyItalic.woff2") format("woff2"), url("../fonts/sfpro/SFProText-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-Light.woff2") format("woff2"), url("../fonts/sfpro/SFProText-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-RegularItalic.woff2") format("woff2"), url("../fonts/sfpro/SFProText-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-Regular.woff2") format("woff2"), url("../fonts/sfpro/SFProText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF_Pro";
  src: url("../fonts/sfpro/SFProText-Semibold.woff2") format("woff2"), url("../fonts/sfpro/SFProText-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: 0;
}

a {
  text-decoration: none;
  color: #333333;
  transition: 0.3s all !important;
}
a:hover {
  color: #2f566c;
}
a svg * {
  transition: 0.3s all !important;
}
a.clc-share-main:hover svg path {
  stroke: none !important;
  fill: #F36C21;
}

a:hover {
  text-decoration: none;
  color: #F36C21;
}
input {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

body {
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Inter Tight", sans-serif;
}
@media (max-width: 1470px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 1470px) {
  .container {
    max-width: 100%;
    padding: 0 100px;
  }
}
@media (max-width: 1364px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

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 =================================*/
.row {
  margin: 0 -20px;
}
.row &gt; div {
  padding: 0 20px;
}

.box-link-bread {
  font-weight: 600;
  position: sticky;
  background: #fff;
  top: 69px;
  z-index: 10;
}
@media (max-width: 1600px) {
  .box-link-bread {
    max-width: 100%;
    border-bottom: 1px solid #EBEBEB;
    padding: 18px 0;
  }
}
@media (max-width: 1023px) {
  .box-link-bread {
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .box-link-bread {
    overflow: auto;
    border-top: 1px solid #EBEBEB;
  }
}
.box-link-bread ul {
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .box-link-bread ul {
    width: max-content;
    padding-right: 20px;
  }
}
.box-link-bread ul li {
  margin-right: 15px;
}
.box-link-bread ul li:last-child {
  margin-right: 0;
}
.box-link-bread a {
  color: #A9ADB1;
}
.box-link-bread a.active, .box-link-bread a:hover {
  color: #F36C21;
}
@media (min-width: 1600px) {
  .box-link-bread .container {
    padding: 18px 0;
    max-width: 1360px;
    border-bottom: 1px solid #EBEBEB;
  }
}

.head-main {
  font-size: 32px;
  font-weight: 600;
  max-width: 400px;
  line-height: normal;
}
@media (max-width: 1364px) {
  .head-main {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .head-main {
    font-size: 24px;
  }
}
.head-main h1, .head-main h2, .head-main h3, .head-main h4, .head-main h5, .head-main h6 {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 1364px) {
  .head-main h1, .head-main h2, .head-main h3, .head-main h4, .head-main h5, .head-main h6 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .head-main h1, .head-main h2, .head-main h3, .head-main h4, .head-main h5, .head-main h6 {
    font-size: 20px;
  }
}
.head-main a {
  color: #191A1A;
}

.mw-400 {
  max-width: 400px;
}

.modal-download {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 12;
  transition: 0.4s all !important;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 767px) {
  .modal-download {
    width: 90%;
  }
}
.modal-download.active {
  opacity: 1;
  pointer-events: unset;
}
.modal-download .content-modal-download {
  width: 100%;
}
.modal-download .close-modal {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal-download .close-modal {
    top: 10px;
    right: 10px;
  }
  .modal-download .close-modal svg {
    height: auto;
    width: 16px;
  }
}

.wrap-dowload {
  width: 620px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .wrap-dowload {
    width: 100%;
    padding: 32px 20px;
    display: block;
  }
}
.wrap-dowload .info-download {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap-dowload .avarta {
  flex: 0 0 200px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .wrap-dowload .avarta {
    margin: 0 0 20px 0;
  }
  .wrap-dowload .avarta img {
    max-height: 180px;
  }
}
.wrap-dowload h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .wrap-dowload h4 {
    font-size: 18px;
  }
}
.wrap-dowload ul {
  list-style: none;
}
.wrap-dowload ul li {
  margin-bottom: 15px;
}
.wrap-dowload ul li:last-child {
  margin-bottom: 0;
}
.wrap-dowload ul li a {
  display: inline-flex;
  padding-left: 28px;
  position: relative;
}
.wrap-dowload ul li a:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #A9ADB1;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 0;
}
.wrap-dowload ul li a:before {
  content: "";
  background: #191A1A;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 4px;
  opacity: 0;
}
.wrap-dowload ul li a.active:after {
  border: 1px solid #191A1A;
}
.wrap-dowload ul li a.active:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .wrap-dowload .bot {
    margin-top: 20px;
  }
}
.wrap-dowload .bot a {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid;
}
@media (max-width: 767px) {
  .wrap-dowload .bot a {
    font-size: 14px;
  }
}
.wrap-dowload .bot a svg {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .wrap-dowload .bot a svg {
    height: auto;
    width: 14px;
    position: relative;
    top: 1px;
  }
}

.modal-search {
  position: fixed;
  z-index: 3;
  width: 700px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 6px;
  padding: 20px;
  background: #fff;
  transition: 0.4s all !important;
  opacity: 0;
  pointer-events: none;
}
.modal-search.active {
  opacity: 1;
  pointer-events: unset;
}
@media (max-width: 767px) {
  .modal-search {
    width: 90%;
  }
}
.modal-search .txt_search {
  width: 100%;
  background: transparent;
  height: 50px;
  font-size: 16px;
  border: 1px solid #ebebeb;
  outline: none;
  border-radius: 6px;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .modal-search .txt_search {
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
  }
}

.btn-arrow-swiper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.btn-arrow-swiper .swiper-button {
  cursor: pointer;
}
.btn-arrow-swiper .btn-history-prev {
  margin-right: 10px;
}
.btn-arrow-swiper img {
  filter: grayscale(1);
  transition: 0.3s all !important;
}
@media (max-width: 1470px) {
  .btn-arrow-swiper img {
    max-width: 40px;
  }
}
.btn-arrow-swiper img:hover {
  filter: grayscale(0);
}

.svg-small svg {
  height: auto;
  width: 12px;
  margin-left: 4px;
}

header {
  transition: 0.4s all !important;
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 100%;
  background: #fff;
  padding: 0 0 10px 0;
}
header.head-stick {
  top: -100px;
}
header .container {
  max-width: 1390px;
}
@media (max-width: 1470px) {
  header .container {
    max-width: 100%;
    padding: 0 100px;
  }
}
@media (max-width: 1023px) {
  header .container {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  header .container {
    padding: 0 20px;
  }
}
header ul {
  list-style: none;
}

.header-top {
  text-align: right;
  padding: 10px 0;
}
@media (max-width: 1023px) {
  .header-top {
    display: none;
  }
}

.head-lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
.head-lang a, .head-lang .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-lang a img, .head-lang .icon img {
  margin-right: 6px;
}
.head-lang a {
  margin-right: 6px;
}
.head-lang ul {
  background: transparent;
  position: absolute;
  top: 21px;
  right: 0;
  width: 100%;
  text-align: left;
  z-index: 2;
  opacity: 0;
  transition: 0.4s all !important;
  pointer-events: none;
  background: #fff;
  padding: 5px;
  box-shadow: 0px 6px 13px 0px #ddd;
  border-radius: 5px;
}
.head-lang ul li {
  margin-bottom: 5px;
}
.head-lang ul li:last-child {
  margin-bottom: 0;
}
.head-lang ul li a {
  justify-content: flex-start;
  margin-right: 0;
  width: 100%;
}
.head-lang:hover ul {
  opacity: 1;
  pointer-events: unset;
}

.content-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.content-menu .menu-right {
  display: flex;
  align-items: center;
}
.content-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.content-menu ul li {
  margin-right: 32px;
  min-width: 102px; 
}
.content-menu ul li:last-child {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .content-menu ul li {
      margin-right: 20px;
  }
}
.content-menu .h-menu a {
  display: inline-flex;
  position: relative;
  padding: 4px 0;
}
.content-menu .h-menu a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #191A1A;
  transition: 0.3s all !important;
  transform: scale(0);
  position: absolute;
  left: 0;
  bottom: -3px;
}
.content-menu .h-menu a.active:after {
  transform: scale(1);
}
.content-menu .h-menu a:hover:after {
  transform: scale(1);
  background: #F36C21;
}

.head-search {
  margin-left: 32px;
}
.head-search a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-mobile {
  display: none;
  padding: 18px 0;
  z-index: 1001;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
}
@media (max-width: 1023px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile .menu-mb-right ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-mobile .menu-mb-right ul li {
  margin-right: 10px;
}
.header-mobile .menu-mb-right ul li:last-child {
  margin-right: 0;
}
.header-mobile .menu-mb-right a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-mobile .show-mb {
  display: none;
}
.header-mobile .active .show-mb {
  display: block;
}
.header-mobile .active .show-pc {
  display: none;
}

.nav-mobile {
  background: #fff;
  position: fixed;
  text-align: center;
  transition: 0.4s all !important;
  width: 100%;
  height: calc(100% - 68px);
  display: flex;
  align-items: center;
  justify-content: center;
  left: -100%;
  top: 68px;
}
.nav-mobile.active {
  left: 0;
}
.nav-mobile ul {
  list-style: none;
}
.nav-mobile ul li {
  margin-bottom: 24px;
}
.nav-mobile ul li:last-child {
  margin-bottom: 0;
}
.nav-mobile ul li a {
  font-size: 20px;
  font-weight: 600;
}
.nav-mobile .trans {
  margin-top: 60px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-mobile .trans li {
  list-style: none;
  padding: 0 8px;
}
.nav-mobile .trans a {
  margin-right: 10px;
}
.nav-mobile .trans a:last-child {
  margin: 0;
}
.nav-mobile .trans a.active {
  color: #A9ADB1;
}

.footer-bottom {
  padding: 22px 0;
  background: #191A1A;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .footer-bottom .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.footer-bottom ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
.footer-bottom ul li:last-child {
  margin: 0;
}
.footer-bottom ul li a {
  margin-right: 10px;
}
.footer-bottom ul li a.active {
  font-weight: bold;
}
.footer-bottom ul li a:last-child {
  margin: 0;
}
.footer-bottom .translate ul {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer-bottom .translate ul {
    display: block;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footer-bottom .translate ul li {
    margin: 0 0 10px 0;
    display: block;
  }
  .footer-bottom .translate ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-bottom .link-copyright ul li {
    display: block;
  }
}
@media (max-width: 1023px) {
  .footer-bottom .link-copyright ul li:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-bottom .link-copyright ul li a {
    margin: 0 0 10px 0;
    display: block;
  }
  .footer-bottom .link-copyright ul li a:last-child {
    margin-bottom: 0;
  }
}

.title h2 {
  color: #191A1A;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  letter-spacing: -0.75px;
}
@media (max-width: 1470px) {
  .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 1364px) {
  .title h2 {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .title h2 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 767px) {
  .title h2 {
    margin-bottom: 4px;
  }
}
.title .txt-title * {
  font-size: 42px;
  font-weight: 600;
}
@media (max-width: 1470px) {
  .title .txt-title * {
    font-size: 32px;
  }
}
@media (max-width: 1364px) {
  .title .txt-title * {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .title .txt-title * {
    line-height: 1.1;
  }
}
.title .icon-title {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .title .icon-title svg {
    height: auto;
    width: 30px;
  }
}

.link-see {
  margin-top: 26px;
}
@media (max-width: 1470px) {
  .link-see {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .link-see {
    margin-top: 14px;
  }
}
.link-see a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.link-see a:before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 12px);
  position: absolute;
  top: -7px;
  left: -10px;
  background: #A9ADB1;
  border-radius: 6px;
  opacity: 0;
}
.link-see a span {
  position: relative;
  z-index: 2;
}
.link-see a:hover {
  color: #191A1A;
}
.link-see a:hover:before {
  opacity: 1;
}
.link-see a.bg-red:before {
  background: #F36C21;
}
@media (max-width: 1470px) {
  .link-see a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .link-see a {
    font-size: 18px;
    line-height: 1.1;
  }
}
.link-see svg {
  position: relative;
  top: 1px;
  width: auto;
  height: 0.7em;
}

.footer-top {
  padding: 30px 0;
  background: #4B4C4E;
  color: #fff;
}
.footer-top a {
  color: #fff;
}
.footer-top ul {
  list-style: none;
  display: flex;
}
@media (max-width: 1023px) {
  .footer-top .link-fter {
    font-size: 13px;
  }
}
.footer-top .link-fter ul {
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .footer-top .link-fter ul {
    display: block;
    text-align: right;
  }
}
.footer-top .link-fter ul li {
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .footer-top .link-fter ul li {
    margin: 0 0 20px 0;
  }
}
.footer-top .link-fter ul li:last-child {
  margin: 0;
}
.footer-top .bot {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .footer-top .bot .row {
    align-items: flex-end;
  }
}
@media (max-width: 1023px) {
  .footer-top .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer-top .col-md-3:empty {
    display: none;
  }
}
@media (max-width: 1023px) {
  .footer-top .col-md-5 {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
@media (max-width: 1023px) {
  .footer-top .col-md-4 {
    flex: 0 0 35%;
    max-width: 35%;
  }
}

.place-fter {
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .place-fter ul {
    display: block;
  }
}
.place-fter ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 30px;
}
@media (max-width: 1023px) {
  .place-fter ul li {
    padding: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .place-fter ul li:last-child {
    margin-bottom: 0;
  }
}
.place-fter label {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.place-fter.place-hotline span {
  font-weight: 300 !important;
  margin-right: 6px;
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
}
.place-fter.place-hotline p {
  position: relative;
/*  padding-left: 15px;*/
}

.fade-modal {
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  width: 100%;
  height: 100%;
  z-index: 11;
  transition: 0.4s all !important;
  opacity: 0;
  pointer-events: none;
}
.fade-modal.active {
  opacity: 0.6;
  pointer-events: unset;
}

@media (max-width: 1023px) {
  .copyright-mb {
    display: block !important;
    font-size: 13px;
    margin-top: 10px;
  }
}

.twentytwenty-container img {
  transition: unset !important;
}

main {
  margin-top: 160px;
}
@media (max-width: 1023px) {
  main {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 70px;
  }
}

@media (max-width: 1600px) {
  .box-banner {
    position: sticky;
    top: 0;
    z-index: -1;
  }
}
.box-banner .container {
  max-width: 1390px;
}
@media (max-width: 1470px) {
  .box-banner .container {
    max-width: 100%;
  }
}
.box-banner .avarta {
  max-width: 1360px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .box-banner .avarta {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .box-banner .avarta img {
    height: 350px;
    object-fit: cover;
    width: 100%;
  }
}
.box-banner.not-stick {
  position: unset;
}

.content-caption {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .content-caption {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .content-caption {
    margin-bottom: 20px;
  }
}
.content-caption .row {
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .content-caption .row .col-md-9 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (max-width: 767px) {
  .content-caption .row .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .content-caption .row .col-md-4, .content-caption .row .col-md-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .content-caption .row .col-md-4, .content-caption .row .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.content-caption h1 {
  font-size: 70px;
  font-weight: normal;
}
@media (max-width: 1470px) {
  .content-caption h1 {
    font-size: 58px;
  }
}
@media (max-width: 1364px) {
  .content-caption h1 {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .content-caption h1 {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .content-caption h1 {
    font-size: 64px;
    line-height: 1;
    padding: 56px 0 0 0;
  }
}
@media (max-width: 767px) {
  .content-caption h1 {
    font-size: 54px;
  }
}

.note-complete {
  width: max-content;
  margin-left: auto;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .note-complete {
    padding: 0;
    width: 100%;
    font-size: 18px;
  }
}
.note-complete p {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .note-complete p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
  }
}
.note-complete span {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  letter-spacing: -0.25px;
}

.download-file {
  font-size: 15px;
}
@media (max-width: 767px) {
  .download-file {
    font-size: 12px;
  }
}
.download-file ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
@media (max-width: 767px) {
  .download-file ul {
    justify-content: flex-start;
  }
}
.download-file ul li {
  margin-right: 30px;
}
.download-file ul li:last-child {
  margin-right: 0;
}
.download-file a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-file a span {
  margin-right: 5px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .download-file a svg {
    width: 14px;
    height: auto;
  }
}

.box-operated {
  padding: 120px 0;
  background: #fff;
}
@media (max-width: 1364px) {
  .box-operated {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-operated {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-operated {
    padding: 80px 0 40px 0;
  }
}
.box-operated .avarta {
  overflow: hidden;
}
.box-operated .avarta img {
  border-radius: 12px;
}
.box-operated .link-see {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .box-operated .link-see {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .box-operated .col-md-5 {
    order: 2;
  }
}
@media (max-width: 767px) {
  .box-operated .col-md-7 {
    order: 1;
  }
}
@media (max-width: 767px) {
  .box-operated .txt-bott {
    padding: 48px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .box-operated .avarta {
    padding-left: 20%;
  }
}

.txt-opreated {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.number-years {
  display: flex;
}
@media (max-width: 767px) {
  .number-years {
    justify-content: flex-end;
  }
}
.number-years span {
  display: inline-flex;
  font-size: 140px;
  font-weight: 100;
  line-height: 0.75;
  font-family: "Work Sans", sans-serif;
  letter-spacing: -7px;
}
@media (max-width: 1470px) {
  .number-years span {
    font-size: 120px;
  }
}
@media (max-width: 1364px) {
  .number-years span {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .number-years span {
    font-size: 80px;
  }
}
@media (max-width: 1023px) {
  .number-years span {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .number-years span {
    font-size: 100px;
  }
}
.number-years label {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 10px;
}
@media (max-width: 1470px) {
  .number-years label {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
  .number-years label {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .number-years label {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .number-years label {
    font-size: 12px;
    margin-bottom: 0;
    padding-left: 6px;
  }
}

.box-business {
  padding: 80px 0;
  background: #4B4C4E;
  color: #fff;
}
@media (max-width: 1364px) {
  .box-business {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-business {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-business {
    padding: 40px 0;
  }
}
.box-business .top-title-business {
  margin-bottom: 75px;
}
@media (max-width: 1470px) {
  .box-business .top-title-business {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .box-business .top-title-business {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .box-business .top-title-business {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .box-business .top-title-business .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .box-business .top-title-business .title {
    margin-bottom: 24px;
  }
}
.box-business .top-title-business .title h2 {
  color: #fff;
}
@media (max-width: 1023px) {
  .box-business .top-title-business .row &gt; div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.box-business .btn-arrow-swiper {
  top: unset;
  right: unset;
  left: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .box-business .btn-arrow-swiper {
    display: none;
  }
}
.box-business .content-slide-business .swiper-slide {
  opacity: 0 !important;
  pointer-events: none;
}
.box-business .content-slide-business .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  pointer-events: unset;
}
.box-business .slider {
  overflow: unset;
}

.slide-title-business .swiper-slide {
  width: auto !important;
}
@media (min-width: 768px) {
  .slide-title-business .swiper-container {
    overflow: unset;
  }
}

.item-num-business {
  display: flex;
  font-weight: 300;
  color: #A9ADB1;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .item-num-business {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .item-num-business {
    font-size: 14px;
    justify-content: flex-start;
  }
}
.item-num-business:hover {
  font-weight: 600;
}
.item-num-business .numb {
  margin-right: 6px;
}
@media (max-width: 767px) {
  .item-num-business .numb {
    margin-right: 4px;
  }
}
.item-num-business .numb span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #A9ADB1;
  font-weight: normal;
}
@media (max-width: 767px) {
  .item-num-business .numb span {
    width: 22px;
    height: 22px;
  }
}
.item-num-business:hover {
  color: #F36C21;
}
.item-num-business:hover .numb span {
  color: #fff;
  background: #F36C21;
  border-color: #F36C21;
}

.swiper-slide-thumb-active .item-num-business {
  color: #fff;
  font-weight: 600;
}
.swiper-slide-thumb-active .item-num-business .numb span {
  color: #4b4c4e;
  background: #fff;
  border-color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

.item-our-business {
  color: #EBEBEB;
}
.item-our-business .txt-our-business {
  max-width: 400px;
}
@media (max-width: 1023px) {
  .item-our-business .txt-our-business {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .item-our-business .txt-our-business {
    margin-bottom: 20px;
  }
}
.item-our-business .txt-our-business h3, .item-our-business .txt-our-business h4, .item-our-business .txt-our-business h5, .item-our-business .txt-our-business h6, .item-our-business .txt-our-business h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 1470px) {
  .item-our-business .txt-our-business h3, .item-our-business .txt-our-business h4, .item-our-business .txt-our-business h5, .item-our-business .txt-our-business h6, .item-our-business .txt-our-business h2 {
    font-size: 20px;
    line-height: inherit;
  }
}
@media (max-width: 767px) {
  .item-our-business .txt-our-business h3, .item-our-business .txt-our-business h4, .item-our-business .txt-our-business h5, .item-our-business .txt-our-business h6, .item-our-business .txt-our-business h2 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.item-our-business .numb-our {
  padding-top: 36px;
}
@media (max-width: 1200px) {
  .item-our-business .numb-our {
    padding-top: 0;
  }
}
.item-our-business .numb-our ul {
  list-style: none;
}
.item-our-business .numb-our ul li {
  margin-bottom: 20px;
}
.item-our-business .numb-our ul li:last-child {
  margin-bottom: 0;
}
.item-our-business .numb-our .numb {
  font-size: 80px;
  font-weight: 100;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  font-weight: 100;
  letter-spacing: -4px;
}
@media (max-width: 1470px) {
  .item-our-business .numb-our .numb {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .item-our-business .numb-our .numb {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .item-our-business .numb-our .numb {
    font-size: 64px;
    line-height: 1.25;
  }
}
.item-our-business .numb-our p {
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .item-our-business .numb-our p {
    font-size: 12px;
    font-weight: normal;
  }
}
.item-our-business .link-see a {
  color: #fff;
  border-color: #fff;
  position: relative;
  transition: unset !important;
}
.item-our-business .link-see a:before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 12px);
  background: #F36C21;
  position: absolute;
  top: -6px;
  left: -10px;
  border-radius: 6px;
  z-index: -1;
  opacity: 0;
}
@media (min-width: 1024px) {
  .item-our-business .link-see a:hover {
    border-color: transparent;
  }
  .item-our-business .link-see a:hover:before {
    opacity: 1;
  }
}
.item-our-business .link-see ul {
  list-style: none;
}
.item-our-business .link-see ul li {
  margin-bottom: 10px;
}
.item-our-business .link-see ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .item-our-business .row &gt; div {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.box-latest-news {
  background: #F5F5F5;
  padding: 80px 0 100px 0;
  overflow: hidden;
}
@media (max-width: 1364px) {
  .box-latest-news {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-latest-news {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-latest-news {
    padding: 50px 0 60px 0;
  }
}
.box-latest-news .link-see {
  margin: 0;
}
.box-latest-news .link-see a {
  font-size: 15px;
}
@media (max-width: 767px) {
  .box-latest-news .link-see a {
    font-size: 15px;
    border-width: 2px;
    line-height: 1.1;
  }
}
.box-latest-news .head-blog {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 1364px) {
  .box-latest-news .head-blog {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .box-latest-news .head-blog {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 1.1;
  }
}

.list-new {
  margin-top: 74px;
}
@media (max-width: 1364px) {
  .list-new {
    margin-top: 60px;
  }
}
@media (max-width: 1023px) {
  .list-new {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .list-new {
    margin-top: 36px;
  }
}
.list-new .row {
  margin: 0 -40px;
}
@media (max-width: 1364px) {
  .list-new .row {
    margin: 0 -30px;
  }
}
@media (max-width: 1023px) {
  .list-new .row {
    margin: 0 -20px;
  }
}
.list-new .row &gt; div {
  padding: 0 40px;
}
@media (max-width: 1364px) {
  .list-new .row &gt; div {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .list-new .row &gt; div {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .list-new .row.slide-new-home {
    margin: 0 -10px;
  }
  .list-new .row.slide-new-home .slick-list {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .list-new .row.slide-new-home .col-md-4 {
    padding: 0 10px;
  }
}

.item-blog .avarta {
  position: relative;
  overflow: hidden;
  padding-top: 61.1111111111%;
}
.item-blog .avarta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all !important;
}
.item-blog .avarta img:hover {
  transform: scale(1.06);
}
.item-blog .info {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .item-blog .info {
    margin-bottom: 10px;
  }
}
.item-blog .info .date {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  letter-spacing: -0.25px;
}
@media (max-width: 767px) {
  .item-blog .info .date {
    font-size: 14px;
    line-height: 1.2;
  }
}
.item-blog .info h3 a {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .item-blog .info h3 a {
    font-size: 15px;
    line-height: 1.4;
  }
}

.box-quesstion {
  padding: 80px 0 126px 0;
  background: #fff;
}
@media (max-width: 1364px) {
  .box-quesstion {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-quesstion {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-quesstion {
    padding: 50px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .box-quesstion .link-see {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .frm-quesstion {
    padding-top: 72px;
  }
}
.frm-quesstion label {
  padding: 40px 0 0 0;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .frm-quesstion label {
    padding: 24px 0 0 0;
  }
}
.frm-quesstion .avarta {
  max-width: 180px;
}

.frm-sub {
  position: relative;
}
.frm-sub .txt_field {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #191A1A;
  padding: 10px 0;
  outline: none;
  height: 40px;
  font-weight: 600;
  border-radius: 0;
}
.frm-sub .txt_field::placeholder {
  color: #A9ADB1;
}
.frm-sub .btn_field {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  bottom: 0;
  cursor: pointer;
  font-weight: 600;
  border: 0;
  background: transparent;
  outline: none;
  color: #191A1A !important;
}
@media (max-width: 767px) {
  .frm-sub .btn_field {
    font-size: 16px;
  }
}
.frm-sub .btn_field:hover {
  color: #F36C21 !important;
}
.frm-sub .btn_field:hover svg path {
  fill: #F36C21;
}
.frm-sub .btn_field svg {
  position: relative;
  top: 1px;
}

.box-banner-go {
  padding: 100px 0;
  background: #fff;
}
@media (max-width: 1364px) {
  .box-banner-go {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-banner-go {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-banner-go {
    padding: 32px 0 64px 0;
  }
}
.box-banner-go .txt-bn-go {
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .box-banner-go .txt-bn-go {
    letter-spacing: 0;
    margin-top: 12px;
  }
}
.box-banner-go .top-go {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .box-banner-go .top-go {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .box-banner-go .top-go .col-md-5 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .box-banner-go .top-go .col-md-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.box-out-esg {
  padding: 100px 0;
  background: #fff;
}
@media (max-width: 1364px) {
  .box-out-esg {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-out-esg {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-out-esg {
    padding: 24px 0 60px 0;
  }
}
.box-out-esg .avarta img {
  border-radius: 12px;
}
@media (max-width: 1023px) {
  .box-out-esg .col-md-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .box-out-esg .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.txt-mission h3 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 1364px) {
  .txt-mission h3 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .txt-mission h3 {
    font-size: 24px;
    line-height: 1.1;
  }
}
.txt-mission .link-see {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .txt-mission .link-see {
    margin-top: 24px;
  }
}

.box-dive {
  padding: 80px 0;
  background: #F5F5F5;
}
@media (max-width: 1364px) {
  .box-dive {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-dive {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-dive {
    padding: 24px 0 36px 0;
  }
}
.box-dive .txt-dive {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .box-dive .txt-dive {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .list-dive {
    margin-top: 20px;
  }
}
.list-dive ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .list-dive ul {
    margin: 0 -10px;
  }
}
.list-dive ul li {
  padding: 0 20px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .list-dive ul li {
    padding: 0 10px;
  }
}

.item-dive .avarta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .item-dive .avarta {
    margin-bottom: 10px;
  }
}
.item-dive h3 a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .item-dive h3 a {
    font-size: 12px;
    padding-right: 0;
    line-height: 1.4;
  }
}
.item-dive h3 a:after {
  content: "-&gt;";
  position: absolute;
  top: 0;
  right: 10px;
  transition: 0.2s all !important;
  opacity: 0;
}
@media (max-width: 767px) {
  .item-dive h3 a:after {
    display: none;
  }
}
.item-dive:hover h3 a {
  color: #F36C21;
}
.item-dive:hover h3 a:after {
  right: 0;
  opacity: 1;
}

.info-ceo {
  max-width: 510px;
}
@media (max-width: 767px) {
  .info-ceo .avarta {
    padding-right: 30%;
  }
}
.info-ceo .name-ceo .info-name {
  font-size: 13px;
  margin-top: 5px;
}
.info-ceo .name-ceo .name {
  font-size: 15px;
  font-weight: 600;
}
.info-ceo .desc {
  padding: 30px 0 18px 0;
}
@media (max-width: 767px) {
  .info-ceo .desc {
    padding: 20px 0;
  }
}

.number-business {
  margin: 60px 0 40px 0;
}
@media (max-width: 1364px) {
  .number-business {
    margin: 40px 0;
  }
}
@media (max-width: 1023px) {
  .number-business {
    margin: 24px 0;
  }
}
@media (max-width: 767px) {
  .number-business {
    margin: 20px 0;
  }
}
.number-business ul {
  list-style: none;
  display: flex;
}
.number-business ul li {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .number-business ul li {
    margin-right: 20px;
  }
}
.number-business ul li:last-child {
  margin-right: 0;
}

.item-numb {
  max-width: 280px;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1023px) {
  .item-numb {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .item-numb {
    font-size: 11px;
  }
}
.item-numb span {
  font-size: 80px;
  font-weight: 100;
  line-height: 1;
  margin-right: 8px;
  letter-spacing: -2px;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 1470px) {
  .item-numb span {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .item-numb span {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .item-numb span {
    font-size: 64px;
  }
}
.item-numb label {
  position: relative;
  top: 6px;
}

.box-ceo {
  padding: 60px 0 100px 0;
  background: #fff;
}
@media (max-width: 1364px) {
  .box-ceo {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-ceo {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-ceo {
    padding: 32px 0 64px 0;
  }
}
@media (max-width: 1023px) {
  .box-ceo .col-md-4, .box-ceo .col-md-5, .box-ceo .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .box-ceo .col-md-4, .box-ceo .col-md-5, .box-ceo .col-md-7 {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .box-ceo .col-md-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .box-ceo .col-md-7 {
    display: flex;
    flex-wrap: wrap;
  }
  .box-ceo .col-md-7 &gt; div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .box-ceo .col-md-7 .avarta {
    order: 2;
  }
  .box-ceo .col-md-7 .number-business {
    order: 1;
    margin-top: 0;
  }
  .box-ceo .col-md-7 .info-ceo {
    order: 3;
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .box-ceo .title {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .box-ceo .title {
    margin-bottom: 20px;
  }
}
.box-ceo .avr-video {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.box-ceo .avr-video:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #191A1A;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
}
.box-ceo .avr-video:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/icon-play.svg) no-repeat center;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  z-index: 3;
  pointer-events: none;
}

.box-history {
  padding: 100px 0;
  background: #4B4C4E;
  color: #fff;
}
@media (max-width: 1364px) {
  .box-history {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-history {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-history {
    padding: 40px 0;
  }
}
.box-history .swiper-slide {
  opacity: 0 !important;
}
.box-history .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .box-history .btn-arrow-swiper {
    right: unset;
    left: 0;
  }
}

.title-history {
  max-width: 510px;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .title-history {
    margin-bottom: 24px;
    max-width: 100%;
  }
}
.title-history h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 1364px) {
  .title-history h2 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .title-history h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .item-slide-history {
    padding-top: 60px;
  }
}
.item-slide-history .avarta img {
  border-radius: 12px;
}

.txt-history {
  max-width: 290px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 767px) {
  .txt-history .top-numb {
    margin-top: 20px;
  }
}
.txt-history .top-numb .numb {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 100;
}
@media (max-width: 1470px) {
  .txt-history .top-numb .numb {
    font-size: 64px;
  }
}
@media (max-width: 1364px) {
  .txt-history .top-numb .numb {
    font-size: 52px;
  }
}
@media (max-width: 1200px) {
  .txt-history .top-numb .numb {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .txt-history .top-numb .numb {
    font-size: 64px;
  }
}
.txt-history .top-numb h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1470px) {
  .txt-history .top-numb h3 {
    font-size: 20px;
  }
}
@media (max-width: 1364px) {
  .txt-history .top-numb h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .txt-history .top-numb h3 {
    font-size: 16px;
  }
}

.bot-numb {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .bot-numb {
    margin-top: 20px;
  }
}
.bot-numb .icon-numb {
  margin-right: 10px;
  flex: 0 0 31px;
  max-width: 31px;
}
.bot-numb label {
  margin-bottom: 0;
  display: block;
  font-weight: 200;
  font-family: "Work Sans", sans-serif;
}
.bot-numb p {
  font-size: 15px;
  font-weight: 600;
}

.box-leader {
  background: #fff;
  padding: 100px 0 120px 0;
}
@media (max-width: 1364px) {
  .box-leader {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-leader {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-leader {
    padding: 32px 0;
  }
}

.txt-leader {
  max-width: 160px;
}
@media (max-width: 767px) {
  .txt-leader {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.txt-leader h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 1364px) {
  .txt-leader h2 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .txt-leader h2 {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .txt-leader h2 {
    margin-bottom: 10px;
  }
}

.list-member ul {
  list-style: none;
  display: flex;
  margin: 0 -30px;
}
@media (max-width: 1023px) {
  .list-member ul {
    margin: 0 -20px;
  }
}
@media (max-width: 767px) {
  .list-member ul {
    margin: 0 -10px;
  }
}
.list-member ul li {
  padding: 0 30px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 1023px) {
  .list-member ul li {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .list-member ul li {
    padding: 0 10px;
  }
}

.item-member {
  color: #4B4C4E;
  font-size: 13px;
}
@media (max-width: 767px) {
  .item-member {
    font-size: 12px;
  }
}
.item-member .info {
  margin-top: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .item-member .info {
    margin-top: 10px;
  }
}
.item-member .info .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.item-member .info h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #191A1A;
}
@media (max-width: 767px) {
  .item-member .info h3 {
    margin-bottom: 2px;
    font-size: 13px;
  }
}

.box-gallery {
  padding: 80px 0 100px 0;
  background: #F5F5F5;
}
@media (max-width: 1364px) {
  .box-gallery {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-gallery {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-gallery {
    padding: 40px 0 50px 0;
  }
}
.box-gallery .slide-gallery {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .box-gallery .slide-gallery {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .box-gallery .slide-gallery {
    margin-bottom: 20px;
    padding: 0;
  }
}
.box-gallery .swiper-gallery {
  padding-left: calc((100% - 1280px) / 2);
}
@media (max-width: 1470px) {
  .box-gallery .swiper-gallery {
    padding-left: 100px;
  }
}
@media (max-width: 1364px) {
  .box-gallery .swiper-gallery {
    padding-left: 60px;
  }
}
@media (max-width: 1023px) {
  .box-gallery .swiper-gallery {
    padding-left: 48px;
  }
}
@media (max-width: 767px) {
  .box-gallery .swiper-gallery {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .box-gallery .col-md-6:first-child {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media (max-width: 767px) {
  .box-gallery .col-md-6:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .box-gallery .col-md-6:last-child {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media (max-width: 767px) {
  .box-gallery .col-md-6:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .box-gallery .swiper-wrapper {
    padding-left: 20px;
  }
}

.list-txt-gallery ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .list-txt-gallery ul {
    margin: 0;
    display: block;
  }
}
.list-txt-gallery ul li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .list-txt-gallery ul li {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .list-txt-gallery ul li {
    margin-top: 20px;
    padding: 20px 0 0 0;
    max-width: 100%;
    border-top: 1px solid #EBEBEB;
  }
}
.list-txt-gallery ul li:first-child, .list-txt-gallery ul li:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .list-txt-gallery ul li:first-child, .list-txt-gallery ul li:nth-child(2) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .list-txt-gallery ul li:first-child {
    border-top: 0 !important;
  }
}

.item-gall-txt {
  color: #4B4C4E;
}
@media (max-width: 767px) {
  .item-gall-txt {
    display: flex;
  }
}
.item-gall-txt .icon {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .item-gall-txt .icon {
    margin: 0 16px 0 0;
    flex: 0 0 40px;
    max-width: 40px;
  }
}
.item-gall-txt h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #191A1A;
}
@media (max-width: 767px) {
  .item-gall-txt h4 {
    font-size: 16px;
  }
}

.box-ship {
  background: #4B4C4E;
  color: #fff;
  padding: 80px 0;
}
@media (max-width: 1364px) {
  .box-ship {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-ship {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-ship {
    padding: 0 0 20px 0;
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .box-ship .top {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .box-ship .top {
    margin-bottom: 20px;
  }
}
.box-ship .top ul {
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .box-ship .top ul {
    display: block;
  }
}
.box-ship .top ul li {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .box-ship .top ul li {
    margin: 0 0 24px 0;
  }
}
.box-ship .top ul li.first-ship {
  left: -106%;
  position: relative;
  transition: 4s ease-in-out !important;
}
@media (max-width: 1023px) {
  .box-ship .top ul li.first-ship {
    left: 0;
  }
}
.box-ship .top ul li.first-ship.animated {
  left: 0;
}
.box-ship .top ul li:last-child {
  margin: 0;
}
@media (max-width: 1023px) {
  .box-ship .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.box-ship .avarta {
  transition: 1s all !important;
  top: 100px;
  opacity: 0;
  pointer-events: none;
  position: relative;
}
@media (max-width: 1023px) {
  .box-ship .avarta {
    top: 0;
    pointer-events: unset;
    opacity: 1;
  }
}
.box-ship .avarta.animated {
  top: 0;
  pointer-events: unset;
  opacity: 1;
}
@media (max-width: 1023px) {
  .box-ship .avarta {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .box-ship .avarta {
    margin-bottom: 20px;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    background: #fff;
  }
}
.box-ship .content-main-ship {
  overflow: hidden;
}
@media (max-width: 767px) {
  .box-ship .content-main-ship {
    overflow: unset;
  }
}

.item-head-ship {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1470px) {
  .item-head-ship {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .item-head-ship {
    display: block;
  }
}
.item-head-ship img {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .item-head-ship img {
    margin: 16px 0;
    display: block;
  }
}

.txt-ship {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.txt-ship .desc {
  color: #ebebeb;
  position: relative;
  opacity: 0;
  top: 100px;
  transition: 1s all !important;
}
@media (max-width: 1023px) {
  .txt-ship .desc {
    top: 0;
    pointer-events: unset;
    opacity: 1;
  }
}
.txt-ship .desc.animated {
  top: 0;
  opacity: 1;
}

.box-maps {
  background: #4B4C4E;
  color: #fff;
}
.box-maps .link-see {
  margin-top: 0;
}
.box-maps .link-see a {
  font-size: 13px;
  color: #fff;
  border-bottom: 2px solid #fff;
}
@media (max-width: 767px) {
  .box-maps .link-see a {
    font-size: 16px;
  }
}
.box-maps h2 {
  max-width: 600px;
  font-size: 22px;
  font-weight: 600;
  line-height: inherit;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1470px) {
  .box-maps h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .box-maps .col-md-8 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .box-maps .col-md-8 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .box-maps .col-md-8 h2 {
    order: 2;
    font-size: 18px;
    margin: 24px 0;
  }
  .box-maps .col-md-8 h2 br {
    display: none;
  }
  .box-maps .col-md-8 .avarta {
    order: 1;
    position: relative;
    left: -20px;
    max-width: calc(100% + 40px);
    flex: 0 0 calc(100% + 40px) !important;
  }
  .box-maps .col-md-8 .avarta img {
    width: 100%;
  }
}
.box-maps .avarta lottie-player {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .box-maps .avarta lottie-player {
    width: 140%;
    position: relative;
    left: -52%;
  }
}

.txt-maps {
  font-size: 13px;
  padding-bottom: 80px;
  color: #ebebeb;
  transition: 1s all !important;
}
@media (max-width: 1200px) {
  .txt-maps {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .txt-maps {
    font-size: 16px;
  }
}
.txt-maps p {
  margin-bottom: 10px;
}
.txt-maps a {
  color: #ebebeb;
}
.txt-maps h4 {
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .txt-maps h4 {
    margin-top: 24px;
  }
}

.box-meeting {
  background: #fff;
  padding: 80px 0 160px 0;
}
@media (max-width: 1364px) {
  .box-meeting {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-meeting {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-meeting {
    padding: 32px 0;
  }
}
@media (max-width: 1023px) {
  .box-meeting .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .box-meeting .col-md-6:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .box-meeting .col-md-6 {
    margin-bottom: 24px;
  }
}

.list-meet {
  font-size: 13px;
}
@media (max-width: 767px) {
  .list-meet {
    font-size: 16px;
    margin-top: 24px;
  }
}
.list-meet ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .list-meet ul {
    margin: 0;
    display: block;
  }
}
.list-meet ul li {
  padding: 0 20px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .list-meet ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .list-meet ul li:last-child {
    margin-bottom: 0;
  }
}
.list-meet h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.video-sus {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-sus video {
  width: 100%;
  height: auto;
}

.box-accident {
  background: #4B4C4E;
  color: #A9ADB1;
  padding: 100px 0;
}

.box-accident .title {
  margin-bottom: 80px;
}

.box-accident .title h2 {
  color: #fff;
}

@media (max-width: 1364px) {
  .box-accident {
    padding: 60px 0;
  }
  .box-accident .title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .box-accident {
    padding: 48px 0;
  }
  .box-accident .title {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .box-accident {
    padding: 40px 0 60px 0;
  }
}

.item-accident {
  margin-bottom: 100px;
}
@media (max-width: 1364px) {
  .item-accident {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .item-accident {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .item-accident {
    margin-bottom: 48px;
  }
}
.item-accident:last-child {
  margin-bottom: 0;
}
.item-accident p {
  margin-bottom: 12px;
}
.item-accident p:last-child {
  margin-bottom: 0;
}
.item-accident h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 1364px) {
  .item-accident h3 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .item-accident h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.item-accident:nth-child(2n) .col-md-5 {
  order: 2;
}
@media (max-width: 767px) {
  .item-accident:nth-child(2n) .col-md-5 {
    order: 1;
  }
}
.item-accident:nth-child(2n) .col-md-7 {
  order: 1;
}
@media (max-width: 767px) {
  .item-accident:nth-child(2n) .col-md-7 {
    order: 2;
  }
}
@media (max-width: 767px) {
  .item-accident .txt-acc {
    margin-bottom: 20px;
  }
}

.box-manage {
  padding: 80px 0;
  background: #F5F5F5;
}
@media (max-width: 1364px) {
  .box-manage {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-manage {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-manage {
    padding: 32px 0;
  }
}
.box-manage .head-main {
  margin-bottom: 80px;
}
@media (max-width: 1364px) {
  .box-manage .head-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .box-manage .head-main {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .box-manage .head-main {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .box-manage .col-md-6 {
    margin-bottom: 32px;
  }
  .box-manage .col-md-6:last-child {
    margin-bottom: 0;
  }
}

.item-manage ul {
  list-style: none;
  font-size: 15px;
  font-weight: 600;
}
.item-manage ul li {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .item-manage ul li {
    margin: 0;
  }
}
.item-manage ul li:last-child {
  margin-bottom: 0;
}
.item-manage .avt-txt {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .item-manage .avt-txt {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .item-manage .avt-txt {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .item-manage .avarta {
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 10px;
  }
}
.item-manage .txt {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .item-manage .txt {
    margin-left: 0;
  }
}
.item-manage .txt a {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .item-manage .txt a {
    font-size: 12px;
    font-weight: 500;
  }
}
.item-manage .txt a svg {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .item-manage .txt a svg {
    width: 12px;
    height: auto;
  }
}

.txt-top-manage {
  font-size: 13px;
}
.txt-top-manage .top {
  max-width: 400px;
}
.txt-top-manage h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 1470px) {
  .txt-top-manage h3 {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .txt-top-manage h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .txt-top-manage h3 {
    font-size: 14px;
  }
}
.txt-top-manage p {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .txt-top-manage p {
    padding-top: 0;
  }
}

.box-customer {
  padding: 100px 0;
  background: #fff;
}
@media (max-width: 1364px) {
  .box-customer {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-customer {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-customer {
    padding: 32px 0;
  }
}
.box-customer .head-main {
  margin-bottom: 20px;
}

.info-cutomer {
  color: #4B4C4E;
}
@media (max-width: 767px) {
  .info-cutomer {
    margin-top: 20px;
  }
}
.info-cutomer .avarta {
  margin-bottom: 20px;
}
.info-cutomer p {
  margin-bottom: 20px;
}
.info-cutomer p:last-child {
  margin-bottom: 0;
}
.info-cutomer h3 {
  font-size: 15px;
  color: #191A1A;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .info-cutomer h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}

.list-esg {
  margin-top: 40px;
  max-width: 400px;
}
@media (max-width: 767px) {
  .list-esg {
    max-width: 100%;
    margin-top: 0;
  }
}
.list-esg ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .list-esg ul {
    margin: 0;
    display: block;
  }
}
.list-esg ul li {
  padding: 0 20px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .list-esg ul li {
    padding: 0;
    max-width: 100%;
    margin: 0 0 16px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #EBEBEB;
  }
  .list-esg ul li:last-child {
    margin: 0;
  }
}
.list-esg ul li:first-child, .list-esg ul li:nth-child(2) {
  margin-top: 0;
}

.item-esg {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .item-esg {
    font-size: 14px;
    font-weight: 500;
  }
  .item-esg br {
    display: none;
  }
}
.item-esg .icon {
  margin-right: 10px;
  flex: 0 0 40px;
  max-width: 40px;
}

.item-esg-main {
  padding: 80px 0;
  background: #F5F5F5;
}
@media (max-width: 1364px) {
  .item-esg-main {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .item-esg-main {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .item-esg-main {
    padding: 40px 0 50px 0;
  }
}
.item-esg-main:nth-child(2n) {
  background: #fff;
}
.item-esg-main:nth-child(2n) .col-md-5 {
  order: 1;
}
@media (max-width: 767px) {
  .item-esg-main:nth-child(2n) .col-md-5 {
    order: 2;
  }
}
.item-esg-main:nth-child(2n) .col-md-7 {
  order: 2;
}
@media (max-width: 767px) {
  .item-esg-main:nth-child(2n) .col-md-7 {
    order: 1;
  }
}
@media (max-width: 767px) {
  .item-esg-main .col-md-7 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .item-esg-main .head-main {
    font-size: 18px;
  }
}

.info-esg-main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 13px;
}
.info-esg-main h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 15px;
}
.info-esg-main .top p {
  margin-top: 20px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .info-esg-main .top p {
    margin-top: 12px;
    font-size: 13px;
  }
}
.info-esg-main .slide-esg .swiper-pagination {
  position: relative;
  bottom: 0;
  text-align: left;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .info-esg-main .slide-esg .swiper-pagination {
    margin: 12px 0 0 0;
    text-align: center;
  }
}
.info-esg-main .slide-esg .swiper-pagination span {
  margin: 0 10px 0 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #191A1A;
  background: transparent;
  border: 1px solid #191A1A;
  opacity: 1;
}
.info-esg-main .slide-esg .swiper-pagination span:last-child {
  margin: 0;
}
.info-esg-main .slide-esg .swiper-pagination span.swiper-pagination-bullet-active {
  background: #191A1A;
  color: #fff;
}
@media (max-width: 767px) {
  .info-esg-main .slide-esg .swiper-container {
    display: flex;
    flex-wrap: wrap;
  }
  .info-esg-main .slide-esg .swiper-container &gt; div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 24px;
    text-align: left;
  }
  .info-esg-main .slide-esg .swiper-container .swiper-wrapper {
    margin-top: 0 !important;
  }
}
.info-esg-main .swiper-slide {
  opacity: 0 !important;
}
.info-esg-main .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.chang-img {
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chang-img .twentytwenty-before-label, .chang-img .twentytwenty-after-label {
  display: none;
}
.chang-img .drag-tw {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.chang-img .drag-tw:hover .twentytwenty-handle {
  opacity: 1;
}

.tw-abs {
  position: absolute;
  color: #898D91;
  font-size: 80px;
  font-weight: 200;
  z-index: 10;
  font-family: "Work Sans", sans-serif;
  line-height: 1;
  right: 32px;
}
@media (max-width: 767px) {
  .tw-abs {
    right: 20px;
    font-size: 60px;
  }
}
.tw-abs.tw-top {
  top: 40px;
}
@media (max-width: 1023px) {
  .tw-abs.tw-top {
    top: 20px;
  }
}
.tw-abs.tw-bot {
  bottom: 40px;
  color: #fff;
}
@media (max-width: 1023px) {
  .tw-abs.tw-bot {
    bottom: 20px;
  }
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  background: #EBEBEB;
  opacity: 0;
}

.twentytwenty-handle {
  border: 3px solid #EBEBEB;
  opacity: 0;
}
@media (max-width: 1023px) {
  .twentytwenty-handle {
    opacity: 1 !important;
  }
}
.twentytwenty-handle .twentytwenty-down-arrow {
  border-top: 6px solid #EBEBEB;
}
.twentytwenty-handle .twentytwenty-up-arrow {
  border-bottom: 6px solid #EBEBEB;
}

.name-tw {
  color: #898D91;
  font-size: 32px;
  z-index: 10;
  position: absolute;
  font-weight: 600;
  left: 30px;
}
@media (max-width: 1023px) {
  .name-tw {
    left: 20px;
  }
}
.name-tw.c3 {
  top: 40px;
}
@media (max-width: 1023px) {
  .name-tw.c3 {
    top: 20px;
  }
}
.name-tw.c4 {
  bottom: 40px;
  color: #fff;
}
@media (max-width: 1023px) {
  .name-tw.c4 {
    bottom: 20px;
  }
}

.caption-banner-blog {
  padding: 80px 0;
  color: #fff;
  background: #4B4C4E;
}
@media (max-width: 1364px) {
  .caption-banner-blog {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .caption-banner-blog {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .caption-banner-blog {
    padding: 20px 0;
  }
}
@media (max-width: 1023px) {
  .caption-banner-blog .row &gt; div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.txt-caption-blog {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .txt-caption-blog {
    margin-top: 48px;
    display: block;
  }
}
@media (max-width: 767px) {
  .txt-caption-blog {
    margin-top: 20px;
  }
}
.txt-caption-blog ul {
  list-style: none;
}
.txt-caption-blog ul li {
  margin-top: 20px;
}
.txt-caption-blog ul li p {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
}
.txt-caption-blog ul li span {
  display: block;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 1023px) {
  .txt-caption-blog .numb-bot {
    margin-top: 24px;
  }
}

.side-left {
  position: sticky;
  top: 20px;
}
@media (max-width: 767px) {
  .side-left {
    margin-bottom: 24px;
  }
}

.box-cate-blog {
  padding: 80px 0;
}
@media (max-width: 1364px) {
  .box-cate-blog {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-cate-blog {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-cate-blog {
    padding: 32px 0;
  }
}
.box-cate-blog.blog-market {
  background: #F5F5F5;
  padding: 60px 0;
}
.box-cate-blog.blog-market:nth-child(3) {
  display: none;
}
@media (max-width: 1023px) {
  .box-cate-blog.blog-market {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-cate-blog.blog-market {
    padding: 24px 0;
  }
}
.box-cate-blog.blog-market .row {
  margin: 0 -20px;
}
.box-cate-blog.blog-market .col-md-6 {
  padding: 20px;
}
@media (max-width: 767px) {
  .box-cate-blog.blog-market .col-md-6 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px !important;
  }
  .box-cate-blog.blog-market .col-md-6:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1023px) {
  .box-cate-blog.blog-market .col-md-4, .box-cate-blog.blog-market .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.box-cate-blog.blog-press {
  background: #4B4C4E;
  color: #fff;
}
.box-cate-blog.blog-press .side-left {
  margin-bottom: 54px;
}
@media (max-width: 1023px) {
  .box-cate-blog.blog-press .side-left {
    margin-bottom: 32px;
  }
}
.box-cate-blog.blog-press .side-left a {
  border-bottom: 2px solid #fff;
}
.box-cate-blog.blog-press a {
  color: #fff;
}
.box-cate-blog.blog-press .row {
  margin: 0 -20px;
}
.box-cate-blog.blog-press .row &gt; div {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .box-cate-blog.blog-press .row .col-md-4 {
    margin-bottom: 24px;
  }
  .box-cate-blog.blog-press .row .col-md-4:last-child {
    margin-bottom: 0;
  }
}
.box-cate-blog .side-left .link-see {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .box-cate-blog .side-left .link-see {
    margin-top: 10px;
  }
}
.box-cate-blog .side-left .link-see a {
  font-size: 15px;
}
@media (max-width: 767px) {
  .box-cate-blog .side-left .link-see a {
    font-size: 12px;
  }
}
.box-cate-blog .col-md-6 {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .box-cate-blog .col-md-6 {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .box-cate-blog .col-md-6 {
    margin-bottom: 32px;
  }
}

.subscribe-blog {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .subscribe-blog {
    display: block;
  }
}
.subscribe-blog h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 1023px) {
  .subscribe-blog h3 {
    font-size: 18px;
  }
}
.subscribe-blog .sub-left {
  flex: 0 0 470px;
  max-width: 470px;
  width: 100%;
}
.subscribe-blog .avr-sub {
  max-width: 180px;
}
@media (max-width: 1023px) {
  .subscribe-blog .avr-sub {
    display: none;
  }
}

.item-blog-market {
  display: flex;
}
.item-blog-market .avarta {
  flex: 0 0 90px;
  margin-right: 20px;
}
.item-blog-market .date {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 767px) {
  .item-blog-market .date {
    font-size: 12px;
  }
}
.item-blog-market h3 a {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .item-blog-market h3 a {
    font-size: 14px;
  }
}

.item-blog-press .date {
  color: #898D91;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .item-blog-press .date {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .item-blog-press .date {
    font-size: 12px;
  }
}
.item-blog-press h3 a {
  font-size: 22px;
  font-weight: 600;
  display: block;
}
@media (max-width: 1023px) {
  .item-blog-press h3 a {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .item-blog-press h3 a {
    font-size: 14px;
  }
}

.box-new-cate {
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 1364px) {
  .box-new-cate {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-new-cate {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-new-cate {
    padding: 32px 0;
  }
}
.box-new-cate .col-md-4 {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .box-new-cate .col-md-4 {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .box-new-cate .col-md-4 {
    margin-bottom: 32px;
  }
}

.load-more a {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 2px solid;
  position: relative;
}
.load-more a:before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 12px);
  position: absolute;
  top: -7px;
  left: -10px;
  background: #A9ADB1;
  border-radius: 6px;
  opacity: 0;
  z-index: -1;
}
.load-more a:hover {
  color: #191A1A;
  border-color: transparent;
}
.load-more a:hover:before {
  opacity: 1;
  border-color: transparent;
}
.load-more a:hover svg &gt; * {
  stroke: #191A1A;
}
@media (max-width: 767px) {
  .load-more a {
    font-size: 12px;
  }
}
.load-more a svg {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .load-more a svg {
    height: auto;
    width: 10px;
  }
}

.item-new-press .date {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .item-new-press .date {
    font-size: 12px;
  }
}
.item-new-press h3 a {
  font-weight: 600;
  font-size: 15px;
  display: block;
  line-height: normal;
}

.box-content-detail {
  position: relative;
  padding: 0 0 100px 0;
}
@media (max-width: 1364px) {
  .box-content-detail {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-content-detail {
    padding: 0 0 48px 0;
  }
}
@media (max-width: 767px) {
  .box-content-detail {
    padding: 0 0 24px 0;
  }
}

.txt-detail h2, .txt-detail h3, .txt-detail h4, .txt-detail h5, .txt-detail h6 {
  font-weight: 600;
  margin-bottom: 20px;
}
.txt-detail p {
  margin-bottom: 20px;
}
.txt-detail p a {
  border-bottom: 1px solid;
}
.txt-detail img {
  max-width: 100%;
  width: auto;
  height: auto !important;
}

.title-page-detail {
  position: sticky;
  top: 24px;
}
@media (max-width: 767px) {
  .title-page-detail {
    margin-bottom: 20px;
  }
}
.title-page-detail h1 {
  font-size: 42px;
  padding: 20px 0 30px 0;
  font-weight: 600;
}
@media (max-width: 1470px) {
  .title-page-detail h1 {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .title-page-detail h1 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .title-page-detail h1 {
    padding: 20px 0;
  }
  .title-page-detail h1 br {
    display: none;
  }
}
.title-page-detail ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .title-page-detail ul {
    font-size: 12px;
  }
}
.title-page-detail ul li {
  position: relative;
  line-height: normal;
}
.title-page-detail ul li:after {
  content: "/";
  color: #898D91;
  padding: 0 4px;
}
.title-page-detail ul li:last-child:after {
  display: none;
}
.title-page-detail ul li a {
  color: #898D91;
}
.title-page-detail .date {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: "Work Sans", sans-serif;
  letter-spacing: -0.25px;
}
@media (max-width: 1023px) {
  .title-page-detail .date {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .title-page-detail .date {
    margin-bottom: 20px;
  }
}
.title-page-detail .b-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
}
.title-page-detail .b-share a svg {
  margin-left: 6px;
}
.title-page-detail .b-share a path {
  transition: 0.4s all !important;
}
.title-page-detail .b-share a:hover path {
  stroke: none;
  fill: #F36C21 !important;
}

.other-detail .head-main {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .other-detail .head-main {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .other-detail .head-main {
    margin-bottom: 20px;
  }
}
.other-detail .head-main a {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .other-detail .head-main a {
    margin-top: 10px;
    font-size: 14px;
  }
}
.other-detail .head-main a svg {
  margin-left: 6px;
}

.box-get-touch {
  padding: 80px 0;
  background: #fff;
}
@media (max-width: 1364px) {
  .box-get-touch {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-get-touch {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-get-touch {
    padding: 24px 0 32px 0;
  }
}
.box-get-touch .title {
  position: sticky;
  top: 24px;
}
.box-get-touch .title h2 {
  font-size: 42px;
  font-weight: 600;
  text-transform: inherit;
  font-family: "Inter Tight";
}
@media (max-width: 1364px) {
  .box-get-touch .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .box-get-touch .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .box-get-touch .title h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .txt-touch {
    padding: 20px 0 0 0;
  }
}
.txt-touch ul {
  list-style: none;
}
.txt-touch ul li {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .txt-touch ul li {
    margin-bottom: 20px;
  }
}
.txt-touch ul li:last-child {
  margin-bottom: 0;
}
.txt-touch label {
  color: #A9ADB1;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .txt-touch label {
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .txt-touch label {
    font-size: 12px;
    font-weight: 500;
  }
}
.txt-touch p {
  font-size: 22px;
  font-weight: 600;
  color: #191A1A;
}
@media (max-width: 1470px) {
  .txt-touch p {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .txt-touch p {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .txt-touch p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .txt-touch p {
    font-size: 14px;
  }
}
.txt-touch p a {
  display: inline-flex;
  align-items: center;
}
.txt-touch p a svg {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .txt-touch p a svg {
    width: 14px;
    height: auto;
  }
}

.box-form-contact {
  padding: 80px 0;
  background: #F5F5F5;
}
@media (max-width: 1364px) {
  .box-form-contact {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .box-form-contact {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .box-form-contact {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .box-form-contact .head-main {
    margin-bottom: 20px;
  }
}
.box-form-contact .head-main p {
  color: #4B4C4E;
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .box-form-contact .head-main p {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .box-form-contact .col-md-4, .box-form-contact .col-md-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .box-form-contact .col-md-4, .box-form-contact .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .box-form-contact .col-md-1 {
    display: none;
  }
}

.frm-contact .item {
  margin-bottom: 20px;
  border-bottom: 1px solid #191A1A;
}
.frm-contact .item:last-child {
  margin-bottom: 0;
}
.frm-contact .item.item-file {
  border: 0;
}
.frm-contact .item label {
  font-weight: 600;
}
.frm-contact .item .txt_field {
  min-width: 70%;
  background: transparent;
  padding: 0 6px;
  height: 30px;
  border: 0;
  outline: none;
}
.frm-contact .item .txt_field::placeholder {
  color: #A9ADB1;
}
@media (max-width: 767px) {
  .frm-contact .item a {
    color: #191A1A !important;
  }
}
.frm-contact .item .btn_field {
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  border-bottom: 2px solid;
  color: #191A1A !important;
  border-radius: 0 !important;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  .frm-contact .item .btn_field {
    font-size: 16px;
  }
}
.frm-contact .item .upload-file span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.frm-contact .item .upload-file .note-file {
  margin-top: 10px;
  color: #898D91;
  font-size: 13px;
}
.frm-contact .item .upload-file .i-file input {
  position: absolute;
  opacity: 0;
}
.frm-contact .item .upload-file .i-file label {
  color: #4B4C4E;
  font-size: 13px;
  display: block;
  background: #EBEBEB;
  padding: 11px 15px;
  cursor: pointer;
  font-weight: normal;
}
.frm-contact .item .btn-submit-frm {
  position: relative;
  width: max-content;
}
.frm-contact .item .btn-submit-frm .icon-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

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


.twentytwenty-overlay:hover {
    background: rgb(0 0 0 / 0%) !important;
}</pre></body></html>