/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1e9dd0;
  --secondary: #595857;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #fb77ac;
  --light: #f8f9fa;
  --dark: #343a40;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  overflow: hidden;
}

@font-face {
  font-family: 'din bold';
  src: url('/common_2025/fonts/DIN Bold.otf');
}

@font-face {
  font-family: 'UDShinGoPro bold';
  src: url('/common_2025/fonts/A-OTF-UDSHINGOPRO-BOLD.OTF');
}

@font-face {
  font-family: 'UDShinGoPro debold';
  src: url('/common_2025/fonts/A-OTF-UDSHINGOPRO-DEBOLD.OTF');
}

@font-face {
  font-family: 'UDShinGoPro regular';
  src: url('/common_2025/fonts/A-OTF-UDSHINGOPRO-REGULAR.OTF');
}

@font-face {
  font-family: 'mplus 1p bold';
  src: url('/common_2025/fonts/mplus-1p-bold.ttf');
}

@font-face {
  font-family: 'mplus 1p heavy';
  src: url('/common_2025/fonts/mplus-1p-heavy.ttf');
}

@font-face {
  font-family: 'mplus 1p regular';
  src: url('/common_2025/fonts/mplus-1p-regular.ttf');
}

@font-face {
  font-family: 'mplus 1p medium';
  src: url('/common_2025/fonts/mplus-1p-medium.ttf');
}

@font-face {
  font-family: 'mplus 2p bold';
  src: url('/common_2025/fonts/mplus-2p-bold.ttf');
}

@font-face {
  font-family: 'mplus 2p heavy';
  src: url('/common_2025/fonts/mplus-2p-heavy.ttf');
}

@font-face {
  font-family: 'mplus 2p regular';
  src: url('/common_2025/fonts/mplus-2p-regular.ttf');
}

@font-face {
  font-family: 'mplus 2p medium';
  src: url('/common_2025/fonts/mplus-2p-medium.ttf');
}

@font-face {
  font-family: 'roboto bold';
  src: url('/common_2025/fonts/Roboto-Bold.ttf');
}

@font-face {
  font-family: 'din bold';
  src: url('/common_2025/fonts/din-bold.ttf');
}

.font_din_bold {
  font-family: 'din bold';
}

.font_gopro_debold {
  font-family: 'UDShinGoPro debold';
}

.font_gopro_bold {
  font-family: 'UDShinGoPro bold';
}

.font_gopro_regular {
  font-family: 'UDShinGoPro regular';
}

.font_roboto_bold {
  font-family: 'roboto bold';
}

.font_1p_bold {
  font-family: 'mplus 1p bold';
}

.font_1p_heavy {
  font-family: 'mplus 1p heavy';
}

.font_1p_medium {
  font-family: 'mplus 1p medium';
}

.font_1p_regular {
  font-family: 'mplus 1p regular';
}

.font_2p_bold {
  font-family: 'mplus 2p bold';
}

.font_2p_heavy {
  font-family: 'mplus 2p heavy';
}

.font_2p_regular {
  font-family: 'mplus 2p regular';
}

.font_2p_medium {
  font-family: 'mplus 2p medium';
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}

[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}

.container-2xl,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xx {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 680px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 840px;
  }
}

@media (min-width: 1320px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xx {
    max-width: 960px;
  }
}

