@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  text-align: justify;
}

section, article, aside, hgroup, header, footer, main, nav, dialog, figure, figcaption {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main p, main li, main dt, main dd, main th, main td {
  line-height: 1.6;
}

img {
  max-width: 100%;
  max-height: 100%;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

.clr {
  *zoom: 1;
}

.clr:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 0 15px;
}
@media screen and (max-width: 1199px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 990px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 991px) {
  .sp {
    display: none !important;
  }
}

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
}

section, article, aside, hgroup, header, footer, main, nav, dialog, figure, figcaption {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

html {
  font-size: 16px;
}
@media screen and (max-width:1023px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  html {
    font-size: 13px;
  }
}

body {
  width: 100%;
  color: #37474f;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

.hover-alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid #eee;
  background: #fff;
  height: 44px;
  font-size: 1.6rem;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #eee;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width:767px) {
  select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
    font-size: 1.6rem;
  }
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slider {
  position: relative;
}
.slider .item {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .slider .item {
    height: 200px;
  }
}
.slider .item .container {
  width: 460px;
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative;
  height: 500px;
}
@media screen and (max-width: 990px) {
  .slider .item .container {
    height: 230px;
  }
}
.slider .item .container:before {
  content: "";
  position: absolute;
  height: 500px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%) skew(-40deg);
  background-color: #0A4A84;
  opacity: 0.8;
}
.slider .item .title {
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  font-family: "Inter", sans-serif;
}
.slider .item .title.long {
  padding-left: 40px;
  font-size: 45px;
}

#index .slider .item .title {
	font-size: 30px;
	text-align: left;
    padding-left: 70px;
}
@media screen and (max-width:767px) {
	#index .slider .item .title {
		font-size: 25px;
		padding-left: 45px;
	}
}

@media screen and (max-width:767px) {
  .slider .item .title.long {
    font-size: 25px;
    padding-left: 0;
  }
}
@media screen and (max-width: 990px) {
  .slider .item .title {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.button_02 {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  background: rgb(2, 136, 173);
  background: linear-gradient(to right, rgb(2, 136, 173) 0%, rgb(1, 5, 120) 100%);
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 2px 2px 15px 0px rgba(28, 98, 140, 0.67);
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button_02:hover {
  background: rgb(2, 109, 139);
  background: linear-gradient(to right, rgb(2, 109, 139) 0%, rgb(0, 4, 94) 100%);
}

.button_03 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding-left: 5px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 990px) {
  .button_03 {
    padding-left: 0;
  }
}
.button_03:hover {
  text-decoration: underline;
}
.button_03:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 11.5px;
  background: url("../img/arrow_03_01.png") center/cover no-repeat;
  right: -15px;
  top: calc(50% - 5px);
}

.iGAP {
  text-transform: none !important;
}

.banner {
  height: 400px;
}
@media screen and (max-width: 990px) {
  .banner {
    height: 350px;
  }
}
.banner .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.banner .text {
  margin-top: -60px;
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 990px) {
  .banner .text {
    font-size: 20px;
  }
}
.banner .button {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding-bottom: 40px;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .banner .button {
    left: 15px;
  }
}
.banner .button:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 12px;
  bottom: 10px;
  left: calc(50% - 11px);
  background: url("../img/arrow_01.png") center/cover no-repeat;
  animation-name: float;
  transform-origin: center bottom;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.contactWrapper {
  padding: 60px 0 230px;
  background-color: #FEF9F5;
  background: #FEF9F5 url("../img/bg_01.png") bottom center/auto 200px repeat-x;
}
@media screen and (max-width: 990px) {
  .contactWrapper {
    background-size: 250vw;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
.contactWrapper .titleBig {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  color: #57aef0;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .contactWrapper .titleBig {
    font-size: 22px;
  }
}
.contactWrapper .contactList {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 990px) {
  .contactWrapper .contactList {
    display: block;
    margin: 20px 0;
  }
}
.contactWrapper .contactList .contact {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .contactWrapper .contactList .contact {
    padding: 0 20px;
  }
}
.contactWrapper .contactList .contact:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 990px) {
  .contactWrapper .contactList .contact:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.contactWrapper .contactList .contact .circle {
  border-radius: 50%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactWrapper .contactList .contact .img {
  width: 100px;
  height: 100px;
  padding: 20px;
  background-color: #fff;
  margin: auto;
  border-radius: 5px;
  position: relative;
  margin-right: 20px;
}
.contactWrapper .contactList .contact .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 5px;
}
.contactWrapper .contactList .contact .img:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -8px;
  right: 8px;
  bottom: 5px;
  background-color: #EBE9E7;
  border-radius: 5px;
}
.contactWrapper .contactList .contact .img img {
  position: relative;
  z-index: 1;
}
.contactWrapper .contactList .contact .info {
  width: calc(100% - 120px);
}
.contactWrapper .contactList .contact p {
  font-size: 18px;
  color: #57aef0;
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 990px) {
  .contactWrapper .contactList .contact p {
    height: auto;
  }
}
.contactWrapper .contactList .contact .buttonModal {
  display: block;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.contactWrapper .contactList .contact .buttonModal:before {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
  right: 0;
  height: 3px;
  background-color: #04B8FF;
}
.contactWrapper .contactList .contact .buttonModal:hover span {
  left: calc(100% + 10px);
  transform: translateX(-100%);
}
.contactWrapper .contactList .contact .buttonModal span {
  position: absolute;
  left: -10px;
  font-size: 16px;
  font-weight: bold;
  color: #04B8FF;
  padding: 0 10px;
  background-color: #FEF9F5;
  transition: all 0.3s;
  white-space: nowrap;
}

.form form .title {
  font-size: 18px;
  font-weight: bold;
  color: #57aef0;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.2;
}
.form form .inputBlock:not(:last-child) {
  margin-bottom: 20px;
}
.form form .inputBlock .label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.form form .inputBlock input {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #57aef0;
  font-size: 14px;
  width: calc(100% - 20px);
}
.form form .inputBlock select {
  height: 40px;
  border-radius: 3px;
  border: 1px solid #57aef0;
  font-size: 14px;
  width: 100%;
  padding: 0 5px;
}
.form form .inputBlock .error {
  font-size: 14px;
  display: none;
  color: red;
  margin-top: 5px;
  font-style: italic;
  transition: all 0.3s ease-out;
}
.form form .inputBlock .checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.form form .inputBlock .checkbox input {
  width: auto;
  margin-right: 10px;
}
.form form .inputBlock .checkbox label {
  font-size: 14px;
}

.close01 {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.modal.show .modal-dialog {
  margin-top: 50px;
  width: 40%;
  max-width: none !important;
}
@media screen and (max-width: 990px) {
  .modal.show .modal-dialog {
    width: 90%;
    margin: 30px auto;
  }
}
.modal.show .modal-dialog .modal-header {
  align-items: center;
  justify-content: flex-end;
}
.modal.show .modal-dialog .modal-header h5 {
  font-size: 16px;
}
.modal.show .modal-dialog .modal-body {
  padding: 20px 100px;
}
@media screen and (max-width: 990px) {
  .modal.show .modal-dialog .modal-body {
    padding: 20px;
  }
}
.modal.show .modal-dialog .modal-footer button {
  font-size: 14px;
}

.downloadWrapper .container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .downloadWrapper .container {
    min-height: auto;
    padding: 30px 0;
    flex-direction: column;
    gap: 30px;
  }
}
.downloadWrapper .container .downloadTitle {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  color: #57aef0;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  .downloadWrapper .container .downloadTitle {
    font-size: 22px;
  }
}
.downloadWrapper .container .downloadBlock {
  display: flex;
  justify-content: center;
  align-items: center;
}
.downloadWrapper .container .downloadBlock .col:first-child {
  padding-right: 40px;
  position: relative;
}
.downloadWrapper .container .downloadBlock .col:first-child p {
  font-size: 14px;
  color: #333;
}
.downloadWrapper .container .downloadBlock .col:first-child .img {
  max-width: 130px;
}
.downloadWrapper .container .downloadBlock .col:last-child {
  padding-left: 40px;
  display: flex;
}
.downloadWrapper .container .downloadBlock .col:last-child a:first-child {
  margin-right: 20px;
}
.downloadWrapper .container .downloadBlock .col:last-child .img {
  max-width: 130px;
}

.serviceBlock .title {
  font-size: 25px;
  color: #57aef0;
  margin-bottom: 50px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 990px) {
  .serviceBlock .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.serviceBlock .title span {
  font-weight: bold;
}
.serviceBlock ul {
  max-width: 980px;
  margin: auto;
  padding-left: 10%;
}
@media screen and (max-width: 990px) {
  .serviceBlock ul {
    max-width: 100%;
    padding-left: 0;
  }
}
.serviceBlock ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceBlock ul li:not(:last-child) {
  margin-bottom: 50px;
}
.serviceBlock ul li .img {
  width: 120px;
  margin-right: 40px;
}
@media screen and (max-width: 990px) {
  .serviceBlock ul li .img {
    width: 100px;
    margin-right: 30px;
  }
}
.serviceBlock ul li .textWrapper {
  width: calc(100% - 230px);
}
.serviceBlock ul li .textWrapper .titleText {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  .serviceBlock ul li .textWrapper .titleText {
    font-size: 15px;
  }
}
.serviceBlock ul li .textWrapper p {
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 990px) {
  .serviceBlock ul li .textWrapper p {
    font-size: 14px;
  }
}

.newsList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.newsList:last-child {
  margin-left: 40px;
}
@media screen and (max-width: 990px) {
  .newsList {
    display: block;
  }
}
.newsList .news {
  width: calc((100% - 100px) / 2);
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .newsList .news {
    width: 100%;
    margin-bottom: 20px;
  }
}
.newsList .news:not(:nth-child(2n)) {
  margin-right: 50px;
}
.newsList .news .img {
  height: 140px;
  width: 25%;
  background-size: cover;
  background-position: center;
}
.newsList .news .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 990px) {
  .newsList .news .img {
    height: 120px;
  }
}
.newsList .news .newsInfo {
  width: 75%;
  padding: 15px;
  line-height: 1.5;
}
.newsList .news .newsInfo .title {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsList .news .newsInfo .title:hover {
  color: #57aef0;
}
.newsList .news .newsInfo .content {
  font-size: 12px;
  text-align: justify;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date {
  font-size: 12px;
  padding: 7px 0 5px 25px;
  background: url("../img/clock_icon.png") left center/15px no-repeat;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
  padding-right: 50px;
}
.pagination li {
  float: none;
  margin: 0;
}
.pagination li span, .pagination li a {
  padding: 0 !important;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px !important;
  display: block;
}
.pagination li span.next, .pagination li a.next {
  font-size: 0;
  position: relative;
}
.pagination li span.next:after, .pagination li a.next:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 11.5px;
  background: url("../img/arrow_03.png") center/cover no-repeat;
  left: calc(50% - 3.5px);
  top: calc(50% - 5.75px);
}
.pagination li span.prev, .pagination li a.prev {
  font-size: 0;
  position: relative;
}
.pagination li span.prev:after, .pagination li a.prev:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 11.5px;
  background: url("../img/arrow_03.png") center/cover no-repeat;
  left: calc(50% - 3.5px);
  top: calc(50% - 5.75px);
  transform: rotate(180deg);
}

.slick-dots {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  justify-content: center;
  bottom: 15px;
}
.slick-dots li button {
  font-size: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid #fff;
  background: transparent;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #fff;
}

.lang_vi .vi {
  display: block !important;
}
.lang_vi .en {
  display: none !important;
}

.lang_en .vi {
  display: none !important;
}
.lang_en .en {
  display: block !important;
}

#main {
  margin-top: 60px;
}

