@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');
@import url('../templates/font-awesome-pro/css/all.min.css');
@import url('../scripts/swiper-11/swiper-bundle.min.css');
@import url('../scripts/fancybox-5/dist/fancybox/fancybox.css');
@import url('../scripts/aos/aos.css');

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    text-rendering: optimizeSpeed;
}

html {
    height: 100%;
}

h1 {
    font-size: 1.4em;
    line-height: 1.3;
}

h2 {
    font-size: 1.3em;
    line-height: 1.3;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .9em;
}

a {
    text-decoration: none;
}

p {
    padding: 0 0 10px 0;
}

img {
    border: 0;
    border-spacing: 0;
    max-width: 100%;
}

img,
embed {
    vertical-align: middle;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
img,
embed {
    margin: 0;
    padding: 0;
    outline: 0;
}

:focus {
    outline: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #eee
}

table td,
table th {
    border: 1px solid #eee;
    padding: 15px;
}

caption,
th,
td {
    font-weight: normal;
}

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

blockquote,
q {
    quotes: "" "";
}

strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

em {
    font-style: italic;
}

sup {
    vertical-align: super;
}

input[type=text],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=search],
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

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

.center {
    text-align: center;
}

.sticky {
    position: sticky;
    top: var(--height-hea);
}

.user_select {
    user-select: none;
}

.sty_display {
    display: none;
}

.r_p3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.r_p36 {
    padding-top: 3rem;
    padding-bottom: 6rem;
}

.r_p6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.r_p69 {
    padding-top: 6rem;
    padding-bottom: 9rem;
}

.r_p9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.r_p96 {
    padding-top: 9rem;
    padding-bottom: 6rem;
}

.r_m3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.r_m3 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.p_48 {
    padding: 4.8rem;
}

.p_t48 {
    padding-top: 4.8rem;
}

.m_t32 {
    margin-top: 3.2rem;
}

.m_t48 {
    margin-top: 4.8rem;
}

.m_b16 {
    margin-bottom: 1.6rem;
}

.m_b20 {
    margin-bottom: 2rem;
}

.m_b24 {
    margin-bottom: 2.4rem;
}

.m_b32 {
    margin-bottom: 3.2rem;
}

.m_b30 {
    margin-bottom: 3rem;
}

.m_b48 {
    margin-bottom: 4.8rem;
}

.m_b64 {
    margin-bottom: 6.4rem;
}

.p_rl {
    padding-right: 15%;
    padding-left: 15%;
}

:root {
    font-size: 10px;
    --font-family: "Inter", sans-serif;
    --font-size-12: 12px;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-30: 30px;
    --font-size-32: 32px;
    --font-size-34: 34px;
    --font-size-38: 38px;
    --font-size-40: 40px;
    --font-size-48: 48px;
    --SecondaryColor: #da2428;
    --color-1: #020202;
    --color-2: #222;
    --color-3: #555;
    --tailwind-50: #edf8ff;
    --tailwind-100: #d7edff;
    --tailwind-200: #b9e2ff;
    --tailwind-300: #88d1ff;
    --tailwind-400: #50b6ff;
    --tailwind-500: #2895ff;
    --tailwind-600: #0a72ff;
    --tailwind-700: #0a5eeb;
    --tailwind-800: #0f4bbe;
    --tailwind-900: #134395;
    --tailwind-950: #112a5a;
    --height-hea: 9.6rem;
    --gap04: 0.4rem;
    --gap08: 0.8rem;
    --gap12: 1.2rem;
    --gap16: 1.6rem;
    --gap20: 2.0rem;
    --gap24: 2.4rem;
    --gap30: 3.0rem;
    --gap32: 3.2rem;
    --gap40: 4.0rem;
    --gap48: 4.8rem;
}

html {
    overflow-x: hidden;
}

body {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: normal;
    font-size: var(--font-size-16);
    color: var(--color-2);
    line-height: 1.4;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    min-height: 100%;
}

.min_wrap {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.img_hover:hover {
    opacity: 0.9;
}

::selection {
    background-color: var(--PrimaryColor);
    color: #fff;
}

#header {
    background-color: #fff;
    box-shadow: 0 0 .8rem rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 11;
}

#header .min_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap24);
    min-height: var(--height-hea);
}

.logo img {
    display: block;
    width: auto;
    height: 5.2rem;
}

.r_hea {
    display: flex;
    align-items: center;
    gap: var(--gap24);
}

.ul_mn {
    display: flex;
    align-items: center;
    gap: var(--gap24);
}

.ul_mn>li {
    position: relative;
    padding: .8rem 0;
}

.ul_mn>li.li_home>a {
    font-size: var(--font-size-20);
}

.ul_mn>li>a {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--font-size-14);
    color: var(--color-2);
    line-height: 2.4rem;
}

.ul_mn>li.active>a,
.ul_mn>li:hover>a {
    color: var(--PrimaryColor);
}

