@import url(../fonts/fontawesome/css/all.min.css);
@import url(../fonts/typography.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body, html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: currentColor;
}

*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


:root {
  --f-body: "Open Sans";
  --f-second: "Lato";
  --red: #E9303C;
  --white: #fff;
  --black: #41464B;
  --black-1: #3F3F3F;
  --blue: #3D8BFD;
}

body {
  font-family: var(--f-body);
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
textarea,
select {
  outline: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

figure {
  margin: 0;
}

@media (min-width: 1499px) {
  .container {
    max-width: 1300px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-2 {
    max-width: 1170px;
    margin: 0 auto;
  }
}
.row-0 {
  margin-left: 0;
  margin-right: 0;
}

.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.p-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.action {
  transition: 0.4s ease-out 0s;
}

header .header-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 1.15rem 3.45rem;
  background: linear-gradient(180deg, rgba(0, 48, 74, 0.95) 0%, rgba(9, 30, 62, 0) 100%);
  z-index: 9;
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  header .header-wrapper {
    padding: 1.15rem 2.45rem;
  }
}
@media only screen and (max-width: 1480px) {
  header .header-wrapper {
    padding: 1rem 1.5rem;
  }
}
header .header-wrapper .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrapper .content .left {
  width: 11.5rem;
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  header .header-wrapper .content .left {
    width: 7.5rem;
  }
}
@media only screen and (max-width: 1480px) {
  header .header-wrapper .content .left {
    width: 7rem;
  }
}
header .header-wrapper .content .mid .menu .menu-content {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  align-items: center;
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  header .header-wrapper .content .mid .menu .menu-content {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 1480px) {
  header .header-wrapper .content .mid .menu .menu-content {
    gap: 1rem;
  }
}
header .header-wrapper .content .mid .menu .menu-content .sub-menu {
  position: relative;
  padding: 0.8rem 0;
}
header .header-wrapper .content .mid .menu .menu-content .sub-menu:hover .menudropdown {
  display: block;
}
header .header-wrapper .content .mid .menu .menu-content .sub-menu a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
  font-family: var(--f-body);
  color: var(--white);
}
@media only screen and (max-width: 1480px) {
  header .header-wrapper .content .mid .menu .menu-content .sub-menu a {
    font-size: 0.875rem;
  }
}
header .header-wrapper .content .mid .menu .menu-content .sub-menu .menudropdown {
  display: none;
  position: absolute;
  border-radius: 0.5rem;
  background: var(--white);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  z-index: 9;
  top: 3.125rem;
  min-width: 26.2rem;
}
header .header-wrapper .content .mid .menu .menu-content .sub-menu .menudropdown ul {
  padding: 1.25rem 0rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
header .header-wrapper .content .mid .menu .menu-content .sub-menu .menudropdown ul li {
  padding: 0.9375rem 1.875rem;
}
header .header-wrapper .content .mid .menu .menu-content .sub-menu .menudropdown ul li a {
  color: #454E55;
  line-height: 1.25rem;
}
header .header-wrapper .content .mid .menu .menu-content .active a {
  color: var(--red);
}
header .header-wrapper .content .right {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  header .header-wrapper .content .right {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 1480px) {
  header .header-wrapper .content .right {
    gap: 1rem;
  }
}
header .header-wrapper .content .right .hotline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header .header-wrapper .content .right .hotline a {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  font-family: var(--f-body);
  color: var(--white);
  letter-spacing: 0.00875rem;
}
header .header-wrapper .content .right .language {
  position: relative;
}
header .header-wrapper .content .right .language .language-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
header .header-wrapper .content .right .language .language-toggle span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  color: var(--white);
  font-family: var(--f-body);
  letter-spacing: 0.00875rem;
}
header .header-wrapper .content .right .language .language-toggle i {
  color: var(--white);
}
header .header-wrapper .content .right .language .language-other {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 2rem;
  z-index: -1;
}
header .header-wrapper .content .right .language .language-other span {
  background: var(--white);
  display: block;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.2rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  color: var(--black);
  font-family: var(--f-body);
  letter-spacing: 0.00875rem;
  cursor: pointer;
}
header .header-wrapper .content .right .language .active {
  opacity: 1;
  z-index: 3;
}
header .header-wrapper .content .right .search {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  width: 13.125rem;
  height: 3rem;
  padding: 0 1.38rem;
  background: #F0F1F2;
  border-radius: 1.875rem;
}
@media only screen and (max-width: 1480px) {
  header .header-wrapper .content .right .search {
    width: 8.5rem;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 1280px) {
  header .header-wrapper .content .right .search {
    height: 2.3rem;
  }
}
header .header-wrapper .content .right .search input {
  width: 100%;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  background: none;
  border: none;
  font-family: var(--white);
  color: #9A9EA6;
  letter-spacing: 0.0375rem;
}
header .fixed-header {
  position: fixed;
  background: var(--white);
}
header .fixed-header .content .mid .menu .menu-content .sub-menu a {
  color: var(--black);
}
header .fixed-header .content .right .hotline figure svg path {
  stroke: var(--black);
}
header .fixed-header .content .right .hotline a {
  color: var(--black);
}
header .fixed-header .content .right .language .language-toggle svg path, header .fixed-header .content .right .language .language-toggle svg circle, header .fixed-header .content .right .language .language-toggle svg ellipse {
  stroke: var(--black);
}
header .fixed-header .content .right .language .language-toggle span {
  color: var(--black);
}
header .fixed-header .content .right .language .language-toggle i {
  color: var(--black);
}

.header-site .header-wrapper {
  position: unset;
  background: var(--white);
}
.header-site .header-wrapper .content .mid .menu .menu-content .sub-menu a {
  color: #3F3F3F;
}
.header-site .header-wrapper .content .mid .menu .menu-content .active a {
  color: var(--red);
}
.header-site .header-wrapper .content .right .hotline a {
  color: #3F3F3F;
}
.header-site .header-wrapper .content .right .language .language-toggle span {
  color: #3F3F3F;
}
.header-site .header-wrapper .content .right .language .language-toggle i {
  color: var(--black);
}
.header-site .fixed-header {
  position: fixed;
}

main .section-banner-homepage {
  position: relative;
}
main .section-banner-homepage .slide-banner {
  position: relative;
}
main .section-banner-homepage .slide-banner .image figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 49.479166666%;
}
main .section-banner-homepage .slide-banner .image figure::before {
  background: linear-gradient(110deg, rgba(0, 48, 74, 0.95) 17.14%, rgba(9, 30, 62, 0) 74.08%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
main .section-banner-homepage .slide-banner .image figure img, main .section-banner-homepage .slide-banner .image figure video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .section-banner-homepage .slide-banner .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 35.75rem;
  z-index: 3;
}
main .section-banner-homepage .slide-banner .text h1 {
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02375rem;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--f-body);
}
main .section-banner-homepage .slide-banner .text .desc {
  margin: 1.25rem 0 1.87rem;
}
main .section-banner-homepage .slide-banner .text .desc p {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  font-feature-settings: "clig" off, "liga" off;
  color: var(--white);
}
main .section-banner-homepage .slide-banner .text .action {
  padding: 1rem 0;
  width: 12.3125rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  display: flex;
  border-radius: 0.1875rem;
  background: #E14040;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  font-family: var(--f-body);
  color: var(--white);
  letter-spacing: 0.01rem;
}
main .section-banner-homepage .slide-banner .text .action:hover {
  gap: 0.8rem;
}
main .section-banner-homepage .slide-banner .slider-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.1rem;
  z-index: 3;
}
main .section-banner-homepage .slide-banner .slider-controls .slider-button-prev, main .section-banner-homepage .slide-banner .slider-controls .slider-button-next {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
main .section-banner-homepage .slide-banner .slider-controls .slider-button-prev svg, main .section-banner-homepage .slide-banner .slider-controls .slider-button-prev img, main .section-banner-homepage .slide-banner .slider-controls .slider-button-next svg, main .section-banner-homepage .slide-banner .slider-controls .slider-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .section-banner-homepage .slide-banner .slider-controls .slider-pagination {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
main .section-banner-homepage .slide-banner .slider-controls .slider-pagination span {
  margin: 0;
  width: 0.625rem;
  height: 0.625rem;
  background: var(--white);
  opacity: 0.3;
  border-radius: 0.625rem;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
main .section-banner-homepage .slide-banner .slider-controls .slider-pagination .swiper-pagination-bullet-active {
  height: 1.875rem;
  opacity: 1;
  background: var(--red);
}
main .section-homepage-1 {
  margin: 6.25rem 0;
  position: relative;
}
main .section-homepage-1::before {
  content: url("../../images/img-64.png");
  position: absolute;
  right: 1.95rem;
  bottom: -3rem;
}
main .section-homepage-1 .col-left .image-big {
  position: absolute;
  top: 0;
  left: 3rem;
  width: 58.875rem;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-1 .col-left .image-big {
    left: 1rem;
    width: 42rem;
  }
}
main .section-homepage-1 .col-left .image-big figure {
  border-radius: 0.3125rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 63.90658174%;
}
main .section-homepage-1 .col-left .image-big figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-homepage-1 .col-left .image-small {
  position: absolute;
  right: 0;
  bottom: -4.69rem;
}
main .section-homepage-1 .col-left .image-small figure {
  width: 17rem;
  height: 11.375rem;
  border-radius: 0.3125rem;
  border: 0.625rem solid var(--white);
  position: relative;
  overflow: hidden;
}
main .section-homepage-1 .col-left .image-small figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-homepage-1 .content {
  justify-content: flex-end;
}
main .section-homepage-1 .content .col-right {
  max-width: 32.625rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-1 .content .col-right {
    max-width: 30rem;
  }
}
main .section-homepage-1 .content .col-right .title {
  margin-bottom: 1.5rem;
}
main .section-homepage-1 .content .col-right .title h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  font-family: var(--f-body);
  color: var(--black);
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-1 .content .col-right .title h2 {
    font-size: 2rem;
  }
}
main .section-homepage-1 .content .col-right .title .desc {
  margin-top: 1.25rem;
}
main .section-homepage-1 .content .col-right .title .desc p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--black);
  letter-spacing: 0.01rem;
}
main .section-homepage-1 .content .col-right .list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
main .section-homepage-1 .content .col-right .list .child {
  border-radius: 0.625rem;
  background: var(--white);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0.9375rem 1.25rem;
  display: flex;
  gap: 1.88rem;
  cursor: pointer;
  transition: 0.4s ease-out 0s;
}
main .section-homepage-1 .content .col-right .list .child .icon figure {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  overflow: hidden;
}
main .section-homepage-1 .content .col-right .list .child .icon figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-homepage-1 .content .col-right .list .child .text {
  flex: 1;
}
main .section-homepage-1 .content .col-right .list .child .text .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .section-homepage-1 .content .col-right .list .child .text .name h4 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  color: var(--black);
  font-family: var(--f-body);
  letter-spacing: 0.01125rem;
}
main .section-homepage-1 .content .col-right .list .child .text .name figure {
  transition: 0.4s ease-out 0s;
}
main .section-homepage-1 .content .col-right .list .child .text .desc {
  margin-top: 0.62rem;
  display: none;
}
main .section-homepage-1 .content .col-right .list .child .text .desc p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--black);
  letter-spacing: 0.00875rem;
  font-family: var(--f-body);
}
main .section-homepage-1 .content .col-right .list .active .text .name figure {
  transform: rotate(180deg);
}
main .section-homepage-1 .content .col-right .action {
  padding: 1rem 0;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.1875rem;
  width: 11.25rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  font-family: var(--f-body);
  color: var(--white);
  background: var(--red);
  letter-spacing: 0.01rem;
  display: flex;
  justify-content: center;
}
main .section-homepage-1 .content .col-right .action:hover {
  gap: 0.9rem;
}
main .section-homepage-2 .content {
  display: flex;
}
main .section-homepage-2 .content .col-left {
  max-width: 39.1875rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-2 .content .col-left {
    max-width: 35.3rem;
    max-height: 100vh;
  }
}
main .section-homepage-2 .content .col-left .image figure {
  width: 100%;
  height: 0;
  padding-top: 149.122807018%;
  position: relative;
  overflow: hidden;
}
main .section-homepage-2 .content .col-left .image figure::before {
  background: linear-gradient(180deg, rgba(225, 64, 64, 0) 0%, #E14040 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
}
main .section-homepage-2 .content .col-left .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-homepage-2 .content .col-left .text {
  position: absolute;
  z-index: 3;
  right: 4.6rem;
  left: 4.6rem;
  bottom: 7rem;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-2 .content .col-left .text {
    right: 3rem;
    left: 3rem;
    bottom: 3rem;
  }
}
main .section-homepage-2 .content .col-left .text .title {
  margin-bottom: 5.75rem;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-2 .content .col-left .text .title {
    margin-bottom: 3.5rem;
  }
}
main .section-homepage-2 .content .col-left .text .title h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: #FBFBFB;
  font-family: var(--f-body);
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-2 .content .col-left .text .title h2 {
    font-size: 2rem;
  }
}
main .section-homepage-2 .content .col-left .text .title .desc {
  margin-top: 1.25rem;
  margin-bottom: 2.75rem;
}
main .section-homepage-2 .content .col-left .text .title .desc p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  font-family: var(--f-body);
  color: #FBFBFB;
  letter-spacing: 0.01rem;
}
main .section-homepage-2 .content .col-left .text .title .action {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.62rem 2rem;
  font-size: 1rem;
  font-family: var(--f-body);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
  color: var(--red);
  background: var(--white);
  width: -moz-fit-content;
  width: fit-content;
}
main .section-homepage-2 .content .col-left .text .slider-controls {
  display: flex;
  align-items: center;
  gap: 2rem;
}
main .section-homepage-2 .content .col-right {
  width: 100%;
}
main .section-homepage-2 .content .col-right .slide-lv .child {
  max-height: 58.4375rem;
  position: relative;
  max-width: 24.3125rem;
  box-shadow: -4px 0px 10px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-2 .content .col-right .slide-lv .child {
    max-height: 100vh;
    max-width: 22rem;
  }
}
main .section-homepage-2 .content .col-right .slide-lv .child::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 87.5%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
main .section-homepage-2 .content .col-right .slide-lv .child .image figure {
  width: 100%;
  height: 100%;
  padding-top: 240.359897177%;
  position: relative;
  overflow: hidden;
}
main .section-homepage-2 .content .col-right .slide-lv .child .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-homepage-2 .content .col-right .slide-lv .child .text {
  position: absolute;
  bottom: 2.7rem;
  left: 3rem;
  right: 3rem;
  z-index: 3;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-2 .content .col-right .slide-lv .child .text {
    left: 2rem;
    right: 2rem;
    border: 2rem;
  }
}
main .section-homepage-2 .content .col-right .slide-lv .child .text span {
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.02rem;
  color: #FBFBFB;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  font-family: var(--f-body);
}
main .section-homepage-2 .content .col-right .slide-lv .child .text h4 {
  color: #FBFBFB;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.015rem;
  font-family: var(--f-second);
  margin-bottom: 1.25rem;
}
main .section-homepage-2 .content .col-right .slide-lv .child .text .action {
  display: block;
  padding: 0.625rem 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.3125rem;
  color: var(--white);
  border: 1px solid var(--white);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  color: var(--white);
  font-family: var(--f-body);
  letter-spacing: 0.00875rem;
}
main .section-homepage-3 {
  margin: 6.25rem 0;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-3 {
    margin: 5rem 0;
  }
}
main .section-homepage-3 .content .col-left .slide-text .swiper-wrapper {
  padding-bottom: 5.25rem;
}
main .section-homepage-3 .content .col-left .slide-text .swiper-wrapper .child .text span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5rem;
  color: var(--red);
  font-family: var(--f-second);
  letter-spacing: 0.01rem;
}
main .section-homepage-3 .content .col-left .slide-text .swiper-wrapper .child .text h2 {
  margin: 0.31rem 0 0.62rem;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: var(--black);
  font-family: var(--f-body);
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-3 .content .col-left .slide-text .swiper-wrapper .child .text h2 {
    font-size: 2rem;
  }
}
main .section-homepage-3 .content .col-left .slide-text .swiper-wrapper .child .text p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--black);
  font-family: var(--f-body);
  display: -webkit-box;
}
main .section-homepage-3 .content .col-left .slide-text .swiper-wrapper .child .text .action {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  width: 11.8125rem;
  padding: 1rem 0;
  border-radius: 0.1875rem;
  background: var(--red);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--white);
  font-family: var(--f-body);
  letter-spacing: 0.01rem;
}
main .section-homepage-3 .content .col-left .slide-text .swiper-wrapper .child .text .action:hover {
  gap: 0.9rem;
}
main .section-homepage-3 .content .col-left .slide-text .slider-pagination {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
main .section-homepage-3 .content .col-left .slide-text .slider-pagination span {
  margin: 0;
  width: 1.875rem;
  height: 0.3125rem;
  border-radius: 0.3125rem;
  background: #A7ACB1;
  opacity: 1;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
main .section-homepage-3 .content .col-left .slide-text .slider-pagination .swiper-pagination-bullet-active {
  background: rgba(233, 48, 60, 0.7);
  width: 3.75rem;
}
main .section-homepage-3 .content .col-right {
  margin-left: 3.875rem;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-3 .content .col-right {
    margin-left: 0.875rem;
  }
}
main .section-homepage-3 .content .col-right .slide-image .child {
  display: flex;
  gap: 1.3rem;
}
main .section-homepage-3 .content .col-right .slide-image .child .image-big figure {
  width: 31.4375rem;
  height: 31.4375rem;
  position: relative;
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-3 .content .col-right .slide-image .child .image-big figure {
    width: 28.4375rem;
    height: 28.4375rem;
  }
}
main .section-homepage-3 .content .col-right .slide-image .child .image-big figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
main .section-homepage-3 .content .col-right .slide-image .child .image-other {
  display: flex;
  flex-direction: column;
  gap: 1.19rem;
}
main .section-homepage-3 .content .col-right .slide-image .child .image-other figure {
  width: 9.6875rem;
  height: 9.6875rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.3125rem;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-3 .content .col-right .slide-image .child .image-other figure {
    width: 8.6875rem;
    height: 8.6875rem;
  }
}
main .section-homepage-3 .content .col-right .slide-image .child .image-other figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
main .section-homepage-4 {
  background: url("../../images/img-14.png") no-repeat;
  background-size: cover;
  padding: 6.19rem 0 6.94rem;
}
main .section-homepage-4 .option-1 {
  margin-bottom: 4.19rem;
}
main .section-homepage-4 .option-1 .title {
  margin-bottom: 2.88rem;
  text-align: center;
}
main .section-homepage-4 .option-1 .title h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  font-family: var(--f-body);
  color: var(--black);
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-4 .option-1 .title h2 {
    font-size: 2rem;
  }
}
main .section-homepage-4 .option-1 .title .desc {
  margin-top: 0.94rem;
}
main .section-homepage-4 .option-1 .title .desc p {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--black);
  font-family: var(--f-second);
}
main .section-homepage-4 .option-1 .content .child .image figure {
  width: 100%;
  height: 0;
  padding-top: 67.554479418%;
  position: relative;
  overflow: hidden;
  border-radius: 0.3125rem;
}
main .section-homepage-4 .option-1 .content .child .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-homepage-4 .option-1 .content .child .text {
  margin-top: 1.75rem;
}
main .section-homepage-4 .option-1 .content .child .text .time {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}
main .section-homepage-4 .option-1 .content .child .text .time a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--red);
  font-family: var(--f-body);
  letter-spacing: 0.01rem;
}
main .section-homepage-4 .option-1 .content .child .text .time span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  font-family: var(--f-body);
  color: #899197;
  letter-spacing: 0.01rem;
}
main .section-homepage-4 .option-1 .content .child .text .name a {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  font-family: var(--f-body);
  color: var(--black);
  letter-spacing: 0.01125rem;
}
main .section-homepage-4 .option-2 .title {
  text-align: center;
  margin-bottom: 1.87rem;
}
main .section-homepage-4 .option-2 .title h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  font-family: var(--f-body);
  color: var(--black);
  letter-spacing: 0.015rem;
}
main .section-homepage-4 .option-2 .content {
  row-gap: 1.25rem;
}
main .section-homepage-4 .option-2 .content .child {
  padding: 1.13rem 2.69rem 1.13rem 2.06rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  border-radius: 0.3125rem;
  background: var(--white);
  height: 100%;
}
main .section-homepage-4 .option-2 .content .child .icon .figure {
  width: 2.8125rem;
  height: 3.125rem;
  position: relative;
  overflow: hidden;
}
main .section-homepage-4 .option-2 .content .child .icon .figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
main .section-homepage-4 .option-2 .content .child .text {
  flex: 1;
}
main .section-homepage-4 .option-2 .content .child .text span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.0375rem;
  color: var(--red);
  font-family: var(--f-body);
  display: block;
  margin-bottom: 0.75rem;
}
main .section-homepage-4 .option-2 .content .child .text a {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  color: var(--black);
  font-family: var(--f-body);
  letter-spacing: 0.00875rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
main .section-homepage-5 {
  margin: 6.2rem 0 9.75rem;
}
main .section-homepage-5 .title {
  margin-bottom: 3.06rem;
}
main .section-homepage-5 .title h2 {
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: var(--black);
  font-family: var(--f-body);
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-5 .title h2 {
    font-size: 2rem;
  }
}
main .section-homepage-5 .title .tabs-control {
  margin-top: 1.5rem;
  overflow: auto;
  padding-bottom: 0.1rem;
}
main .section-homepage-5 .title .tabs-control::-webkit-scrollbar {
  display: none;
}
main .section-homepage-5 .title .tabs-control ul {
  border-bottom: 2px #D8DAE5 solid;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  position: relative;
}
main .section-homepage-5 .title .tabs-control ul li {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  font-family: var(--f-second);
  font-feature-settings: "clig" off, "liga" off;
  color: #8F95B2;
  padding-bottom: 0.94rem;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
main .section-homepage-5 .title .tabs-control ul li::before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  right: 0;
  background: var(--red);
  height: 0.375rem;
  border-radius: 1rem;
  display: none;
}
main .section-homepage-5 .title .tabs-control ul .active {
  color: #304659;
}
main .section-homepage-5 .title .tabs-control ul .active::before {
  display: block;
}
main .section-homepage-5 .tabs-content .content {
  display: flex;
  gap: 1.25rem;
}
main .section-homepage-5 .tabs-content .content .image-big {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
main .section-homepage-5 .tabs-content .content .image-big .image figure {
  width: 32.625rem;
  height: 24.875rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.0625rem;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-5 .tabs-content .content .image-big .image figure {
    width: 28rem;
    height: 22rem;
  }
}
main .section-homepage-5 .tabs-content .content .image-big .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-homepage-5 .tabs-content .content .image-big .text {
  position: absolute;
  left: 6.15rem;
  right: 6.15rem;
  bottom: -4.75rem;
  border-radius: 0.3125rem;
  background: #F9FAFB;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-5 .tabs-content .content .image-big .text {
    left: 3.15rem;
    right: 3.15rem;
  }
}
main .section-homepage-5 .tabs-content .content .image-big .text .time {
  margin-bottom: 0.75rem;
}
main .section-homepage-5 .tabs-content .content .image-big .text .time span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.0375rem;
  color: var(--red);
  font-family: var(--f-body);
}
main .section-homepage-5 .tabs-content .content .image-big .text .name {
  margin-bottom: 0.56rem;
}
main .section-homepage-5 .tabs-content .content .image-big .text .name span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0.00875rem;
  font-family: var(--f-body);
  color: var(--black);
}
main .section-homepage-5 .tabs-content .content .image-big .text .action a {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  justify-content: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.0375rem;
  color: var(--blue);
  font-family: var(--f-body);
}
main .section-homepage-5 .tabs-content .content .image-small {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
main .section-homepage-5 .tabs-content .content .image-small .image figure {
  width: 20.3125rem;
  height: 24.875rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.0625rem;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-5 .tabs-content .content .image-small .image figure {
    width: 18rem;
    height: 22rem;
  }
}
main .section-homepage-5 .tabs-content .content .image-small .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-homepage-5 .tabs-content .content .image-small .text {
  position: absolute;
  left: 2.75rem;
  right: 2.75rem;
  bottom: -4.75rem;
  border-radius: 0.3125rem;
  background: #F9FAFB;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-5 .tabs-content .content .image-small .text {
    left: 1.75rem;
    right: 1.75rem;
  }
}
main .section-homepage-5 .tabs-content .content .image-small .text .time {
  margin-bottom: 0.75rem;
}
main .section-homepage-5 .tabs-content .content .image-small .text .time span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.0375rem;
  color: var(--red);
  font-family: var(--f-body);
}
main .section-homepage-5 .tabs-content .content .image-small .text .name {
  margin-bottom: 0.56rem;
}
main .section-homepage-5 .tabs-content .content .image-small .text .name span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0.00875rem;
  font-family: var(--f-body);
  color: var(--black);
}
main .section-homepage-5 .tabs-content .content .image-small .text .action a {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  justify-content: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.0375rem;
  color: var(--blue);
  font-family: var(--f-body);
}
main .section-homepage-5 .tabs-content .content .document {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
main .section-homepage-5 .tabs-content .content .document .child {
  border-radius: 0.0625rem;
  background: #F9FAFB;
  gap: 2.06rem;
  display: flex;
  align-items: center;
  padding: 1.69rem 2.56rem 1.69rem 2.13rem;
  max-height: 11.8125rem;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-5 .tabs-content .content .document .child {
    padding: 1.5rem 2rem 1.5rem;
  }
}
main .section-homepage-5 .tabs-content .content .document .child .icon figure {
  width: 2.8125rem;
  height: 3.125rem;
  position: relative;
  overflow: hidden;
}
main .section-homepage-5 .tabs-content .content .document .child .icon figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-homepage-5 .tabs-content .content .document .child .text .time {
  margin-bottom: 0.75rem;
}
main .section-homepage-5 .tabs-content .content .document .child .text .time span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.0375rem;
  color: var(--red);
  font-family: var(--f-body);
}
main .section-homepage-5 .tabs-content .content .document .child .text .name {
  margin-bottom: 0.94rem;
}
main .section-homepage-5 .tabs-content .content .document .child .text .name span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  font-family: var(--f-body);
  color: var(--black);
  letter-spacing: 0.01rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