.backlink {
  color: #0A4A84;
  text-decoration: underline;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
@media screen and (max-width: 990px) {
  header .container .menu_item_wpglobus_menu_switch {
    display: flex;
    align-items: center;
  }
  header .container .menu_item_wpglobus_menu_switch > a span {
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
    opacity: 1 !important;
    padding: 5px 13px;
    background-position: center;
  }
  header .container .menu_item_wpglobus_menu_switch a {
    display: flex;
    align-items: center;
    height: 60px;
  }
}
@media screen and (max-width: 990px) and (max-width: 990px) {
  header .container .menu_item_wpglobus_menu_switch a {
    height: auto;
  }
}
@media screen and (max-width: 990px) {
  header .container .menu_item_wpglobus_menu_switch a span {
    font-size: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0.4;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  header .container .menu_item_wpglobus_menu_switch a span.wpglobus_flag_vi {
    background: url("../img/vi.png") center/cover no-repeat;
  }
  header .container .menu_item_wpglobus_menu_switch a span.wpglobus_flag_en {
    background: url("../img/en.png") center/cover no-repeat;
  }
}
@media screen and (max-width: 990px) {
  header .container .menu_item_wpglobus_menu_switch li {
    padding: 0;
    background: none !important;
    margin-left: 10px;
  }
}
header .container .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
@media screen and (max-width: 990px) {
  header .container .logo {
    height: 40px;
  }
}
header .container .menu {
  display: flex;
}
@media screen and (max-width: 990px) {
  header .container .menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1px);
    z-index: 2;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
  }
}
header .container .menu li {
  margin: 0 20px;
}
@media screen and (max-width: 990px) {
  header .container .menu li {
    margin: 0;
  }
  header .container .menu li:not(:last-child) {
    margin-bottom: 20px;
  }
}
header .container .menu li.menu-item-has-children {
  padding-right: 20px;
  position: relative;
}
@media print, screen and (min-width: 991px) {
  header .container .menu li.menu-item-has-children:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 11.5px;
    background: url("../img/arrow_03.png") center/cover no-repeat;
    right: 0;
    top: calc(50% - 5px);
    transform: rotate(90deg);
    transition: all 0.3s ease-out;
  }
  header .container .menu li.menu-item-has-children.open:after {
    transform: rotate(-90deg);
  }
}
header .container .menu li.menu-item-has-children a {
  cursor: pointer;
}
header .container .menu li.menu_item_wpglobus_menu_switch {
  display: flex;
  align-items: center;
}
header .container .menu li.menu_item_wpglobus_menu_switch > a span {
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
  opacity: 1 !important;
  padding: 5px 13px;
  background-position: center;
}
header .container .menu li.menu_item_wpglobus_menu_switch > a, header .container .menu li.menu_item_wpglobus_menu_switch ul {
  display: flex;
  align-items: center;
  position: static;
  padding: 0;
  margin: 0 5px;
}
@media screen and (max-width: 990px) {
  header .container .menu li.menu_item_wpglobus_menu_switch > a, header .container .menu li.menu_item_wpglobus_menu_switch ul {
    height: auto;
  }
}
header .container .menu li.menu_item_wpglobus_menu_switch > a li, header .container .menu li.menu_item_wpglobus_menu_switch ul li {
  padding: 0;
  margin: 0;
}
header .container .menu li.menu_item_wpglobus_menu_switch > a span, header .container .menu li.menu_item_wpglobus_menu_switch ul span {
  font-size: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0.4;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
header .container .menu li.menu_item_wpglobus_menu_switch > a span.wpglobus_flag_vi, header .container .menu li.menu_item_wpglobus_menu_switch ul span.wpglobus_flag_vi {
  background: url("../img/vi.png") center/cover no-repeat;
}
header .container .menu li.menu_item_wpglobus_menu_switch > a span.wpglobus_flag_en, header .container .menu li.menu_item_wpglobus_menu_switch ul span.wpglobus_flag_en {
  background: url("../img/en.png") center/cover no-repeat;
}
header .container .menu li.menu_item_wpglobus_menu_switch li {
  padding: 0;
  background: none !important;
  margin-left: 10px;
}
header .container .menu li a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 60px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
header .container .menu li a:hover {
  color: #57aef0;
}
@media screen and (max-width: 990px) {
  header .container .menu li a {
    line-height: normal;
  }
}
header .container .menu li .sub-menu {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: calc(50vw - 610px);
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
@media screen and (max-width: 990px) {
  header .container .menu li .sub-menu {
    display: block;
    position: initial;
    height: auto;
    padding: 15px 0 15px 15px;
  }
}
header .container .menu li .sub-menu li:nth-child(1) {
  padding: 0 40px 0 35px;
  background: url("../img/service/icon_09.svg") left center/25px no-repeat;
}
header .container .menu li .sub-menu li:nth-child(2) {
  padding: 0 40px 0 45px;
  background: url("../img/service/icon_12.svg") left center/35px no-repeat;
}
@media screen and (max-width: 990px) {
  header .container .menu li .sub-menu li {
    background-size: 25px !important;
    margin: 0 !important;
  }
}
header .container .menu li .sub-menu li:not(:last-child) {
  position: relative;
  padding-right: 30px;
  margin: 0 10px;
}
header .container .menu li .sub-menu li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 35px;
  right: 0;
  top: calc(50% - 17.5px);
  background-color: #D8D8D8;
}
@media screen and (max-width: 990px) {
  header .container .menu li .sub-menu li:not(:last-child):after {
    content: none;
  }
}
header .container .menu li .sub-menu li a {
  line-height: 50px;
}
@media screen and (max-width: 990px) {
  header .container .menu li .sub-menu li a {
    line-height: 40px !important;
  }
}
header .container .menuButton {
  width: 25px;
  height: 25px;
  background: url("../img/menu.png") center/cover no-repeat;
}
header .container .menuButton.open {
  background: url("../img/close.png") center/cover no-repeat;
}

footer .footerTop {
  background-color: #0A4A84;
}
footer .footerTop .container {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
@media screen and (max-width: 1199px) {
  footer .footerTop .container {
    display: block;
    padding: 30px 15px;
  }
}
footer .footerTop .container .menuTitle {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
footer .footerTop .container .left {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 0;
  flex-grow: 1.3;
}
@media screen and (max-width: 990px) {
  footer .footerTop .container .left {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
footer .footerTop .container .left .menu:not(:last-child) {
  margin-right: 80px;
  width: 40%;
}
@media screen and (max-width: 990px) {
  footer .footerTop .container .left .menu:not(:last-child) {
    margin-bottom: 30px;
	width: auto;
  }
}
footer .footerTop .container .left .menu .logo {
  display: inline-block;
  max-width: 120px;
}
footer .footerTop .container .left .menu .social-wrapper {
  display: flex;
  margin-top: 30px;
}
footer .footerTop .container .left .menu .social-wrapper .social {
  margin: 0 5px;
}
footer .footerTop .container .left .menu .social-wrapper .social a {
  transition: all 0.3s ease-out;
}
footer .footerTop .container .left .menu .social-wrapper .social a:hover {
  opacity: 0.7;
}
footer .footerTop .container .left .menu ul li:not(:last-child) {
  margin-bottom: 15px;
}
footer .footerTop .container .left .menu ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
}
footer .footerTop .container .left .menu ul li a:hover {
  text-decoration: underline;
}
footer .footerTop .container .left .menu ul li.menu_item_wpglobus_menu_switch {
  display: none;
}
footer .footerTop .container .right {
  flex-basis: 0;
  flex-grow: 1;
}
footer .footerTop .container .right .textWrapper {
  font-size: 14px;
  color: #fff;
}
footer .footerTop .container .right .textWrapper:not(:last-child) {
  margin-bottom: 15px;
}
footer .footerTop .container .right .textWrapper p {
  line-height: 1.5;
  display: flex;
  align-items: center;
}
footer .footerTop .container .right .textWrapper p span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 990px) {
  footer .footerTop .container .right .textWrapper p span {
    padding-left: 5px;
  }
}
footer .footerTop .container .right .textWrapper i {
  font-size: 15px;
  width: 20px;
  text-align: center;
  margin-right: 10px;
}
footer .footerTop .container .right .textWrapper a {
  color: #fff;
}
footer .footerTop .container .right .textWrapper a:hover {
  text-decoration: underline;
}

body {
  font-family: "Open Sans", sans-serif;
}

.container p {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width:767px) {
  .container p {
    font-size: 14px;
    line-height: 1.75;
  }
}

.c-ttl-01 {
  font-size: 3.0625rem;
  font-family: "Inter", sans-serif;
  text-align: center;
  color: #0A4A84;
  font-weight: bold;
  position: relative;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 45px;
}
@media screen and (max-width:767px) {
  .c-ttl-01 {
    font-size: 1.875rem;
    margin: 0 0 20px 0;
    justify-content: flex-start;
    min-height: 70px;
    width: 100%;
    padding-left: 30px;
  }
}
.c-ttl-01 > span {
  position: relative;
  display: inline-block;
}
.c-ttl-01 > span:after {
  position: absolute;
  content: "";
  width: 140px;
  height: 172px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: -39px;
  transform: translateY(-50%);
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='164.068' height='189.453' viewBox='0 0 164.068 189.453'%3E%3Cg id='icon' transform='translate(-127.93 2.377)' opacity='0.31'%3E%3Cpath id='Path_1' data-name='Path 1' d='M127.93,187.076,237.307-2.377,292,92.349l-54.691,94.726Z' fill='%23ebebeb'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M127.93-2.377,237.307,187.076,292,92.349,237.307-2.377Z' fill='%23ebebeb'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M135.158,38.613l13.957-24.179,54.691,94.726Z' transform='translate(33.5 77.915)' fill='%23ebebeb'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (max-width:767px) {
  .c-ttl-01 > span:after {
    width: 70px;
    height: 70px;
  }
}
.c-ttl-01 > span span {
  position: relative;
  z-index: 3;
  font-weight: 900;
}
.c-ttl-01 b {
  color: #333333;
}
.c-ttl-01--white {
  color: #fff;
}

.c-ttl-02 {
  text-align: center;
  text-transform: uppercase;
  color: #0A4A84;
  font-size: 40px;
  line-height: 1.25;
}
@media screen and (max-width:767px) {
  .c-ttl-02 {
    font-size: 30px;
  }
}

.c-lead {
  text-align: center;
}
.c-lead p {
  font-size: 18px;
  line-height: 2;
}

.about-01 {
  padding: 150px 70px;
  text-align: center;
  color: #fff;
  background-image: url(../img/about/bg_01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .about-01 {
    padding: 50px 20px;
  }
}

.about-02 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../img/about/bg_02.png);
  background-repeat: no-repeat;
  background-position: 0 19px;
}
@media screen and (max-width:767px) {
  .about-02 {
    background-size: 43px;
  }
}
.about-02 .about-video {
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .about-02 .about-video {
    margin-top: 25px;
  }
}
.about-02 .about-video__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  max-width: 990px;
  margin: 0 auto;
  border-radius: 10px;
}
.about-02 .about-video__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.about-03__ttl {
  background-color: #043D72;
  padding-top: 48px;
  padding-bottom: 40px;
}
.about-03__ttl .c-ttl-01 {
  justify-content: flex-start;
  text-align: left;
}
.about-03__ttl .c-ttl-01 span span.vi {
  font-size: 38px;
}
@media screen and (max-width:767px) {
  .about-03__ttl .c-ttl-01 span span.vi {
    font-size: 1.875rem;
  }
}
.about-03__content {
  padding-top: 87px;
  padding-bottom: 58px;
  background-image: url(../img/about/bg_03.png);
  background-repeat: no-repeat;
  background-position: right 28px;
}
@media screen and (max-width:767px) {
  .about-03__content {
    padding-bottom: 50px;
    padding-top: 50px;
    background: none;
  }
}

.about-list {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width:767px) {
  .about-list {
    padding: 0;
  }
}
.about-list__item {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 0px 11px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:767px) {
  .about-list__item {
    display: block;
  }
}
.about-list__item + .about-list__item {
  margin-top: 20px;
}
@media print, screen and (min-width:768px) {
  .about-list__item:nth-child(2n) .about-list__item--img {
    order: 2;
  }
}
.about-list__item--img {
  width: 163px;
  flex: 0 0 163px;
  background-color: #0A4A84;
  display: flex;
  align-items: center;
  justify-items: center;
  padding: 15px;
}
@media screen and (max-width:767px) {
  .about-list__item--img {
    width: 100%;
  }
}
.about-list__item--img img {
  max-width: 100px;
  margin: 0 auto;
}
.about-list__item--info {
  padding: 20px 31px;
}
@media screen and (max-width:767px) {
  .about-list__item--info {
    padding: 20px 15px 15px 15px;
  }
}
.about-list__item--info h3 {
  font-size: 20px;
  color: #04B8FF;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.about-list__item--info p {
  margin: 0;
  max-height: auto;
}
.about-list__item--info p.long {
  max-height: 90px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.about-list__item--info p.long:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.list-check {
  display: flex;
  flex-wrap: wrap;
  margin: 55px 0 0;
}
@media screen and (max-width:767px) {
  .list-check {
    display: block;
    margin: 30px 0 0 0;
  }
}
.list-check li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 29px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .list-check li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
.list-check li.is-active a {
  color: #fff;
  background-color: #04B8FF;
}
.list-check li.is-active a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg id='Group_314' data-name='Group 314' transform='translate(-120 -4636)'%3E%3Cg id='Rectangle_48' data-name='Rectangle 48' transform='translate(120 4636)' fill='%23fff' stroke='%2304b8ff' stroke-width='1'%3E%3Crect width='26' height='26' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='25' height='25' fill='none'/%3E%3C/g%3E%3Cpath id='_13352081061536572528' data-name='13352081061536572528' d='M7.021,14.477a1.106,1.106,0,0,1-.782-.324L.325,8.24A1.107,1.107,0,1,1,1.89,6.675L6.976,11.76,17.145.369A1.107,1.107,0,1,1,18.8,1.843L7.846,14.107a1.107,1.107,0,0,1-.794.369Z' transform='translate(123.813 4642.941)' fill='%2349cf40'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.list-check li * {
  transition: all 0.3s;
}
.list-check li a {
  position: relative;
  padding: 32px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 0px 11px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding-left: 55px;
  color: #333;
  cursor: pointer;
  flex: 1;
}
@media screen and (max-width:767px) {
  .list-check li a {
    font-size: 16px;
    padding: 20px 20px 20px 60px;
  }
}
.list-check li a:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border: 1px solid #04B8FF;
  left: 17px;
  transform: translateY(-50%);
  top: 50%;
  background-color: #fff;
}
.list-check li .button_02 {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  width: auto;
  min-width: 200px;
  font-size: 18px;
  padding: 0 30px;
}
@media screen and (max-width:767px) {
  .list-check li .button_02 {
    margin: 15px auto 0;
  }
}

.about-04 {
  background-color: #F3F6F5;
  padding-top: 43px;
  padding-bottom: 90px;
  background-color: rgba(243, 246, 245, 0.13);
}
@media screen and (max-width:767px) {
  .about-04 {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.about-04 .c-ttl-01 {
  text-align: left;
  justify-content: flex-start;
}

.service-01 {
  padding-bottom: 98px;
}
@media screen and (max-width:767px) {
  .service-01 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.service-02 {
  background-image: url(../img/service/bg_01.png);
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 32px;
}

.service-03 {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}
.service-03 .c-ttl-01 {
  justify-content: flex-start;
}

.service-04 {
  padding-bottom: 50px;
}
.service-04 .c-ttl-01 {
  justify-content: flex-start;
}

.service-05 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.service-05 .c-ttl-01 {
  justify-content: flex-start;
}

.service-06 {
  padding: 60px 0;
}
@media screen and (max-width:767px) {
  .service-06 {
    padding: 40px 0;
  }
}
.service-06 .c-ttl-01 {
  text-align: left;
  justify-content: flex-start;
}

.service-07 {
  background-image: url(../img/service/bg_02.png);
  background-size: cover;
  padding-top: 93px;
  padding-bottom: 60px;
}

.service-08 {
  padding: 80px 0;
}
@media screen and (max-width:767px) {
  .service-08 {
    padding: 50px 0;
  }
}

.intro {
  position: relative;
  margin-top: 38px;
}

.intro__img {
  width: 38.3%;
  position: absolute;
}
@media screen and (max-width:767px) {
  .intro__img {
    width: 100%;
	position: static;
  }
}
.intro__info {
  width: 62%;
  margin-left: auto;
  padding-left: 25px;
  margin-top: -6px;
}
@media screen and (max-width:767px) {
  .intro__info {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
}
.intro__info p {
  font-size: 18px;
  line-height: 2;
}
.intro__info ul {
  display: flex;
  font-size: 15px;
  font-weight: 600;
  flex-wrap: wrap;
  margin-top: 39px;
  margin-bottom: -28px;
}
.intro__info ul li {
  position: relative;
  padding-left: 30px;
  width: 50%;
  flex: 0 0 50%;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
}
.intro__info ul li:before {
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg id='Check' xmlns='http://www.w3.org/2000/svg' width='21.218' height='21.218' viewBox='0 0 21.218 21.218'%3E%3Cpath id='Path_4' data-name='Path 4' d='M29.459,19.048a.331.331,0,0,0-.454.114L24.484,26.7,21.6,22.846a.331.331,0,0,0-.53.4l3.183,4.243a.332.332,0,0,0,.265.132h.017a.331.331,0,0,0,.267-.161L29.572,19.5A.331.331,0,0,0,29.459,19.048Z' transform='translate(-14.038 -12.701)' fill='%2304b8ff'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M10.609,0A10.609,10.609,0,1,0,21.218,10.609,10.609,10.609,0,0,0,10.609,0Zm0,20.555a9.946,9.946,0,1,1,9.946-9.946A9.957,9.957,0,0,1,10.609,20.555Z' fill='%2304b8ff'/%3E%3C/svg%3E%0A");
}

.info-02 {
  display: flex;
  margin-top: 24px;
}
@media screen and (max-width:767px) {
  .info-02 {
    display: block;
  }
}
.info-02__img {
  width: 42%;
  flex: 0 0 42%;
}
@media screen and (max-width:767px) {
  .info-02__img {
    width: 100%;
  }
}
@media print, screen and (min-width:768px) {
  .info-02__img div {
    margin-top: -59px;
    margin-right: -143px;
    margin-left: -12px;
  }
}
.info-02__info {
  width: 58%;
  flex: 0 0 58%;
}
@media screen and (max-width:767px) {
  .info-02__info {
    width: 100%;
  }
}
.info-02 ul {
  font-size: 16px;
  line-height: 2.125;
}
.info-02 ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.info-02 ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg id='Check' xmlns='http://www.w3.org/2000/svg' width='21.218' height='21.218' viewBox='0 0 21.218 21.218'%3E%3Cpath id='Path_4' data-name='Path 4' d='M29.459,19.048a.331.331,0,0,0-.454.114L24.484,26.7,21.6,22.846a.331.331,0,0,0-.53.4l3.183,4.243a.332.332,0,0,0,.265.132h.017a.331.331,0,0,0,.267-.161L29.572,19.5A.331.331,0,0,0,29.459,19.048Z' transform='translate(-14.038 -12.701)' fill='%2304b8ff'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M10.609,0A10.609,10.609,0,1,0,21.218,10.609,10.609,10.609,0,0,0,10.609,0Zm0,20.555a9.946,9.946,0,1,1,9.946-9.946A9.957,9.957,0,0,1,10.609,20.555Z' fill='%2304b8ff'/%3E%3C/svg%3E%0A");
}

.block-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-service h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.block-service__item {
  width: calc(50% - 15px);
  box-shadow: 3px 0px 11px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 31px;
  margin: 0 0 20px 0;
}
@media screen and (max-width:767px) {
  .block-service__item {
    width: 100%;
    text-align: center;
  }
}
.block-service__item .dflex {
  display: flex;
  margin-top: 6px;
}
@media screen and (max-width:767px) {
  .block-service__item .dflex {
    display: block;
  }
}
.block-service__item--img {
  width: 100px;
  flex: 0 0 100px;
  padding-top: 15px;
}
@media screen and (max-width:767px) {
  .block-service__item--img {
    margin: 0 auto;
    text-align: center;
  }
}
.block-service__item--info {
  padding-left: 30px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .block-service__item--info {
    padding-left: 0;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.75;
  }
}

.p-accordion {
  max-width: 1080px;
  margin: 42px auto 0 auto;
}
.p-accordion__item {
  background-color: #fff;
  box-shadow: 3px 0px 11px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin-bottom: 20px;
}
.p-accordion__item.is-active .p-accordion__item--ttl:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.041' height='3' viewBox='0 0 39.041 3'%3E%3Cg id='Group_285' data-name='Group 285' transform='translate(-297.5 1593.479)'%3E%3Cline id='Line_38' data-name='Line 38' x2='39.041' transform='translate(297.5 -1591.979)' fill='none' stroke='%2304b8ff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.p-accordion__item.is-active .p-accordion__item--txt {
  color: #04B8FF;
}
.p-accordion__item--ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 30px 20px 30px 24px;
  cursor: pointer;
  transition: all 0.3s;
}
.p-accordion__item--ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.041' height='39.041' viewBox='0 0 39.041 39.041'%3E%3Cg id='Group_285' data-name='Group 285' transform='translate(-297.5 1611.5)'%3E%3Cline id='Line_38' data-name='Line 38' x2='39.041' transform='translate(297.5 -1591.979)' fill='none' stroke='%2304b8ff' stroke-width='3'/%3E%3Cline id='Line_39' data-name='Line 39' x2='39.041' transform='translate(317.021 -1611.5) rotate(90)' fill='none' stroke='%2304b8ff' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (max-width:767px) {
  .p-accordion__item--ttl:after {
    width: 20px;
  }
}
.p-accordion__item--img {
  width: 70px;
  flex: 0 0 70px;
}
@media screen and (max-width:767px) {
  .p-accordion__item--img {
    width: 40px;
    flex: 0 0 40px;
  }
}
.p-accordion__item--txt {
  font-weight: 900;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  flex: 1;
  padding-left: 35px;
  padding-right: 60px;
}
@media screen and (max-width:767px) {
  .p-accordion__item--txt {
    font-size: 18px;
    padding-left: 17px;
    padding-right: 30px;
  }
}
.p-accordion__item--content {
  font-size: 16px;
  line-height: 1.75;
  padding: 0px 28px 20px 28px;
  display: none;
}

.block-service-02 {
  display: flex;
}
@media screen and (max-width:767px) {
  .block-service-02 {
    display: block;
  }
}
.block-service-02--info {
  width: 40%;
}
@media screen and (max-width:767px) {
  .block-service-02--info {
    width: 100%;
  }
}
.block-service-02--info p {
  font-size: 20px;
}
@media screen and (max-width:767px) {
  .block-service-02--info p {
    font-size: 16px;
  }
}
.block-service-02__img {
  width: 60%;
}
@media screen and (max-width:767px) {
  .block-service-02__img {
    width: 100%;
    padding-top: 20px;
  }
}

.block-who {
  display: flex;
}
@media screen and (max-width:1023px) {
  .block-who {
    display: block;
  }
}
.block-who .c-ttl-01 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
  line-height: 1.5;
  min-height: auto;
  text-transform: uppercase;
}
.block-who .c-ttl-01 > span:after {
  display: none;
}
.block-who .c-ttl-01 b {
  font-size: 40px;
}
.block-who__info {
  width: 50%;
  flex: 0 0 50%;
  padding-right: 20px;
}
@media screen and (max-width:1023px) {
  .block-who__info {
    width: 100%;
    padding-right: 0;
  }
}
.block-who__img {
  width: 50%;
  flex: 0 0 50%;
  margin-top: 60px;
}
@media screen and (max-width:1023px) {
  .block-who__img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.block-circle {
  display: flex;
  margin-top: 35px;
}
@media screen and (max-width:767px) {
  .block-circle {
    display: block;
  }
}
.block-circle__col {
  width: 50%;
  flex: 0 0 50%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  background-image: url(../img/service/line.png);
  background-position: top 35% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .block-circle__col {
    background-size: 216px;
  }
}
@media screen and (max-width:767px) {
  .block-circle__col {
    width: 100%;
    margin-bottom: 20px;
    background-position: top 45px center;
    background-size: 43%;
  }
}
.block-circle__col p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
  min-height: 60px;
}
@media screen and (max-width:767px) {
  .block-circle__col p {
    font-size: 15px;
    margin-top: 10px;
  }
}
.block-circle__item {
  width: 50%;
  flex: 0 0 50%;
  text-align: center;
}
.block-circle__item img {
  max-width: 140px;
  display: block;
  margin: auto;
}
@media screen and (max-width:1023px) {
  .block-circle__item img {
    max-width: 100px;
  }
}
@media screen and (max-width:767px) {
  .block-circle__item img {
    max-width: 90px;
  }
}

.p-vision__item {
  display: flex;
}
@media screen and (max-width:767px) {
  .p-vision__item {
    display: block;
  }
}
@media print, screen and (min-width:768px) {
  .p-vision__item:last-child .p-vision__ttl {
    order: 2;
  }
  .p-vision__item:last-child .p-vision__info {
    padding-left: 11px;
    padding-top: 42px;
    padding-right: 60px;
  }
}
.p-vision__ttl {
  background-color: #0A4A84;
  font-size: 90px;
  color: #fff;
  padding: 20px;
  text-align: center;
  flex: 0 0 50%;
  width: 50%;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:767px) {
  .p-vision__ttl {
    width: 100%;
    padding: 20px;
    font-size: 60px;
  }
}
.p-vision__ttl .vi {
  font-size: 75px;
}
@media screen and (max-width:767px) {
  .p-vision__ttl .vi {
    font-size: 50px;
  }
}
.p-vision__info {
  flex: 0 0 50%;
  width: 50%;
  font-size: 24px;
  line-height: 1.6666666667;
  color: #0A4A84;
  padding: 28px 20px 48px 37px;
}
@media screen and (max-width:767px) {
  .p-vision__info {
    width: 100%;
    padding: 20px;
    font-size: 16px;
  }
}

.block-core {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20%;
}
@media screen and (max-width: 1399px) {
  .block-core {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:767px) {
  .block-core {
    margin-bottom: 60px;
  }
}
.block-core__img {
  text-align: center;
}
@media screen and (max-width:1399px) {
  .block-core__img {
    display: none;
  }
}
.block-core__img img {
  max-width: 100%;
  width: auto;
}
.block-core__item {
  position: absolute;
  width: 340px;
  top: 0;
  left: 0;
}
@media screen and (max-width:1399px) {
  .block-core__item {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
}
.block-core__item--number {
  width: 124px;
  height: 124px;
  border: 10px solid #D5DAE2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #00A6E1 0%, #006B9C 100%);
  position: absolute;
  z-index: 2;
  top: -22px;
  left: -5px;
}
@media screen and (max-width:1399px) {
  .block-core__item--number {
    width: 100px;
    height: 100px;
  }
}
.block-core__item--number span {
  font-size: 64px;
  line-height: 1;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-weight: 900;
}
@media screen and (max-width:1399px) {
  .block-core__item--number span {
    font-size: 32px;
  }
}
.block-core__item--txt {
  min-height: 97px;
  background: linear-gradient(to right, #E4E5E8 0%, white 100%);
  border-radius: 90px;
  padding-left: 134px;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 21px;
  position: relative;
}
@media screen and (max-width:1399px) {
  .block-core__item--txt {
    min-height: 70px;
    padding-left: 108px;
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
.block-core__item--txt h4 {
  background: linear-gradient(to right, #00A6E1 0%, #006B9C 100%);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 6px;
  position: absolute;
  left: 74px;
  padding-left: 53px;
  padding-right: 53px;
  top: -17px;
  width: 260px;
}
@media screen and (max-width:1399px) {
  .block-core__item--txt h4 {
    left: 54px;
  }
}
@media screen and (max-width:767px) {
  .block-core__item--txt h4 {
    width: calc(100% - 55px);
  }
}
.block-core__item--txt p {
  font-weight: bold;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width:1399px) {
  .block-core__item--txt p {
    font-size: 11px;
  }
}
@media print, screen and (min-width:1400px) {
  .block-core__item.right .block-core__item--number {
    left: 100%;
  }
  .block-core__item.right .block-core__item--txt {
    padding-left: 25px;
    padding-right: 25px;
    text-align: right;
  }
  .block-core__item.right .block-core__item--txt h4 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    left: auto;
    right: -68px;
    padding-right: 60px;
  }
}
@media print, screen and (min-width:1400px) {
  .block-core__item.center .block-core__item--number {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -90px;
  }
  .block-core__item.center .block-core__item--txt {
    padding-left: 0;
    justify-content: center;
  }
  .block-core__item.center .block-core__item--txt h4 {
    left: 55%;
  }
  .block-core__item.center .block-core__item--txt p {
    font-size: 14px;
  }
}
@media print, screen and (min-width:1400px) {
  .block-core__item.pos01 {
    top: 6%;
    left: 9px;
  }
  .block-core__item.pos02 {
    top: 44%;
    left: -6%;
  }
}
@media screen and (min-width:1400px) and (max-width: 1300px) {
  .block-core__item.pos02 {
    left: 0;
    width: 252px;
  }
}
@media print, screen and (min-width:1400px) {
  .block-core__item.pos03 {
    top: 82%;
    left: 0%;
  }
}
@media print, screen and (min-width:1400px) {
  .block-core__item.pos04 {
    top: 111%;
    left: 0;
    right: 0;
    width: 469px;
    max-width: inherit;
    text-align: center;
    margin: 0 auto;
  }
}
@media print, screen and (min-width:1400px) {
  .block-core__item.pos05 {
    top: 82%;
    left: 61%;
    width: 450px;
  }
}
@media print, screen and (min-width:1400px) {
  .block-core__item.pos06 {
    top: 45%;
    left: 69%;
    width: 450px;
  }
}
@media print, screen and (min-width:1400px) {
  .block-core__item.pos07 {
    top: 6%;
    left: 63%;
    width: 450px;
  }
}

#index .block-wrapper {
  background: url("../img/top/bg.png") top center/cover no-repeat;
  position: relative;
}
#index .block-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background-color: #0A4A84;
}
#index .block-wrapper:after {
  content: "";
  position: absolute;
  width: 284px;
  height: 284px;
  background: url("../img/top/shipper.png") top center/cover no-repeat;
  bottom: 0;
  left: -20px;
}
#index .block-wrapper .container {
  padding: 80px 50px;
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  #index .block-wrapper .container {
    width: 500px;
    flex-direction: column;
    padding: 50px 25px 290px;
  }
}
#index .block-wrapper .block {
  color: #000;
  flex-basis: 0;
  flex-grow: 1;
}
#index .block-wrapper .block .img img {
	height: 230px;
	object-fit: cover;
}
#index .block-wrapper .block .info {
  padding: 20px;
  text-align: center;
  background-color: #fff;
}
#index .block-wrapper .block .info .ttl {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#index .block-wrapper .block .info .txt {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index .block-wrapper .block .info .url {
  display: block;
  height: 25px;
  position: relative;
}
#index .block-wrapper .block .info .url:before {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
  right: 0;
  height: 3px;
  background-color: #04B8FF;
}
#index .block-wrapper .block .info .url p {
  position: absolute;
  left: -10px;
  font-size: 16px;
  font-weight: bold;
  color: #04B8FF;
  padding: 0 10px;
  background-color: #fff;
  transition: all 0.3s;
  white-space: nowrap;
}
#index .block-wrapper .block:hover .url p {
  left: calc(100% + 10px);
  transform: translateX(-100%);
}
#index .customer-wrapper {
  padding: 50px 0 0;
}
#index .customer-wrapper .ttl {
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  color: #57aef0;
  margin-bottom: 30px;
}
#index .customer-wrapper .ttl span {
  text-align: center;
}
@media screen and (max-width: 990px) {
  #index .customer-wrapper .ttl {
    font-size: 20px;
  }
}
#index .customer-wrapper .row {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 990px) {
  #index .customer-wrapper .row {
    gap: 5px;
  }
}
#index .customer-wrapper .row:nth-child(n+3) {
  margin-top: -50px;
}
@media screen and (max-width: 991px) {
  #index .customer-wrapper .row:nth-child(n+3) {
    margin-top: -30px;
  }
}
@media screen and (max-width: 500px) {
  #index .customer-wrapper .row:nth-child(n+3) {
    margin-top: -15px;
  }
}
#index .customer-wrapper .row .customer {
  width: 187px;
  height: 214px;
  background: url("../img/top/polygon.png") top center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