.ul_mn>li:hover .ul_mn_child_1 {
    opacity: 1;
    pointer-events: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.ul_mn_child_1 {
    font-size: var(--font-size-14);
    opacity: 0;
    pointer-events: none;
    padding: .8rem 1.6rem;
    position: absolute;
    z-index: 11;
    min-width: 150px;
    top: 4rem;
    left: -1.2rem;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(.4rem);
    -webkit-backdrop-filter: blur(.4rem);
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.ul_mn_child_1>li {
    position: relative;
}

.ul_mn_child_1>li>a {
    white-space: nowrap;
    display: block;
    padding: .4rem 0;
    color: var(--color-2);
    font-size: var(--font-size-15);
    text-transform: capitalize;
}

.ul_mn_child_1>li:hover>a,
.ul_mn_child_1>li>a.active {
    color: var(--PrimaryColor);
}

.ul_mn_child_2 {
    width: 60rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--gap08);
}

.ul_mn_child_2>li {
    flex: 1 0 20rem;
}

.click_s {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 2.4rem;
    height: 2.4rem;
    font-size: var(--font-size-14);
    color: var(--color-2);
    margin-left: .9rem;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.click_s::before {
    content: "";
    width: .1rem;
    height: 2.4rem;
    position: absolute;
    top: 0;
    left: -.9rem;
    background-color: #ddd;
}

.click_s:hover,
.click_s:focus {
    background-color: #f6f6f6;
    color: var(--PrimaryColor);
}

.fixbody {
    overflow: hidden;
    height: 100%;
}

.form_s {
    user-select: none;
    background: rgba(0, 0, 0, .75);
    backdrop-filter: blur(.8rem);
    -webkit-backdrop-filter: blur(.8rem);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 99999999;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.form_s.active {
    visibility: visible;
    opacity: 1;
}

.close_form_s {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 40px;
    right: 40px;
    display: block;
    cursor: pointer;
    z-index: 1;
    font-style: normal;
}

.close_form_s::before {
    content: "\f057";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.d_form_s {
    width: 50%;
    margin: -30px auto 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.ipt_form_s {
    width: 100%;
    height: 60px;
    border: 0;
    padding: 0 6rem 0 2rem;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.btn_form_s {
    border: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 32px;
    color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    background: none;
}

#container {
    min-height: calc(100vh - var(--height-hea));
}

.slide {
    position: relative;
    background-color: #f6f6f6;
}

.swiper1 .swiper-slide {
    aspect-ratio: 2.790190/1;
    background-color: #f6f6f6;
}

.swiper1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.slide .swiper-pagination-1 {
    bottom: -3.8rem;
    line-height: 1.4rem !important;
    height: 1.4rem;
}

.slide .swiper-pagination-1 .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    border: 2px solid #fff;
    background-color: var(--PrimaryColor);
    opacity: 0.25;
    box-sizing: content-box;
}

.slide .swiper-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    outline: 2px solid var(--PrimaryColor);
}

.but_01 {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: var(--gap08);
    color: var(--PrimaryColor);
    border: 1px solid var(--PrimaryColor);
    background-color: #fff;
    font-size: var(--font-size-14);
    font-weight: 500;
    padding: .8rem 2.4rem;
    line-height: 2.4rem;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.but_01:hover {
    background-color: var(--PrimaryColor);
    color: #fff;
}

.sub_til_cont {
    font-size: var(--font-size-16);
    font-weight: 500;
    color: var(--PrimaryColor);
    text-transform: uppercase;
    padding-bottom: 0;
}

.na_til_cont {
    color: var(--color-1);
    font-size: var(--font-size-30);
    font-weight: 600;
}

.des_til_cont {
    padding-top: 1.6rem;
    color: var(--color-3);
}

.til_cont_1 {
    margin-bottom: 2.4rem;
}

.til_cont_2 {
    margin-bottom: 2.4rem;
    text-align: center;
}

.title_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: var(--gap24);
    row-gap: var(--gap08);
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
}

.title_cont .til_cont_1 {
    margin-bottom: 0;
}

.text_title_cont {
    flex-basis: 50%;
    font-size: var(--font-size-14);
    color: var(--color-3);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: right;
    padding-left: 1.2rem;
}

.ti_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: var(--gap12);
    row-gap: var(--gap04);
    font-size: var(--font-size-12);
    line-height: 1.2rem;
    color: #888;
    margin-bottom: .8rem;
}

.ti_cont span {
    display: flex;
    align-items: center;
    gap: var(--gap04);
}

.ti_cont span i {
    color: var(--PrimaryColor);
}

.ti_cont span a {
    color: var(--PrimaryColor);
    text-transform: uppercase;
}

.sh_1,
.slh_1 {
    position: relative;
}

.shape-03 {
    pointer-events: none;
    position: absolute;
    top: 22.5%;
    left: 0;
    display: block;
    width: auto;
    height: 11.2rem;
}

.slh_1 .shape-03 {
    top: 20%;
}

.list_sh_1 {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.list_sh_1>li {
    flex: 1 0 50rem;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    color: #fff;
    position: relative;
}

.list_sh_1>li:nth-child(2) {
    background-color: #1d93e3;
}

.list_sh_1>li:nth-child(3) {
    background-color: #ef9169;
    flex-direction: row-reverse;
}

.list_sh_1>li:nth-child(4) {
    background-color: #57a892;
    flex-direction: row-reverse;
}

.img_list_sh_1 {
    flex: 1;
    aspect-ratio: 1/1;
    position: relative;
    z-index: 1;
}

.img_list_sh_1 img {
    display: block;
    width: 100%;
    height: 100%;
}

.l_list_sh_1 {
    flex: 1;
    height: 100%;
    position: relative;
    display: flex;
}

.l_list_sh_1 a {
    width: 100%;
}

.content_list_sh_1 {
    padding: 3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.img_content_list_sh_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.4rem;
    height: 6.4rem;
}

.img_content_list_sh_1 img,
.mask_img_content_list_sh_1 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.mask_img_content_list_sh_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.8rem;
    height: 12.8rem;
    opacity: 0.15;
    position: absolute;
    top: 3rem;
    right: -6.4rem;
}

.na_content_list_sh_1 {
    color: #fff;
    font-size: var(--font-size-20);
    font-weight: 600;
    padding: 1.6rem 0;
    position: relative;
}

.na_content_list_sh_1::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: .1rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.des_content_list_sh_1 {
    padding-top: 1.6rem;
    font-size: var(--font-size-14);
    color: rgba(255, 255, 255, 0.8);
    display: none;
}

.list_sh_1>li:hover .des_content_list_sh_1 {
    display: block;
}

.in_list_sh_1 {
    background: url(../imgs/img-01.png) no-repeat top right;
    background-size: contain;
    width: 100%;
    height: 100%;
    color: var(--color-2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: var(--font-size-16);
    font-weight: 600;
}

.in_list_sh_1 p {
    padding-bottom: 0;
}

.in_list_sh_1 strong {
    display: block;
    color: var(--SecondaryColor);
    font-size: var(--font-size-48);
    font-weight: 700;
}

.in_list_sh_1 strong a {
    color: var(--SecondaryColor);
}

.sh_2 {
    background: #fff url(../imgs/shape-01.webp) no-repeat bottom right;
    background-size: 50% auto;
    display: flex;
    flex-wrap: wrap;
}

.sh_2 .fcb_video {
    background-color: var(--PrimaryColor);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.sh_2 .fcb_video::before,
.sh_2 .fcb_video::after {
    background: var(--PrimaryColor);
    opacity: 0.15;
}

.sh_2 .fcb_video i {
    color: #fff;
}

.sh_2_new .fcb_video {
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.sh_2_new .fcb_video::before,
.sh_2_new .fcb_video::after {
    background: #fff;
    opacity: 0.15;
}

.sh_2_new .fcb_video i {
    color: var(--PrimaryColor);
}

.l_sh_2 {
    flex: 1 0 25rem;
    min-height: 50rem;
    background: url(../imgs/bg_sh_2.png) no-repeat top center;
    background-size: cover;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.r_sh_2 {
    flex: 1 0 25rem;
    display: flex;
    align-items: center;
}

.shape-02 {
    display: inline-block;
    width: auto;
    max-width: 80%;
    height: auto;
    object-fit: contain;
}

.content_r_sh_2 {
    width: calc(1170px / 2);
    padding-left: 1.2rem;
}

.list_sh_2 {
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--gap16);
}

.list_sh_2>li {
    flex: 1 0 25rem;
    padding: .4rem 0 .4rem 3.2rem;
    position: relative;
}

.list_sh_2>li::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f772";
    color: var(--PrimaryColor);
    font-size: var(--font-size-16);
    position: absolute;
    top: .4rem;
    left: 0;
}

.list_sh_2>li>a {
    color: var(--color-1);
}

.list_sh_2>li>a:hover {
    color: var(--PrimaryColor);
}

.sh_2_new {
    background: #fff url(../imgs/shape-01.webp) no-repeat bottom right;
    background-size: 50% auto;
}

.sh_2_new .min_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--gap48);
}

.l_sh_2_new {
    flex: 1 0 25rem;
    position: relative;
}

.l_sh_2_new .img_r_sgt_1_1 {
    width: 100%;
    max-width: 100%;
}

.r_sh_2_new {
    flex: 1 0 25rem;
}

.sh_3 {
    background-color: #e8edf0;
}

.list_sh_3 {
    padding: 1.6rem 0;
}

.list_sh_3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 4fr));
    gap: var(--gap24);
    margin-bottom: 2.4rem;
}

.list_sh_3>li {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.list_sh_3>li>a {
    display: block;
    padding: 2rem;
}

.list_sh_3>li>a::before {
    content: "";
    width: 6.4rem;
    height: 6.4rem;
    background-color: var(--PrimaryColor);
    opacity: 0.2;
    position: absolute;
    right: -3.2rem;
    bottom: -3.2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
}

.list_sh_3>li:hover>a::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.list_sh_3>li:hover>a .img_list_sh_3 {
    background-color: rgba(255, 255, 255, 0.15);
}

.list_sh_3>li:hover>a .img_list_sh_3::before,
.list_sh_3>li:hover>a .img_list_sh_3::after {
    opacity: 1;
}

.img_list_sh_3 {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 4.8rem;
    background-color: var(--PrimaryColor);
    margin-bottom: 1.6rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.img_list_sh_3::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.15);
    width: 6.4rem;
    height: 6.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: 1.6s;
    -webkit-transition: 1.6s;
    -moz-transition: 1.6s;
    -ms-transition: 1.6s;
    -o-transition: 1.6s;
}

.img_list_sh_3::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.15);
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: 2.4s;
    -webkit-transition: 2.4s;
    -moz-transition: 2.4s;
    -ms-transition: 2.4s;
    -o-transition: 2.4s;
}

.img_list_sh_3 img {
    max-width: 3.2rem;
    max-height: 3.2rem;
    object-fit: contain;
}

.list_sh_3>li:hover>a .na_list_sh_3 {
    text-align: right;
    color: #fff;
    position: relative;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
}