main .section-homepage-5 .tabs-content .content .document .child .text .action a {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.0375rem;
  color: var(--blue);
  font-family: var(--f-body);
}
main .section-homepage-6 {
  background: #FDFAF8;
  padding: 3.45rem 0;
}
main .section-homepage-6 .content .col-left .name {
  margin-bottom: 0.63rem;
}
main .section-homepage-6 .content .col-left .name h4 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  font-family: var(--f-body);
  color: var(--black);
  letter-spacing: 0.01125rem;
  margin-bottom: 0.3rem;
}
main .section-homepage-6 .content .col-left .name span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--black);
  font-family: var(--f-body);
  letter-spacing: 0.00875rem;
}
main .section-homepage-6 .content .col-left .info {
  margin-bottom: 2.25rem;
}
main .section-homepage-6 .content .col-left .info .top {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0.25rem;
}
main .section-homepage-6 .content .col-left .info .top h2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02rem;
  color: var(--black);
  font-family: var(--f-body);
}
main .section-homepage-6 .content .col-left .info .top span {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  padding: 0.3125rem 0.625rem;
  justify-content: center;
  background: #12C845;
  border-radius: 0.3125rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--white);
  font-family: var(--f-body);
  letter-spacing: 0.01rem;
}
main .section-homepage-6 .content .col-left .info .bot {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
main .section-homepage-6 .content .col-left .info .bot .quantity span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--black);
  font-family: var(--f-body);
  letter-spacing: 0.01rem;
}
main .section-homepage-6 .content .col-left .info .bot .time {
  position: relative;
  padding-left: 1rem;
}
main .section-homepage-6 .content .col-left .info .bot .time::before {
  content: ".";
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  left: 0.5rem;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  font-family: var(--f-body);
  color: var(--black);
  letter-spacing: 0.00875rem;
}
main .section-homepage-6 .content .col-left .info .bot .time span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.00875rem;
  color: var(--black);
  font-family: var(--f-body);
}
main .section-homepage-6 .content .col-left .action {
  display: flex;
  align-items: center;
}
main .section-homepage-6 .content .col-left .action a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  font-family: var(--f-body);
  color: var(--red);
  letter-spacing: 0.01rem;
  padding-right: 1.3rem;
  padding-left: 1.3rem;
  border-right: #3F3F3F solid 0.09375rem;
}
main .section-homepage-6 .content .col-left .action a:first-child {
  padding-left: 0;
}
main .section-homepage-6 .content .col-left .action a:last-child {
  padding-right: 0;
  border: none;
}
main .section-homepage-6 .content .col-right .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.45rem;
}
main .section-homepage-6 .content .col-right .text .left {
  display: flex;
  align-items: center;
  gap: 1.88rem;
}
main .section-homepage-6 .content .col-right .text .left h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  color: var(--black);
  letter-spacing: 0.01rem;
}
main .section-homepage-6 .content .col-right .text .left .note {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
main .section-homepage-6 .content .col-right .text .left .note .child {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
main .section-homepage-6 .content .col-right .text .left .note .child span {
  display: block;
  width: 1rem;
  height: 1rem;
}
main .section-homepage-6 .content .col-right .text .left .note .child .square {
  border-radius: 0.125rem;
  background: var(--blue);
}
main .section-homepage-6 .content .col-right .text .left .note .child .circle {
  border-radius: 50%;
  border: 0.125rem solid var(--white);
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  background: var(--red);
}
main .section-homepage-6 .content .col-right .text .left .note .child p {
  font-feature-settings: "clig" off, "liga" off;
  font-family: var(--f-second);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #565E64;
}
main .section-homepage-6 .content .col-right .text .right {
  padding: 0.625rem 1rem;
  border-radius: 1.25rem;
  background: var(--white);
}
main .section-homepage-6 .content .col-right .text .right select {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  font-feature-settings: "clig" off, "liga" off;
  font-family: var(--f-second);
  color: #565E64;
  background: none;
  border: none;
}
main .section-homepage-7 {
  padding: 6.19rem 0 5.87rem;
  background: linear-gradient(103deg, #A61E24 0.52%, #D71F27 100%);
  position: relative;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-7 {
    padding: 4.5rem 0;
  }
}
main .section-homepage-7 .content .title {
  margin-bottom: 2.2rem;
  max-width: 27.1875rem;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-7 .content .title {
    margin-bottom: 1.5rem;
  }
}
main .section-homepage-7 .content .title h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--f-body);
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-7 .content .title h2 {
    font-size: 2rem;
  }
}
main .section-homepage-7 .content .title .desc {
  margin-top: 0.94rem;
}
main .section-homepage-7 .content .title .desc p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--white);
  font-family: var(--f-body);
  letter-spacing: 0.01rem;
}
main .section-homepage-7 .content form {
  max-width: 26.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.63rem;
}
main .section-homepage-7 .content form .child {
  display: flex;
  gap: 0.69rem;
  align-items: start;
}
main .section-homepage-7 .content form .child .item {
  width: 100%;
}
main .section-homepage-7 .content form .child input, main .section-homepage-7 .content form .child textarea {
  width: 100%;
  padding: 0.9375rem 1.5625rem;
  border-radius: 0.625rem;
  background: #F4F4F4;
  border: none;
  outline: none;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--black);
  max-height: 9.9375rem;
}
main .section-homepage-7 .content form .child input::-moz-placeholder, main .section-homepage-7 .content form .child textarea::-moz-placeholder {
  color: #7E7E7E;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
main .section-homepage-7 .content form .child input::placeholder, main .section-homepage-7 .content form .child textarea::placeholder {
  color: #7E7E7E;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
main .section-homepage-7 .content form .btn-submit {
  width: -moz-fit-content;
  width: fit-content;
}
main .section-homepage-7 .content form .btn-submit::after {
  content: url("../../images/Vector-4.svg");
  position: absolute;
  bottom: 0.9rem;
  right: 1.3rem;
  pointer-events: none;
}
main .section-homepage-7 .content form .btn-submit button, main .section-homepage-7 .content form .btn-submit .wpcf7-submit {
  margin-top: 1.2rem;
  padding: 1rem 1.375rem 1rem 2rem;
  min-width: 11.625rem;
  border-radius: 0.1875rem;
  background: var(--white);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--red);
  font-family: var(--f-body);
  letter-spacing: 0.01rem;
  text-align: start;
  position: relative;
}
main .section-homepage-7 .content form .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  color: var(--white);
  font-size: 0.875rem;
}
main .section-homepage-7 .content form .wpcf7-response-output {
  border: none;
  color: var(--white);
  padding: 0;
  margin: 1rem 0 0;
  font-size: 0.875rem;
}
main .section-homepage-7 .image {
  position: absolute;
  top: 0;
  right: 10.25rem;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-7 .image {
    right: 3rem;
  }
}
main .section-homepage-7 .image figure {
  width: 58.1875rem;
  height: 46.1875rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-7 .image figure {
    width: 48rem;
    height: 36rem;
  }
}
main .section-homepage-7 .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-banner {
  position: relative;
}
main .section-banner .image {
  position: relative;
}
main .section-banner .image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
  content: "";
}
main .section-banner .image figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 13.802083333%;
}
main .section-banner .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-banner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
main .section-banner .text h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.025rem;
  color: var(--white);
  font-family: var(--f-body);
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  main .section-banner .text h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 1480px) {
  main .section-banner .text h2 {
    font-size: 2rem;
  }
}
main .section-banner .text .desc {
  margin-top: 0.94rem;
}
main .section-banner .text .desc span {
  font-feature-settings: "clig" off, "liga" off;
  font-family: var(--f-second);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--white);
}
main .section-about-1 {
  padding-top: 7.25rem;
  margin-bottom: 7.25rem;
  position: relative;
}
@media only screen and (max-width: 1480px) {
  main .section-about-1 {
    padding-top: 6rem;
    margin-bottom: 5rem;
  }
}
main .section-about-1::before {
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 37.5625rem;
  position: absolute;
  opacity: 0.05;
  background: var(--red);
}
main .section-about-1 .content .col-left {
  position: relative;
}
main .section-about-1 .content .col-left .image-big {
  max-width: 30.8125rem;
}
main .section-about-1 .content .col-left .image-big figure {
  width: 100%;
  height: 0;
  padding-top: 130.223123733%;
  position: relative;
  overflow: hidden;
  border-radius: 0.3125rem;
}
main .section-about-1 .content .col-left .image-big figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-about-1 .content .col-left .image-small {
  position: absolute;
  right: 0;
  bottom: 4.62rem;
}
main .section-about-1 .content .col-left .image-small figure {
  width: 17rem;
  height: 11.375rem;
  border-radius: 0.3125rem;
  border: 10px solid var(--white);
  position: relative;
  overflow: hidden;
}
main .section-about-1 .content .col-left .image-small figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-about-1 .content .col-right {
  max-width: 34rem;
  margin: 0 auto;
}
main .section-about-1 .content .col-right .name {
  margin-bottom: 1.56rem;
}
main .section-about-1 .content .col-right .name h4 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
  color: var(--black);
  font-family: var(--f-body);
}
main .section-about-1 .content .desc p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--black);
  font-family: var(--f-body);
  text-align: justify;
  letter-spacing: 0.01rem;
  margin-bottom: 1.25rem;
}
main .section-about-1 .content .desc p:last-child {
  margin: 0;
}
main .section-about-1 .image {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: -1;
}
main .section-about-1 .image figure {
  width: 55.625rem;
  height: 18.4375rem;
  position: relative;
  overflow: hidden;
}
main .section-about-1 .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-about-2 {
  margin-bottom: 5.13rem;
}
main .section-about-2 .content .child {
  max-width: 23.0625rem;
}
main .section-about-2 .content .child .image figure {
  width: 4.4375rem;
  height: 4.4375rem;
  position: relative;
  overflow: hidden;
}
main .section-about-2 .content .child .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-about-2 .content .child .text {
  margin-top: 2.6rem;
}
@media only screen and (max-width: 1480px) {
  main .section-about-2 .content .child .text {
    margin-top: 1.5rem;
  }
}
main .section-about-2 .content .child .text .name {
  margin-bottom: 0.94rem;
}
main .section-about-2 .content .child .text .name h4 {
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.01313rem;
  text-transform: uppercase;
  color: var(--black);
  font-family: var(--f-body);
}
main .section-about-2 .content .child .text .desc p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--black);
  font-family: var(--f-body);
  text-align: justify;
  letter-spacing: 0.01rem;
}
main .section-about-3 {
  margin-bottom: 6.25rem;
}
@media only screen and (max-width: 1480px) {
  main .section-about-3 {
    margin-bottom: 5rem;
  }
}
main .section-about-3 .content {
  align-items: center;
}
main .section-about-3 .content .col-left figure {
  width: 100%;
  height: 0;
  padding-top: 77.936507936%;
  position: relative;
  overflow: hidden;
}
main .section-about-3 .content .col-left figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-about-3 .content .col-right {
  margin-left: 3.125rem;
}
main .section-about-3 .content .col-right .name {
  margin-bottom: 1.56rem;
}
main .section-about-3 .content .col-right .name h4 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
  color: var(--black);
  font-family: var(--f-body);
}
main .section-about-3 .content .col-right .desc p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--black);
  text-align: justify;
  letter-spacing: 0.01rem;
}
main .section-about-3 .content .col-right .desc ul {
  list-style: disc;
  margin-left: 1.625rem;
  margin-top: 1rem;
}
main .section-about-3 .content .col-right .desc ul li {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--black);
  text-align: justify;
  letter-spacing: 0.01rem;
}
main .section-about-4 {
  margin-bottom: 6.25rem;
}
@media only screen and (max-width: 1480px) {
  main .section-about-4 {
    margin-bottom: 5rem;
  }
}
main .section-about-4 .title {
  margin: 0 auto 2rem;
  max-width: 34.125rem;
  text-align: center;
}
main .section-about-4 .title h2 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
  color: var(--black);
  font-family: var(--f-body);
}
main .section-about-4 .title .desc {
  margin-bottom: 1.56rem;
}
main .section-about-4 .title .desc p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--black);
  font-family: var(--f-body);
  letter-spacing: 0.01rem;
}
main .section-about-4 .content img {
  height: auto;
}
main .section-about-5 {
  margin-bottom: 6.25rem;
}
@media only screen and (max-width: 1480px) {
  main .section-about-5 {
    margin-bottom: 5rem;
  }
}
main .section-about-5 .title {
  max-width: 34.125rem;
  text-align: center;
  margin: 0 auto 3.12rem;
}
main .section-about-5 .title h2 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
  color: var(--black);
  font-family: var(--f-body);
}
main .section-about-5 .title .desc {
  margin-top: 1.56rem;
}
main .section-about-5 .title .desc p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--black);
  font-family: var(--f-body);
  letter-spacing: 0.01rem;
}
main .section-about-5 .content {
  display: flex;
  flex-direction: column;
  gap: 3.12rem;
  max-width: 71.875rem;
  margin: 0 auto;
}
main .section-about-5 .content .child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.56rem;
  text-align: center;
}
main .section-about-5 .content .child .image figure {
  width: 9.33906rem;
  height: 9.375rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1480px) {
  main .section-about-5 .content .child .image figure {
    width: 8.33906rem;
    height: 8.375rem;
  }
}
main .section-about-5 .content .child .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-about-5 .content .child p {
  font-family: Open Sans;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0075rem;
  text-transform: uppercase;
  color: var(--black);
}
@media only screen and (max-width: 1480px) {
  main .section-about-5 .content .child p {
    font-size: 0.625rem;
  }
}
main .section-about-5 .content .child span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0075rem;
  text-transform: uppercase;
  color: var(--black);
}
@media only screen and (max-width: 1480px) {
  main .section-about-5 .content .child span {
    font-size: 0.625rem;
  }
}
main .section-about-5 .content .child .name h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.01rem;
  color: var(--red);
  font-family: var(--f-body);
}
@media only screen and (max-width: 1480px) {
  main .section-about-5 .content .child .name h4 {
    font-size: 0.875rem;
  }
}
main .section-about-5 .content .tier-1 {
  display: flex;
  justify-content: center;
  gap: 6.25rem;
}
main .section-about-5 .content .tier-1 .child .text {
  text-align: center;
}
main .section-about-5 .content .tier-1 .child .text p {
  margin-bottom: 0.38rem;
}
main .section-about-5 .content .tier-1 .child .text .name {
  margin-top: 0.87rem;
}
main .section-about-5 .content .tier-2 .list {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 6.25rem;
}
@media only screen and (max-width: 1480px) {
  main .section-about-5 .content .tier-2 .list {
    gap: 3rem;
  }
}
main .section-about-5 .content .tier-2 .text {
  margin: 1.25rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.25rem;
  background: var(--white);
  position: relative;
  text-align: center;
}
main .section-about-5 .content .tier-2 .text::before {
  content: url("../../images/Vector-1.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
main .section-about-5 .content .tier-2 .text p {
  margin-bottom: 0.3rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.00875rem;
  text-transform: uppercase;
  color: var(--black);
  font-family: var(--f-body);
}
main .section-about-5 .content .tier-2 .text span {
  color: var(--black);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.00875rem;
  text-transform: uppercase;
}
main .section-about-5 .content .tier-3 .list {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 6.25rem;
}
main .section-about-5 .content .tier-3 .list .child .position {
  text-align: center;
}
main .section-about-5 .content .tier-3 .list .child .position p {
  margin-bottom: 0.3rem;
}
main .section-about-5 .content .tier-3 .list .child .position .name {
  margin-top: 0.94rem;
}
main .section-about-5 .content .tier-3 .text {
  margin: 1.25rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.25rem;
  background: var(--white);
  position: relative;
  text-align: center;
}
main .section-about-5 .content .tier-3 .text::before {
  content: url("../../images/Vector-2.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
main .section-about-5 .content .tier-3 .text p {
  margin-bottom: 0.3rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.00875rem;
  text-transform: uppercase;
  color: var(--black);
  font-family: var(--f-body);
}
main .section-about-5 .content .tier-3 .text span {
  color: var(--black);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.00875rem;
  text-transform: uppercase;
}
main .section-dtlv-1 {
  margin: 4.38rem 0 8.75rem;
}
main .section-dtlv-1 .content {
  align-items: end;
}
main .section-dtlv-1 .content .col-left {
  max-width: 34.6875rem;
}
@media only screen and (max-width: 1480px) {
  main .section-dtlv-1 .content .col-left {
    max-width: 30.6875rem;
  }
}
main .section-dtlv-1 .content .col-left .title {
  margin-bottom: 2.8rem;
}
@media only screen and (max-width: 1480px) {
  main .section-dtlv-1 .content .col-left .title {
    margin-bottom: 2rem;
  }
}
main .section-dtlv-1 .content .col-left .title h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
  color: var(--red);
  font-family: var(--f-body);
}
@media only screen and (max-width: 1480px) {
  main .section-dtlv-1 .content .col-left .title h2 {
    font-size: 1.25rem;
  }
}
main .section-dtlv-1 .content .col-left .desc p {
  margin-bottom: 0.625rem;
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
  color: var(--black);
}
main .section-dtlv-1 .content .col-left .desc p:last-child {
  margin: 0;
}
main .section-dtlv-1 .content .col-left .desc p strong {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0.01125rem;
}
@media only screen and (max-width: 1480px) {
  main .section-dtlv-1 .content .col-left .desc p strong {
    font-size: 1rem;
  }
}
main .section-dtlv-1 .content .col-right {
  position: relative;
}
main .section-dtlv-1 .content .col-right .image-big figure {
  width: 100%;
  height: 0;
  padding-top: 72.222222222%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1875rem;
}
main .section-dtlv-1 .content .col-right .image-big figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-dtlv-1 .content .col-right .image-small {
  position: absolute;
  bottom: -5.63rem;
  left: -2.44rem;
}
main .section-dtlv-1 .content .col-right .image-small figure {
  border-radius: 0.1875rem;
  border: 10px solid var(--white);
  width: 20.625rem;
  height: 13.8125rem;
  position: relative;
  overflow: hidden;
}
main .section-dtlv-1 .content .col-right .image-small figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-dtlv-2 {
  margin-bottom: 4.38rem;
}
main .section-dtlv-2 .content .text {
  max-width: 34.6875rem;
}
main .section-dtlv-2 .content .text .title {
  margin-bottom: 0.94rem;
}
main .section-dtlv-2 .content .text .title h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  color: var(--black);
  font-family: var(--f-body);
  letter-spacing: 0.01rem;
}
main .section-dtlv-2 .content .text .desc p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
  text-align: justify;
  color: var(--black);
  font-family: var(--f-body);
  margin-bottom: 0.94rem;
}
main .section-dtlv-2 .content .text .desc p:last-child {
  margin: 0;
}
main .section-dtlv-3 .left figure, main .section-dtlv-3 .right figure {
  width: 100%;
  height: 0;
  padding-top: 68.199233716%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1875rem;
}
main .section-dtlv-3 .left figure img, main .section-dtlv-3 .right figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-dtlv-3 .mid figure {
  width: 100%;
  height: 10.5rem;
  border-radius: 0.1875rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 1480px) {
  main .section-dtlv-3 .mid figure {
    height: 9.2rem;
  }
}
main .section-dtlv-3 .mid figure:last-child {
  margin: 0;
}
main .section-dtlv-3 .mid figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-dtlv-4 {
  margin: 4.38rem 0;
}
main .section-dtlv-5 {
  margin-bottom: 4.38rem;
}
main .section-dtlv-5 .content {
  align-items: center;
}
main .section-dtlv-5 .content .col-left {
  max-width: 36.5rem;
}
main .section-dtlv-5 .content .col-left figure {
  width: 100%;
  height: 0;
  padding-top: 74.48630137%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1875rem;
}
main .section-dtlv-5 .content .col-left figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-dtlv-5 .content .col-right .title {
  margin-bottom: 1.25rem;
}
main .section-dtlv-5 .content .col-right .title h4 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  color: var(--black);
  font-family: var(--f-body);
  letter-spacing: 0.01125rem;
}
main .section-dtlv-5 .content .col-right .desc p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: justify;
  color: var(--black);
  font-family: var(--f-body);
  letter-spacing: 0.01rem;
}
main .section-dtlv-6 {
  margin-bottom: 10.25rem;
}
main .section-dtlv-6 .content .col-left {
  position: relative;
  height: 100%;
}
main .section-dtlv-6 .content .col-left .text {
  padding-top: 4.3rem;
  max-width: 28.75rem;
}
main .section-dtlv-6 .content .col-left .text .title {
  margin-bottom: 1.88rem;
}
main .section-dtlv-6 .content .col-left .text .title h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
  color: var(--red);
  font-family: var(--f-body);
}
main .section-dtlv-6 .content .col-left .text .desc ul {
  list-style: disc;
  margin-left: 1rem;
}
main .section-dtlv-6 .content .col-left .text .desc ul li {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: justify;
  font-family: var(--f-body);
  color: var(--black);
  letter-spacing: 0.01rem;
}
main .section-dtlv-6 .content .col-left .image {
  position: absolute;
  bottom: -4rem;
  left: 0;
  display: flex;
  align-items: center;
  gap: 1.06rem;
  z-index: 3;
}
main .section-dtlv-6 .content .col-left .image figure {
  width: 20.625rem;
  height: 13.8125rem;
  border-radius: 0.1875rem;
  border: 10px solid var(--white);
  position: relative;
  overflow: hidden;
}
main .section-dtlv-6 .content .col-left .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-dtlv-6 .content .col-right figure {
  width: 100%;
  height: 0;
  padding-top: 72.222222222%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1875rem;
}
main .section-dtlv-6 .content .col-right figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-dtlv-7 {
  margin: 6.25rem 0;
}
main .section-dtlv-7 .title {
  margin-bottom: 1.875rem;
}
main .section-dtlv-7 .title h3 {
  font-family: var(--f-body);
  color: var(--black-1);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
main .section-dtlv-7 .content .child .image figure {
  width: 100%;
  height: 0;
  padding-top: 61.594202898%;
  position: relative;
  overflow: hidden;
}
main .section-dtlv-7 .content .child .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-dtlv-7 .content .child .text {
  margin-top: 1.4375rem;
}
main .section-dtlv-7 .content .child .text a {
  font-size: 1.125rem;
  font-family: var(--f-body);
  color: var(--black-1);
  line-height: normal;
  font-weight: 700;
}
main .section-contact-1 {
  position: relative;
  padding: 6.25rem 0;
}
@media only screen and (max-width: 1480px) {
  main .section-contact-1 {
    padding: 5rem 0;
  }
}
main .section-contact-1::before {
  content: url("../../images/img-44.png");
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  width: 51.625rem;
  height: 31.0625rem;
  z-index: -1;
}
@media only screen and (max-width: 1480px) {
  main .section-contact-1::before {
    width: 41rem;
    height: 21rem;
  }
}
main .section-contact-1 .col-left {
  max-width: 30.125rem;
}
main .section-contact-1 .col-left .title {
  margin-bottom: 2.37rem;
}
@media only screen and (max-width: 1480px) {
  main .section-contact-1 .col-left .title {
    margin-bottom: 1.5rem;
  }
}
main .section-contact-1 .col-left .title span {
  display: block;
  position: relative;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: var(--black);
  padding-left: 3.6825rem;
  margin-bottom: 0.3rem;
}
main .section-contact-1 .col-left .title span::before {
  width: 3.0625rem;
  height: 0.0625rem;
  background: var(--black);
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
main .section-contact-1 .col-left .title h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.025rem;
  color: var(--red);
  font-family: var(--f-body);
}
@media only screen and (max-width: 1480px) {
  main .section-contact-1 .col-left .title h2 {
    font-size: 2rem;
  }
}
main .section-contact-1 .col-left .method-contact {
  margin-bottom: 2.19rem;
  display: flex;
  flex-direction: column;
  gap: 2.19rem;
}
main .section-contact-1 .col-left .method-contact .child {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
main .section-contact-1 .col-left .method-contact .child figure {
  width: 3rem;
  height: 3rem;
  position: relative;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid var(--red);
}
main .section-contact-1 .col-left .method-contact .child figure svg, main .section-contact-1 .col-left .method-contact .child figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .section-contact-1 .col-left .method-contact .child .text {
  flex: 1;
}
main .section-contact-1 .col-left .method-contact .child .text span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  color: #899197;
  letter-spacing: 0.00875rem;
}
main .section-contact-1 .col-left .method-contact .child .text h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
  color: var(--black);
  font-family: var(--f-second);
}
main .section-contact-1 .col-left .social {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
main .section-contact-1 .col-left .social figure {
  width: 3rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
  border: 50%;
}
main .section-contact-1 .col-left .social figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-banner-td .option-1 {
  position: relative;
  padding: 12rem 0;
  background: rgba(249, 243, 237, 0.4);
}
@media only screen and (max-width: 1480px) {
  main .section-banner-td .option-1 {
    padding: 8rem 0;
  }
}
main .section-banner-td .option-1::before {
  content: url("../../images/img-45.png");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46.4375rem;
  height: 27.9375rem;
  z-index: -1;
}
main .section-banner-td .option-1 .text {
  max-width: 34rem;
}
main .section-banner-td .option-1 .text span {
  font-feature-settings: "clig" off, "liga" off;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--red);
}
main .section-banner-td .option-1 .text h2 {
  margin-top: 1.25rem;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.75rem;
  color: var(--black);
  font-family: var(--f-body);
  letter-spacing: 0.03125rem;
}
@media only screen and (max-width: 1480px) {
  main .section-banner-td .option-1 .text h2 {
    font-size: 2.5rem;
    margin-top: 0.75rem;
  }
}
@media only screen and (max-width: 1480px) and (max-width: 1480px) {
  main .section-banner-td .option-1 .text h2 {
    font-size: 2rem;
  }
}
main .section-banner-td .option-1 .text .action {
  margin-top: 2.06rem;
  border-radius: 0.1875rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.625rem 2rem;
  background: var(--red);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--white);
  font-family: var(--f-body);
  letter-spacing: 0.01rem;
}
@media only screen and (max-width: 1480px) {
  main .section-banner-td .option-1 .text .action {
    margin-top: 1rem;
  }
}
main .section-banner-td .option-1 .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
main .section-banner-td .option-1 .image figure {
  -webkit-clip-path: circle(73.4% at 68% 33%);
          clip-path: circle(73.4% at 68% 33%);
  width: 48.375rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1480px) {
  main .section-banner-td .option-1 .image figure {
    width: 37.375rem;
  }
}
main .section-banner-td .option-1 .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-banner-td .option-2 {
  position: relative;
  z-index: 3;
  margin-top: -3.6rem;
}
main .section-banner-td .option-2 .content {
  display: flex;
  gap: 1.88rem;
  justify-content: center;
}
main .section-banner-td .option-2 .content .child {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  border-radius: 0.625rem;
  background: var(--white);
  padding: 0.9375rem 0;
  flex: 1;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
main .section-banner-td .option-2 .content .child .icon figure {
  -webkit-clip-path: polygon(100% 20%, 50% 0, 0 20%, 0 80%, 50% 100%, 100% 80%);
          clip-path: polygon(100% 20%, 50% 0, 0 20%, 0 80%, 50% 100%, 100% 80%);
  width: 3.76156rem;
  height: 4.25rem;
  position: relative;
}
main .section-banner-td .option-2 .content .child .icon figure svg, main .section-banner-td .option-2 .content .child .icon figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .section-banner-td .option-2 .content .child .yellow figure {
  background: #FFEEE1;
}
main .section-banner-td .option-2 .content .child .blue figure {
  background: #E9F2FF;
}
main .section-banner-td .option-2 .content .child .green figure {
  background: #DEFFE7;
}
main .section-banner-td .option-2 .content .child .text h4 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--black);
}
@media only screen and (max-width: 1480px) {
  main .section-banner-td .option-2 .content .child .text h4 {
    font-size: 2rem;
  }
}
main .section-banner-td .option-2 .content .child .text span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #899197;
}
main .section-td-1 {
  margin: 6.25rem 0;
}
@media only screen and (max-width: 1480px) {
  main .section-td-1 {
    margin: 5rem 0;
  }
}
main .section-td-1 .title {
  max-width: 43rem;
  margin: 0 auto 3.13rem;
  text-align: center;
}
@media only screen and (max-width: 1480px) {
  main .section-td-1 .title {
    margin: 0 auto 2rem;
  }
}
main .section-td-1 .title h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.025rem;
  color: var(--black);
}
@media only screen and (max-width: 1480px) {
  main .section-td-1 .title h2 {
    font-size: 2rem;
  }
}
main .section-td-1 .title .desc {
  margin-top: 0.94rem;
}
main .section-td-1 .title .desc p {
  font-feature-settings: "clig" off, "liga" off;
  font-family: var(--f-second);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}