@media (min-width: 1440px) {
  .container,
  .container-2xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xx {
    max-width: 1000px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-2xl,
.col-2xl-1,
.col-2xl-10,
.col-2xl-11,
.col-2xl-12,
.col-2xl-2,
.col-2xl-3,
.col-2xl-4,
.col-2xl-5,
.col-2xl-6,
.col-2xl-7,
.col-2xl-8,
.col-2xl-9,
.col-2xl-auto,
.col-3,
.col-3xl,
.col-3xl-1,
.col-3xl-10,
.col-3xl-11,
.col-3xl-12,
.col-3xl-2,
.col-3xl-3,
.col-3xl-4,
.col-3xl-5,
.col-3xl-6,
.col-3xl-7,
.col-3xl-8,
.col-3xl-9,
.col-3xl-auto,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xx,
.col-xx-1,
.col-xx-10,
.col-xx-11,
.col-xx-12,
.col-xx-2,
.col-xx-3,
.col-xx-4,
.col-xx-5,
.col-xx-6,
.col-xx-7,
.col-xx-8,
.col-xx-9,
.col-xx-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.hoyu-contact__map {
  position: relative;
  z-index: 1050;
  overflow: hidden;
  height: 830px;
}

.hoyu-contact__map::before {
  content: '';
  display: block;
  padding-top: 68.62745%;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

@media (min-width: 992px) {
  .hoyu-contact__map::before {
    padding-top: 100vh;
  }
}

.content-sp {
  display: none !important;
}

.content-body {
  max-width: 1366px;
  margin: auto;
}

.length-body {
  background-color: green;
  max-width: 1366px;
  margin: auto;
  width: 100%;
  height: 20px;
}

.hoyu-contact__map iframe {
  width: 100%;
  height: calc(100% + 500px + 500px);
  pointer-events: none;
  top: -500px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border: none;
}

.hoyu-content-page #site-header .top-header {
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}

.hoyu-content-page #site-header .top-header .div-logo {
  width: 5%;
  margin-top: 40px;
}

.hoyu-content-page #site-header .top-header .div-logo img {
  width: 53px;
}

.hoyu-content-page #site-header .top-header .div-right-header .all-title {
  width: 80%;
  margin-top: 40px;
  display: flex;
}

.hoyu-content-page
  #site-header
  .top-header
  .div-right-header
  .all-title
  .title {
  margin: 0 35px;
}

.hoyu-content-page #site-header .top-header .div-right-header .all-title a {
  font-size: 14px;
}

.hoyu-content-page #site-header .top-header .div-right-header {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 87%;
}

.hoyu-content-page
  #site-header
  .top-header
  .div-right-header
  .all-title
  .title
  a {
  color: #373737;
  font-size: 16px;
  letter-spacing: 2.8px;
}

.hoyu-content-page #site-header .top-header .div-right-header .btn-logo-gmail {
  background-color: #49bae7;
  width: 189px;
  height: 125px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}

.hoyu-content-page
  #site-header
  .top-header
  .div-right-header
  .btn-logo-gmail
  .img-gmail {
  width: 100%;
  display: flex;
  justify-content: center;
}

.hoyu-content-page
  #site-header
  .top-header
  .div-right-header
  .btn-logo-gmail
  .img-gmail
  img {
  width: 30px;
}

.hoyu-content-page
  #site-header
  .top-header
  .div-right-header
  .btn-logo-gmail
  .title-gmail
  p {
  font-size: 14px;
  margin: 0;
  letter-spacing: 2px;
  color: #ffff;
}

.container-content-header {
  display: flex;
  justify-content: end;
  position: relative;
  height: 600px;
}

.container-content-header .image-header {
  width: 60%;
  position: absolute;
  top: -100px;
  right: 88px;
  z-index: -1;
}

.container-content-header .image-header img {
  width: 100%;
}

.content-body .container-content-header .content-title {
  position: absolute;
  top: 49px;
  left: 130px;
}

.content-body .container-content-header .content-title .title h1 {
  font-size: 36px;
  color: #373737;
  letter-spacing: 7px;
  line-height: 68px;
  margin-bottom: 20px;
}

.content-body .container-content-header .content-title .line-bt {
  border-bottom: 2px solid #373737;
  width: 60px;
  margin-bottom: 20px;
}

.content-body .container-content-header .content-title .lorem p {
  font-size: 18px;
  letter-spacing: 2.4px;
  color: #373737;
}

.content-body .container-content-header .content-title .btn-black {
  background-color: #373737;
  display: flex;
  align-items: center;
  width: 235px;
  padding: 16px 43px;
  margin: 35px 0 85px 0;
}

.icon-triangle {
  display: flex;
}

.content-body
  .container-content-header
  .content-title
  .btn-black
  .icon-triangle
  img {
  width: 6px;
  margin-right: 15px;
}

.content-body .container-content-header .content-title .btn-black .lorem-btn p {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffff;
}

.content-body
  .container-content-header
  .content-title
  .lorem-bottom
  .lorem-black {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.content-body
  .container-content-header
  .content-title
  .lorem-bottom
  .lorem-black
  h5 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #373737;
  margin: 0;
}