.na_list_sh_3 {
    position: relative;
    z-index: 1;
    font-size: var(--font-size-16);
    font-weight: 600;
    color: var(--color-2);
    margin-bottom: .4rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.list_sh_3>li:hover>a .link_list_sh_3 {
    color: #fff;
}

.link_list_sh_3 {
    position: relative;
    z-index: 1;
    display: block;
    font-size: var(--font-size-12);
    color: #888;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.list_sh_3>li:hover>a .link_list_sh_3 {
    text-align: right;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
}

.list_sh_3>li:hover>a .link_list_sh_3 i {
    display: inline-block;
}

.link_list_sh_3 i {
    display: none;
}

.bot_sh_3 {
    text-align: center;
    font-size: var(--font-size-14);
    font-weight: 500;
    color: var(--color-2);
}

.bot_sh_3 a {
    color: var(--PrimaryColor);
}

.list_sh_4.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: var(--gap24);
    padding-top: 1.6rem;
}

.list_sh_4.parent>li {
    position: relative;
}

.list_sh_4 .div1 {
    grid-row: span 3 / span 3;
}

.list_sh_4 .div2 {
    grid-row: span 3 / span 3;
}

.list_sh_4 .div4 {
    grid-column-start: 3;
}

.list_sh_4 .div5 {
    grid-column-start: 3;
    grid-row-start: 3;
}

.list_sh_4 .div3,
.list_sh_4 .div4,
.list_sh_4 .div5 {
    padding: 1.9rem 0 1.9rem 2rem;
}

.list_sh_4 .div3::before,
.list_sh_4 .div4::before {
    content: "";
    height: .1rem;
    position: absolute;
    bottom: -1rem;
    right: 0;
    left: 2rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(232, 237, 240, 1) 100%);
}

.list_sh_4 .div3 .img_list_sh_4,
.list_sh_4 .div4 .img_list_sh_4,
.list_sh_4 .div5 .img_list_sh_4 {
    display: none;
}

.img_list_sh_4 {
    background-color: #f6f6f6;
    aspect-ratio: 3/2;
    overflow: hidden;
    margin-bottom: 2.4rem;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.img_list_sh_4 img {
    display: block;
    width: 100%;
    height: 100%;
}

.na_list_sh_4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--color-2);
    font-size: var(--font-size-16);
}

.na_list_sh_4 a {
    color: var(--color-2);
}

.na_list_sh_4 a:hover {
    color: var(--color-1);
}

.des_list_sh_4 {
    font-size: var(--font-size-14);
    color: var(--color-3);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sh_5 .min_wrap {
    border-top: 1px solid #e8edf0;
}

.swiper2 .swiper-slide figure {
    display: flex;
    justify-content: center;
}

.swiper2 .swiper-slide figure img {
    display: block;
    max-width: 100%;
    height: 6.4rem;
    object-fit: contain;
}

.bg_cont {
    background: #081839 url(../imgs/bg_cont.webp) no-repeat center center;
    background-size: cover;
}

.bg_cont .min_wrap {
    min-height: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--gap04);
    align-items: center;
    color: #fff;
}

.title_bg_cont {
    font-size: var(--font-size-30);
    text-transform: uppercase;
    flex-basis: 700;
}

.ul_breacrum {
    display: flex;
    font-size: var(--font-size-12);
    color: rgba(255, 255, 255, 0.5);
}

.ul_breacrum>li::after {
    content: "/";
    margin: 0 .8rem 0 .3rem;
    font-size: var(--font-size-12);
}

.ul_breacrum>li:last-child:after {
    display: none;
}

.ul_breacrum>li>a {
    color: rgba(255, 255, 255, 0.5);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.ul_breacrum>li>a:hover {
    color: #fff;
}

.ul_breacrum>li>a i {
    margin-right: .4rem;
}

.f_page_D .min_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: var(--gap24);
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.ct_D {
    flex: 2 0 2.4rem;
}

.sb_D {
    flex: 1;
    min-width: .1rem;
    position: sticky;
    top: 0;
}

.til_news_D {
    font-size: var(--font-size-30);
    margin-bottom: 1.6rem;
}

.des_news_D {
    font-size: var(--font-size-18);
    margin-bottom: 1.6rem;
    font-weight: 500;
}

.bot_til_td_D {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: var(--font-size-14);
    color: var(--color-3);
    gap: var(--gap08);
    margin-bottom: 1.6rem;
}

.dc_td_D {
    padding: 0;
    color: var(--color-3);
}

.dc_td_D span {
    margin-right: 8px;
}

.dc_td_D span:last-child {
    margin-right: 0;
}

.share_D {
    user-select: none;
    display: flex;
    align-items: center;
}

.list_share_D {
    display: flex;
    align-items: center;
}

.list_share_D>li {
    margin-left: 8px;
}

.list_share_D>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    color: var(--color-3);
    border: 1px solid #cfd6e4;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.list_share_D>li>a:hover {
    color: #fff;
    background-color: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
}

.line_list_share_D {
    width: 1px;
    height: 26px;
    background-color: rgba(0, 78, 127, .05);
}

.tags_D {
    padding-top: 30px;
    font-size: var(--font-size-14);
    color: var(--color-1);
}

.tags_D strong {
    color: var(--color-1);
}

.tags_D a {
    display: inline;
    color: var(--color-3);
}

.tags_D a:hover {
    color: var(--PrimaryColor);
}

.tags_D a::after {
    content: ',';
}

.tags_D a:last-child::after {
    display: none;
}

.ml_20 {
    margin-left: 2rem;
}

.title_news_spec_sb_D {
    font-size: var(--font-size-20);
    font-weight: 600;
    color: var(--color-1);
    padding: .4rem 0;
    margin-bottom: 1.6rem;
}

.title_news_spec_sb_D a {
    color: var(--color-1);
}

.list_news_spec_sb_D>li {
    padding: 2rem 0;
    position: relative;
}

.list_news_spec_sb_D>li::before {
    content: "";
    height: .1rem;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 2rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(232, 237, 240, 1) 100%);
}

.list_news_spec_sb_D>li:first-child {
    padding-top: 0;
}

.list_news_spec_sb_D>li .na_list_sh_4 {
    font-weight: 400;
    font-size: var(--font-size-14);
}

.list_dv {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 3fr));
    gap: var(--gap24);
    padding: 1.6rem 0;
    margin-bottom: 2.4rem;
}

.list_dv>li {
    background-color: #fff;
    overflow: hidden;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.list_dv>li:hover {
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, .1);
}