main .section-td-1 .filter {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
main .section-td-1 .filter .child {
  width: 100%;
  height: 4.25rem;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  border: 1px solid #899197;
  padding: 0 1.62rem;
  border-radius: 0.25rem;
}
main .section-td-1 .filter .child:first-child {
  border-radius: 6.25rem 0.25rem 0.25rem 6.25rem;
  width: 20.5625rem;
  flex-shrink: 0;
}
main .section-td-1 .filter .child:last-child {
  border-radius: 0.25rem 6.25rem 6.25rem 0.25rem;
  border: none;
  background: var(--red);
  max-width: 11rem;
}
main .section-td-1 .filter .child input, main .section-td-1 .filter .child select {
  border: none;
  background: none;
  width: 100%;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  color: #A7ACB1;
  letter-spacing: 0.01rem;
  font-family: var(--f-second);
}
main .section-td-1 .filter .child button {
  width: 100%;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--white);
  font-family: var(--f-second);
  letter-spacing: 0.01rem;
}
main .section-td-1 .tabs-control {
  margin: 4.06rem 0 2.87rem;
}
@media only screen and (max-width: 1480px) {
  main .section-td-1 .tabs-control {
    margin: 3rem 0 2rem;
  }
}
main .section-td-1 .tabs-control ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .section-td-1 .tabs-control ul li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  width: 100%;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  color: var(--black);
  letter-spacing: 0.0125rem;
  padding-bottom: 0.75rem;
  position: relative;
}
main .section-td-1 .tabs-control ul li::before {
  width: 13.5rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background: var(--red);
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
main .section-td-1 .tabs-control ul li a {
  display: none;
}
main .section-td-1 .tabs-control ul .active::before {
  display: block;
}
main .section-td-1 .content .list {
  row-gap: 1.25rem;
}
main .section-td-1 .content .list .child {
  border-radius: 0.625rem;
  background: var(--white);
  padding: 1.5rem 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
main .section-td-1 .content .list .child .position {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
main .section-td-1 .content .list .child .position h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--black);
  font-family: var(--f-body);
  letter-spacing: 0.01rem;
}
main .section-td-1 .content .list .child .position .status {
  padding: 0.1875rem 0.9375rem;
  border-radius: 6.25rem;
  background: var(--red);
  color: var(--white);
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  font-family: var(--f-second);
  letter-spacing: 0.00625rem;
  font-feature-settings: "clig" off, "liga" off;
  flex-shrink: 0;
}
main .section-td-1 .content .list .child .name a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--black);
}
main .section-td-1 .content .list .child .request {
  padding-bottom: 1.56rem;
  border-bottom: #C6C7C8 solid 0.0625rem;
}
main .section-td-1 .content .list .child .request h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--black);
  margin-bottom: 0.25rem;
}
main .section-td-1 .content .list .child .request ul {
  list-style: url("../../images/component.svg");
  margin-left: 1.5rem;
}
main .section-td-1 .content .list .child .request ul li {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #6C757D;
}
main .section-td-1 .content .list .child .time p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--black);
}
main .section-td-1 .content .list .child .time p span {
  font-weight: 700;
}
main .section-td-1 .content .list .child .action {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
main .section-td-1 .content .list .child .action a {
  padding: 0.4375rem 0.9375rem;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--white);
  letter-spacing: 0.00875rem;
  font-feature-settings: "clig" off, "liga" off;
  display: block;
}
main .section-td-1 .content .list .child .action .detail {
  background: #929FA8;
}
main .section-td-1 .content .list .child .action .ut {
  background: var(--red);
}
main .pagination {
  margin-top: 2.5rem;
  justify-content: center;
  gap: 0.5rem;
}
main .pagination li {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.25rem;
  border: 1px solid #CDDEE8;
  position: relative;
  overflow: hidden;
}
main .pagination li:first-child {
  border: none;
}
main .pagination li:first-child a {
  border: none;
}
main .pagination li:last-child {
  border: none;
}
main .pagination li:last-child a {
  border: none;
}
main .pagination li:hover {
  border: none;
  background: var(--red);
}
main .pagination li:hover a {
  color: var(--white);
  background: unset;
}
main .pagination li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--black);
}
main .pagination .active {
  border: none;
  background: var(--red);
}
main .pagination .active .page-link {
  color: var(--white);
  background: unset;
}
main .section-dttd-1 {
  padding-bottom: 6.25rem;
  background: #FBFBFB;
}
@media only screen and (max-width: 1480px) {
  main .section-dttd-1 {
    padding-bottom: 5rem;
  }
}
main .section-dttd-1 .content {
  position: relative;
}
main .section-dttd-1 .content .col-left {
  padding: 3.75rem 2.25rem;
  position: sticky;
  top: 0;
  background: var(--white);
}
main .section-dttd-1 .content .col-left .search {
  display: flex;
  padding: 1rem 1.625rem;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  border: 1px solid #C6C7C8;
  background: #F5F6F8;
  margin-bottom: 1.12rem;
}
main .section-dttd-1 .content .col-left .search input {
  border: none;
  background: none;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  color: #A7ACB1;
  letter-spacing: 0.00875rem;
}
main .section-dttd-1 .content .col-left .fillter {
  display: flex;
  flex-direction: column;
  gap: 1.12rem;
}
main .section-dttd-1 .content .col-left .fillter .child .title {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin-bottom: 1rem;
}
main .section-dttd-1 .content .col-left .fillter .child .title h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  color: var(--black);
  letter-spacing: 0.01rem;
}
main .section-dttd-1 .content .col-left .fillter .child .list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
main .section-dttd-1 .content .col-left .fillter .child .list input:checked + label span {
  border: none;
}
main .section-dttd-1 .content .col-left .fillter .child .list input:checked + label span::before {
  display: block;
}
main .section-dttd-1 .content .col-left .fillter .child .list label {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  align-items: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--black);
  letter-spacing: 0.00875rem;
}
main .section-dttd-1 .content .col-left .fillter .child .list label span {
  border-radius: 0.125rem;
  border: 1px solid #41464B;
  width: 1rem;
  height: 1rem;
  position: relative;
}
main .section-dttd-1 .content .col-left .fillter .child .list label span::before {
  content: url("../../images/Vector-3.svg");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
main .section-dttd-1 .content .col-left .fillter .child select {
  border-radius: 0.625rem;
  border: 1px solid #C6C7C8;
  background: #F5F6F8;
  width: 100%;
  padding: 0.75rem 1.5625rem;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../images/arrow-down.svg");
  background-position: right 1.56em top 50%;
  background-repeat: no-repeat;
}
main .section-dttd-1 .content .col-left .btn-search {
  margin-top: 1rem;
}
main .section-dttd-1 .content .col-left .btn-search button {
  padding: 0.75rem;
  background: var(--red);
  color: var(--white);
  border-radius: 0.3125rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--f-second);
  line-height: normal;
  width: 100%;
}
main .section-dttd-1 .content .col-right .breckcum {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
main .section-dttd-1 .content .col-right .breckcum a, main .section-dttd-1 .content .col-right .breckcum span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: #959596;
  letter-spacing: 0.0375rem;
}
main .section-dttd-1 .content .col-right .detail {
  margin-top: 0.94rem;
  padding: 1.875rem 2.25rem;
  background: var(--white);
}
@media only screen and (max-width: 1480px) {
  main .section-dttd-1 .content .col-right .detail {
    padding: 1.5rem;
  }
}
main .section-dttd-1 .content .col-right .detail .position {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .section-dttd-1 .content .col-right .detail .position h3 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--black);
}
@media only screen and (max-width: 1480px) {
  main .section-dttd-1 .content .col-right .detail .position h3 {
    font-size: 1.25rem;
  }
}
main .section-dttd-1 .content .col-right .detail .position .status {
  padding: 0.1875rem 0.9375rem;
  border-radius: 6.25rem;
  background: var(--red);
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  font-family: var(--f-second);
  color: var(--white);
  flex-shrink: 0;
  letter-spacing: 0.00625rem;
}
main .section-dttd-1 .content .col-right .detail .info {
  padding-bottom: 1.94rem;
  border-bottom: #C6C7C8 solid 0.0625rem;
  justify-content: space-between;
  gap: 1rem;
  display: flex;
  align-items: end;
}
@media only screen and (max-width: 1480px) {
  main .section-dttd-1 .content .col-right .detail .info {
    gap: 0.5rem;
  }
}
main .section-dttd-1 .content .col-right .detail .info .wage p {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: var(--black);
  letter-spacing: 0.0375rem;
}
main .section-dttd-1 .content .col-right .detail .info .wage p span {
  margin-top: 0.25rem;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: var(--f-second);
  display: block;
}
@media only screen and (max-width: 1480px) {
  main .section-dttd-1 .content .col-right .detail .info .wage p span {
    font-size: 1.125rem;
  }
}
main .section-dttd-1 .content .col-right .detail .info .child p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0.00875rem;
  color: var(--black);
}
@media only screen and (max-width: 1480px) {
  main .section-dttd-1 .content .col-right .detail .info .child p {
    font-size: 0.75rem;
  }
}
main .section-dttd-1 .content .col-right .detail .info .child p span {
  font-weight: 700;
  font-family: var(--f-second);
}
main .section-dttd-1 .content .col-right .detail .request {
  padding: 1.94rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: #C6C7C8 solid 0.0625rem;
  gap: 1.5rem;
}
main .section-dttd-1 .content .col-right .detail .request .child h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--black);
  margin-bottom: 0.75rem;
}
main .section-dttd-1 .content .col-right .detail .request .child ul {
  list-style: url("../../images/component.svg");
  margin-left: 1.3rem;
}
main .section-dttd-1 .content .col-right .detail .request .child ul li {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #6C757D;
  margin-bottom: 0.12rem;
}
main .section-dttd-1 .content .col-right .detail .action {
  display: flex;
  align-items: center;
  gap: 2.75rem;
  padding: 1.94rem 0;
}
main .section-dttd-1 .content .col-right .detail .action .btn-ut {
  width: 7.3125rem;
  padding: 0.4375rem 0.9375rem;
  border-radius: 0.1875rem;
  background: var(--red);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--white);
  font-family: var(--f-second);
  letter-spacing: 0.00875rem;
  font-feature-settings: "clig" off, "liga" off;
}
main .section-dttd-1 .content .col-right .detail .action .yt {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  color: #000;
  font-size: 0.875rem;
  letter-spacing: 0.00875rem;
}
main .section-dttd-1 .content .col-right .detail .desc .child {
  margin-bottom: 1.94rem;
  color: #6C757D;
  line-height: normal;
}
main .section-dttd-1 .content .col-right .detail .desc .child:last-child {
  margin: 0;
}
main .section-dttd-1 .content .col-right .detail .desc .child h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--black);
  margin-bottom: 0.62rem;
}
main .section-dttd-1 .content .col-right .detail .desc .child p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #6C757D;
  margin-bottom: 1rem;
}
main .section-dttd-1 .content .col-right .detail .desc .child p:last-child {
  margin: 0;
}
main .section-dttd-1 .content .col-right .detail .desc .child li {
  margin-bottom: 0.5rem;
}
main .section-dttd-1 .content .col-right .detail .desc .child li:last-child {
  margin: 0;
}
main .section-dttd-1 .content .col-right .other {
  margin-top: 1.88rem;
}
main .section-dttd-1 .content .col-right .other .title {
  margin-bottom: 1.25rem;
}
main .section-dttd-1 .content .col-right .other .title h3 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--black);
}
main .section-dttd-1 .content .col-right .other .list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
main .section-dttd-1 .content .col-right .other .list .child {
  padding: 1.875rem 2.25rem;
  background: var(--white);
}
@media only screen and (max-width: 1480px) {
  main .section-dttd-1 .content .col-right .other .list .child {
    padding: 1.5rem;
  }
}
main .section-dttd-1 .content .col-right .other .list .child .position {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
main .section-dttd-1 .content .col-right .other .list .child .position h3 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--black);
}
@media only screen and (max-width: 1480px) {
  main .section-dttd-1 .content .col-right .other .list .child .position h3 {
    font-size: 1.25rem;
  }
}
main .section-dttd-1 .content .col-right .other .list .child .position .status {
  padding: 0.1875rem 0.9375rem;
  border-radius: 6.25rem;
  background: var(--red);
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  font-family: var(--f-second);
  color: var(--white);
  letter-spacing: 0.00625rem;
  flex-shrink: 0;
}
main .section-dttd-1 .content .col-right .other .list .child .info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  padding-bottom: 2.12rem;
  border-bottom: #C6C7C8 0.0625rem solid;
}
main .section-dttd-1 .content .col-right .other .list .child .info .wage p {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: var(--black);
  letter-spacing: 0.0375rem;
}
main .section-dttd-1 .content .col-right .other .list .child .info .wage span {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--black);
  display: block;
}
@media only screen and (max-width: 1480px) {
  main .section-dttd-1 .content .col-right .other .list .child .info .wage span {
    font-size: 1.125rem;
  }
}
main .section-dttd-1 .content .col-right .other .list .child .info .item, main .section-dttd-1 .content .col-right .other .list .child .info .child {
  padding: 0;
}
main .section-dttd-1 .content .col-right .other .list .child .info .item p, main .section-dttd-1 .content .col-right .other .list .child .info .child p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--black);
  letter-spacing: 0.00875rem;
}
@media only screen and (max-width: 1480px) {
  main .section-dttd-1 .content .col-right .other .list .child .info .item p, main .section-dttd-1 .content .col-right .other .list .child .info .child p {
    font-size: 0.75rem;
  }
}
main .section-dttd-1 .content .col-right .other .list .child .info .item p span, main .section-dttd-1 .content .col-right .other .list .child .info .child p span {
  font-weight: 700;
  font-family: var(--f-second);
}
main .section-dttd-1 .content .col-right .other .list .child .desc {
  padding: 2.12rem 0;
  border-bottom: #C6C7C8 0.0625rem solid;
  display: flex;
}
main .section-dttd-1 .content .col-right .other .list .child .desc .item {
  width: 100%;
}
main .section-dttd-1 .content .col-right .other .list .child .desc .item h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--black);
  margin-bottom: 0.75rem;
}
main .section-dttd-1 .content .col-right .other .list .child .desc .item ul {
  list-style: url("../../images/component.svg");
  margin-left: 1.3rem;
}
main .section-dttd-1 .content .col-right .other .list .child .desc .item ul li {
  margin-bottom: 0.13rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #6C757D;
}
main .section-dttd-1 .content .col-right .other .list .child .desc .item ul li:last-child {
  margin: 0;
}
main .section-dttd-1 .content .col-right .other .list .child .action {
  display: flex;
  align-items: center;
  gap: 2.75rem;
  padding-top: 2.12rem;
}
main .section-dttd-1 .content .col-right .other .list .child .action .left {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
main .section-dttd-1 .content .col-right .other .list .child .action .left a {
  width: 7.3125rem;
  padding: 0.4375rem 0.9375rem;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--white);
  font-family: var(--f-second);
  letter-spacing: 0.00875rem;
  display: block;
  text-align: center;
}
main .section-dttd-1 .content .col-right .other .list .child .action .left .view {
  background: #929FA8;
}
main .section-dttd-1 .content .col-right .other .list .child .action .left .ut {
  background: var(--red);
}
main .section-dttd-1 .content .col-right .other .list .child .action button {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  color: #000;
  letter-spacing: 0.00875rem;
}
main .section-duan-1 {
  background: #F8F8F8;
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 1480px) {
  main .section-duan-1 {
    padding-bottom: 5rem;
  }
}
main .section-duan-1 .tabs-control {
  padding: 3.12rem 0;
}
main .section-duan-1 .tabs-control ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  border-radius: 0.1875rem;
  background: var(--white);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.81rem 0.94rem 0.75rem;
}
main .section-duan-1 .tabs-control ul li {
  padding: 0.625rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: #3F3F3F;
  letter-spacing: 0.01rem;
  border-radius: 0.1875rem;
  cursor: pointer;
}
main .section-duan-1 .tabs-control ul li:hover {
  background: var(--red);
  color: var(--white);
}
main .section-duan-1 .tabs-control ul .active {
  background: var(--red);
  color: var(--white);
}
main .section-duan-1 .content .option-1 {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 3.75rem;
}
main .section-duan-1 .content .option-1 .col-left {
  width: 100%;
  max-width: 54.75rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 1480px) {
  main .section-duan-1 .content .option-1 .col-left {
    max-width: 49.75rem;
  }
}
main .section-duan-1 .content .option-1 .col-left .slide-main {
  max-height: 36.375rem;
}
@media only screen and (max-width: 1480px) {
  main .section-duan-1 .content .option-1 .col-left .slide-main {
    max-height: 32.375rem;
  }
}
main .section-duan-1 .content .option-1 .col-left .slide-main .child {
  position: relative;
}
main .section-duan-1 .content .option-1 .col-left .slide-main .child figure {
  width: 100%;
  height: 0;
  padding-top: 66.438356164%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1875rem;
}
main .section-duan-1 .content .option-1 .col-left .slide-main .child figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-duan-1 .content .option-1 .col-left .slide-main .child .text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20.875rem;
  height: 23rem;
  border-radius: 0.1875rem;
  background: var(--red);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.06rem 1.75rem 1.25rem;
}
main .section-duan-1 .content .option-1 .col-left .slide-main .child .text .name {
  margin-bottom: 1.25rem;
}
main .section-duan-1 .content .option-1 .col-left .slide-main .child .text .name a {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  color: var(--white);
  letter-spacing: 0.0125rem;
}
main .section-duan-1 .content .option-1 .col-left .slide-main .child .text p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
  color: var(--white);
  padding-bottom: 0.88rem;
}
main .section-duan-1 .content .option-1 .col-left .slide-main .child .text p:last-child {
  margin: 0;
}
main .section-duan-1 .content .option-1 .col-left .slide-main .child .text p span {
  font-weight: 400;
}
main .section-duan-1 .content .option-1 .col-left .slide-main .child .text .action {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.375rem 1rem 2rem;
  border-radius: 0.1875rem;
  background: var(--white);
  color: var(--red);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--red);
  letter-spacing: 0.01rem;
  width: -moz-fit-content;
  width: fit-content;
}
main .section-duan-1 .content .option-1 .col-right {
  width: 100%;
}
main .section-duan-1 .content .option-1 .col-right .slide-thumb {
  max-height: 36.375rem;
}
@media only screen and (max-width: 1480px) {
  main .section-duan-1 .content .option-1 .col-right .slide-thumb {
    max-height: 32.375rem;
  }
}
main .section-duan-1 .content .option-1 .col-right .slide-thumb .swiper-wrapper .child {
  position: relative;
  overflow: hidden;
  border-radius: 0.1875rem;
  max-width: 18.8125rem;
}
@media only screen and (max-width: 1480px) {
  main .section-duan-1 .content .option-1 .col-right .slide-thumb .swiper-wrapper .child {
    max-width: 16.8125rem;
  }
}
main .section-duan-1 .content .option-1 .col-right .slide-thumb .swiper-wrapper .child .image figure {
  width: 100%;
  height: 11.5rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1480px) {
  main .section-duan-1 .content .option-1 .col-right .slide-thumb .swiper-wrapper .child .image figure {
    height: 10.5rem;
  }
}
main .section-duan-1 .content .option-1 .col-right .slide-thumb .swiper-wrapper .child .image figure::before {
  background: linear-gradient(0deg, rgba(233, 48, 60, 0.2) 0%, rgba(233, 48, 60, 0.2) 100%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
main .section-duan-1 .content .option-1 .col-right .slide-thumb .swiper-wrapper .child .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-duan-1 .content .option-1 .col-right .slide-thumb .swiper-wrapper .child .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 3.63rem;
  padding: 0.5rem 0.94rem;
  background: var(--red);
}
main .section-duan-1 .content .option-1 .col-right .slide-thumb .swiper-wrapper .child .text span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.00875rem;
  color: var(--white);
}
main .section-duan-1 .content .option-1 .col-right .slide-thumb .swiper-wrapper .swiper-slide-active {
  border: 2px solid var(--red);
}
main .section-duan-1 .content .option-1 .col-right .slide-thumb .swiper-wrapper .swiper-slide-active .image figure::before {
  display: block;
}
main .section-duan-1 .content .option-1 .col-right .slide-thumb .swiper-wrapper .swiper-slide-active .text {
  display: none;
}
main .section-duan-1 .content .option-1 .col-right .slide-thumb .slider-controls {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.94rem;
  border-radius: 2.0625rem;
  background: var(--white);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 1rem 0.5rem;
  z-index: 1;
}
main .section-duan-1 .content .option-1 .col-right .slide-thumb .slider-controls .slider-pagination {
  transform: translate(0);
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  align-items: center;
}
main .section-duan-1 .content .option-1 .col-right .slide-thumb .slider-controls .slider-pagination span {
  margin: 0;
  height: 1.875rem;
  width: 0.3125rem;
  background: #A7ACB1;
  border-radius: 0.3125rem;
  opacity: 1;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
main .section-duan-1 .content .option-1 .col-right .slide-thumb .slider-controls .slider-pagination .swiper-pagination-bullet-active {
  height: 3.75rem;
  background: rgba(233, 48, 60, 0.7);
}
main .section-duan-1 .content .option-2 .title {
  margin-bottom: 1.88rem;
}
main .section-duan-1 .content .option-2 .title h3 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  color: #3F3F3F;
  letter-spacing: 0.015rem;
}
main .section-duan-1 .content .option-2 .list {
  row-gap: 2.19rem;
}
main .section-duan-1 .content .option-2 .list .child .image figure {
  width: 100%;
  height: 0;
  padding-top: 60.327868852%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1875rem;
}
main .section-duan-1 .content .option-2 .list .child .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-duan-1 .content .option-2 .list .child .text {
  margin-top: 0.62rem;
}
main .section-duan-1 .content .option-2 .list .child .text a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: #3F3F3F;
  font-family: var(--f-body);
  letter-spacing: 0.01rem;
}
main .section-duan-1 .content .option-2 .pagination li a {
  background: unset;
}
main .section-dtda-1 {
  position: relative;
}
main .section-dtda-1 .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 33.875rem;
}
main .section-dtda-1 .text .title {
  margin-bottom: 1.88rem;
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  main .section-dtda-1 .text .title {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 1480px) {
  main .section-dtda-1 .text .title {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 1280px) {
  main .section-dtda-1 .text .title {
    margin-bottom: 1rem;
  }
}
main .section-dtda-1 .text .title h3 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  color: #3F3F3F;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  main .section-dtda-1 .text .title h3 {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 1480px) {
  main .section-dtda-1 .text .title h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1280px) {
  main .section-dtda-1 .text .title h3 {
    font-size: 1rem;
    line-height: normal;
  }
}
main .section-dtda-1 .text .desc p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: #3F3F3F;
  letter-spacing: 0.01rem;
  text-align: justify;
  margin-bottom: 0.3rem;
}
main .section-dtda-1 .text .desc p:last-child {
  margin: 0;
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  main .section-dtda-1 .text .desc p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1480px) {
  main .section-dtda-1 .text .desc p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1280px) {
  main .section-dtda-1 .text .desc p {
    font-size: 0.75rem;
    line-height: normal;
  }
}
main .section-dtda-1 .text .desc p span {
  font-weight: 400;
}
main .section-dtda-1 .image {
  display: flex;
  justify-content: flex-end;
}
main .section-dtda-1 .image figure {
  width: 59.125rem;
  padding-top: 38.676%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  main .section-dtda-1 .image figure {
    width: 50rem;
    padding-top: 35%;
  }
}
@media only screen and (max-width: 1480px) {
  main .section-dtda-1 .image figure {
    width: 41.125rem;
    padding-top: 38.676%;
  }
}
@media only screen and (max-width: 1280px) {
  main .section-dtda-1 .image figure {
    width: 39rem;
    padding-top: 33%;
  }
}
main .section-dtda-1 .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-dtda-2 {
  margin: 6.25rem 0;
}
@media only screen and (max-width: 1480px) {
  main .section-dtda-2 {
    margin: 5rem 0;
  }
}
main .section-dtda-2 .option-1 {
  margin-bottom: 2.94rem;
}
main .section-dtda-2 .option-1 .title {
  text-align: center;
}
main .section-dtda-2 .option-1 .title h3 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  color: #3F3F3F;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
}
main .section-dtda-2 .option-1 .timeline ul {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  padding-top: 2.3rem;
}
main .section-dtda-2 .option-1 .timeline ul li {
  flex: 1;
  text-align: center;
  padding-top: 1.5rem;
  position: relative;
  cursor: pointer;
}
main .section-dtda-2 .option-1 .timeline ul li::before {
  position: absolute;
  width: 100%;
  height: 0.125rem;
  content: "";
  top: 0;
  right: 50%;
  opacity: 0.1;
  background: var(--red);
  z-index: -1;
}
main .section-dtda-2 .option-1 .timeline ul li .circle {
  width: 1rem;
  height: 1rem;
  position: absolute;
  background: var(--white);
  border-radius: 50%;
  border: 0.0625rem solid #0D1044;
  left: 50%;
  top: -0.4375rem;
  transform: translateX(-50%);
}
main .section-dtda-2 .option-1 .timeline ul li .circle::before {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--white);
  content: "";
  display: none;
  border-radius: 50%;
}
main .section-dtda-2 .option-1 .timeline ul li span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  color: #565E64;
  letter-spacing: 0.00875rem;
}
main .section-dtda-2 .option-1 .timeline ul li p {
  margin-top: 0.3rem;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: #565E64;
  letter-spacing: 0.0375rem;
}
main .section-dtda-2 .option-1 .timeline ul .active::before {
  opacity: 1;
}
main .section-dtda-2 .option-1 .timeline ul .active:last-child(1) .circle::before {
  display: block;
}
main .section-dtda-2 .option-1 .timeline ul .active .circle {
  background: var(--red);
  border: none;
}
main .section-dtda-2 .option-1 .timeline ul .active span {
  color: var(--red);
}
main .section-dtda-2 .option-2 .child figure {
  width: 100%;
  height: 0;
  padding-top: 67.312348668%;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
}
main .section-dtda-2 .option-2 .child figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-dtda-3 {
  margin: 6.25rem 0;
}
@media only screen and (max-width: 1480px) {
  main .section-dtda-3 {
    margin: 5rem 0;
  }
}
main .section-dtda-3 .title {
  text-align: center;
  margin-bottom: 1.87rem;
}
main .section-dtda-3 .title h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
}
main .section-dtda-3 .content .child .image figure {
  width: 100%;
  height: 0;
  padding-top: 60.526315789%;
  position: relative;
  border-radius: 0.1875rem;
}
main .section-dtda-3 .content .child .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-dtda-3 .content .child .text {
  margin-top: 0.6rem;
}
main .section-dtda-3 .content .child .text a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: #3F3F3F;
  letter-spacing: 0.01rem;
}
main .section-qhcd-1 {
  margin: 6.25rem 0;
}
@media only screen and (max-width: 1480px) {
  main .section-qhcd-1 {
    margin: 5rem 0;
  }
}
main .section-qhcd-1 .content {
  padding: 2.25rem 1.75rem 2.25rem 2.62rem;
  border-radius: 0.1875rem;
  background: var(--white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
main .section-qhcd-1 .content .title {
  margin-bottom: 1.37rem;
}
main .section-qhcd-1 .content .title h3 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  color: #3F3F3F;
  letter-spacing: 0.015rem;
}
main .section-qhcd-1 .content .table table {
  width: 100%;
  text-align: center;
}
main .section-qhcd-1 .content .table table thead {
  background: var(--red);
}
main .section-qhcd-1 .content .table table thead tr th {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem;
  color: var(--white);
  padding: 1.75rem 2rem 1.25rem;
  max-width: 14.0625rem;
}
main .section-qhcd-1 .content .table table tbody tr td {
  padding: 2rem 0;
}
main .section-qhcd-1 .content .table table tbody tr td p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: #3F3F3F;
  letter-spacing: 0.01rem;
  font-family: var(--f-body);
}
main .section-qhcd-1 .content .table table tbody tr td .year {
  color: var(--red);
}
main .section-qhcd-2 {
  margin: 6.25rem;
}
main .section-qhcd-2 .content .col-left .tabs-control ul {
  display: flex;
  flex-direction: column;
  gap: 1.06rem;
}
main .section-qhcd-2 .content .col-left .tabs-control ul li {
  border-radius: 0.3125rem;
  padding: 0.9375rem 1.25rem 0.9375rem 0.625rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: #3F3F3F;
  letter-spacing: 0.01rem;
}
main .section-qhcd-2 .content .col-left .tabs-control ul li:hover {
  background: var(--red);
  color: var(--white);
}
main .section-qhcd-2 .content .col-left .tabs-control ul li:hover svg path {
  fill: var(--white);
}
main .section-qhcd-2 .content .col-left .tabs-control ul .active {
  background: var(--red);
  color: var(--white);
}
main .section-qhcd-2 .content .col-left .tabs-control ul .active svg path {
  fill: var(--white);
}
main .section-qhcd-2 .content .col-right {
  margin-left: 2.8125rem;
}
main .section-qhcd-2 .content .col-right .tabs-content .list {
  display: flex;
  flex-direction: column;
  gap: 1.87rem;
}
main .section-qhcd-2 .content .col-right .tabs-content .list .child {
  border-radius: 0.3125rem;
  background: var(--white);
  padding: 1.88rem 2.25rem;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
main .section-qhcd-2 .content .col-right .tabs-content .list .child h4 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  color: #3F3F3F;
  letter-spacing: 0.01125rem;
  margin-bottom: 0.3rem;
}
main .section-qhcd-2 .content .col-right .tabs-content .list .child span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  color: #899197;
  letter-spacing: 0.00875rem;
}
main .section-qhcd-2 .content .col-right .tabs-content .list .child .list-document {
  display: flex;
  flex-direction: column;
  gap: 1.19rem;
  margin-top: 1.19rem;
}
main .section-qhcd-2 .content .col-right .tabs-content .list .child .list-document a {
  display: flex;
  align-items: center;
  gap: 1.19rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 0.00875rem;
  font-family: var(--f-body);
  color: var(--black);
}
main .section-qhcd-2 .content .col-right .tabs-content .list .child .list-document a figure {
  width: 1.6875rem;
  height: 1.875rem;
}
main .section-qhcd-3 {
  margin: 6.25rem 0;
}
@media only screen and (max-width: 1480px) {
  main .section-qhcd-3 {
    margin: 5rem 0;
  }
}
main .section-qhcd-3 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}
main .section-qhcd-3 .title h4 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  color: #3F3F3F;
  letter-spacing: 0.015rem;
}
main .section-qhcd-3 .title .fillter {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
main .section-qhcd-3 .title .fillter .child {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
main .section-qhcd-3 .title .fillter .child span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
  color: #3F3F3F;
}
main .section-qhcd-3 .title .fillter .child select {
  padding: 0.625rem 0.9375rem 0.6875rem 0.9375rem;
  border-radius: 0.1875rem;
  background: var(--white);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  color: #3F3F3F;
  letter-spacing: 0.00875rem;
  border: none;
  outline: none;
}
main .section-news-1 {
  padding: 3.75rem 0 6.25rem;
}
main .section-news-1 .content .col-left .col-item {
  margin-bottom: 3.13rem;
}
main .section-news-1 .content .col-left .col-item .child .image figure {
  width: 100%;
  height: 0;
  padding-top: 67.554479418%;
  position: relative;
  overflow: hidden;
  border-radius: 0.3125rem;
}
main .section-news-1 .content .col-left .col-item .child .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
main .section-news-1 .content .col-left .col-item .child .text {
  margin-top: 1.25rem;
}
main .section-news-1 .content .col-left .col-item .child .text .time {
  display: flex;
  justify-content: flex-start;
  gap: 0.31rem;
  margin-bottom: 0.63rem;
}
main .section-news-1 .content .col-left .col-item .child .text .time svg {
  align-items: center;
}
main .section-news-1 .content .col-left .col-item .child .text .time p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--red);
  font-family: var(--f-body);
  letter-spacing: 0.00875rem;
}
main .section-news-1 .content .col-left .col-item .child .text .title {
  width: 23.125rem;
  margin-bottom: 0.63rem;
}
main .section-news-1 .content .col-left .col-item .child .text .title a {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem;
  letter-spacing: 0.0256rem;
  font-family: var(--f-body);
  color: var(--black-1);
}
main .section-news-1 .content .col-left .col-item .child .text .desc p {
  font-family: var(--f-body);
  overflow: hidden;
  color: #6C757D;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  letter-spacing: 0.01rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
main .section-news-1 .content .col-left .pagination {
  justify-content: start;
}
main .section-news-1 .content .col-right {
  padding-left: 2.81rem;
}
@media only screen and (max-width: 1480px) {
  main .section-news-1 .content .col-right {
    padding-left: 1rem;
  }
}
main .section-news-1 .content .col-right .category h2 {
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0.01125rem;
  margin-bottom: 1.25rem;
}
main .section-news-1 .content .col-right .category ul {
  padding: 1.25rem 1.38rem 1.25rem 1.5rem;
  border-radius: 0.625rem;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  background: white;
  width: 24.3125rem;
  height: auto;
  flex-shrink: 0;
}
@media only screen and (max-width: 1480px) {
  main .section-news-1 .content .col-right .category ul {
    width: 100%;
  }
}
main .section-news-1 .content .col-right .category ul li.active {
  background: var(--red);
  fill: var(--white);
  border-radius: 0.3125rem;
  border-right: 3px solid #E14040;
  padding-left: 0.63rem;
}
main .section-news-1 .content .col-right .category ul li.active a {
  color: var(--white);
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 150% */
  letter-spacing: 0.01rem;
}
main .section-news-1 .content .col-right .category ul li.active a svg path {
  fill: var(--white);
  stroke: var(--white);
  stroke-width: 0.5;
}
main .section-news-1 .content .col-right .category ul li a {
  padding: 0.9375rem 1.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  color: #454E55;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 150% */
  letter-spacing: 0.01rem;
}
@media only screen and (max-width: 1480px) {
  main .section-news-1 .content .col-right .category ul li a {
    padding: 0.75rem 1rem;
  }
}
main .section-news-1 .content .col-right .list-news {
  padding-top: 3.12rem;
}
main .section-news-1 .content .col-right .list-news h2 {
  color: var(--black-1);
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 144.444% */
  letter-spacing: 0.01125rem;
  margin-bottom: 1.75rem;
}
main .section-news-1 .content .col-right .list-news .list .child {
  margin-bottom: 1.91rem;
}
main .section-news-1 .content .col-right .list-news .list .child a {
  text-decoration: none;
  display: flex;
  gap: 1.56rem;
}
main .section-news-1 .content .col-right .list-news .list .child a .picture figure {
  position: relative;
  width: 8.75rem;
  height: 6.3125rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
main .section-news-1 .content .col-right .list-news .list .child a .picture figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .section-news-1 .content .col-right .list-news .list .child a .desc .time {
  margin-bottom: 0.47rem;
}
main .section-news-1 .content .col-right .list-news .list .child a .desc .time span {
  color: #899197;
  font-family: var(--f-body);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem; /* 150% */
  letter-spacing: 0.0375rem;
}
main .section-news-1 .content .col-right .list-news .list .child a .desc .title {
  display: -webkit-box;
  width: 14rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #454E55;
  text-overflow: ellipsis;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 150% */
  letter-spacing: 0.01rem;
}
@media only screen and (max-width: 1480px) {
  main .section-news-1 .content .col-right .list-news .list .child a .desc .title {
    width: 100%;
  }
}
main .news-detail .content .detail .title h2 {
  color: var(--black);
  font-family: var(--f-body);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem; /* 133.333% */
  letter-spacing: 0.015rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1480px) {
  main .news-detail .content .detail .title h2 {
    font-size: 1.2rem;
    margin-bottom: 0.87rem;
  }
}
main .news-detail .content .detail .title p {
  color: #6C757D;
  text-align: justify;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 150% */
}
@media only screen and (max-width: 1480px) {
  main .news-detail .content .detail .title p {
    font-size: 0.8rem;
  }
}
main .news-detail .content .detail .action {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.44rem 0 1.56rem 0;
  border-bottom: 0.0625rem solid #C6C7C8;
}
@media only screen and (max-width: 1480px) {
  main .news-detail .content .detail .action {
    padding: 1rem 0;
  }
}
main .news-detail .content .detail .action .date {
  display: inline-flex;
  align-items: center;
  gap: 0.9375rem;
}
main .news-detail .content .detail .action .date h3 {
  color: var(--red);
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem; /* 142.222% */
}
main .news-detail .content .detail .action .date time {
  color: var(--black);
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 150% */
  letter-spacing: 0.01rem;
}
main .news-detail .content .detail .action .share {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: 2.56rem;
}
main .news-detail .content .detail .action .share .image {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
main .news-detail .content .detail .action .share p {
  color: #1D1D1B;
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 142.857% */
}
main .news-detail .content .detail .content-text {
  margin-top: 1.56rem;
}
main .news-detail .content .detail .content-text p {
  color: rgba(65, 70, 75, 0.9);
  text-align: justify;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  letter-spacing: 0.01rem;
  margin: 1rem auto;
}
main .news-detail .content .detail .content-text p span {
  color: var(--black);
  text-align: justify;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 150% */
}
main .news-detail .content .detail .content-text p strong {
  font-weight: 600;
  font-family: var(--f-body);
  color: var(--black-1);
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.6rem;
}
main .news-detail .content .detail .content-text p strong a {
  color: var(--red);
}
main .news-detail .content .detail .content-text figure {
  margin: 0;
}
main .news-detail .content .detail .content-text figure img {
  width: 100%;
  height: auto;
  margin: 1.56rem 0;
  border-radius: 0.5rem;
}
main .news-detail .content .detail .source {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.3125rem;
  padding-bottom: 1.88rem;
}
main .news-detail .content .detail .source p {
  color: #454E55;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  letter-spacing: 0.01rem;
}
main .news-detail .content .detail .source a {
  color: #448AF4;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 150% */
  letter-spacing: 0.01rem;
}
main .news-detail .content .detail .tag {
  padding-top: 1.88rem;
  border-top: 0.0625rem solid #C6C7C8;
}
main .news-detail .content .detail .tag h3 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem;
  font-family: var(--f-content);
  color: var(--black-1);
}
main .news-detail .content .detail .tag nav {
  margin-top: 1.12rem;
}
main .news-detail .content .detail .tag nav ul {
  display: flex;
  align-items: center;
  gap: 0.625em;
  list-style: none;
  margin: 0;
  padding: 0;
}
main .news-detail .content .detail .tag nav ul li a {
  background: var(--red);
  padding: 0.625rem 1.25rem;
  border-radius: 0.3125rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem;
  font-family: "SVN-Gilroy";
  color: var(--white);
}
main .news-detail .content .relate {
  padding: 5.19rem 0.5rem;
}
main .news-detail .content .relate h3 {
  color: #454E55;
  font-family: var(--f-body);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem; /* 133.333% */
  letter-spacing: 0.015rem;
}
main .news-detail .content .relate .list-relate {
  margin-top: 2.12rem;
}
main .news-detail .content .relate .list-relate .col-item .child .image {
  display: block;
  width: 100%;
}
main .news-detail .content .relate .list-relate .col-item .child .image figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 66.157760814%;
  border-radius: 0.625rem;
}
main .news-detail .content .relate .list-relate .col-item .child .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
main .news-detail .content .relate .list-relate .col-item .child .desc {
  margin: 2.06rem 0 0.96rem 0;
}
main .news-detail .content .relate .list-relate .col-item .child .desc .text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.81rem;
}
main .news-detail .content .relate .list-relate .col-item .child .desc .text span {
  color: #6C757D;
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem; /* 157.143% */
  letter-spacing: 0.00875rem;
  flex-shrink: 0;
}
main .news-detail .content .relate .list-relate .col-item .child .desc .text .time-read {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 0.37rem;
  margin-left: 1.69rem;
}
main .news-detail .content .relate .list-relate .col-item .child .desc .text .time-read svg path {
  fill: #6C757D;
}
main .news-detail .content .relate .list-relate .col-item .child .desc .text .time-read p {
  color: #6C757D;
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem; /* 157.143% */
  letter-spacing: 0.00875rem;
  width: 100%;
}
main .news-detail .content .relate .list-relate .col-item .child .desc h3 a {
  overflow: hidden;
  color: var(--black);
  text-overflow: ellipsis;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 144.444% */
  letter-spacing: 0.01125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  border-bottom: none;
}
main .news-detail .content .relate .list-relate .col-item .child .desc p {
  margin-top: 0.31rem;
  overflow: hidden;
  color: #6C757D;
  text-overflow: ellipsis;
  font-family: var(--f-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 142.857% */
  display: -webkit-box;
  width: 24.0625rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
main .news-detail .content .relate .list-relate .col-item .child a {
  color: #E14040;
  font-family: var(--f-body);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem; /* 150% */
  letter-spacing: 0.0375rem;
  padding-bottom: 0.05rem;
  border-bottom: 0.0625rem solid #E14040;
}
main .section-search {
  padding: 3.12rem 0 6.25rem;
}
main .section-search .search {
  display: flex;
  align-items: center;
  gap: 0.63rem;
}
main .section-search .search p {
  color: var(--black-1);
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem; /* 142.222% */
}
main .section-search .search p span {
  color: var(--red);
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6rem; /* 142.222% */
}
main .section-search .result {
  padding-top: 3.88rem;
  row-gap: 3.13rem;
}
main .section-search .result .col-item .child .image figure {
  width: 100%;
  height: 0;
  padding-top: 67.554479418%;
  position: relative;
  overflow: hidden;
  border-radius: 0.3125rem;
}
main .section-search .result .col-item .child .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
main .section-search .result .col-item .child .text {
  margin-top: 1.25rem;
}
main .section-search .result .col-item .child .text .time {
  display: flex;
  justify-content: flex-start;
  gap: 0.06rem;
  margin-bottom: 0.63rem;
}
main .section-search .result .col-item .child .text .time svg {
  align-items: center;
}
main .section-search .result .col-item .child .text .time p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--red);
  font-family: var(--f-body);
  letter-spacing: 0.00875rem;
}
main .section-search .result .col-item .child .text .title {
  margin-bottom: 0.63rem;
  width: 23.125rem;
}
main .section-search .result .col-item .child .text .title a {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: var(--f-body);
  color: var(--black-1);
}
main .section-search .result .col-item .child .text .desc p {
  font-family: var(--f-body);
  color: #6C757D;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  letter-spacing: 0.01rem;
  display: -webkit-box;
  width: 25.8125rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 1480px) {
  main .section-search .result .col-item .child .text .desc p {
    width: 100%;
  }
}
main .section-search .pagination {
  justify-content: start;
}
main .section-areas-1 {
  padding: 6.25rem 0;
}
main .section-areas-1 .content {
  margin-bottom: 3.13rem;
  align-items: center;
}
main .section-areas-1 .content:nth-child(2n+2) .col-left {
  order: 2;
}
main .section-areas-1 .content:nth-child(2n+2) .col-right {
  order: 1;
}
main .section-areas-1 .content:last-child {
  margin-bottom: 0;
}
main .section-areas-1 .content .col-left .image {
  display: block;
}
main .section-areas-1 .content .col-left .image figure {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 61.428571428%;
}
main .section-areas-1 .content .col-left .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
main .section-areas-1 .content .col-right {
  padding: 0 2.44rem 0 3.25rem;
}
main .section-areas-1 .content .col-right .number span {
  color: var(--red);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  font-family: var(--f-body);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.025rem;
  margin-bottom: 0.44rem;
}
main .section-areas-1 .content .col-right .text h2 {
  color: var(--black-1);
  font-family: var(--f-body);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem; /* 133.333% */
  letter-spacing: 0.015rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
main .section-areas-1 .content .col-right .text p {
  color: #41464B;
  text-align: justify;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  letter-spacing: 0.01rem;
  margin-bottom: 1.87rem;
}
main .section-areas-1 .content .col-right .action a {
  display: inline-flex;
  padding: 0.75rem 1.375rem;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.1875rem;
  background: #E14040;
  color: var(--white);
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 150% */
  letter-spacing: 0.01rem;
}
main .popup-ut {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80rem;
  background: var(--white);
  padding: 3.75rem 8.19rem 4.62rem 6.75rem;
  z-index: 11;
  display: none;
}
@media only screen and (max-width: 1480px) {
  main .popup-ut {
    padding: 3rem 4rem;
    width: 69rem;
  }
}
main .popup-ut .content .title {
  max-width: 39.4375rem;
  margin-bottom: 1.88rem;
}
@media only screen and (max-width: 1480px) {
  main .popup-ut .content .title {
    margin-bottom: 1.25rem;
  }
}
main .popup-ut .content .title h2 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.025rem;
  color: var(--black);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1480px) {
  main .popup-ut .content .title h2 {
    font-size: 2rem;
  }
}
main .popup-ut .content .title .desc p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: #565E64;
  letter-spacing: 0.01rem;
}
main .popup-ut .content form {
  display: flex;
  gap: 2.37rem;
}
@media only screen and (max-width: 1480px) {
  main .popup-ut .content form {
    gap: 1rem;
  }
}
main .popup-ut .content form .left {
  width: 100%;
}
main .popup-ut .content form .left .child {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.94rem;
}
main .popup-ut .content form .left .child:last-child {
  margin: 0;
}
main .popup-ut .content form .left .child .item {
  width: 100%;
}
main .popup-ut .content form .left .child .item span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--black);
  display: block;
  margin-bottom: 0.62rem;
  letter-spacing: 0.01rem;
}
main .popup-ut .content form .left .child .item input {
  width: 100%;
  padding: 1.375rem 1.875rem;
  border-radius: 0.625rem;
  border: 1px solid #6C757D;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--black);
  letter-spacing: 0.01rem;
  max-height: 3.75rem;
}
main .popup-ut .content form .right {
  width: 100%;
}
main .popup-ut .content form .right .child span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--black);
  display: block;
  margin-bottom: 0.94rem;
  letter-spacing: 0.01rem;
}
main .popup-ut .content form .right .child label {
  margin-bottom: 1.5rem;
  height: 11.5625rem;
  width: 100%;
  border-radius: 0.625rem;
  border: 1px dashed var(--red);
  background: #F9F9F9;
  padding: 0.9375rem 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: #3D3A35;
  letter-spacing: 0.01rem;
  cursor: pointer;
}
main .popup-ut .content form .right .child label span {
  margin: 0;
  color: var(--red);
  padding-left: 0.6rem;
}
main .popup-ut .content form .right button, main .popup-ut .content form .right .wpcf7-submit {
  padding: 1rem 2rem;
  width: 100%;
  border-radius: 0.1875rem;
  background: var(--red);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--white);
  letter-spacing: 0.01rem;
}
main .popup-ut .close-popup {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1;
  cursor: pointer;
}
main .popup-ut .close-popup i {
  font-size: 1.5rem;
}
main .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
  display: none;
  cursor: pointer;
}