.content-body
  .container-content-header
  .content-title
  .lorem-bottom
  .lorem-black
  p {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #373737;
}

.content-body
  .container-content-header
  .content-title
  .lorem-bottom
  .lorem-sky {
  position: relative;
  z-index: 20000;
}

.content-body
  .container-content-header
  .content-title
  .lorem-bottom
  .lorem-sky
  a {
  font-size: 12px;
  color: #49bae7;
  display: flex;
  align-items: center;
}

.content-body
  .container-content-header
  .content-title
  .lorem-bottom
  .lorem-sky
  span {
  font-size: 7px;
  margin-right: 3px;
}

.content-body .parallelogram {
  position: relative;
  height: 1985px;
  top: -115px;
  z-index: 10000;
}

.content-body .shape-parallelogram {
  width: 100%;
  height: 1985px;
  background-color: #49bae7;
  clip-path: polygon(0 187px, 100% 0%, 100% 100%, 0% 1775px);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: -1;
}

.content-body .shape-parallelogram-left {
  background-color: #49bae7;
  height: 1590px;
  width: 50vw;
  position: absolute;
  left: -49vw;
  top: 186px;
}

.content-body .shape-parallelogram-right {
  background-color: #49bae7;
  height: 1985px;
  width: 50vw;
  position: absolute;
  right: -49.9vw;
  top: 0;
}

.content-body .shape-parallelogram-contact-left {
  background-color: #49bae7;
  height: 145px;
  width: 50vw;
  position: absolute;
  left: -49vw;
  bottom: -39px;
}

.content-body .shape-parallelogram-contact-right {
  background-color: #49bae7;
  height: 275px;
  width: 50vw;
  position: absolute;
  right: -49.9vw;
  top: 0;
}

.content-body .parallelogram .div-radius-double {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  column-gap: 80px;
  padding-top: 75px;
  position: relative;
  padding-left: 18px;
}

.content-body .parallelogram .div-radius-double .div-sevice {
  position: absolute;
  left: 20px;
  top: 220px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.content-body .parallelogram .div-radius-double .div-sevice p {
  font-size: 14px;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
  letter-spacing: 4.5px;
  /* dọc từ trên xuống dưới, phải sang trái */
  /* text-orientation: upright; */
  /* các chữ không bị xoay ngang */
  width: 100%;
  margin-bottom: 10px;
}

.content-body .parallelogram .div-radius-double .div-sevice .line-sv {
  height: 100px;
  border-right: 2px dotted #fff;
}

.content-body .parallelogram .div-radius-double .box-radius {
  width: 35%;
}

.content-body .parallelogram .div-radius-double .block-radius {
  background-color: #49bae7;
  border: 57px solid #f2f2f2;
  border-radius: 100%;
  width: 475px;
  height: 475px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.content-body .parallelogram .div-radius-double .body-block-radius {
  width: 315px;
  margin: auto;
}

.content-body .parallelogram .div-radius-double .block-radius .title-radius h3 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 15px;
  line-height: 60px;
  color: #f2f2f2;
}

.content-body
  .parallelogram
  .div-radius-double
  .body-block-radius
  .title-h4
  h4 {
  font-size: 24px;
  color: #ffff;
  letter-spacing: 1.7px;
  margin-bottom: 20px;
}

.content-body .parallelogram .div-radius-double .body-block-radius .lorem-p {
  width: 285px;
}

.content-body .parallelogram .div-radius-double .body-block-radius .lorem-p p {
  font-size: 14px;
  line-height: 30px;
  color: #ffff;
}

.content-body
  .parallelogram
  .div-radius-double
  .body-block-radius
  .btn-boder-white {
  width: 285px;
  display: flex;
  align-items: center;
  border: 1px solid #ffff;
  padding: 15px 0;
  padding-left: 83px;
  margin-top: 35px;
}

.content-body
  .parallelogram
  .div-radius-double
  .body-block-radius
  .btn-boder-white
  .icon-triangle {
  width: 6px;
  margin-right: 10px;
  display: flex;
}

.content-body
  .parallelogram
  .div-radius-double
  .body-block-radius
  .btn-boder-white
  .icon-triangle
  img {
  width: 100%;
}

.content-body
  .parallelogram
  .div-radius-double
  .body-block-radius
  .btn-boder-white
  .lorem-btn
  p {
  font-size: 12px;
  color: #ffff;
}

.content-body .box-people-six {
  display: flex;
  margin-top: 85px;
  justify-content: center;
  column-gap: 63px;
}

.content-body .box-people-six .box-left-people {
  width: 23%;
  margin-left: 70px;
  position: relative;
}

.content-body .box-people-six .box-left-people .lorem-box p {
  font-size: 14px;
  line-height: 30px;
  margin-top: 390px;
}

.content-body .box-people-six .box-left-people .image-people {
  width: 565px;
  position: absolute;
  right: -145px;
  top: -15px;
}

.content-body .box-people-six .box-left-people .image-people img {
  width: 100%;
}

.content-body .box-people-six .box-right-six {
  width: 55%;
  background-color: #f2f2f2;
  padding-bottom: 40px;
}

.content-body .box-people-six .box-right-six .title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
}