#index .customer-wrapper .row .customer.no-padding {
  padding: 0;
}
@media screen and (max-width: 991px) {
  #index .customer-wrapper .row .customer {
    width: 124.6666666667px;
    height: 142.6666666667px;
  }
}
@media screen and (max-width: 500px) {
  #index .customer-wrapper .row .customer {
    width: 74.8px;
    height: 85.6px;
    margin: 0;
    padding: 5px;
  }
}
#index .customer-wrapper .row .customer img {
  max-width: 70%;
}
#index .articleWrapper {
  display: flex;
  padding: 60px 40px 80px;
}
@media screen and (max-width: 990px) {
  #index .articleWrapper {
    display: block;
    padding: 30px 0;
  }
}
#index .articleWrapper .newsWrapper {
  flex-basis: 0;
  flex-grow: 1;
}
#index .articleWrapper .newsWrapper:first-child {
  padding-right: 30px;
}
@media screen and (max-width: 990px) {
  #index .articleWrapper .newsWrapper:first-child {
    padding-right: 0;
  }
}
#index .articleWrapper .newsWrapper:last-child {
  border-left: 1px solid #ccc;
  padding-left: 30px;
}
@media screen and (max-width: 990px) {
  #index .articleWrapper .newsWrapper:last-child {
    padding-left: 0;
    border-left: 0;
  }
}
@media screen and (max-width: 990px) {
  #index .articleWrapper .newsWrapper {
    padding: 0;
  }
  #index .articleWrapper .newsWrapper:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 990px) {
  #index .articleWrapper .newsWrapper .newsList {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