footer .footer-wrapper {
  position: relative;
  background: rgba(249, 243, 237, 0.4);
  padding: 5rem 0;
}
footer .footer-wrapper .content .col-left {
  max-width: 28.9375rem;
}
footer .footer-wrapper .content .col-left .logo figure {
  width: 11.625rem;
}
footer .footer-wrapper .content .col-left .desc {
  margin: 1.25rem 0 2.46rem;
}
footer .footer-wrapper .content .col-left .desc p {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #565E64;
  font-family: var(--f-second);
}
footer .footer-wrapper .content .col-left .copyright span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  font-family: var(--f-body);
  color: var(--black);
  letter-spacing: 0.01rem;
}
footer .footer-wrapper .content .col-right {
  display: flex;
  gap: 2.56rem;
}
footer .footer-wrapper .content .col-right .method-contact {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 24.5rem;
}
footer .footer-wrapper .content .col-right .method-contact .child {
  display: flex;
  align-items: start;
  gap: 0.75rem;
}
footer .footer-wrapper .content .col-right .method-contact .child figure {
  width: 3rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
  background: var(--white);
  border-radius: 50%;
  border: 1px solid var(--red);
}
footer .footer-wrapper .content .col-right .method-contact .child figure img, footer .footer-wrapper .content .col-right .method-contact .child figure svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footer-wrapper .content .col-right .method-contact .child .text {
  flex: 1;
}
footer .footer-wrapper .content .col-right .method-contact .child .text span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--red);
  font-family: var(--f-body);
  letter-spacing: 0.00875rem;
}
footer .footer-wrapper .content .col-right .method-contact .child .text h4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--black);
  font-family: var(--f-body);
  letter-spacing: 0.01rem;
}
footer .footer-wrapper .content .col-right .social .title {
  margin-bottom: 1.5rem;
}
footer .footer-wrapper .content .col-right .social .title h4 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: var(--black);
  font-family: var(--f-body);
}
footer .footer-wrapper .content .col-right .social .title .desc {
  margin-top: 0.5rem;
}
footer .footer-wrapper .content .col-right .social .title .desc p {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #6C757D;
  font-family: var(--f-second);
}
footer .footer-wrapper .content .col-right .social .list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
footer .footer-wrapper .content .col-right .social .list a figure {
  width: 3rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
  border: 50%;
}
footer .footer-wrapper .content .col-right .social .list a figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
footer .footer-wrapper .image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
footer .footer-wrapper .image figure {
  width: 34.0625rem;
  height: 20.5rem;
  position: relative;
  overflow: hidden;
}
footer .footer-wrapper .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}/*# sourceMappingURL=custom.css.map */