@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;
  --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 {
  background: var(--white);
  padding: 1.75rem 1.5rem;
}
@media only screen and (max-width: 480px) {
  header .header-wrapper {
    padding: 1.25rem 1rem;
  }
}
header .header-wrapper .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrapper .content .logo {
  max-width: 5rem;
}
header .header-wrapper .content .menu-mobie {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 21.875rem;
  padding: 3.125rem 2.5rem;
  background: var(--white);
  z-index: 99;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
}
header .header-wrapper .content .menu-mobie .menu .menu-content {
  display: flex;
  gap: 1.5rem;
  align-items: start;
  flex-direction: column;
}
header .header-wrapper .content .menu-mobie .menu .menu-content .sub-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
header .header-wrapper .content .menu-mobie .menu .menu-content .sub-menu:hover .menudropdown {
  display: block;
}
header .header-wrapper .content .menu-mobie .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(--black);
}
@media only screen and (max-width: 1480px) {
  header .header-wrapper .content .menu-mobie .menu .menu-content .sub-menu a {
    font-size: 0.875rem;
  }
}
header .header-wrapper .content .menu-mobie .menu .menu-content .sub-menu i {
  font-size: 1.2rem;
}
header .header-wrapper .content .menu-mobie .menu .menu-content .sub-menu .menudropdown {
  display: none;
  border-radius: 0.5rem;
  background: var(--white);
  width: 100%;
}
header .header-wrapper .content .menu-mobie .menu .menu-content .sub-menu .menudropdown ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  display: flex;
  margin-left: 1rem;
  margin-top: 1rem;
}
header .header-wrapper .content .menu-mobie .menu .menu-content .sub-menu .menudropdown ul li a {
  color: #454E55;
  line-height: 1.25rem;
}
header .header-wrapper .content .menu-mobie .close-menu {
  position: absolute;
  top: 1.5625rem;
  right: 1.5625rem;
}
header .header-wrapper .content .menu-mobie .close-menu i {
  font-size: 1.2rem;
}
header .header-wrapper .content .menu-mobie .language {
  margin-top: 1rem;
  position: relative;
}
header .header-wrapper .content .menu-mobie .language .language-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
header .header-wrapper .content .menu-mobie .language .language-toggle svg path, header .header-wrapper .content .menu-mobie .language .language-toggle svg circle, header .header-wrapper .content .menu-mobie .language .language-toggle svg ellipse {
  stroke: var(--black);
}
header .header-wrapper .content .menu-mobie .language .language-other {
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: none;
}
header .header-wrapper .content .menu-mobie .language .active {
  display: block;
}
header .header-wrapper .content .active-menu {
  transform: translate(0);
}
header .header-wrapper .content .right {
  display: flex;
  align-items: center;
  gap: 2.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-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: 8rem;
  }
}
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;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
}