.img_list_dv {
    position: relative;
    aspect-ratio: 3/2;
    background-color: #fff;
    overflow: hidden;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.img_list_dv::before {
    content: "";
    background-color: var(--PrimaryColor);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.list_dv>li:hover .img_list_dv::before {
    opacity: 0.25;
}

.img_list_dv img {
    display: block;
    width: 100%;
    height: 100%;
}

.content_list_dv {
    padding: 2rem;
}

.na_list_dv {
    font-size: var(--font-size-16);
    font-weight: 600;
    color: var(--color-2);
    margin-bottom: .4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.des_list_dv {
    font-size: var(--font-size-14);
    color: var(--color-3);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .8rem;
    min-height: 4rem;
}

.link_list_dv {
    font-size: var(--font-size-12);
    color: #888;
    display: inline-flex;
    gap: var(--gap04);
    align-items: center;
    line-height: 1.4rem;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.link_list_dv i {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.list_dv>li:hover .link_list_dv {
    color: var(--PrimaryColor);
}

.list_dv>li:hover .link_list_dv i {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.f_contact .min_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
}

.l_f_contact {
    flex: 1 0 25rem;
}

.r_f_contact {
    flex: 1 0 25rem;
    overflow: hidden;
}

.full_show_map,
.maplibregl-canvas-container {
    width: 100% !important;
    height: 100% !important;
    background-color: #eee;
    overflow: hidden;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.list_l_f_contact {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap30);
    margin-bottom: 3rem;
}

.list_l_f_contact>li {
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    gap: var(--gap16);
}

.list_l_f_contact>li.li_col2 {
    flex-basis: 40%;
}

.img_list_l_f_contact {
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    color: var(--PrimaryColor);
    font-size: var(--font-size-20);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.img_list_l_f_contact img {
    max-width: 2.4rem;
    max-height: 100%;
    object-fit: contain;
}

.nd_list_l_f_contact {
    flex: 1;
    font-size: var(--font-size-14);
}

.nd_list_l_f_contact strong {
    display: block;
    font-weight: 600;
    font-size: var(--font-size-14);
    color: var(--color-2);
}

.nd_list_l_f_contact p {
    padding: 0;
    color: var(--color-3);
}

.nd_list_l_f_contact p a {
    color: var(--color-3);
}

.nd_list_l_f_contact p a:hover {
    color: var(--PrimaryColor);
}

.form_l_f_contact {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap24);
}

.form_l_f_contact>li {
    flex: 1 0 25rem;
    position: relative;
}

.form_l_f_contact>li:last-child,
.li_full {
    flex-basis: 100% !important;
}

.na_l_f_contact {
    font-size: var(--font-size-14);
    font-weight: 500;
    margin-bottom: .8rem;
}

.content_l_f_contact {
    position: relative;
}

.content_l_f_contact i {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    text-align: center;
    color: var(--color-3);
}

.ipt_l_f_contact {
    width: 100%;
    height: 4.8rem;
    padding: 0 1.6rem;
    color: var(--color-3);
    border: 1px solid #e6e8ea;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.slec_l_f_contact {
    width: 100%;
    height: 4.8rem;
    padding: 0 1.6rem;
    color: var(--color-3);
    background: #fff url(../imgs/arrow-down-1.svg) no-repeat center right 1.6rem;
    background-size: auto 1.6rem;
    border: 1px solid #e6e8ea;
    border-radius: .8rem !important;
    -webkit-border-radius: .8rem !important;
    -moz-border-radius: .8rem !important;
    -ms-border-radius: .8rem !important;
    -o-border-radius: .8rem !important;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.slec_l_f_contact:focus {
    background-image: url(../imgs/arrow-down-2.svg);
}

.txt_l_f_contact {
    width: 100%;
    min-height: 10rem;
    height: 10rem;
    padding: 1.2rem 1.6rem;
    color: var(--color-3);
    border: 1px solid #e6e8ea;
    resize: vertical;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.ipt_l_f_contact:focus,
.txt_l_f_contact:focus,
.slec_l_f_contact:focus {
    color: var(--color-1);
    border-color: var(--color-1);
}

.img_capcha {
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 1;
    display: inline-block;
    width: auto;
    height: 3.8rem;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    -ms-border-radius: .4rem;
    -o-border-radius: .4rem;
}

.but_l_f_contact {
    background-color: var(--PrimaryColor);
    border: 0;
    cursor: pointer;
    width: 100%;
    height: 4.8rem;
    color: #fff;
    font-size: var(--font-size-15);
    font-weight: 500;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.but_l_f_contact:focus {
    background-color: var(--tailwind-700);
}

.list_stt_1.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 24px;
}

.list_stt_1 .div1 {
    grid-column: span 2 / span 2;
    grid-row: span 4 / span 4;
}

.list_stt_1 .div2 {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
}

.list_stt_1 .div3 {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
}

.list_stt_1 .div4 {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 3;
}

.list_stt_1 .div5 {
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 3;
}

.list_stt_1 .des_list_sh_4 {
    display: none;
}

.list_stt_1 .na_list_sh_4 {
    font-size: var(--font-size-14);
}

.list_stt_1 .ti_cont span a,
.list_r2_content_b_tt .ti_cont span a,
.nd_r1_content_b_tt .ti_cont span a {
    color: #888;
    text-transform: capitalize;
}

.list_stt_1 .div1 .na_list_sh_4 {
    font-size: var(--font-size-20);
    margin-bottom: .8rem;
}

.list_stt_1 .div1 .des_list_sh_4 {
    display: block;
}

.stt_2 {
    background-color: #e8edf0;
}

.stt_2 .min_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: var(--gap24);
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.ct_tt {
    flex: 3 0 4.8rem;
    min-width: .1rem;
}

.sb_tt {
    flex: 1;
    min-width: .1rem;
    position: sticky;
    top: 0;
}

.b_tt,
.b_sb_tt {
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 2.4rem;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.b_tt:last-child,
.b_sb_tt:last-child,
.list_ct_tt>li:last-child {
    margin-bottom: 0;
}

.title_b_tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: var(--gap16);
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
}

.na_title_b_tt {
    color: var(--color-1);
    font-size: var(--font-size-20);
    font-weight: 600;
}

.na_title_b_tt a {
    color: var(--color-1);
}

.link_title_b_tt {
    display: flex;
    align-items: center;
    gap: var(--gap04);
    font-size: var(--font-size-12);
    line-height: 1.4rem;
    color: var(--PrimaryColor);
}

.r1_content_b_tt {
    display: flex;
    gap: var(--gap20);
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.img_r1_content_b_tt {
    flex-basis: 25.4rem;
    aspect-ratio: 3/2;
    background-color: #f6f6f6;
    overflow: hidden;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.img_r1_content_b_tt img {
    display: block;
    width: 100%;
    height: 100%;
}

.nd_r1_content_b_tt {
    flex: 1;
}

.na_nd_r1_content_b_tt {
    font-size: var(--font-size-16);
    color: var(--color-2);
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .8rem;
}

.des_nd_r1_content_b_tt {
    font-size: var(--font-size-14);
    color: var(--color-3);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.r2_content_b_tt {
    padding-top: 1.6rem;
    border-top: 1px solid #e8edf0;
}

.list_r2_content_b_tt {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap20);
}

.list_r2_content_b_tt>li {
    flex: 1 0 20rem;
}

.list_r2_content_b_tt>li:first-child {
    margin-right: -1rem;
}

.list_r2_content_b_tt>li h3 {
    font-size: var(--font-size-14);
    color: var(--color-2);
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list_r2_content_b_tt>li h3 a,
.na_nd_r1_content_b_tt a {
    color: var(--color-2);
}

.nd_r1_content_b_tt .ti_cont {
    padding-top: .4rem;
}

.b_sb_tt .na_title_b_tt {
    font-weight: 500;
    margin-bottom: 1.2rem;
}

.b_sb_tt .link_title_b_tt {
    justify-content: right;
}

.list_b_sb_tt {
    font-size: var(--font-size-14);
    margin-bottom: 1.2rem;
}

.list_b_sb_tt>li {
    color: var(--color-2);
    padding: .4rem 0;
}

.list_b_sb_tt>li>a {
    display: block;
    color: var(--color-2);
    position: relative;
    padding-left: 2rem;
}

.list_b_sb_tt>li>a::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f301";
    position: absolute;
    top: .2rem;
    left: 0;
    color: var(--PrimaryColor);
    font-size: var(--font-size-12);
}

.list_b_sb_tt>li>a:hover {
    color: var(--PrimaryColor);
}

.list_ct_tt>li {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap20);
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 2.4rem;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.mb_64 {
    margin-bottom: 6.4rem;
}

.sgt_1 {
    background: #fff;
    position: relative;
}

.sgt_1 .min_wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: var(--gap48);
    position: relative;
    z-index: 1;
}

.shape-sgt_1 {
    pointer-events: none;
    position: absolute;
    top: -6rem;
    right: 0;
}

.shape-04 {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.l_sgt_1 {
    flex: 1 0 25rem;
    min-width: .1rem;
}

.r_sgt_1 {
    flex: 1 0 25rem;
    min-width: .1rem;
    position: sticky;
    top: 0;
    position: relative;
}

.r1_l_sgt_1,
.r1_l_sgt_1 .f-detail {
    margin-bottom: 2.4rem;
}

.r1_l_sgt_1 .til_cont_1 {
    margin-bottom: 1.6rem;
}

.but_fcb_gt {
    cursor: pointer;
    color: var(--PrimaryColor);
    font-size: var(--font-size-14);
    display: inline-flex;
    gap: var(--gap08);
    align-items: center;
}

#fcb_gt {
    padding: 2.4rem;
    display: none;
    width: 768px;
    max-width: 90%;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.title_r2_l_sgt_1 {
    margin-bottom: 2.4rem;
    font-size: var(--font-size-16);
    font-weight: 600;
}

.swiper3 .swiper-slide {
    cursor: zoom-in;
    width: 14.4rem;
    height: 10.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper3 .swiper-slide img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.img_r_sgt_1_1 {
    position: relative;
    z-index: 1;
    aspect-ratio: 1/1;
    background-color: #f6f6f6;
    overflow: hidden;
    max-width: 50rem;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.img_r_sgt_1_2 {
    position: absolute;
    bottom: -6rem;
    right: 0;
    z-index: 2;
    aspect-ratio: 1/1;
    background-color: #f6f6f6;
    overflow: hidden;
    max-width: 29rem;
    border: .8rem solid #fff;
    border-radius: 1.6rem;
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    -ms-border-radius: 1.6rem;
    -o-border-radius: 1.6rem;
}

.img_r_sgt_1_1 img,
.img_r_sgt_1_2 img {
    display: block;
    width: 100%;
    height: 100%;
}

.list_sgt_2 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap24);
}

.list_sgt_2>li {
    flex: 1 0 25rem;
    text-align: center;
}

.list_sgt_2>li figure {
    width: 6.4rem;
    height: 6.4rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.6rem;
}

.list_sgt_2>li figure img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.list_sgt_2>li span {
    display: block;
    color: var(--color-2);
    font-weight: 500;
}

.list_sgt_2>li strong {
    display: inline-block;
    font-size: var(--font-size-40);
    color: var(--PrimaryColor);
    font-weight: 700;
}

.list_sgt_2>li:last-child strong::after,
.counter-value-other::after {
    content: "%";
}

.sgt_3 {
    display: flex;
    flex-wrap: wrap;
    background-color: #081839;
    color: #fff;
}

.l_sgt_3 {
    flex: 1 0 40%;
    background-repeat: no-repeat;
    min-width: .1rem;
    background-position: center center;
    background-size: cover;
}

.r_sgt_3 {
    flex: 1 0 40%;
    min-width: .1rem;
    min-height: 50rem;
    position: relative;
    padding: 6rem 0;
    display: flex;
    align-items: center;
}

.content_r_sgt_3 {
    width: calc(1170px / 2);
    padding-left: 6rem;
}

.shape-05 {
    position: absolute;
    top: 50%;
    left: -5.5rem;
    width: 5.5rem;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.fcb_video {
    position: absolute;
    top: 50%;
    left: -3.2rem;
    z-index: 2;
    width: 6.4rem;
    height: 6.4rem;
    background-color: #fff;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.fcb_video::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    width: 6.4rem;
    height: 6.4rem;
    background: rgba(255, 255, 255, .15);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation-name: mymove1;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.fcb_video::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 6.4rem;
    height: 6.4rem;
    background: rgba(255, 255, 255, .15);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation-name: mymove2;
    animation-duration: 1.1s;
    animation-timing-function: ease;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.fcb_video i {
    color: var(--PrimaryColor);
    font-size: var(--font-size-24);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes mymove1 {
    from {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    to {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@keyframes mymove2 {
    from {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    to {
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
    }
}

.sgt_bld {
    background: linear-gradient(0deg, rgba(232, 237, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.content_sgt_bld {
    cursor: zoom-in;
    text-align: center;
}

.content_sgt_bld img {
    mix-blend-mode: multiply;
}

#fcb_sdtc {
    display: none;
    padding: 2.4rem;
    width: 1280px;
    max-width: 90%;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.sgt_4 {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}

.sgt_4 .til_cont_2 {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.sgt_4 .min_wrap {
    position: relative;
    z-index: 2;
}

.shape-06 {
    position: absolute;
    top: 0;
    right: 0;
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
}

.content_sgt_4 {
    position: relative;
    padding: 1.6rem 0;
}

.content_sgt_4::before {
    content: "";
    width: .2rem;
    position: absolute;
    top: 1.6rem;
    right: 0;
    bottom: 1.6rem;
    left: 0;
    margin: auto;
    background-color: #dadada;
}

.list_sgt_4 {
    position: relative;
    max-width: 70%;
    margin: auto;
}

.list_sgt_4::before {
    content: "";
    width: .2rem;
    height: 2.4rem;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    background: linear-gradient(0deg, rgba(218, 218, 218, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.list_sgt_4::after {
    content: "";
    width: .2rem;
    height: 2.4rem;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    background: linear-gradient(-180deg, rgba(218, 218, 218, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.list_sgt_4>li {
    display: flex;
    gap: .2rem;
    margin-bottom: 6.4rem;
}

.list_sgt_4>li:last-child {
    margin-bottom: 0;
}

.list_sgt_4>li:nth-child(2n) {
    flex-direction: row-reverse;
}

.list_sgt_4>li:nth-child(2n) .num_list_sgt_4 {
    justify-content: left;
    margin-right: auto;
    margin-left: 4.8rem;
}

.list_sgt_4>li:nth-child(2n) .content_list_sgt_4 {
    margin-right: 4.8rem;
    margin-left: 0;
}

.list_sgt_4>li:nth-child(2n) .num_list_sgt_4 strong {
    background: linear-gradient(-90deg, rgba(232, 237, 240, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.num_list_sgt_4 {
    flex: 1;
    min-width: .1rem;
    margin-right: 4.8rem;
    display: flex;
    justify-content: right;
    align-items: flex-start;
}

.num_list_sgt_4 strong {
    display: inline-block;
    color: var(--PrimaryColor);
    font-size: var(--font-size-48);
    line-height: 4.8rem;
    padding: .6rem 1.6rem;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(232, 237, 240, 1) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.content_list_sgt_4 {
    flex: 1;
    min-width: .1rem;
    margin-left: 4.8rem;
}

.swiper4 {
    padding: 3.2rem 2.4rem 6.4rem 2.4rem;
}

.swiper4 .swiper-slide {
    width: 37.4rem;
    background-color: #fff;
    padding: 2.4rem;
    box-shadow: -.4rem -.4rem .4rem rgba(0, 0, 0, .05);
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.swiper4 .num_list_sgt_4 {
    justify-content: left;
    margin-bottom: 1.6rem;
}

.swiper4 .num_list_sgt_4 strong {
    font-size: var(--font-size-40);
}

.swiper-button-prev-4::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    content: "\f104";
    color: var(--PrimaryColor);
}

.swiper-button-next-4::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    content: "\f105";
    color: var(--PrimaryColor);
}

.swiper-pagination-4 {
    top: auto !important;
    bottom: 0;
}

.swiper4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--PrimaryColor);
}

.f_hd .min_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: var(--gap48);
}

.cf_f_hd {
    flex: 1 0 25rem;
    min-width: .1rem;
}

.sb_f_hd {
    flex: 1 0 25rem;
    min-width: .1rem;
    position: sticky;
    top: 0;
}

.sb_f_hd .list_sh_1>li:nth-child(4) {
    flex-direction: row;
}

.sb_f_hd .des_content_list_sh_1 {
    display: block;
}

.title_cf_f_hd {
    font-size: var(--font-size-30);
    margin-bottom: .8rem;
}

.note_cf_f_hd {
    margin-bottom: 2.4rem;
    font-size: var(--font-size-16);
    color: var(--color-2);
}

.form_cf_f_hd {
    gap: var(--gap16);
}

.box_giadv {
    margin-bottom: 2.4rem;
}

.box_giadv ul {
    display: flex;
    gap: var(--gap08);
}

.box_giadv ul li a {
    display: block;
    background-color: #e6e8ea;
    color: var(--color-2);
    line-height: 2.4rem;
    padding: .8rem 1.6rem;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.box_giadv ul li.active a {
    background-color: var(--PrimaryColor);
    color: #fff;
}

.search_bgdv {
    background-color: #f6f6f6;
    padding: .8rem;
    position: relative;
    margin-bottom: 1.6rem;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.search_bgdv .form_l_f_contact {
    gap: var(--gap08);
}

.search_bgdv .form_l_f_contact>li {
    flex: 1 0 4.8rem !important;
}

.search_bgdv .form_l_f_contact>li.but_search_bgdv {
    flex: 0 0 4.8rem !important;
}

.search_bgdv .form_l_f_contact>li.but_search_bgdv span {
    display: none;
}

.tb_bgdv {
    width: 100%;
    border: none;
    font-size: var(--font-size-14);
}

.tb_bgdv td {
    padding: 2.4rem 1.6rem;
    border: none;
}

.tb_bgdv thead {
    background-color: #fff;
}

.tb_bgdv thead td {
    padding: 1.6rem;
    font-weight: 600;
    color: var(--PrimaryColor);
}

.tb_bgdv tbody tr {
    background-color: #f6f6f6;
}

.tb_bgdv tbody tr:nth-child(2n) {
    background-color: #fff;
}

.tb_bgdv tbody td:first-child {
    border-top-left-radius: .8rem;
    border-bottom-left-radius: .8rem;
}

.tb_bgdv tbody td:last-child {
    border-top-right-radius: .8rem;
    border-bottom-right-radius: .8rem;
}

.list_hdcg>li {
    border-bottom: 1px solid #e8edf0;
    padding: 2.4rem 0;
}

.list_hdcg>li:first-child {
    padding-top: 1.2rem;
}

.title_list_hdcg {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: var(--gap16);
    row-gap: var(--gap04);
    flex-wrap: wrap;
    margin-bottom: .8rem;
    color: var(--color-3);
}

.title_list_hdcg span {
    font-size: var(--font-size-12);
}

.title_list_hdcg span em {
    color: var(--PrimaryColor);
    font-style: normal;
}

.na_list_hdcg {
    font-size: var(--font-size-16);
    font-weight: 600;
    color: var(--color-1);
}

.content_list_hdcg {
    font-size: var(--font-size-14);
    color: var(--color-2);
    margin-bottom: 2.4rem;
}

.bot_list_hdcg {
    display: flex;
    justify-content: right;
    column-gap: var(--gap08);
    row-gap: var(--gap08);
}

.bot_list_hdcg span {
    display: flex;
    gap: var(--gap04);
    align-items: center;
    font-size: var(--font-size-12);
    line-height: 2.4rem;
    padding: .4rem 1.2rem;
    color: var(--color-2);
    border: 1px solid #e8edf0;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    -ms-border-radius: .4rem;
    -o-border-radius: .4rem;
}

.bot_list_hdcg a {
    display: flex;
    gap: var(--gap04);
    align-items: center;
    font-size: var(--font-size-12);
    font-weight: 500;
    line-height: 2.4rem;
    padding: .4rem 1.2rem;
    color: #fff;
    background-color: var(--PrimaryColor);
    border: 1px solid var(--PrimaryColor);
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    -ms-border-radius: .4rem;
    -o-border-radius: .4rem;
}

.bot_list_hdcg a:hover {
    opacity: 0.9;
}

.list_hdcg>li.li_bstl .title_list_hdcg {
    margin-bottom: 1.6rem;
}

.list_hdcg>li.li_bstl .na_list_hdcg {
    color: var(--PrimaryColor);
}

.content_ndtl {
    background-color: #f6f6f6;
    padding: 2rem;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.content_ndtl .f-detail {
    font-size: var(--font-size-14);
}

.other_bstl>li {
    position: relative;
    font-size: var(--font-size-14);
    color: var(--color-2);
    padding: .4rem 0 .4rem 2rem;
}

.other_bstl>li::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f2fd";
    position: absolute;
    top: .5rem;
    left: 0;
    color: #888;
}

.other_bstl>li>a {
    color: var(--color-2);
}

.other_bstl>li>a:hover,
.other_bstl>li:hover:before {
    color: var(--PrimaryColor);
}

.list_download,
.ct_dl {
    margin: auto;
    max-width: 96rem;
}

.list_download>li {
    margin-bottom: 1.6rem;
}

.list_download>li>a {
    border: 1px solid #e6e8ea;
    display: flex;
    gap: var(--gap12);
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem;
    background-color: #fff;
    color: var(--color-2);
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.list_download>li>a:hover {
    border-color: var(--PrimaryColor);
    color: var(--color-1);
}

.list_download>li>a span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list_download>li>a:hover i {
    color: var(--PrimaryColor);
}

.tool_dl {
    border-top: 1px solid #e6e8ea;
    border-bottom: 1px solid #e6e8ea;
    padding: 2.4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--gap08);
    margin-bottom: 2.4rem;
}

.l_tool_dl {
    font-weight: 500;
}

.r_tool_dl {
    display: flex;
    gap: var(--gap08);
    align-items: center;
}

.r_tool_dl a {
    background-color: var(--PrimaryColor);
    font-size: var(--font-size-14);
    color: #fff;
    font-weight: 500;
    padding: .8rem 1.6rem;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    -ms-border-radius: .4rem;
    -o-border-radius: .4rem;
}

.r_tool_dl a:hover {
    opacity: 0.85;
}

#footer {
    background: #081839 url(../imgs/bg_foot.webp) no-repeat center center;
    background-size: cover;
    color: #fff;
    font-size: var(--font-size-14);
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #fff;
}

.list_foot_1 {
    padding: 1.6rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap24);
}

.list_foot_1>li,
.sub_list_foot_1>li {
    flex: 1;
}

.list_foot_1>li:nth-child(2),
.sub_list_foot_1>li:nth-child(2) {
    flex: 2 0 2.4rem;
}

.sub_list_foot_1 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap24);
}

.t_foot_1 {
    font-size: var(--font-size-16);
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 1.2rem;
    margin-bottom: 2.4rem;
}

.t_foot_1::before {
    content: "";
    width: 4.8rem;
    height: .3rem;
    background-color: var(--PrimaryColor);
    position: absolute;
    bottom: 0;
    left: 0;
}

.ol0_foot_1 {
    margin-bottom: 2.4rem;
}

.ol0_foot_1>li {
    padding: .4rem 0;
    display: flex;
    gap: .8rem;
}

.ol0_foot_1>li i {
    width: 1.6rem;
    text-align: center;
    height: 1.6rem;
    margin-top: .2rem;
}

.ol0_foot_1>li span {
    flex: 1;
}

.ol_1_list_foot_1>li {
    padding: .4rem 0 .4rem 1.6rem;
    position: relative;
}

.ol_1_list_foot_1>li::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\2b";
    font-size: 10px;
    position: absolute;
    top: .6rem;
    left: 0;
    color: rgba(255, 255, 255, 0.7);
}

.ol_1_list_foot_1>li>a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.ol_1_list_foot_1>li>a:hover,
.ol_1_list_foot_1>li:hover:before {
    color: #fff !important;
}

.ol_2_list_foot_1 {
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--gap24);
}

.ol_2_list_foot_1>li {
    flex: 1 0 20rem;
}

.social_foot_1 {
    display: flex;
    align-items: center;
    gap: var(--gap08);
    margin: 0 0 2.4rem 2.4rem;
}

.social_foot_1>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: var(--font-size-18);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.social_foot_1>li>a:hover {
    color: var(--PrimaryColor) !important;
    border-color: var(--PrimaryColor);
}

.down_app_destop {
    display: flex;
    gap: var(--gap08);
    margin-left: 2.4rem;
}

.down_app_destop img {
    display: block;
    width: auto;
    height: 3.2rem;
}

.down_app_destop a img {
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    -ms-border-radius: .4rem;
    -o-border-radius: .4rem;
}

.foot_2 .min_wrap {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap08);
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.r_foot_2 {
    font-size: var(--font-size-12);
}

.f-detail div,
.f-detail table,
.f-detail h1,
.f-detail h2,
.f-detail h3,
.f-detail h4,
.f-detail h5,
.f-detail h6,
.f-detail p,
.f-detail strong,
.f-detail span {
    max-width: 100%;
}

.f-detail img {
    max-width: 100%;
    height: auto !important;
    border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    -ms-border-radius: 0.8rem;
    -o-border-radius: 0.8rem;
}

.f-detail a {
    color: var(--PrimaryColor);
}

.f-detail a:hover {
    text-decoration: underline;
}

.f-detail iframe {
    max-width: 100% !important;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.f-detail ul,
.f-detail ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

.f-detail ul li {
    list-style: disc;
    margin-left: 2.4rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.f-detail ol li {
    list-style: decimal;
    margin-left: 2.4rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.f-detail strong,
.f-detail b,
.f-detail h1,
.f-detail h2,
.f-detail h3,
.f-detail h4,
.f-detail h5,
.f-detail h6 {
    font-weight: 600;
}

.error-sty {
    color: red;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
}

.clear {
    clear: both;
    height: 0;
    float: none;
}

.box-sizing-fix {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.img_object_fit {
    object-fit: cover;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    opacity: 1;
}

.sty_slec {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.sty_slec::-ms-expand {
    display: none;
}

.sty_transition {
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    transition: ease 0.3s;
}

.hover_img {
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.hover_img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

select option {
    font-size: 14px;
}

input,
textarea,
select,
button {
    font-family: var(--font-family);
    color: #000;
}

button:active {
    opacity: 0.9;
}

#star img {
    display: inline-block;
    width: auto;
    height: 18px;
    position: relative;
    top: -1px;
}

.page {
    font-size: var(--font-size-16);
    padding-top: 3rem;
    text-align: center;
}

.PageNum a {
    display: inline-block;
    color: var(--color-2);
    padding: 3px 7px;
    margin: 0px 3px 5px 0px;
    min-width: 30px;
    text-align: center;
}

.PageNum a:hover {
    color: var(--PrimaryColor);
}

.PageNum span {
    color: var(--PrimaryColor);
    font-weight: 600;
    display: inline-block;
    padding: 3px 7px;
    margin: 0px 3px 5px 0px;
    min-width: 30px;
    text-align: center;
}

.icon_menu_mobile {
    color: var(--color-1);
    display: none;
    width: 3.2rem;
    height: 3.2rem;
    cursor: pointer;
    user-select: none;
    justify-content: center;
    align-items: center;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    -ms-border-radius: .4rem;
    -o-border-radius: .4rem;
}

.icon_menu_mobile i {
    font-size: var(--font-size-22);
    text-align: center;
}

.menu_mobile {
    user-select: none;
    visibility: hidden;
    background: #fff;
    width: 280px;
    height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    position: fixed;
    top: 0;
    left: -280px;
    z-index: 99999;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.menu_mobile::-webkit-scrollbar {
    display: none;
}

.close_menu_mobile {
    background: rgba(255, 255, 255, 0);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 280px;
    z-index: 7009;
}

.show_menu_mobile {
    overflow-y: hidden;
}

.show_menu_mobile .menu_mobile {
    left: 0;
}

.show_menu_mobile::after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10001;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.logo_mb {
    padding: 12px 16px;
    box-shadow: 0 0 .8rem rgba(0, 0, 0, .1);
}

.logo_mb img {
    display: inline-block;
    width: auto;
    height: 40px;
}

.dkdn_mb {
    background-color: var(--PrimaryColor);
    color: #fff;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
}

.dkdn_mb>a {
    display: inline-block;
    background-color: rgba(0, 0, 0, .25);
    color: #fff;
    padding: .8rem 1.2rem;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.dkdn_mb>a:focus {
    background-color: var(--PrimaryColor);
}

.in_dkdn_mb {
    display: flex;
    align-items: center;
    gap: var(--gap12);
}

.img_dkdn_mb {
    flex-basis: 50px;
}

.img_dkdn_mb img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 3px;
    background-color: #fff;
}

.nd_dkdn_mb {
    flex: 1;
}

.nd_dkdn_mb p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: var(--font-size-18);
    padding: 0 0 .2rem 0;
}

.nd_dkdn_mb a {
    color: #fff;
}

.menu_accordion {
    padding: 0 16px;
}

.ul_ma_1 {
    padding: 8px 0;
}

.ul_ma_1>li {
    font-size: var(--font-size-15);
    position: relative;
}

.ul_ma_1>li>a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: var(--color-1);
    padding: 8px 30px 8px 0;
    font-size: var(--font-size-16);
}

.ul_ma_1>li>a:hover,
.ul_ma_1>li.active>a {
    color: var(--PrimaryColor);
    font-weight: 600;
}

.ul_ma_1>li.active {
    color: var(--PrimaryColor);
}

.ul_ma_1>li>a>i {
    width: 18px;
    text-align: center;
    margin-right: 4px;
}

.ul_ma_1>li.active .ul_ma_2 {
    display: block;
}

.ul_ma_2 {
    background-color: #f6f6f6;
    display: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.ul_ma_2>li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    font-size: var(--font-size-14);
}

.ul_ma_2>li:last-child {
    border-bottom: 0;
}

.ul_ma_2>li>a {
    padding: 8px 16px;
    display: block;
    color: #000;
}

.ul_ma_2>li.active>a {
    font-weight: 600;
}

.ul_ma_2>li.active .ul_ma_3 {
    display: block;
}

.ul_ma_3 {
    display: none;
    padding-bottom: 8px;
}

.ul_ma_3>li>a {
    padding: 4px 16px 4px 32px;
    display: block;
    color: #000;
}

.ul_ma_3>li.active>a {
    text-decoration: underline;
}

.ul_ma_1>li.active .arrown_menu_accordion {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.ul_ma_2>li.active .arrown_menu_accordion2::before {
    content: "\f068";
}

.arrown_menu_accordion {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer;
    font-style: normal;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.arrown_menu_accordion2 {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    ;
    position: absolute;
    top: 10px;
    right: 4px;
    cursor: pointer;
    font-style: normal;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.arrown_menu_accordion::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f078";
    font-size: var(--font-size-14);
}

.arrown_menu_accordion2::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\2b";
    font-size: 12px;
    color: #34cdad;
}

.t_ul_ma_1 {
    font-weight: 500;
    text-transform: capitalize;
    padding: 4px 0;
    display: inline-block;
    border-bottom: 1px solid #000;
    color: #000;
}

.bot_menu_mobile {
    border-top: 1px solid #eee;
    padding: 1.2rem;
}

.list_social_rwd {
    display: flex;
    gap: .8rem;
}

.list_social_rwd>li {
    flex: 1;
    font-size: var(--font-size-12);
}

.list_social_rwd>li>a {
    display: block;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    padding: 1.2rem;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.list_social_rwd>li>a:hover,
.list_social_rwd>li>a:active,
.list_social_rwd>li>a:focus {
    background-color: #000;
}

.list_social_rwd>li>a i {
    font-size: var(--font-size-14);
    margin-right: .4rem;
}
.slide_bv {
    height: 400px;
    margin-bottom: 30px;
}
.swiper.mySwiper.swiper5 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.swiper.mySwiper.swiper5 {
    height: 100%;
}
@media only screen and (min-width: 1441px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1365px) and (min-width: 1280px) {}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    :root {
        --height-hea: 7.2rem;
    }

    .icon_menu_mobile {
        display: flex;
    }

    .min_wrap {
        padding-right: 2.4rem;
        padding-left: 2.4rem;
    }

    .cf_f_hd,
    .sb_f_hd {
        flex-basis: 100%;
    }

    body {
        overflow: hidden;
    }

    .logo img {
        height: 4.8rem;
    }

    .list_sh_1>li {
        flex-basis: 40%;
    }

    .na_content_list_sh_1 {
        padding: 0;
    }

    .l_sh_2 {
        background-size: contain;
    }

    .content_r_sh_2 {
        width: calc(100vw / 2);
        padding-right: 2.4rem;
        padding-left: 2.4rem;
    }

    .ol_2_list_foot_1>li {
        flex-basis: 15rem;
    }

    .list_sgt_2>li {
        flex-basis: 20rem;
    }

    .list_sh_1>li:first-child {
        display: block !important;
    }

    .nav_mn,
    .list_sh_1>li:hover .des_content_list_sh_1,
    .na_content_list_sh_1::before,
    .sb_f_hd .des_content_list_sh_1 {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    :root {
        --font-size-30: clamp(24px, 4vw, 30px);
        --font-size-34: clamp(24px, 4vw, 34px);
        --font-size-38: clamp(28px, 4vw, 38px);
        --font-size-40: clamp(30px, 4vw, 40px);
        --font-size-48: clamp(30px, 4vw, 48px);
        --gap32: 2.4rem;
        --gap40: 2.4rem;
        --gap48: 2.4rem;
        --height-hea: 7.2rem;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .icon_menu_mobile {
        display: flex;
    }

    .min_wrap {
        padding-right: 2.4rem;
        padding-left: 2.4rem;
    }

    .r_p9,
    .r_p69 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .l_sh_2,
    .cf_f_hd,
    .sb_f_hd,
    .ct_D,
    .ct_tt {
        flex-basis: 100%;
    }

    body {
        overflow: hidden;
    }

    .logo img {
        height: 4.8rem;
    }

    .list_sh_1>li {
        flex-basis: 40%;
    }

    .content_list_sh_1 {
        padding: 2.4rem;
    }

    .na_content_list_sh_1 {
        font-size: var(--gap16);
        padding: 0;
    }

    .img_content_list_sh_1 {
        width: 4.8rem;
        height: 4.8rem;
    }

    .sh_2 {
        flex-direction: column-reverse;
        gap: var(--gap24);
    }

    .l_sh_2 {
        min-height: auto;
        background-size: contain;
        background-position: bottom center;
    }

    .content_r_sh_2 {
        width: 100%;
        padding: 0 2.4rem 4.8rem 2.4rem;
    }

    .ol_2_list_foot_1>li {
        flex-basis: 15rem;
    }

    .foot_2 .min_wrap {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
        justify-content: center;
        gap: 0;
        text-align: center;
    }

    .list_sgt_4 {
        max-width: 100%;
    }

    .img_r_sgt_1_2 {
        width: 12.8rem;
        left: 0;
        bottom: -6.4rem;
        margin: auto;
    }

    .bg_cont .min_wrap {
        aspect-ratio: 3/1;
        min-height: auto;
    }

    .list_sh_1>li:first-child {
        display: block !important;
    }

    .cf_f_hd {
        margin-bottom: 2.4rem;
    }

    .news_spec_sb_D {
        margin-left: 0;
    }

    .f_contact .min_wrap {
        gap: var(--gap32);
    }

    .mb_64 {
        margin-bottom: 0;
    }

    .nav_mn,
    .list_sh_1>li:hover .des_content_list_sh_1,
    .na_content_list_sh_1::before,
    .sb_f_hd .des_content_list_sh_1 {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-device-width: 960px) and (orientation: landscape) {}

@media only screen and (max-width: 640px) {
    :root {
        --height-hea: 6.4rem;
    }

    .min_wrap {
        padding-right: 1.6rem;
        padding-left: 1.6rem;
    }

    .r_p3,
    .r_p36 {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }

    .r_p6 {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }

    .r_p69 {
        padding-top: 3.2rem;
        padding-bottom: 4.8rem;
    }

    .r_p9 {
        padding-top: 4.8rem;
        padding-bottom: 4.8rem;
    }

    .content_list_sh_1,
    .content_list_dv,
    .b_tt,
    .b_sb_tt,
    .list_ct_tt>li {
        padding: 1.6rem;
    }

    .list_sh_3,
    .list_sh_4.parent,
    .list_dv,
    .form_l_f_contact,
    .r1_content_b_tt,
    .list_ct_tt>li {
        gap: var(--gap16);
    }

    .title_cont .til_cont_1,
    .text_title_cont,
    .list_stt_1.parent>li:first-child {
        flex-basis: 100%;
    }

    .sh_4 .but_01 {
        border: none;
    }

    .logo img {
        height: 4rem;
    }

    .img_content_list_sh_1 {
        width: 3.2rem;
        height: 3.2rem;
    }

    .mask_img_content_list_sh_1 {
        width: 6.4rem;
        height: 6.4rem;
        top: 1.6rem;
        right: -3.2rem;
    }

    .list_sh_4.parent {
        display: flex;
        flex-wrap: wrap;
    }

    .list_sh_4.parent>li {
        flex: 1 0 25rem;
        border-bottom: 1px solid #e8edf0;
        padding-bottom: 1.6rem;
    }

    .list_sh_4.parent>li:last-child {
        border-bottom: 0;
    }

    .list_sh_4 .div3,
    .list_sh_4 .div4,
    .list_sh_4 .div5 {
        padding: 0 0 1.6rem 0;
    }

    .list_foot_1>li {
        text-align: center;
    }

    .t_foot_1 {
        padding-bottom: 0;
        margin-bottom: .8rem;
        font-size: var(--font-size-18);
    }

    .ol0_foot_1>li {
        padding: 0;
    }

    .social_foot_1,
    .down_app_destop {
        justify-content: center;
        margin-left: auto;
    }

    .title_cont,
    .til_cont_1 {
        justify-content: center;
        text-align: center;
    }

    .text_title_cont {
        padding-left: 0;
        text-align: center;
    }

    .list_stt_1.parent {
        display: flex;
        flex-wrap: wrap;
        gap: var(--gap16);
    }

    .list_stt_1.parent>li {
        flex: 1 0 25rem;
    }

    .stt_2 .min_wrap {
        padding-top: 0;
        padding-bottom: 0;
    }

    .sgt_4 {
        padding-bottom: 0;
    }

    .swiper4 {
        padding: 1.6rem;
    }

    .swiper4 .swiper-slide {
        width: 80%;
        padding: 1.6rem;
    }

    .content_swiper4 {
        font-size: var(--font-size-14);
    }

    .list_sh_1>li:nth-child(4) {
        flex-direction: row;
    }

    .tb_bgdv {
        width: 700px;
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100%;
    }

    .ul_breacrum,
    .list_foot_1>li:nth-child(2),
    .list_foot_1>li:nth-child(3),
    .t_foot_1::before,
    .list_sh_4 .div3::before,
    .list_sh_4 .div4::before,
    .ol0_foot_1>li i,
    .swiper-button-prev-4,
    .swiper-button-next-4 {
        display: none;
    }
}

@media only screen and (max-width: 480px) {

    .list_sh_1>li,
    .l_sgt_3,
    .num_list_sgt_4,
    .content_list_sgt_4,
    .img_r1_content_b_tt,
    .l_tool_dlm,
    .l_tool_dl,
    .r_tool_dl {
        flex-basis: 100%;
    }

    .til_cont_1,
    .til_cont_2,
    .sgt_4 .til_cont_2 {
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .des_til_cont,
    .sub_til_cont {
        font-size: var(--font-size-14);
    }

    .d_form_s {
        width: 90%;
    }

    .close_form_s {
        top: 2.5%;
        right: 5%;
    }

    .in_list_sh_1 {
        text-align: center;
        padding: 1.2rem;
    }

    .sgt_1 {
        margin-bottom: 3.2rem;
    }

    .list_sgt_2>li {
        flex-basis: 15rem;
    }

    .list_sgt_2>li figure {
        width: 3.2rem;
        height: 3.2rem;
    }

    .list_sgt_2>li span {
        font-size: var(--font-size-14);
    }

    .l_sgt_3 {
        aspect-ratio: 1/1;
    }

    .r_sgt_3 {
        padding: 6.4rem 1.6rem 3.2rem 1.6rem;
        min-height: inherit;
    }

    .content_r_sgt_3 {
        width: auto;
        padding-left: 0;
        text-align: center;
    }

    .sgt_3 .fcb_video {
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .list_sgt_4>li {
        flex-wrap: wrap;
        margin-bottom: 3.2rem;
    }

    .num_list_sgt_4,
    .list_sgt_4>li:nth-child(2n) .num_list_sgt_4 {
        margin: 0 0 1.6rem 0;
        justify-content: center;
    }

    .content_list_sgt_4,
    .list_sgt_4>li:nth-child(2n) .content_list_sgt_4 {
        margin: 0;
    }

    .title_bg_cont {
        font-size: var(--font-size-20);
    }

    .full_show_map,
    .maplibregl-canvas-container {
        aspect-ratio: 16/9;
    }

    .r_sh_2_new .til_cont_1 {
        max-width: 100%;
    }

    .r_sh_2_new .des_til_cont {
        text-align: left;
    }

    .r_sh_2_new .list_sh_2 {
        margin-bottom: 1.6rem;
    }

    .l_tool_dl {
        text-align: center;
    }

    .r_tool_dl {
        justify-content: center;
    }

    .r_tool_dl a {
        padding-right: .4rem;
        padding-left: .4rem;
        flex: 1;
        text-align: center;
    }

    .shape-sgt_1,
    .content_sgt_4::before,
    .list_sgt_4::before,
    .list_sgt_4::after {
        display: none;
    }
}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 320px) {}