.content-body .box-people-six .box-right-six .title-box .image-left {
  width: 6.5px;
  align-items: center;
  margin-right: 30px;
  margin-top: 5px;
}

.content-body .box-people-six .box-right-six .title-box .image-right {
  width: 6.5px;
  align-items: center;
  margin-left: 30px;
  margin-top: 5px;
}

.content-body .box-people-six .box-right-six .title-box img {
  width: 100%;
}

.content-body .box-people-six .box-right-six .title-box h2 {
  font-size: 22px;
  letter-spacing: 3px;
  color: #49bae7;
}

.content-body .box-people-six .box-right-six .body-six-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 35px;
  row-gap: 10px;
}

.content-body .box-people-six .box-right-six .body-six-box .content-box {
  width: 180px;
}

.content-body
  .box-people-six
  .box-right-six
  .body-six-box
  .content-box
  .radius-box {
  background-color: #ffff;
  border: 20px solid #bfe1ef;
  border-radius: 100%;
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.content-body
  .box-people-six
  .box-right-six
  .body-six-box
  .content-box
  .radius-box
  .title-radius
  h4 {
  font-size: 16px;
  color: #373737;
  line-height: 26px;
}

.content-body
  .box-people-six
  .box-right-six
  .body-six-box
  .content-box
  .body-box-radius {
  width: 130px;
  margin: auto;
}

.content-body
  .box-people-six
  .box-right-six
  .body-six-box
  .content-box
  .body-box-radius
  .lorem-p
  p {
  font-size: 12px;
  color: #373737;
  line-height: 22px;
  letter-spacing: 0.5px;
  line-break: strict;
}

.content-body .corporate-profile {
  display: flex;
  justify-content: end;
  position: relative;
  top: -200px;
}

.content-body .corporate-profile .box-profile-left {
  width: 48%;
  position: relative;
  z-index: 10000;
}

.content-body .corporate-profile .box-profile-right {
  width: 41%;
  /* z-index: -2; */
  background-color: #f2f2f2;
  padding-bottom: 100px;
}

.content-body .corporate-profile .box-profile-left .title-profile h1 {
  font-size: 48px;
  color: #373737;
  letter-spacing: 7px;
  line-height: 63px;
}

.content-body .corporate-profile .box-profile-left .lorem-title h4 {
  font-size: 24px;
  color: #373737;
  letter-spacing: 4px;
  margin: 20px 0;
  margin-bottom: 50px;
}

.content-body .corporate-profile .box-profile-left .image-people-profile {
  width: 445px;
  position: absolute;
  right: -160px;
  top: -95px;
}

.content-body .corporate-profile .box-profile-left .image-people-profile img {
  width: 100%;
}

.content-body .corporate-profile .box-profile-right .lorem-map {
  margin: 28px 0;
}

.content-body .corporate-profile .box-profile-right .lorem-map p {
  font-size: 14px;
  color: #373737;
  margin: 15px 0;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
}

.content-body .corporate-profile .box-profile-right .lorem-map span {
  font-size: 8px;
}

.content-body
  .corporate-profile
  .box-profile-right
  .btn-black-map
  .icon-triangle
  img {
  width: 100%;
}

.content-body .corporate-profile .box-profile-right .btn-black-map {
  display: flex;
  align-items: center;
  width: 265px;
  background-color: #373737;
  padding: 6px 0;
  padding-left: 30px;
}

.content-body
  .corporate-profile
  .box-profile-right
  .btn-black-map
  .icon-triangle {
  width: 6px;
  margin-right: 10px;
  display: flex;
}

/* .content-body .corporate-profile .box-profile-right .btn-black-map .lorem-btn {
    height: 17px;
} */

.content-body
  .corporate-profile
  .box-profile-right
  .btn-black-map
  .lorem-btn
  p {
  font-size: 11px;
  color: #ffff;
  letter-spacing: 1px;
}

.box-library {
  border-collapse: collapse;
  width: 600px;
  text-align: center;
}

.box-library td {
  vertical-align: top;
  border: none;
  font-size: 14px;
  text-align: start;
  padding: 25px 0;
  padding-left: 35px;
  letter-spacing: 3px;
  color: #373737;
}

.box-library td:first-child {
  border-right: 1px solid #dcdbdb;
  width: 115px;
  padding-left: 0;
  letter-spacing: 4px;
}

.content-body .corporate-profile .box-profile-left .logo-double-title {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.content-body
  .corporate-profile
  .box-profile-left
  .logo-double-title
  .box-logo {
  width: 110px;
  margin-right: 30px;
}

.content-body
  .corporate-profile
  .box-profile-left
  .logo-double-title
  .box-logo
  img {
  width: 100%;
}

.content-body
  .corporate-profile
  .box-profile-left
  .logo-double-title
  .box-title {
  width: 385px;
}

.content-body
  .corporate-profile
  .box-profile-left
  .logo-double-title
  .box-title
  h5 {
  font-size: 12px;
  color: #373737;
}

.content-body
  .corporate-profile
  .box-profile-left
  .logo-double-title
  .box-title
  p {
  font-size: 11px;
  color: #373737;
  letter-spacing: 0.5px;
}

.content-body .corporate-profile .box-profile-right .content-bottom {
  margin-left: 30px;
}

.content-body .content-contact {
  position: relative;
  top: -265px;
  padding-top: 110px;
  z-index: 10;
}

.content-body .content-contact .shape-parallelogram-contact {
  position: absolute;
  top: 0;
  width: 100%;
  height: 275px;
  background-color: #49bae7;
  clip-path: polygon(
    0% 130px,
    /* góc trên trái dịch vào 20% */ 100% 0%,
    /* góc trên phải dịch vào 20% */ 100% 100%,
    /* góc dưới phải */ 0% 100% /* góc dưới trái */
  );
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.content-body .content-contact .div-contact {
  display: flex;
  width: 87%;
  margin: auto;
}

.content-body .content-contact .div-contact .box-contact-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 25%;
  padding-top: 45px;
}

.content-body .content-contact .div-contact .box-contact-1 .title {
  display: flex;
  width: 100%;
}

.content-body .content-contact .div-contact .box-contact-1 .title h3 {
  font-size: 36px;
  letter-spacing: 4px;
}

.content-body .content-contact .div-contact .box-contact-1 .lorem p {
  font-size: 18px;
  letter-spacing: 4px;
}

.content-body .content-contact .div-contact .box-contact-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 36%;
  border-right: 1px solid #a4ddf3;
  padding-top: 30px;
}

.content-body .content-contact .div-contact .box-contact-2 .lorem {
  width: 100%;
}

.content-body .content-contact .div-contact .box-contact-2 .lorem p {
  font-size: 14px;
  letter-spacing: 2.5px;
  display: flex;
  width: 375px;
  justify-content: center;
  margin-bottom: 10px;
}

.content-body .content-contact .div-contact .box-contact-2 .btn-black-contact {
  display: flex;
  align-items: center;
  width: 375px;
  background-color: #373737;
  padding: 17px 0;
  padding-left: 93px;
}

.content-body
  .content-contact
  .div-contact
  .box-contact-2
  .btn-black-contact
  .icon-triangle {
  width: 6px;
  margin-right: 10px;
  display: flex;
}

.content-body
  .content-contact
  .div-contact
  .box-contact-2
  .btn-black-contact
  .icon-triangle
  img {
  width: 100%;
}

.content-body
  .content-contact
  .div-contact
  .box-contact-2
  .btn-black-contact
  .lorem-btn
  p {
  font-size: 16px;
  color: #ffff;
  letter-spacing: 1px;
}

.content-body .content-contact .div-contact .box-contact-3 {
  width: 26%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: 85px;
}

.content-body .content-contact .div-contact .box-contact-3 .title p {
  font-size: 14px;
  letter-spacing: 3px;
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}

.content-body .content-contact .div-contact .box-contact-3 .box-tel {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 37px;
}

.content-body .content-contact .div-contact .box-contact-3 .box-tel .logo {
  width: 30px;
  margin-right: 10px;
  display: flex;
}

.content-body .content-contact .div-contact .box-contact-3 .box-tel .logo img {
  width: 100%;
}

.content-body .content-contact .div-contact .box-contact-3 .box-tel .number h3 {
  font-size: 30px;
  letter-spacing: 1px;
}

.content-body .content-contact .div-contact .box-contact-3 .lorem p {
  font-size: 12px;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.content-body .content-contact .div-contact .box-contact-3 .lorem-bottom p {
  font-size: 9px;
  letter-spacing: 0.5px;
}

.content-footer {
  width: 1190px;
  max-width: 1366px;
  margin: auto;
  height: 213px;
  display: flex;
  justify-content: start;
  margin-top: -220px;
}

.content-footer .box-footer {
  padding-top: 60px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.content-footer .box-footer .line-bd {
  border-right: 1.6px solid #ebebeb;
  height: 120px;
  margin-top: -10px;
}

.content-footer .box-footer-1 {
  width: 320px;
  padding-top: 42px;
}

.content-footer .box-footer-2 {
  width: 120px;
}

.content-footer .box-footer-3 {
  width: 220px;
  padding-left: 35px;
}

.content-footer .box-footer-4 {
  width: 130px;
  padding-left: 30px;
}

.content-footer .box-footer-5 {
  width: 240px;
  padding-left: 30px;
}

.content-footer .box-footer-6 {
  width: 120px;
  padding-left: 30px;
}

.content-footer .box-footer-1 .box-logo {
  width: 193.5px;
  margin-bottom: 85px;
}

.content-footer .box-footer-1 .box-logo img {
  width: 100%;
}

.content-footer .box-footer-1 .lorem-ft p {
  font-size: 10px;
  color: #aeaeae;
  letter-spacing: 1px;
}

.content-footer .box-footer .title p {
  font-size: 12px;
  color: #373737;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.content-footer .box-footer-3 .title p {
  margin-bottom: 0;
  text-decoration: none;
}

.content-footer .box-footer .title span {
  font-size: 6px;
  margin-right: 5px;
  color: #373737;
  margin-bottom: 20px;
}

.content-footer .box-footer .title a {
  display: flex;
  align-items: center;
}

.content-footer .box-footer .lorem p {
  font-size: 12px;
  color: #373737;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.content-footer .box-footer .lorem span {
  font-size: 14px;
  color: #373737;
  margin-right: 10px;
}

.content-footer .box-footer .lorem a {
  display: flex;
  align-items: center;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*　下に下がる動き　*/

#button-backtop.DownMove {
  animation: DownAnime 0.5s forwards;
}

#button-backtop.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 1;
    transform: translateX(150px);
  }
}

#button-backtop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #373737;
  height: 50px;
  width: 110px;
  opacity: 1;
  z-index: 10000;
  position: fixed;
  right: 0;
  bottom: 50px;
  flex-direction: column;
}

#button-backtop:hover {
  cursor: pointer;
  opacity: 0.9 !important;
}

#button-backtop .image {
  width: 30px;
  margin: 0 auto;
}

#button-backtop .text {
  width: 100%;
  display: flex;
  justify-content: center;
}

#button-backtop .text span {
  font-size: 11px;
  letter-spacing: 1px;
}

#button-backtop .image img {
  width: 100%;
}

#button-backtop.UpMove {
  animation: 0.5s ease 0s 1 normal forwards running UpAnime;
}

#button-backtop.DownMove {
  animation: 0.5s ease 0s 1 normal forwards running DownAnime;
}

.list-menu-sp {
  display: none;
}

#tablink1 {
  position: absolute;
  top: 34px;
}

#tablink2 {
  position: absolute;
  top: -95px;
}