#index .articleWrapper .newsWrapper .titleBig {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  color: #57aef0;
  margin-bottom: 50px;
}
@media screen and (max-width: 990px) {
  #index .articleWrapper .newsWrapper .titleBig {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
#index .articleWrapper .newsWrapper .news {
  margin-right: 0 !important;
  width: 100% !important;
}
#index .articleWrapper .newsWrapper .news .img {
  height: 140px;
  width: 150px;
}
#index .articleWrapper .newsWrapper .button_02 {
  margin: 0 auto;
}

.old-block.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .old-block.wrapper {
    display: block;
  }
}
.old-block.wrapper .left {
  flex-basis: 0;
  flex-grow: 1;
  margin-right: 50px;
  text-align: center;
}
.old-block.wrapper .left img {
  width: auto;
  max-height: 500px;
}
@media screen and (max-width: 990px) {
  .old-block.wrapper .left {
    margin-right: 0;
  }
}
.old-block.wrapper .right {
  flex-basis: 0;
  flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 990px) {
  .old-block.wrapper .right {
    margin-bottom: 20px;
  }
}
.old-block.wrapper .right ul {
  width: 70%;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 990px) {
  .old-block.wrapper .right ul {
    width: 100%;
    padding: 0 55px 0 15px;
    height: 110px;
    overflow: hidden;
  }
}
.old-block.wrapper .right ul li {
  position: relative;
  font-size: 18px;
  padding-left: 50px;
  margin-bottom: 30px;
  min-height: 80px;
  text-align: justify;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 990px) {
  .old-block.wrapper .right ul li {
    padding-top: 5px;
    font-size: 16px;
  }
}
.old-block.wrapper .right ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #0A4A84;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #0A4A84;
  font-weight: bold;
  background-color: #fff;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.old-block.wrapper .right ul li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 13px;
  height: 92px;
  background: url("../img/arrow_02.png") center no-repeat;
  left: 13px;
  bottom: -40px;
  z-index: 1;
}
@media screen and (max-width: 990px) {
  .old-block.wrapper .right ul li:not(:last-child):after {
    content: none;
  }
}
.old-block.wrapper .right ul li:nth-child(1):before {
  content: "1";
}
.old-block.wrapper .right ul li:nth-child(2):before {
  content: "2";
}
.old-block.wrapper .right ul li:nth-child(3):before {
  content: "3";
}
.old-block.wrapper .right ul li:nth-child(4):before {
  content: "4";
}
.old-block.wrapper .right ul li:nth-child(5):before {
  content: "5";
}
.old-block.wrapper .right ul li.active {
  font-weight: bold;
}
.old-block.wrapper .right ul li.active:before {
  background-color: #0A4A84;
  color: #fff;
}
@media print, screen and (min-width: 991px) {
  .old-block.wrapper .right ul li:last-child {
    min-height: auto;
  }
}
.old-block.wrapper .right .button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 15px;
}
.old-block.wrapper .right .button:after {
  content: "+";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #57aef0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}
.old-block.wrapper .right.open ul {
  height: 520px;
  overflow: visible;
}
.old-block.wrapper .right.open .button:after {
  content: "-";
  line-height: 18px;
}

@media screen and (max-width: 990px) {
  #category-news {
    padding: 30px 0 0;
  }
}
#category-news .slider {
  padding-bottom: 20px;
  margin-bottom: 80px;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 990px) {
  #category-news .slider {
    margin-bottom: 50px;
  }
}
#category-news .slider .item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 20px 50px 20px;
}
@media screen and (max-width: 990px) {
  #category-news .slider .item {
    display: block;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
  }
}
#category-news .slider .item .newsInfo {
  flex-basis: 0;
  flex-grow: 1;
}
#category-news .slider .item .newsInfo .title {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: justify;
  line-height: 1.2;
  color: #333;
}
@media screen and (max-width: 990px) {
  #category-news .slider .item .newsInfo .title {
    font-size: 15px;
  }
}
#category-news .slider .item .newsInfo .title:hover {
  color: #57aef0;
}
#category-news .slider .item .newsInfo .content {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-align: justify;
  margin-bottom: 10px;
  height: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 990px) {
  #category-news .slider .item .newsInfo .content {
    font-size: 13px;
    height: 60px;
  }
}
#category-news .slider .item .img {
  flex-basis: 0;
  flex-grow: 1.25;
  height: 400px;
  margin-left: 50px;
}
@media screen and (max-width: 990px) {
  #category-news .slider .item .img {
    margin-left: 0;
    margin-top: 20px;
    height: 150px;
  }
}
#category-news .slider .item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#category-news .slider .slick-dots {
  bottom: 30px;
}
#category-news .slider .slick-dots li button {
  border-color: #57aef0;
}
#category-news .slider .slick-dots li.slick-active button {
  background: #57aef0;
}
#category-news .newsList02 {
  padding-bottom: 100px;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 {
    padding-bottom: 0;
  }
}
#category-news .newsList02 .row {
  display: flex;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row {
    display: block;
  }
}
#category-news .newsList02 .row .col {
  flex-basis: 0;
  flex-grow: 1.5;
}
#category-news .newsList02 .row .col:not(:last-child) {
  border-right: 1px solid #d5d5d5;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col:not(:last-child) {
    border: 0;
  }
}
#category-news .newsList02 .row .col:last-child {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 30px;
  padding-right: 20px;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col:last-child {
    margin-left: 0;
    padding: 0;
  }
}
#category-news .newsList02 .row .col .news01, #category-news .newsList02 .row .col .news02 {
  padding: 0 30px;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col .news01, #category-news .newsList02 .row .col .news02 {
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
}
#category-news .newsList02 .row .col .news01 .img, #category-news .newsList02 .row .col .news02 .img {
  height: 250px;
  margin-bottom: 15px;
  background: url("../img/logo.svg") center/80% no-repeat;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col .news01 .img, #category-news .newsList02 .row .col .news02 .img {
    width: calc(40% - 20px);
    height: 120px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