main .section-banner-homepage {
  position: relative;
}
main .section-banner-homepage::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 {
  position: relative;
}
main .section-banner-homepage .slide-banner .image figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 38.5rem;
}
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;
  left: 50%;
  transform: translateX(-50%);
  max-width: 20rem;
  bottom: 5.06rem;
  z-index: 3;
  width: 100%;
}
main .section-banner-homepage .slide-banner .text h1 {
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 800;
  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: 0.94rem 0 1.87rem;
}
main .section-banner-homepage .slide-banner .text .desc p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  font-feature-settings: "clig" off, "liga" off;
  color: var(--white);
  text-align: center;
}
main .section-banner-homepage .slide-banner .text .action {
  padding: 0.75rem 0;
  width: 9.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  display: flex;
  border-radius: 0.1875rem;
  background: #E14040;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  font-family: var(--f-body);
  color: var(--white);
  letter-spacing: 0.01rem;
  margin: 0 auto;
}
main .section-banner-homepage .slide-banner .text .action:hover {
  gap: 0.8rem;
}
main .section-banner-homepage .slide-banner .slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  z-index: 3;
  position: absolute;
  bottom: 1.94rem;
  left: 50%;
  transform: translateX(-50%);
}
main .section-banner-homepage .slide-banner .slider-controls .slider-pagination {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
main .section-banner-homepage .slide-banner .slider-controls .slider-pagination span {
  margin: 0;
  width: 0.5rem;
  height: 0.5rem;
  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 {
  width: 1.5rem;
  opacity: 1;
  background: var(--red);
}
main .section-homepage-1 {
  margin: 3.1rem 0;
}
main .section-homepage-1 .content .col-left {
  position: relative;
}
main .section-homepage-1 .content .col-left .image figure {
  border-radius: 0.3125rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 63.906689855%;
}
main .section-homepage-1 .content .col-left .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-homepage-1 .content .col-right {
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  main .section-homepage-1 .content .col-right {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }
}
main .section-homepage-1 .content .col-right .title {
  margin-bottom: 1.5rem;
  text-align: center;
}
main .section-homepage-1 .content .col-right .title h2 {
  font-size: 1.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: 480px) {
  main .section-homepage-1 .content .col-right .title h2 {
    font-size: 1.125rem;
  }
}
main .section-homepage-1 .content .col-right .title .desc {
  margin-top: 0.95rem;
}
main .section-homepage-1 .content .col-right .title .desc p {
  font-size: 0.75rem;
  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: 0.95rem;
  margin-bottom: 1.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.94rem 1.25rem;
  display: flex;
  gap: 1.25rem;
  cursor: pointer;
  transition: 0.4s ease-out 0s;
}
main .section-homepage-1 .content .col-right .list .child .icon figure {
  width: 1.875rem;
  height: 1.875rem;
  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: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem;
  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.125rem;
  color: var(--black);
  letter-spacing: 0.00875rem;
  font-family: var(--f-body);
}
main .section-homepage-1 .content .col-right .list .active {
  gap: 1.25rem;
  padding: 1.25rem;
}
main .section-homepage-1 .content .col-right .list .active .text .name figure {
  transform: rotate(180deg);
}
main .section-homepage-1 .content .col-right .action {
  padding: 0.75rem 0;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.1875rem;
  width: 8.4375rem;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: var(--f-body);
  color: var(--white);
  background: var(--red);
  letter-spacing: 0.01rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
main .section-homepage-1 .content .col-right .action:hover {
  gap: 0.9rem;
}
main .section-homepage-2 {
  margin-bottom: 3.1rem;
}
main .section-homepage-2 .content {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
main .section-homepage-2 .content .child {
  overflow: hidden;
}
main .section-homepage-2 .content .child .image figure {
  width: 100%;
  height: 100%;
  padding-top: 63.768115942%;
  position: relative;
  overflow: hidden;
  box-shadow: -4px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
main .section-homepage-2 .content .child .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-homepage-2 .content .child .text {
  margin-top: 1.25rem;
}
main .section-homepage-2 .content .child .text span {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.02rem;
  color: #3F3F3F;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  font-family: var(--f-body);
}
main .section-homepage-2 .content .child .text h4 {
  color: #3F3F3F;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.015rem;
  font-family: var(--f-second);
  margin-bottom: 1.25rem;
}
main .section-homepage-2 .content .child .text .action {
  display: block;
  padding: 0.625rem 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.3125rem;
  color: var(--red);
  border: 1px solid var(--red);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  font-family: var(--f-body);
  letter-spacing: 0.00875rem;
}
main .section-homepage-3 {
  margin-bottom: 3.1rem;
}
main .section-homepage-3 .content .col-left {
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  main .section-homepage-3 .content .col-left {
    max-width: 100%;
  }
}
main .section-homepage-3 .content .col-left .slide-text {
  margin-bottom: 1.87rem;
}
@media only screen and (max-width: 480px) {
  main .section-homepage-3 .content .col-left .slide-text {
    margin-bottom: 1.25rem;
  }
}
main .section-homepage-3 .content .col-left .slide-text .swiper-wrapper .child .text {
  text-align: center;
}
main .section-homepage-3 .content .col-left .slide-text .swiper-wrapper .child .text span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  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.94rem;
  font-size: 1.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);
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media only screen and (max-width: 1480px) {
  main .section-homepage-3 .content .col-left .slide-text .swiper-wrapper .child .text h2 {
    font-size: 1.125rem;
  }
}
main .section-homepage-3 .content .col-left .slide-text .swiper-wrapper .child .text p {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  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;
  max-height: 4.5rem;
  overflow-y: auto;
}
main .section-homepage-3 .content .col-left .slide-text .swiper-wrapper .child .text .action {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  width: 8.9375rem;
  margin: 1.87rem auto 0;
  padding: 0.75rem 0;
  border-radius: 0.1875rem;
  background: var(--red);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  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;
}
@media only screen and (max-width: 480px) {
  main .section-homepage-3 .content .col-left .slide-text .swiper-wrapper .child .text .action {
    margin: 1rem auto 0;
  }
}
main .section-homepage-3 .content .col-right .slide-image .child {
  display: flex;
  gap: 1.3rem;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  main .section-homepage-3 .content .col-right .slide-image .child {
    gap: 0.625rem;
  }
}
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: 480px) {
  main .section-homepage-3 .content .col-right .slide-image .child .image-big figure {
    width: 16rem;
    height: 16rem;
  }
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-homepage-3 .content .col-right .slide-image .child .image-other {
    gap: 0.56rem;
  }
}
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: 480px) {
  main .section-homepage-3 .content .col-right .slide-image .child .image-other figure {
    width: 4.9375rem;
    height: 4.9375rem;
  }
}
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-3 .content .col-right .swiper-wrapper {
  padding-bottom: 1.87rem;
}
main .section-homepage-3 .content .col-right .slider-pagination {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  justify-content: center;
}
main .section-homepage-3 .content .col-right .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-right .slider-pagination .swiper-pagination-bullet-active {
  background: rgba(233, 48, 60, 0.7);
  width: 3.75rem;
}
main .section-homepage-4 {
  background: url("../../images/img-14.png") no-repeat;
  background-size: cover;
  padding: 3.12rem 0;
}
main .section-homepage-4 .option-1 {
  margin-bottom: 3.13rem;
}
main .section-homepage-4 .option-1 .title {
  margin-bottom: 1.87rem;
  text-align: center;
}
main .section-homepage-4 .option-1 .title h2 {
  font-size: 1.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: 480px) {
  main .section-homepage-4 .option-1 .title h2 {
    font-size: 1.125rem;
  }
}
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: 0.75rem;
  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 {
  row-gap: 1.25rem;
}
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.25rem;
}
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: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  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: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  font-family: var(--f-body);
  color: #899197;
  letter-spacing: 0.01rem;
}
main .section-homepage-4 .option-1 .content .child .text .name a {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem;
  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 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.63rem;
  border-radius: 0.3125rem;
  background: var(--white);
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-homepage-4 .option-2 .content .child .text a {
    font-size: 0.75rem;
  }
}
main .section-homepage-5 {
  margin: 3.12rem 0;
}
main .section-homepage-5 .title {
  margin-bottom: 1.8rem;
}
main .section-homepage-5 .title h2 {
  text-align: center;
  font-size: 1.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: 1.125rem;
  }
}
main .section-homepage-5 .title .tabs-control {
  margin-top: 1.5rem;
}
main .section-homepage-5 .title .tabs-control ul {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  position: relative;
  border-bottom: 2px #D8DAE5 solid;
  flex-wrap: nowrap;
  overflow: auto;
}
main .section-homepage-5 .title .tabs-control ul::-webkit-scrollbar {
  display: none;
}
main .section-homepage-5 .title .tabs-control ul li {
  font-size: 1rem;
  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;
}
@media only screen and (max-width: 480px) {
  main .section-homepage-5 .title .tabs-control ul li {
    font-size: 0.875rem;
  }
}
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: 100%;
  height: 0;
  padding-top: 67.554504347%;
  position: relative;
  overflow: hidden;
  border-radius: 0.0625rem;
}
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;
}
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;
}
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;
}
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.3rem;
  max-height: 11.8125rem;
}
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;
}
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: 2.8rem 0 2.75rem;
}
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 .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-6 .content .col-right .note {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 1.25rem;
}
main .section-homepage-6 .content .col-right .note .child {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
main .section-homepage-6 .content .col-right .note .child span {
  display: block;
  width: 1rem;
  height: 1rem;
}
main .section-homepage-6 .content .col-right .note .child .square {
  border-radius: 0.125rem;
  background: var(--blue);
}
main .section-homepage-6 .content .col-right .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 .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-7 {
  padding: 3.5rem 0 3.3rem;
  background: linear-gradient(103deg, #A61E24 0.52%, #D71F27 100%);
  position: relative;
}
main .section-homepage-7 .content .title {
  margin: 0 auto 2.1rem;
  max-width: 26.5rem;
}
main .section-homepage-7 .content .title h2 {
  font-size: 1.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: 480px) {
  main .section-homepage-7 .content .title h2 {
    font-size: 1.125rem;
  }
}
main .section-homepage-7 .content .title .desc {
  margin-top: 0.94rem;
}
main .section-homepage-7 .content .title .desc p {
  font-size: 0.75rem;
  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;
  margin: 0 auto;
}
main .section-homepage-7 .content form .child {
  display: flex;
  gap: 0.69rem;
  align-items: start;
}
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);
}
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 button, main .section-homepage-7 .content form .wpcf7-submit {
  margin-top: 1.2rem;
  padding: 1rem 1.375rem 1rem 2rem;
  align-items: center;
  gap: 0.5rem;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  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;
}
main .section-homepage-7 .image figure {
  width: 100%;
  height: 0;
  padding-top: 69.275362318%;
  position: relative;
  overflow: hidden;
}
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: 23.25rem;
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-banner .text {
    max-width: 19.75rem;
    width: 100%;
  }
}
main .section-banner .text h2 {
  font-size: 1.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 (max-width: 1480px) {
  main .section-banner .text h2 {
    font-size: 1.125rem;
  }
}
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-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--white);
}
main .section-about-1 .breakcum {
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
main .section-about-1 .breakcum a, main .section-about-1 .breakcum span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: #959596;
  font-family: var(--f-body);
  letter-spacing: 0.0375rem;
}
main .section-about-1 .image {
  position: relative;
}
main .section-about-1 .image::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  position: absolute;
  opacity: 0.05;
  background: var(--red);
}
main .section-about-1 .image .image-big {
  max-width: 35rem;
}
@media only screen and (max-width: 480px) {
  main .section-about-1 .image .image-big {
    max-width: 17.625rem;
  }
}
main .section-about-1 .image .image-big figure {
  width: 100%;
  height: 0;
  padding-top: 87.234042553%;
  position: relative;
  overflow: hidden;
}
main .section-about-1 .image .image-big figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-about-1 .image .image-small {
  position: absolute;
  right: 1.45rem;
  bottom: 1.2rem;
}
main .section-about-1 .image .image-small figure {
  width: 17rem;
  height: 11.375rem;
  border-radius: 0.3125rem;
  border: 10px solid var(--white);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  main .section-about-1 .image .image-small figure {
    width: 8.125rem;
    height: 5.4375rem;
    border: 4 solid var(--white);
  }
}
main .section-about-1 .image .image-small figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-about-1 .content {
  margin-top: 1.87rem;
}
main .section-about-1 .content .col-right {
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  main .section-about-1 .content .col-right {
    max-width: 100%;
  }
}
main .section-about-1 .content .col-right .name {
  margin-bottom: 1.25rem;
}
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(--red);
  font-family: var(--f-body);
}
@media only screen and (max-width: 480px) {
  main .section-about-1 .content .col-right .name h4 {
    font-size: 1rem;
  }
}
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;
  text-align: justify;
}
main .section-about-1 .content .desc p:last-child {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  main .section-about-1 .content .desc p {
    font-size: 0.75rem;
  }
}
main .section-about-1 .image-bot {
  opacity: 0.5;
}
main .section-about-1 .image-bot figure {
  width: 100%;
  padding-top: 33.155199999%;
  height: 0;
  position: relative;
  overflow: hidden;
}
main .section-about-1 .image-bot figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-about-2 {
  margin-bottom: 1.86rem;
}
main .section-about-2 .content {
  row-gap: 1.88rem;
}
main .section-about-2 .content .child .image figure {
  width: 3.125rem;
  height: 3.125rem;
  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: 1.25rem;
}
main .section-about-2 .content .child .text .name {
  margin-bottom: 0.625rem;
}
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);
}
@media only screen and (max-width: 480px) {
  main .section-about-2 .content .child .text .name h4 {
    font-size: 1rem;
  }
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-about-2 .content .child .text .desc p {
    font-size: 0.75rem;
  }
}
main .section-about-3 {
  margin-bottom: 1.87rem;
}
main .section-about-3 .content {
  align-items: center;
}
main .section-about-3 .content .col-left figure {
  width: 100%;
  height: 0;
  padding-top: 77.936510144%;
  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-top: 1.86rem;
}
main .section-about-3 .content .col-right .name {
  margin-bottom: 1.25rem;
}
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);
  text-align: center;
}
@media only screen and (max-width: 480px) {
  main .section-about-3 .content .col-right .name h4 {
    font-size: 1rem;
  }
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-about-3 .content .col-right .desc p {
    font-size: 0.75rem;
  }
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-about-3 .content .col-right .desc ul li {
    font-size: 0.75rem;
  }
}
main .section-about-4 {
  margin-bottom: 1.88rem;
}
main .section-about-4 .title {
  margin: 0 auto 1.88rem;
  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);
}
@media only screen and (max-width: 480px) {
  main .section-about-4 .title h2 {
    font-size: 1rem;
  }
}
main .section-about-4 .title .desc {
  margin-bottom: 0.94rem;
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-about-4 .title .desc p {
    font-size: 0.75rem;
  }
}
main .section-about-4 .content img {
  height: auto;
}
main .section-about-5 {
  margin-bottom: 3.12rem;
  overflow: hidden;
}
main .section-about-5 .title {
  max-width: 34.125rem;
  text-align: center;
  margin: 0 auto 1.87rem;
}
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);
}
@media only screen and (max-width: 480px) {
  main .section-about-5 .title h2 {
    font-size: 1rem;
  }
}
main .section-about-5 .title .desc {
  margin-top: 1.56rem;
}
@media only screen and (max-width: 480px) {
  main .section-about-5 .title .desc {
    margin-top: 0.94rem;
  }
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-about-5 .title .desc p {
    font-size: 0.75rem;
  }
}
main .section-about-5 .content {
  display: flex;
  flex-direction: column;
  max-width: 71.875rem;
  margin: 0 auto;
}
main .section-about-5 .content .child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.56rem;
  width: 45%;
  text-align: center;
}
main .section-about-5 .content .child .image figure {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
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: var(--f-body);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0075rem;
  text-transform: uppercase;
  color: var(--black);
}
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);
}
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);
}
main .section-about-5 .content .tier-1 {
  display: flex;
  justify-content: center;
  gap: 1.88rem;
  align-items: center;
  flex-direction: column;
}
main .section-about-5 .content .tier-1 .child {
  width: 100%;
}
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: center;
  justify-content: center;
  gap: 1.88rem;
  flex-wrap: wrap;
}
main .section-about-5 .content .tier-2 .text {
  margin: 1.87rem auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.25rem;
  background: var(--white);
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  main .section-about-5 .content .tier-2 .text {
    margin: 0.5rem auto;
    padding: 1rem;
  }
}
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: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.88rem;
}
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.87rem auto;
  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-bottom: 1.25rem;
}
main .section-dtlv-1 .content {
  align-items: end;
}
main .section-dtlv-1 .content .col-left .title {
  margin-bottom: 1.25rem;
}
main .section-dtlv-1 .content .col-left .title h2 {
  font-size: 1.25rem;
  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: 1rem;
  }
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-dtlv-1 .content .col-left .desc p {
    font-size: 0.75rem;
  }
}
main .section-dtlv-1 .content .col-left .desc p strong {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0.01125rem;
}
@media only screen and (max-width: 480px) {
  main .section-dtlv-1 .content .col-left .desc p strong {
    font-size: 0.875rem;
  }
}
main .section-dtlv-1 .content .col-right {
  position: relative;
  margin-bottom: 1.88rem;
}
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: 1.88rem;
}
main .section-dtlv-2 .content .text .title {
  margin-bottom: 0.6rem;
}
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.125rem;
  letter-spacing: 0.01rem;
  text-align: justify;
  color: var(--black);
  font-family: var(--f-body);
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 480px) {
  main .section-dtlv-2 .content .text .desc p {
    font-size: 0.75rem;
  }
}
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 {
  display: flex;
  align-items: center;
  gap: 0.56rem;
  margin: 0.75rem 0;
}
main .section-dtlv-3 .mid figure {
  width: 100%;
  height: 19rem;
  border-radius: 0.1875rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  main .section-dtlv-3 .mid figure {
    height: 9rem;
  }
}
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: 1.88rem 0;
}
main .section-dtlv-5 {
  margin-bottom: 1.88rem;
}
main .section-dtlv-5 .content {
  align-items: center;
}
main .section-dtlv-5 .content .col-left {
  margin-bottom: 1.88rem;
}
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: 0.625rem;
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-dtlv-5 .content .col-right .title h4 {
    font-size: 0.875rem;
  }
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-dtlv-5 .content .col-right .desc p {
    font-size: 0.75rem;
  }
}
main .section-dtlv-6 {
  margin-bottom: 3.12rem;
}
main .section-dtlv-6 .content .col-left {
  position: relative;
  margin-bottom: 1.25rem;
}
main .section-dtlv-6 .content .col-left .text .title {
  margin-bottom: 1.25rem;
}
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);
}
@media only screen and (max-width: 480px) {
  main .section-dtlv-6 .content .col-left .text .title h2 {
    font-size: 0.75rem;
  }
}
main .section-dtlv-6 .content .col-left .text .desc {
  margin-left: 1.5rem;
}
main .section-dtlv-6 .content .col-left .text .desc ul {
  list-style: disc;
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-dtlv-6 .content .col-left .text .desc ul li {
    font-size: 0.75rem;
  }
}
main .section-dtlv-6 .col-right .image-small {
  display: flex;
  align-items: center;
  gap: 0.56rem;
  margin-top: 0.61rem;
}
main .section-dtlv-6 .col-right .image-small figure {
  width: 100%;
  height: 17rem;
  border-radius: 0.1875rem;
  border: 10px solid var(--white);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  main .section-dtlv-6 .col-right .image-small figure {
    height: 7.0625rem;
  }
}
main .section-dtlv-6 .col-right .image-small figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-dtlv-6 .col-right .image-small .image-big figure {
  width: 100%;
  height: 0;
  padding-top: 72.222330434%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1875rem;
}
main .section-dtlv-6 .col-right .image-small .image-big figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-dtlv-7 {
  margin: 3.125rem 0;
}
main .section-dtlv-7 .title {
  margin-bottom: 1.5rem;
}
main .section-dtlv-7 .title h3 {
  font-family: var(--f-body);
  color: var(--black-1);
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}
main .section-dtlv-7 .content {
  row-gap: 1rem;
}
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: 1rem;
}
@media only screen and (max-width: 480px) {
  main .section-dtlv-7 .content .child .text {
    margin-top: 0.875rem;
  }
}
main .section-dtlv-7 .content .child .text a {
  font-size: 1rem;
  font-family: var(--f-body);
  color: var(--black-1);
  line-height: normal;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  main .section-dtlv-7 .content .child .text a {
    font-size: 0.875rem;
  }
}
main .section-contact-1 {
  position: relative;
}
main .section-contact-1 .col-left {
  position: relative;
  padding-bottom: 2.38rem;
}
main .section-contact-1 .col-left::before {
  content: url("../../images/img-66.png");
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
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 h2 {
  font-size: 1.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: 480px) {
  main .section-contact-1 .col-left .title h2 {
    font-size: 1.125rem;
  }
}
main .section-contact-1 .col-left .method-contact {
  margin-bottom: 1.88rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
main .section-contact-1 .col-left .method-contact .child {
  display: flex;
  align-items: start;
  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);
}
@media only screen and (max-width: 480px) {
  main .section-contact-1 .col-left .method-contact .child figure {
    width: 2.5rem;
    height: 2.5rem;
  }
}
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: var(--red);
  font-family: var(--f-body);
  letter-spacing: 0.00875rem;
}
@media only screen and (max-width: 480px) {
  main .section-contact-1 .col-left .method-contact .child .text span {
    font-size: 0.75rem;
  }
}
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-body);
}
@media only screen and (max-width: 480px) {
  main .section-contact-1 .col-left .method-contact .child .text h4 {
    font-size: 0.875rem;
  }
}
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 {
  margin-bottom: 3.12rem;
}
main .section-banner-td .option-1 {
  position: relative;
  padding: 3.95rem 0 4rem;
  background: rgba(249, 243, 237, 0.4);
  overflow: hidden;
}
main .section-banner-td .option-1::before {
  content: url("../../images/img-65.png");
  position: absolute;
  bottom: 0;
  left: 0;
  right: 4.45rem;
  z-index: -1;
}
main .section-banner-td .option-1 .text {
  max-width: 20rem;
}
@media only screen and (max-width: 480px) {
  main .section-banner-td .option-1 .text {
    max-width: 13.6875rem;
  }
}
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: normal;
  color: var(--red);
}
@media only screen and (max-width: 480px) {
  main .section-banner-td .option-1 .text span {
    font-size: 0.75rem;
  }
}
main .section-banner-td .option-1 .text h2 {
  margin-top: 0.62rem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: var(--black);
  font-family: var(--f-body);
  letter-spacing: 0.03125rem;
}
@media only screen and (max-width: 480px) {
  main .section-banner-td .option-1 .text h2 {
    font-size: 1.125rem;
  }
}
main .section-banner-td .option-1 .text .action {
  margin-top: 1.25rem;
  border-radius: 0.1875rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 1.25rem;
  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: 480px) {
  main .section-banner-td .option-1 .text .action {
    font-size: 0.75rem;
  }
}
main .section-td-1 {
  margin-bottom: 3.12rem;
}
main .section-td-1 .title {
  max-width: 43rem;
  margin: 0 auto 1.87rem;
  text-align: center;
}
main .section-td-1 .title h2 {
  font-size: 1.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: 1.125rem;
  }
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-td-1 .title .desc p {
    font-size: 0.75rem;
  }
}
main .section-td-1 .filter {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.62rem;
}
main .section-td-1 .filter .child {
  width: 100%;
  padding: 0.75rem 1.5625rem;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  border: 1px solid #899197;
  border-radius: 0.25rem;
}
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 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;
  padding: 0.75rem 1.625rem;
  background: var(--red);
  border-radius: 0.25rem;
}
main .section-td-1 .tabs-control {
  margin: 3.12rem 0 1.88rem;
}
main .section-td-1 .tabs-control ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.94rem;
  overflow: auto;
}
main .section-td-1 .tabs-control ul::-webkit-scrollbar {
  display: none;
}
main .section-td-1 .tabs-control ul li {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--black);
  letter-spacing: 0.0125rem;
  padding-bottom: 0.75rem;
  position: relative;
  flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
  main .section-td-1 .tabs-control ul li {
    font-size: 0.875rem;
  }
}
main .section-td-1 .tabs-control ul li::before {
  width: 100%;
  height: 0.125rem;
  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;
}
@media only screen and (max-width: 480px) {
  main .section-td-1 .content .list {
    row-gap: 0.6rem;
  }
}
main .section-td-1 .content .list .child {
  border-radius: 0.625rem;
  background: var(--white);
  padding: 1.5rem 1.25rem;
  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;
}
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;
}
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;
  width: 7.3125rem;
  text-align: center;
}
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 .breckcum {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
main .breckcum a, main .breckcum span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: #959596;
  letter-spacing: 0.0375rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
  main .breckcum span:last-child {
    max-width: 7.125rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
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-right .detail {
  margin-top: 0.94rem;
  padding: 1.875rem 2.25rem;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 1.56rem;
}
@media only screen and (max-width: 480px) {
  main .section-dttd-1 .content .col-right .detail {
    padding: 1.5rem 1.25rem;
  }
}
main .section-dttd-1 .content .col-right .detail .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);
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.00625rem;
}
main .section-dttd-1 .content .col-right .detail .position h3 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--black);
  font-family: var(--f-body);
}
@media only screen and (max-width: 480px) {
  main .section-dttd-1 .content .col-right .detail .position h3 {
    font-size: 1rem;
  }
}
main .section-dttd-1 .content .col-right .detail .info {
  padding-bottom: 1.94rem;
  border-bottom: #C6C7C8 solid 0.0625rem;
  gap: 0.62rem;
  display: flex;
  flex-direction: column;
}
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.25rem;
  font-weight: 600;
  font-family: var(--f-second);
  color: var(--red);
  display: block;
}
@media only screen and (max-width: 480px) {
  main .section-dttd-1 .content .col-right .detail .info .wage p span {
    font-size: 1rem;
  }
}
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);
}
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-bottom: 1.94rem;
  display: flex;
  justify-content: space-between;
  border-bottom: #C6C7C8 solid 0.0625rem;
}
@media only screen and (max-width: 480px) {
  main .section-dttd-1 .content .col-right .detail .request {
    flex-direction: column;
    gap: 1.56rem;
  }
}
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: var(--black);
  margin-bottom: 0.12rem;
}
main .section-dttd-1 .content .col-right .detail .action {
  display: flex;
  align-items: center;
  gap: 1.88rem;
}
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-body);
  letter-spacing: 0.00875rem;
  font-feature-settings: "clig" off, "liga" off;
}
@media only screen and (max-width: 480px) {
  main .section-dttd-1 .content .col-right .detail .action .btn-ut {
    font-size: 0.75rem;
  }
}
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.56rem;
}
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);
  font-family: var(--f-body);
  margin-bottom: 0.62rem;
}
main .section-dttd-1 .content .col-right .detail .desc .child p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--black);
  margin-bottom: 1rem;
  font-family: var(--f-body);
}
main .section-dttd-1 .content .col-right .detail .desc .child p: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);
  flex-direction: column;
  display: flex;
  gap: 1.56rem;
}
@media only screen and (max-width: 480px) {
  main .section-dttd-1 .content .col-right .other .list .child {
    padding: 1.5rem 1.25rem;
  }
}
main .section-dttd-1 .content .col-right .other .list .child .position {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .section-dttd-1 .content .col-right .other .list .child .position h3 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  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: 1rem;
  }
}
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-body);
  color: var(--white);
  letter-spacing: 0.00625rem;
  flex-shrink: 0;
}
main .section-dttd-1 .content .col-right .other .list .child .name a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--black);
  font-family: var(--f-body);
}
main .section-dttd-1 .content .col-right .other .list .child .info {
  display: flex;
  flex-direction: column;
}
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);
}
main .section-dttd-1 .content .col-right .other .list .child .info .item p {
  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-right .other .list .child .info .item p span {
  font-weight: 700;
  font-family: var(--f-second);
}
main .section-dttd-1 .content .col-right .other .list .child .desc {
  padding-bottom: 1.56rem;
  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;
}
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-body);
  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;
}
main .section-duan-1 .fillter {
  border-radius: 0.625rem;
  background: var(--white);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.08);
  padding: 1.3rem 1.25rem;
  margin-bottom: 1.25rem;
}
main .section-duan-1 .fillter .item {
  display: flex;
  padding: 0.75rem 1.25rem;
  align-items: center;
  border-radius: 0.3125rem;
  background: var(--red);
  gap: 0.62rem;
}
main .section-duan-1 .fillter .item span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0075rem;
  flex-shrink: 0;
  color: var(--white);
  font-family: var(--f-body);
}
main .section-duan-1 .fillter .item select {
  width: 100%;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.0375rem;
  color: var(--white);
  font-family: var(--f-body);
  border: none;
  background: none;
  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-duan-1 .content .option-1 {
  margin-bottom: 1.875rem;
}
main .section-duan-1 .content .option-1 .slide-thumb .swiper-wrapper .child {
  position: relative;
  overflow: hidden;
  border-radius: 0.1875rem;
}
main .section-duan-1 .content .option-1 .slide-thumb .swiper-wrapper .child .image figure {
  width: 100%;
  height: 0;
  padding-top: 67.554504347%;
  border-radius: 0.3125rem;
  position: relative;
  overflow: hidden;
}
main .section-duan-1 .content .option-1 .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 .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 .slide-thumb .swiper-wrapper .child .text {
  padding: 1.3rem;
  background: var(--red);
  margin: -4rem 2rem 0;
  position: relative;
  z-index: 3;
  border-radius: 0.1875rem;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  main .section-duan-1 .content .option-1 .slide-thumb .swiper-wrapper .child .text {
    margin: -4rem 0.75rem 0;
  }
}
main .section-duan-1 .content .option-1 .slide-thumb .swiper-wrapper .child .text .name 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 .slide-thumb .swiper-wrapper .child .text .desc {
  margin: 1rem 0 1.25rem;
}
main .section-duan-1 .content .option-1 .slide-thumb .swiper-wrapper .child .text .desc p {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.0075rem;
  font-family: var(--f-body);
  color: var(--white);
}
main .section-duan-1 .content .option-1 .slide-thumb .swiper-wrapper .child .text .desc p span {
  font-weight: 400;
}
main .section-duan-1 .content .option-1 .slide-thumb .swiper-wrapper .child .text .action {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  background: var(--white);
  border-radius: 0.1875rem;
  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);
  width: -moz-fit-content;
  width: fit-content;
}
main .section-duan-1 .content .option-1 .slide-thumb .slider-controls {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25rem auto 0;
  display: flex;
  align-items: center;
  gap: 0.94rem;
  border-radius: 2.0625rem;
  background: var(--white);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
  z-index: 1;
}
main .section-duan-1 .content .option-1 .slide-thumb .slider-controls .slider-pagination {
  transform: translate(0);
  display: flex;
  align-items: center;
  gap: 0.62rem;
  align-items: center;
}
main .section-duan-1 .content .option-1 .slide-thumb .slider-controls .slider-pagination span {
  margin: 0;
  width: 1.875rem;
  height: 0.1875rem;
  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 .slide-thumb .slider-controls .slider-pagination .swiper-pagination-bullet-active {
  width: 3.75rem;
  background: rgba(233, 48, 60, 0.7);
}
main .section-duan-1 .content .option-2 .title {
  margin-bottom: 1.88rem;
}
@media only screen and (max-width: 480px) {
  main .section-duan-1 .content .option-2 .title {
    margin-bottom: 1.25rem;
  }
}
main .section-duan-1 .content .option-2 .title h3 {
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  color: #3F3F3F;
  letter-spacing: 0.015rem;
}
@media only screen and (max-width: 480px) {
  main .section-duan-1 .content .option-2 .title h3 {
    font-size: 1rem;
  }
}
main .section-duan-1 .content .option-2 .list {
  row-gap: 2.19rem;
}
@media only screen and (max-width: 480px) {
  main .section-duan-1 .content .option-2 .list {
    row-gap: 1.87rem;
  }
}
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: var(--black);
  font-family: var(--f-body);
  letter-spacing: 0.01rem;
}
@media only screen and (max-width: 480px) {
  main .section-duan-1 .content .option-2 .list .child .text a {
    font-size: 0.875rem;
  }
}
main .section-duan-1 .content .option-2 .pagination li a {
  background: unset;
}
main .section-dtda-1 {
  position: relative;
  margin-bottom: 3.02rem;
}
main .section-dtda-1 .text {
  margin-bottom: 1.88rem;
}
main .section-dtda-1 .text .title {
  margin-bottom: 1.88rem;
}
@media only screen and (max-width: 480px) {
  main .section-dtda-1 .text .title {
    margin-bottom: 1.25rem;
  }
}
main .section-dtda-1 .text .title h3 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  color: #3F3F3F;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  main .section-dtda-1 .text .title h3 {
    font-size: 1rem;
  }
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-dtda-1 .text .desc p {
    font-size: 0.875rem;
  }
}
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: 100%;
  height: 0;
  padding-top: 77.810736232%;
  position: relative;
  overflow: hidden;
}
main .section-dtda-1 .image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main .section-dtda-2 {
  margin-bottom: 3.02rem;
}
main .section-dtda-2 .option-1 {
  margin-bottom: 1.84rem;
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-dtda-2 .option-1 .title h3 {
    font-size: 1rem;
  }
}
main .section-dtda-2 .option-1 .timeline {
  padding-top: 1.75rem;
}
main .section-dtda-2 .option-1 .timeline .nav-item {
  text-align: center;
  padding-top: 1.5rem;
  position: relative;
  cursor: pointer;
}
main .section-dtda-2 .option-1 .timeline .nav-item::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 .nav-item .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 .nav-item .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 .nav-item 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 .nav-item 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 .active::before {
  opacity: 1;
}
main .section-dtda-2 .option-1 .timeline .active:last-child(1) .circle::before {
  display: block;
}
main .section-dtda-2 .option-1 .timeline .active .circle {
  background: var(--red);
  border: none;
}
main .section-dtda-2 .option-1 .timeline .active span {
  color: var(--red);
}
main .section-dtda-2 .option-1 .timeline .slider-controls {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
}
main .section-dtda-2 .option-2 .child {
  padding: 0 0.15625rem;
}
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-bottom: 3.12rem;
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-dtda-3 .title h2 {
    font-size: 1rem;
  }
}
main .section-dtda-3 .content {
  row-gap: 1.87rem;
}
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: 3rem 0;
}
main .section-qhcd-1 .content {
  padding: 1.25rem;
  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;
}
@media only screen and (max-width: 480px) {
  main .section-qhcd-1 .content .title {
    margin-bottom: 1rem;
  }
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-qhcd-1 .content .title h3 {
    font-size: 1rem;
  }
}
main .section-qhcd-1 .content .table {
  overflow: auto;
  white-space: nowrap;
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-qhcd-1 .content .table table thead tr th {
    font-size: 1rem;
    padding: 1rem;
  }
}
main .section-qhcd-1 .content .table table tbody tr td {
  padding: 2rem 0;
}
@media only screen and (max-width: 480px) {
  main .section-qhcd-1 .content .table table tbody tr td {
    padding: 0.5rem;
  }
}
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);
}
@media only screen and (max-width: 480px) {
  main .section-qhcd-1 .content .table table tbody tr td p {
    font-size: 0.875rem;
  }
}
main .section-qhcd-1 .content .table table tbody tr td .year {
  color: var(--red);
}
main .section-qhcd-2 {
  margin: 3rem 0;
}
main .section-qhcd-2 .content .col-left {
  margin-bottom: 2rem;
}
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 .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-left: 2.25rem;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  main .section-qhcd-2 .content .col-right .tabs-content .list .child {
    padding-left: 1rem;
  }
}
main .section-qhcd-2 .content .col-right .tabs-content .list .child .left h4 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  color: #3F3F3F;
  letter-spacing: 0.01125rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media only screen and (max-width: 480px) {
  main .section-qhcd-2 .content .col-right .tabs-content .list .child .left h4 {
    font-size: 1rem;
  }
}
main .section-qhcd-2 .content .col-right .tabs-content .list .child .left span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  color: #899197;
  letter-spacing: 0.00875rem;
}
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-bottom: 3.12rem;
}
main .section-news-1 .fillter {
  border-radius: 0.625rem;
  background: var(--white);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.08);
  padding: 1.3rem 1.25rem;
  margin-bottom: 1.25rem;
}
main .section-news-1 .fillter .child {
  border-radius: 0.3125rem;
  background: var(--red);
  display: flex;
  align-items: center;
  gap: 0.62rem;
  padding: 0.75rem 1.25rem;
}
main .section-news-1 .fillter .child span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0075rem;
  color: var(--white);
  font-family: var(--f-body);
  flex-shrink: 0;
}
main .section-news-1 .fillter .child select {
  width: 100%;
  border: none;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.0375rem;
  color: var(--white);
  font-family: var(--f-body);
  background: none;
  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-news-1 .fillter .child select option {
  color: var(--black);
}
main .section-news-1 .content .col-left .child {
  margin-bottom: 1.87rem;
}
main .section-news-1 .content .col-left .child:last-child {
  margin-bottom: 0;
}
main .section-news-1 .content .col-left .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 .child .image figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
main .section-news-1 .content .col-left .child .text {
  margin-top: 1.25rem;
}
main .section-news-1 .content .col-left .child .text .time {
  display: flex;
  justify-content: flex-start;
  gap: 0.31rem;
  margin-bottom: 0.63rem;
}
main .section-news-1 .content .col-left .child .text .time svg {
  align-items: center;
}
main .section-news-1 .content .col-left .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 .child .text .title {
  margin-bottom: 0.63rem;
}
main .section-news-1 .content .col-left .child .text .title a {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6rem;
  letter-spacing: 0.0256rem;
  font-family: var(--f-body);
  color: var(--black-1);
}
@media only screen and (max-width: 480px) {
  main .section-news-1 .content .col-left .child .text .title a {
    font-size: 0.875rem;
  }
}
main .section-news-1 .content .col-left .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;
  letter-spacing: 0.01rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 480px) {
  main .section-news-1 .content .col-left .child .text .desc p {
    font-size: 0.75rem;
  }
}
main .section-news-1 .content .col-left .pagination {
  justify-content: center;
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-news-1 .content .col-right .list-news .list .child a {
    gap: 1.19rem;
  }
}
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;
}
@media only screen and (max-width: 480px) {
  main .section-news-1 .content .col-right .list-news .list .child a .picture figure {
    width: 7.125rem;
    height: 5.125rem;
  }
}
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%;
}
main .section-news-1 .content .col-right .list-news .list .child a .desc .time {
  margin-bottom: 0.3rem;
}
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;
  -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: normal; /* 150% */
  letter-spacing: 0.01rem;
}
@media only screen and (max-width: 480px) {
  main .section-news-1 .content .col-right .list-news .list .child a .desc .title {
    font-size: 0.75rem;
  }
}
main .news-detail .content .detail .title h2 {
  color: #3F3F3F;
  font-family: var(--f-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0.015rem;
  margin-bottom: 0.94rem;
}
main .news-detail .content .detail .title p {
  color: var(--black);
  text-align: justify;
  font-family: var(--f-body);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
main .news-detail .content .detail .action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.44rem 0 1.56rem 0;
  border-bottom: 0.0625rem solid #C6C7C8;
}
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-news);
  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: var(--black);
  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;
}
@media only screen and (max-width: 480px) {
  main .news-detail .content .detail .content-text p {
    font-size: 0.75rem;
  }
}
main .news-detail .content .detail .content-text p span {
  color: var(--black);
  text-align: justify;
  font-family: var(--f-body);
  font-size: 0.75rem;
  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;
}
@media only screen and (max-width: 480px) {
  main .news-detail .content .detail .content-text p strong {
    font-size: 0.75rem;
  }
}
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;
  flex-wrap: wrap;
  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: var(--f-body);
  color: var(--white);
  display: block;
}
main .news-detail .content .relate h3 {
  color: #454E55;
  font-family: var(--f-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem; /* 133.333% */
  letter-spacing: 0.015rem;
}
main .news-detail .content .relate .list-relate {
  margin-top: 1.87rem;
}
main .news-detail .content .relate .list-relate .col-item {
  margin-bottom: 1.88rem;
}
main .news-detail .content .relate .list-relate .col-item:last-child {
  margin: 0;
}
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-top: 1.25rem;
}
main .news-detail .content .relate .list-relate .col-item .child .desc .text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
main .news-detail .content .relate .list-relate .col-item .child .desc .text span {
  color: var(--red);
  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 {
  margin: 0.62rem 0;
}
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: 0.875rem;
  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.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 142.857% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
main .section-search {
  padding: 3.12rem 0;
}
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% */
}
@media only screen and (max-width: 480px) {
  main .section-search .search p {
    font-size: 0.875rem;
  }
}
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% */
}
@media only screen and (max-width: 480px) {
  main .section-search .search p span {
    font-size: 0.875rem;
  }
}
main .section-search .result {
  padding-top: 1.88rem;
  row-gap: 1.88rem;
}
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;
  gap: 1.5rem;
}
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 .time .right {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
main .section-search .result .col-item .child .text .time .right span {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  color: #899197;
  font-family: var(--f-body);
  letter-spacing: 0.0375rem;
}
main .section-search .result .col-item .child .text .title {
  margin: 0.63rem 0;
}
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: #41464B;
}
@media only screen and (max-width: 480px) {
  main .section-search .result .col-item .child .text .title a {
    font-size: 0.875rem;
  }
}
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;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
main .section-search .pagination {
  justify-content: start;
}
@media only screen and (max-width: 480px) {
  main .section-search .pagination {
    justify-content: center;
  }
}
main .section-areas-1 {
  padding-bottom: 3.125rem;
}
main .section-areas-1 .content {
  margin-bottom: 1.18rem;
}
main .section-areas-1 .content:last-child {
  margin-bottom: 0;
}
main .section-areas-1 .content .col-left .image figure {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 61.428684057%;
}
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 {
  margin-top: 1.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: 1.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: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal; /* 133.333% */
  letter-spacing: 0.015rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
main .section-areas-1 .content .col-right .text p {
  color: #41464B;
  text-align: justify;
  font-family: var(--f-body);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 150% */
  letter-spacing: 0.01rem;
  margin-bottom: 1.25rem;
}
main .section-areas-1 .content .col-right .action a {
  display: inline-flex;
  padding: 0.75rem 1.25rem;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.1875rem;
  background: #E14040;
  color: var(--white);
  font-family: var(--f-body);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 150% */
  letter-spacing: 0.01rem;
}
@media only screen and (max-width: 480px) {
  main .section-areas-1 .content .col-right .action a {
    line-height: normal;
    padding: 0.5rem 1rem;
  }
}
main .popup-ut {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45rem;
  background: var(--white);
  padding: 2rem 3rem;
  z-index: 11;
  display: none;
}
@media only screen and (max-width: 480px) {
  main .popup-ut {
    padding: 1rem 0.94rem;
    width: 90%;
  }
}
main .popup-ut .content .title {
  max-width: 39.4375rem;
  margin-bottom: 1.88rem;
}
@media only screen and (max-width: 480px) {
  main .popup-ut .content .title {
    margin-bottom: 0.5rem;
  }
}
main .popup-ut .content .title h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.025rem;
  color: var(--black);
  margin-bottom: 1rem;
  font-family: var(--f-body);
}
@media only screen and (max-width: 480px) {
  main .popup-ut .content .title h2 {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
}
main .popup-ut .content .title .desc p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #565E64;
  letter-spacing: 0.01rem;
}
@media only screen and (max-width: 480px) {
  main .popup-ut .content .title .desc p {
    font-size: 0.75rem;
  }
}
main .popup-ut .content form .left {
  width: 100%;
  margin-bottom: 1.88rem;
}
@media only screen and (max-width: 480px) {
  main .popup-ut .content form .left {
    margin-bottom: 0.75rem;
  }
}
main .popup-ut .content form .left .child {
  margin-bottom: 0.94rem;
}
@media only screen and (max-width: 480px) {
  main .popup-ut .content form .left .child {
    margin-bottom: 0.5rem;
  }
}
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: normal;
  color: var(--black);
  display: block;
  margin-bottom: 0.62rem;
  letter-spacing: 0.01rem;
}
@media only screen and (max-width: 480px) {
  main .popup-ut .content form .left .child .item span {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
}
main .popup-ut .content form .left .child .item input {
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid #6C757D;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--black);
  letter-spacing: 0.01rem;
  max-height: 3.75rem;
  padding: 0.75rem 1.25rem;
}
@media only screen and (max-width: 480px) {
  main .popup-ut .content form .left .child .item input {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
  }
}
main .popup-ut .content form .right {
  width: 100%;
}
main .popup-ut .content form .right .child .wpcf7-form-control-wrap {
  display: none;
}
main .popup-ut .content form .right .child span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--black);
  font-family: var(--f-body);
  display: block;
  margin-bottom: 0.94rem;
  letter-spacing: 0.01rem;
}
@media only screen and (max-width: 480px) {
  main .popup-ut .content form .right .child span {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
}
main .popup-ut .content form .right .child label {
  height: 9.375rem;
  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;
  flex-direction: column;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  color: #3D3A35;
  letter-spacing: 0.01rem;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  main .popup-ut .content form .right .child label {
    font-size: 0.75rem;
    height: 5rem;
    padding: 0.5rem;
  }
}
main .popup-ut .content form .right .child label svg {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
  main .popup-ut .content form .right .child label svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
main .popup-ut .content form .right .child label span {
  margin: 0;
  color: var(--red);
}
@media only screen and (max-width: 480px) {
  main .popup-ut .content form .right .child label span {
    font-size: 0.65rem;
  }
}
main .popup-ut .content form .right button, main .popup-ut .content form .right .wpcf7-submit {
  margin-top: 1.5rem;
  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;
}
@media only screen and (max-width: 480px) {
  main .popup-ut .content form .right button, main .popup-ut .content form .right .wpcf7-submit {
    padding: 0.5rem 2rem;
    font-size: 0.75rem;
    margin-top: 0.75rem;
  }
}
main .popup-ut .close-popup {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
main .popup-ut .close-popup i {
  font-size: 1.2rem;
}
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 {
  overflow: hidden;
}
footer .footer-wrapper {
  position: relative;
  background: rgba(249, 243, 237, 0.4);
  padding: 3.1rem 0;
}
footer .footer-wrapper .content .col-left {
  max-width: 28.9375rem;
  margin-bottom: 1.88rem;
}
footer .footer-wrapper .content .col-left .logo figure {
  width: 6.5rem;
}
@media only screen and (max-width: 480px) {
  footer .footer-wrapper .content .col-left .logo figure {
    width: 4.9715rem;
  }
}
footer .footer-wrapper .content .col-left .desc {
  margin: 1.25rem 0;
}
footer .footer-wrapper .content .col-left .desc p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #565E64;
  font-family: var(--f-second);
}
@media only screen and (max-width: 480px) {
  footer .footer-wrapper .content .col-left .desc p {
    font-size: 0.75rem;
  }
}
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;
}
@media only screen and (max-width: 480px) {
  footer .footer-wrapper .content .col-left .copyright span {
    font-size: 0.75rem;
  }
}
footer .footer-wrapper .content .col-right {
  display: flex;
  gap: 2.56rem;
}
@media only screen and (max-width: 480px) {
  footer .footer-wrapper .content .col-right {
    flex-direction: column;
    gap: 1.88rem;
  }
}
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: 1px solid var(--red);
  border-radius: 50%;
}
@media only screen and (max-width: 480px) {
  footer .footer-wrapper .content .col-right .method-contact .child figure {
    width: 2.5rem;
    height: 2.5rem;
  }
}
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;
}
@media only screen and (max-width: 480px) {
  footer .footer-wrapper .content .col-right .method-contact .child .text span {
    font-size: 0.75rem;
  }
}
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;
}
@media only screen and (max-width: 480px) {
  footer .footer-wrapper .content .col-right .method-contact .child .text h4 {
    font-size: 0.875rem;
  }
}
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);
}
@media only screen and (max-width: 480px) {
  footer .footer-wrapper .content .col-right .social .title h4 {
    font-size: 1rem;
  }
}
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);
}
@media only screen and (max-width: 480px) {
  footer .footer-wrapper .content .col-right .social .title .desc p {
    font-size: 0.75rem;
  }
}
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: 100%;
  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 */