#category-news .newsList02 .row .col .news01 .img img, #category-news .newsList02 .row .col .news02 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col .news01 .newsInfo, #category-news .newsList02 .row .col .news02 .newsInfo {
    width: 60%;
  }
}
#category-news .newsList02 .row .col .news01 a, #category-news .newsList02 .row .col .news02 a {
  color: #333;
}
#category-news .newsList02 .row .col .news01 a .title, #category-news .newsList02 .row .col .news02 a .title {
  font-size: 22px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.2;
  margin-bottom: 10px;
  display: -webkit-box;
  height: 55px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col .news01 a .title, #category-news .newsList02 .row .col .news02 a .title {
    font-size: 15px;
    height: 37px;
    margin-bottom: 5px;
  }
}
#category-news .newsList02 .row .col .news01 a:hover, #category-news .newsList02 .row .col .news02 a:hover {
  color: #57aef0;
}
#category-news .newsList02 .row .col .news01 .content, #category-news .newsList02 .row .col .news02 .content {
  font-size: 14px;
  text-align: justify;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col .news01 .content, #category-news .newsList02 .row .col .news02 .content {
    font-size: 13px;
    height: 40px;
    margin-bottom: 5px;
    -webkit-line-clamp: 2;
  }
}
#category-news .newsList02 .row .col .news00:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col .news00:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
#category-news .newsList02 .row .col .news00 a {
  color: #333;
}
#category-news .newsList02 .row .col .news00 a .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col .news00 a .title {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
#category-news .newsList02 .row .col .news00 a:hover {
  color: #57aef0;
}

#category-knowledge .slider {
  margin-bottom: 100px;
}
@media screen and (max-width: 990px) {
  #category-knowledge .slider {
    margin-bottom: 50px;
  }
}
#category-knowledge .slider .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 990px) {
  #category-knowledge .slider .item {
    display: block;
  }
}
#category-knowledge .slider .item .img {
  height: 400px;
  width: 65%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 990px) {
  #category-knowledge .slider .item .img {
    height: 200px;
    width: 100%;
  }
}
#category-knowledge .slider .item .info {
  width: 35%;
  padding: 30px;
}
@media screen and (max-width: 990px) {
  #category-knowledge .slider .item .info {
    width: 100%;
  }
}
#category-knowledge .slider .item .info .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 990px) {
  #category-knowledge .slider .item .info .title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 90px;
  }
}
#category-knowledge .slider .item .info .sub {
  font-size: 20px;
  width: 85%;
  margin-bottom: 20px;
  line-height: 1.5;
  height: 125px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 990px) {
  #category-knowledge .slider .item .info .sub {
    width: 100%;
    height: 65px;
    -webkit-line-clamp: 2;
  }
}
#category-knowledge .slider .slick-dots {
  bottom: -30px;
}
#category-knowledge .slider .slick-dots li button {
  border-color: #57aef0;
}
#category-knowledge .slider .slick-dots li.slick-active button {
  background: #57aef0;
}
#category-knowledge .search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  width: 480px;
  margin: 0 auto 50px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 990px) {
  #category-knowledge .search-form {
    width: calc(100% - 30px);
    margin: 0 15px 50px;
  }
}
#category-knowledge .search-form .search-field {
  width: 435px;
  height: 45px;
  line-height: 45px;
  border: 0;
  border-radius: 5px;
  padding: 0 15px;
}
#category-knowledge .search-form .search-submit {
  width: 45px;
  height: 45px;
  border: 0;
  background: transparent;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
}
#category-knowledge .titleBig {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #57aef0;
}
#category-knowledge .newsList {
  padding-bottom: 100px;
  margin: 0;
}
@media screen and (max-width: 990px) {
  #category-knowledge .newsList {
    padding-bottom: 0;
  }
}
#category-knowledge .newsList .news {
  margin-right: 0 !important;
  width: 100% !important;
}
#category-knowledge .newsList .news .img {
  height: 140px;
  width: 150px;
}

#search {
  padding-bottom: 50px;
}
@media screen and (max-width: 990px) {
  #search {
    padding-bottom: 30px;
  }
}
#search .titleBig {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
  text-transform: uppercase;
  color: #57aef0;
}
@media screen and (max-width: 990px) {
  #search .newsList {
    margin-left: 0;
  }
  #search .newsList .content {
    height: 40px;
    -webkit-line-clamp: 2;
  }
}

#single {
  padding: 50px 0 80px;
}
@media screen and (max-width: 990px) {
  #single {
    padding: 30px 0 50px;
  }
}
#single .titleBig {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin: 15px 0;
  text-transform: uppercase;
  color: #57aef0;
  line-height: 1.5;
}
@media screen and (max-width: 990px) {
  #single .titleBig {
    font-size: 18px;
  }
}
#single .line {
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}
#single .content {
  font-size: 14px;
  text-align: justify;
}2.png") center no-repeat;
  left: 13px;
  bottom: -40px;
  z-index: 1;
}
@media screen and (max-width: 990px) {
  .old-block.wrapper .right ul li:not(:last-child):after {
    content: none;
  }
}
.old-block.wrapper .right ul li:nth-child(1):before {
  content: "1";
}
.old-block.wrapper .right ul li:nth-child(2):before {
  content: "2";
}
.old-block.wrapper .right ul li:nth-child(3):before {
  content: "3";
}
.old-block.wrapper .right ul li:nth-child(4):before {
  content: "4";
}
.old-block.wrapper .right ul li:nth-child(5):before {
  content: "5";
}
.old-block.wrapper .right ul li.active {
  font-weight: bold;
}
.old-block.wrapper .right ul li.active:before {
  background-color: #0A4A84;
  color: #fff;
}
@media print, screen and (min-width: 991px) {
  .old-block.wrapper .right ul li:last-child {
    min-height: auto;
  }
}
.old-block.wrapper .right .button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 15px;
}
.old-block.wrapper .right .button:after {
  content: "+";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #57aef0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}
.old-block.wrapper .right.open ul {
  height: 520px;
  overflow: visible;
}
.old-block.wrapper .right.open .button:after {
  content: "-";
  line-height: 18px;
}

@media screen and (max-width: 990px) {
  #category-news {
    padding: 30px 0 0;
  }
}
#category-news .slider {
  padding-bottom: 20px;
  margin-bottom: 80px;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 990px) {
  #category-news .slider {
    margin-bottom: 50px;
  }
}
#category-news .slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  padding: 0 20px 50px 20px;
}
@media screen and (max-width: 990px) {
  #category-news .slider .item {
    display: block;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
  }
}
#category-news .slider .item .newsInfo {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#category-news .slider .item .newsInfo .title {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: justify;
  line-height: 1.2;
  color: #333;
}
@media screen and (max-width: 990px) {
  #category-news .slider .item .newsInfo .title {
    font-size: 15px;
  }
}
#category-news .slider .item .newsInfo .title:hover {
  color: #57aef0;
}
#category-news .slider .item .newsInfo .content {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-align: justify;
  margin-bottom: 10px;
  height: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 990px) {
  #category-news .slider .item .newsInfo .content {
    font-size: 13px;
    height: 60px;
  }
}
#category-news .slider .item .img {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1.25;
      -ms-flex-positive: 1.25;
          flex-grow: 1.25;
  height: 400px;
  margin-left: 50px;
}
@media screen and (max-width: 990px) {
  #category-news .slider .item .img {
    margin-left: 0;
    margin-top: 20px;
    height: 150px;
  }
}
#category-news .slider .item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#category-news .slider .slick-dots {
  bottom: 30px;
}
#category-news .slider .slick-dots li button {
  border-color: #57aef0;
}
#category-news .slider .slick-dots li.slick-active button {
  background: #57aef0;
}
#category-news .newsList02 {
  padding-bottom: 100px;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 {
    padding-bottom: 0;
  }
}
#category-news .newsList02 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row {
    display: block;
  }
}
#category-news .newsList02 .row .col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1.5;
      -ms-flex-positive: 1.5;
          flex-grow: 1.5;
}
#category-news .newsList02 .row .col:not(:last-child) {
  border-right: 1px solid #d5d5d5;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col:not(:last-child) {
    border: 0;
  }
}
#category-news .newsList02 .row .col:last-child {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 30px;
  padding-right: 20px;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col:last-child {
    margin-left: 0;
    padding: 0;
  }
}
#category-news .newsList02 .row .col .news01, #category-news .newsList02 .row .col .news02 {
  padding: 0 30px;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col .news01, #category-news .newsList02 .row .col .news02 {
    padding: 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#category-news .newsList02 .row .col .news01 .img, #category-news .newsList02 .row .col .news02 .img {
  height: 250px;
  margin-bottom: 15px;
  background: url("../img/logo.svg") center/80% no-repeat;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col .news01 .img, #category-news .newsList02 .row .col .news02 .img {
    width: calc(40% - 20px);
    height: 120px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
#category-news .newsList02 .row .col .news01 .img img, #category-news .newsList02 .row .col .news02 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col .news01 .newsInfo, #category-news .newsList02 .row .col .news02 .newsInfo {
    width: 60%;
  }
}
#category-news .newsList02 .row .col .news01 a, #category-news .newsList02 .row .col .news02 a {
  color: #333;
}
#category-news .newsList02 .row .col .news01 a .title, #category-news .newsList02 .row .col .news02 a .title {
  font-size: 22px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.2;
  margin-bottom: 10px;
  display: -webkit-box;
  height: 55px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col .news01 a .title, #category-news .newsList02 .row .col .news02 a .title {
    font-size: 15px;
    height: 37px;
    margin-bottom: 5px;
  }
}
#category-news .newsList02 .row .col .news01 a:hover, #category-news .newsList02 .row .col .news02 a:hover {
  color: #57aef0;
}
#category-news .newsList02 .row .col .news01 .content, #category-news .newsList02 .row .col .news02 .content {
  font-size: 14px;
  text-align: justify;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col .news01 .content, #category-news .newsList02 .row .col .news02 .content {
    font-size: 13px;
    height: 40px;
    margin-bottom: 5px;
    -webkit-line-clamp: 2;
  }
}
#category-news .newsList02 .row .col .news00:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col .news00:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
#category-news .newsList02 .row .col .news00 a {
  color: #333;
}
#category-news .newsList02 .row .col .news00 a .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 990px) {
  #category-news .newsList02 .row .col .news00 a .title {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
#category-news .newsList02 .row .col .news00 a:hover {
  color: #57aef0;
}

#category-knowledge .slider {
  margin-bottom: 100px;
}
@media screen and (max-width: 990px) {
  #category-knowledge .slider {
    margin-bottom: 50px;
  }
}
#category-knowledge .slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 990px) {
  #category-knowledge .slider .item {
    display: block;
  }
}
#category-knowledge .slider .item .img {
  height: 400px;
  width: 65%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 990px) {
  #category-knowledge .slider .item .img {
    height: 200px;
    width: 100%;
  }
}
#category-knowledge .slider .item .info {
  width: 35%;
  padding: 30px;
}
@media screen and (max-width: 990px) {
  #category-knowledge .slider .item .info {
    width: 100%;
  }
}
#category-knowledge .slider .item .info .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 990px) {
  #category-knowledge .slider .item .info .title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 90px;
  }
}
#category-knowledge .slider .item .info .sub {
  font-size: 20px;
  width: 85%;
  margin-bottom: 20px;
  line-height: 1.5;
  height: 125px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 990px) {
  #category-knowledge .slider .item .info .sub {
    width: 100%;
    height: 65px;
    -webkit-line-clamp: 2;
  }
}
#category-knowledge .slider .slick-dots {
  bottom: -30px;
}
#category-knowledge .slider .slick-dots li button {
  border-color: #57aef0;
}
#category-knowledge .slider .slick-dots li.slick-active button {
  background: #57aef0;
}
#category-knowledge .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  width: 480px;
  margin: 0 auto 50px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 990px) {
  #category-knowledge .search-form {
    width: calc(100% - 30px);
    margin: 0 15px 50px;
  }
}
#category-knowledge .search-form .search-field {
  width: 435px;
  height: 45px;
  line-height: 45px;
  border: 0;
  border-radius: 5px;
  padding: 0 15px;
}
#category-knowledge .search-form .search-submit {
  width: 45px;
  height: 45px;
  border: 0;
  background: transparent;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
}
#category-knowledge .titleBig {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #57aef0;
}
#category-knowledge .newsList {
  padding-bottom: 100px;
  margin: 0;
}
@media screen and (max-width: 990px) {
  #category-knowledge .newsList {
    padding-bottom: 0;
  }
}
#category-knowledge .newsList .news {
  margin-right: 0 !important;
  width: 100% !important;
}
#category-knowledge .newsList .news .img {
  height: 140px;
  width: 150px;
}

#search {
  padding-bottom: 50px;
}
@media screen and (max-width: 990px) {
  #search {
    padding-bottom: 30px;
  }
}
#search .titleBig {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
  text-transform: uppercase;
  color: #57aef0;
}
@media screen and (max-width: 990px) {
  #search .newsList {
    margin-left: 0;
  }
  #search .newsList .content {
    height: 40px;
    -webkit-line-clamp: 2;
  }
}

#single {
  padding: 50px 0 80px;
}
@media screen and (max-width: 990px) {
  #single {
    padding: 30px 0 50px;
  }
}
#single .titleBig {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin: 15px 0;
  text-transform: uppercase;
  color: #57aef0;
  line-height: 1.5;
}
@media screen and (max-width: 990px) {
  #single .titleBig {
    font-size: 18px;
  }
}
#single .line {
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
}
#single .content {
  font-size: 14px;
  text-align: justify;
}