:root {
    --black: #000000;
    --white: #ffffff;
    --theme: #056D42;

    --border: #000000;
    --border2: #BDBDBD;
    --border3: #f2f2f2;
    --border4: #EAEAEA;

    --text: #333333;
    --text2: #828282;

    --bg1: #3a3a3a;
    --bg2: #F5CC26;
    --bg3: #007bff;
    --bg4: #1BE088;
    --bg5: #EDEDED;

    --bggradient: linear-gradient(90deg, #056D42 0%, #1BE088 100%);

    --transition: all .2s linear;
}

/* all  */
.space {
    height: 500px;
    background-color: var(--white);
}

.box404 {
    width: 100%;
    position: relative;
    padding: 100px 0;
    text-align: center;
}

.box404 .adm-glyphicon {
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; */
}

.box404 img {
    margin: 0 auto 30px;
    display: block;
}

.box404 p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.box404 .b404-link {
    font-size: 16px;
}

.box404 .b404-link a {
    color: var(--bg3);
    font-weight: 500;
}

html,
body {
    font-family: "Lexend Deca", sans-serif;
    color: var(--text);
    font-weight: 400;
    position: relative;
}

body {
    top: 0px !important;
}

body.over {
    position: fixed !important;
    top: 0;
    width: 100%;
}

html.stop {
    overflow: hidden;
    -webkit-overflow-scrolling: hidden;
}

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

.svg-div {
    display: none;
}

.wrap {
    max-width: 1590px;
    margin: 0 auto;
}

.wrap2 {
    max-width: 1280px;
    margin: 0 auto;
}

.adm-glyphicon span {
    background: url('./img/setting.png');
    background-size: cover;
    width: 12px;
    height: 12px;
    display: block;
}

.img-100 {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}

.img-100 img {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--transition);
}

.img-100 iframe {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: var(--transition);
}

.wrap-img {
    padding-bottom: 100%;
}

button,
input,
a {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-tap-highlight-color: transparent !important;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: unset;
    font-weight: unset;
    margin: 0px;
    padding: 0px;
}

a {
    transition: var(--transition);
    color: var(--text);
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--text);
}

input,
button,
textarea,
select {
    outline: none;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.seo-h1 {
    width: 0;
    height: 0;
    opacity: 0;
}

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

.padding-in {
    padding: 0 15px;
}

/* all end  */

/* header  */
.login-wrap {
    max-width: 1820px;
    margin: 0 auto;
}

.header {
    position: relative;
    width: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 99;
    transition: var(--transition);
}

.header.header-home {
    position: absolute;
}

.logo {
    padding: 10px 0;
    width: 140px;
    float: left;
}

.logo img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.logo .logo-white {
    display: block;
}

.logo .logo-normal {
    display: none;
}

.header-side .logo-white,
.affix .logo .logo-white {
    display: none;
}

.header-side .logo-normal,
.affix .logo .logo-normal {
    display: block;
}

.menu {
    float: left;
    width: calc(100% - 640px);
    text-align: center;
}

.lv1>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    position: relative;
}

.lv1>li>.link {
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    height: 100px;
    line-height: 100px;
    text-transform: uppercase;
    display: inline-block;
}

.lv1>li>svg {
    color: var(--white);
    transform: translateY(-3px);
    margin-left: 4px;
}

.lv1>li:has(.active)>.link,
.lv1>li:has(.active)>.link~svg,
.lv1>li>.link:hover,
.lv1>li>.link:hover~svg,
.lv1>li>.link.active,
.lv1>li>.link.active~svg {
    color: var(--bg4) !important;
}

.lv2 {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--white);
    z-index: 10;
}

.tool {
    float: left;
    width: 500px;
    text-align: right;
}

.tool .tool-item {
    display: inline-block;
    vertical-align: middle;
    padding: 28px 0;
    position: relative;
}

.tool .tool-item .text {
    display: inline-block;
}

.tool .tool-item:not(:first-child) {
    margin-left: 10px;
}

.tool-type1 {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--white);
    position: relative;
}

.tool-type1:hover {
    color: var(--white);
    transform: translateY(-5px);
}

.tool-type1 img {
    max-width: 50%;
    height: auto;
}

.tool-type1 img,
.tool-type1 svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
}

.tool-phone {
    display: block;
    height: 44px;
    border: 1px solid var(--white);
    border-radius: 30px;
    padding: 10px 18px 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
}

.tool-phone:hover {
    color: var(--white);
    transform: translateY(-5px);
}

.tool-phone svg {
    transform: translateY(3px);
    margin-right: 5px;
}

.tool-openacc {
    display: block;
    height: 44px;
    border: 1px solid var(--white);
    border-radius: 30px;
    background: linear-gradient(180deg, #056D42 0%, #1BE088 100%);
    padding: 10px 18px 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
}

.tool-openacc:hover {
    color: var(--white);
    transform: translateY(-5px);
}

.header.affix {
    position: fixed;
    z-index: 999;
    background-color: var(--white);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    animation: slide-down 0.5s linear;
}

.header.affix .lv1>li>.link,
.header.header-side .lv1>li>.link {
    color: var(--text);
}

.header.affix .lv1>li>svg,
.header.header-side .lv1>li>svg {
    color: var(--text);
}

.header.affix .tool-type1,
.header.header-side .tool-type1 {
    border: 1px solid var(--theme);
}

.header.affix .tool-type1 img,
.header.affix .tool-type1 svg,
.header.header-side .tool-type1 img,
.header.header-side .tool-type1 svg {
    color: var(--theme);
}

.header.affix .tool-phone,
.header.header-side .tool-phone {
    border: 1px solid var(--theme);
    color: var(--theme);
}

.search-box {
    position: absolute;
    top: 100%;
    background: var(--white);
    right: 0;
    min-width: 300px;
    padding: 10px;
    border-radius: 5px;
    z-index: 9;
    border: 1px solid var(--border3);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.search-box input {
    width: 100%;
    height: 46px;
    border: none;
    padding: 0 5px;
    font-size: 16px;
}

.search-box button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background: var(--theme);
    color: var(--white);
    border: none;
}

.search-box button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.search-box.active {
    opacity: 1;
    visibility: visible;
}

.search_btn .icon-search {
    opacity: 1;
    visibility: visible;
}

.search_btn .icon-close {
    opacity: 0;
    visibility: hidden;
}

.search_btn.active .icon-close {
    opacity: 1;
    visibility: visible;
}

.search_btn.active .icon-search {
    opacity: 0;
    visibility: hidden;
}

.mb-menu {
    display: none;
}

.congnghe-mboff {
    display: block;
}

.congnghe-mbon {
    display: none;
}

.lv2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    box-shadow: 2px 6px 20px 10px rgba(41, 60, 143, 0.10), 1px 1px 4px 1px rgba(41, 60, 143, 0.15);
}

.lv1>li:hover .lv2 {
    opacity: 1;
    visibility: visible;
}

.lv2 li {
    border-bottom: 1px solid #938c8cc2;
    position: relative;
}

.lv2 .link {
    font-size: 16px;
    display: block;
    padding: 20px;
    text-align: left;
    position: relative;
    background-color: var(--white);
}

.lv2>li:has(.active)>.link,
.lv2>li:has(.active)>.link~svg,
.lv2 .link.active,
.lv2 .link.active~svg,
.lv2 .link:hover {
    background: var(--border3);
    color: var(--bg4) !important;
}

.lv2 li svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(-90deg);
}

.lv3 {
    position: absolute;
    left: 100%;
    top: 0;
    background: var(--white);
    box-shadow: 2px 6px 20px 10px rgba(41, 60, 143, 0.10), 1px 1px 4px 1px rgba(41, 60, 143, 0.15);
    border-left: 3px solid var(--theme);
    width: 400px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.lv2 li:hover .lv3 {
    opacity: 1;
    visibility: visible;
}

.lv3.menuright {
    left: unset;
    right: 100%;
    border-left: none;
    border-right: 3px solid var(--theme);
}

.lv3 .link.active {
    background: var(--border3);
    color: var(--bg4) !important;
}

/* header end */

/* home  */

.home-banner .owl-dots {
    transition: var(--transition);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    z-index: 10;
}

.home-banner .owl-dots .owl-dot.active span {
    background-color: var(--white);
    width: 30px;
    opacity: 1;
}

.owl-dots button:hover span {
    opacity: 1;
    background-color: var(--white);
}

.home-banner .owl-dots button span {
    border: none;
    background-color: var(--white);
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 5px;
    border-radius: 30px;
    opacity: 0.7;
    transition: var(--transition);
}

.unser-banner {
    margin-top: -70px;
    position: relative;
    z-index: 10;
    margin-bottom: 120px;
}

.under-bitem {
    border-radius: 20px;
    background: var(--white);
    box-shadow: 2px 6px 20px 10px rgba(41, 60, 143, 0.10), 1px 1px 4px 1px rgba(41, 60, 143, 0.15);
    padding: 35px 32px;
    height: 100%;
    position: relative;
    transition: var(--transition);
}

.under-bitem:hover {
    background: linear-gradient(180deg, #579AFF 0%, #293C8F 100%);
}

.under-bitem img {
    height: 70px;
    position: absolute;
    top: 35px;
    left: 32px;
}

.under-bitem:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.under-bitem .under-bitem-text {
    margin-left: 100px;
    min-height: 70px;
}

.under-bitem .under-bitem-text .title {
    color: var(--theme);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 11px;
}

.under-bitem:hover .under-bitem-text .title {
    color: var(--white);
}

.under-bitem .under-bitem-text .des {
    font-size: 18px;
    color: var(--text);
}

.under-bitem:hover .under-bitem-text .des {
    color: var(--white);
}

.main-title {
    position: relative;
    margin: 0 0 6px 15px;
}

.main-title::after {
    position: absolute;
    content: "";
    top: 0;
    /* left: 0; */
    left: -15px;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #42E6E0 0%, #293C8F 100%);
}

.main-title .title {
    position: relative;
    background: var(--bggradient);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    width: fit-content;
}

.main-des {
    font-size: 16px;
}

.new-featured {
    padding-bottom: 120px;
    padding-top: 120px;
}

.new-featured .news_featured_slide {
    padding: 30px 0 0px;
}

.new-featured .news_featured_slide .owl-stage {
    padding: 5px 0 10px;
}

.news-item {
    display: block;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.news-item .wrap-img {
    padding-bottom: 75%;
}

.news-item:hover img {
    transform: scale(1.1);
}

.news-item .news-text {
    padding: 30px;
}

.news-item .news-text .date {
    font-weight: 300;
    color: var(--text2);
    margin-bottom: 6px;
}

.news-item .news-text .date svg {
    transform: translateY(2px) scale(0.9);
}

.news-item .news-text .title {
    font-size: 20px;
    display: block;
    font-weight: 500;
    color: var(--theme);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-featured .item {
    padding: 0 15px;
}

.nav-type1 .owl-nav {
    position: absolute;
    top: -70px;
    right: 15px;
}

.nav-type1 .owl-nav button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--theme) !important;
    position: relative;
    background: var(--white) !important;
    transition: var(--transition);
    color: var(--theme) !important;
}

.nav-type1 .owl-nav button:hover {
    background: var(--bggradient) !important;
    color: var(--white) !important;
    border: none;
}

.nav-type1 .owl-nav button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-type1 .owl-nav .owl-next {
    margin-left: 10px;
}

.congnghe {
    padding-top: 170px;
    position: relative;
}

.congnghe .congnghe-right {
    position: relative;
}

.congnghe .congnghe-right .background {
    position: absolute;
    top: -400px;
    right: 0;
}

.congnghe .main-des {
    margin-bottom: 60px;
}

.congnghe-left {
    position: relative;
}

.congnghe-left .background {
    width: 100%;
    height: auto;
}

.cn-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    text-align: center;
}

.cn-hover.active {
    opacity: 1;
    visibility: visible;
}

.cn-hover img {
    display: inline-block;
    position: relative;
}

.cn-hover .phone1 {
    transform: translateY(-60px);
    -webkit-animation: upimg 3s ease-in-out 1s infinite;
    animation: upimg 3s ease-in-out 1s infinite;
    width: 30%;
}

.cn-hover .phone2 {
    transform: translateY(60px);
    margin-left: -75px;
    -webkit-animation: downimg 3s ease-in-out 1s infinite;
    animation: downimg 3s ease-in-out 1s infinite;
    width: 30%;
}

@keyframes upimg {

    0%,
    100% {
        transform: translate(0px, -60px) rotate(0deg)
    }

    50% {
        transform: translate(0px, -90px) rotate(0deg)
    }
}

@keyframes downimg {

    0%,
    100% {
        transform: translate(0px, 60px) rotate(0deg)
    }

    50% {
        transform: translate(0px, 90px) rotate(0deg)
    }
}

.cn-in {
    margin-bottom: 35px;
    transition: var(--transition);
}

.cn-in:hover {
    cursor: pointer;
    transform: translateY(-10px);
}

.cn-in img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.cn-in .cn-in-text {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    color: var(--theme);
}

.mobile-qr {
    border-radius: 20px;
    background: linear-gradient(360deg, #056D42 0%, #1BE088 100%);
    padding: 10px;
    /* width: fit-content; */
    margin-top: 50px;
    display: inline-block;
    margin-right: 15px;
    width: 170px;
    max-width: 100%;
    vertical-align: top;
    transition: var(--transition);
}

.mobile-qr p {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    height: auto;
    display: block;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: var(--transition);
}

.mobile-qr:hover p {
    padding-top: 6px;
    /* height: auto; */
    opacity: 1;
    visibility: visible;
    max-height: 50px;
}

.hd-dv {
    padding: 66px 0 150px;
    margin-top: 32px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hd-dv .hddv_slide {
    padding-top: 30px;
}

.hd-dv .hddv_slide .owl-stage {
    padding-bottom: 20px;
}

.hd-dv .main-title {
    margin-bottom: 20px;
}

.hddv-item {
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    background: linear-gradient(180deg, #579AFF 0%, #293C8F 100%);
    overflow: hidden;
}

.hddv-item:hover img {
    transform: scale(1.1);
}

.hddv-item::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(29, 177, 227, 0.22) 40.58%, #056D42 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 2;
}

.hddv-item .wrap-img {
    padding-bottom: 145%;
}

.hddv-item .hddv-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 30px 30px 30px;
    z-index: 5;
    color: var(--white);
}

.hd-dv .item {
    padding: 0 15px;
}

.hddv-text .title {
    font-size: 24px;
    font-weight: 600;
    transition: var(--transition);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hddv-text .des {
    font-size: 16px;
    transition: var(--transition);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    height: 0;
    margin-top: 0px;
}

.hddv-text .link {
    display: block;
    color: var(--white);
    font-size: 16px;
    text-transform: uppercase;
    transition: var(--transition);
    height: 0;
    overflow: hidden;
    margin-top: 0px;
}

.hddv-text .link svg {
    transform: translateY(3px) scale(0.8);
    transition: var(--transition);
}

.hddv-item:hover .des {
    height: auto;
    margin-top: 10px;
}

.hddv-item:hover .link {
    height: auto;
    margin-top: 10px;
}

.hddv-item .link:hover {
    color: var(--bg3);
}

.hddv-item .link:hover svg {
    margin-left: 5px;
}

.quanhe {
    margin-top: 80px;
    padding: 80px 0 70px;
    position: relative;
}

.quanhe::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, #4093C2 0%, #293C8F 100%);
    border-radius: 100px 0 0 100px;
    opacity: 0.07;
}

.quanhe-title {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.quanhe-title .main-link {
    background: var(--bggradient);
    position: relative;
    display: block;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 18px;
    color: var(--white);
    margin-left: auto;
    transition: var(--transition);
}

.quanhe-title .main-link svg {
    transform: translateY(2px) scale(0.9);
}

.quanhe-title .main-link:hover {
    transform: translateY(-5px);
}

.stat-item {
    padding: 20px 30px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 2px 6px 20px 10px rgba(41, 60, 143, 0.10), 1px 1px 4px 1px rgba(41, 60, 143, 0.15);
    cursor: pointer;
}

.stat-top {
    font-size: 20px;
    color: var(--theme);
}

.stat-bot .big-text {
    font-size: 34px;
    color: #eb5757;
    float: left;
}

.stat-bot .big-text img {
    transform: translateY(-3px);
    width: auto !important;
    display: inline-block;
}

.stat-bot .small-text {
    font-size: 16px;
    color: #eb5757;
    margin-left: auto;
    float: right;
    float: right;
    padding-top: 12px;
}

.stat-box {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.stat-box .owl-stage {
    padding: 30px 0;
}

.stat-box .item {
    padding: 0 15px;
}

.quanhe-bot {
    position: relative;
    z-index: 2;
}

.quanhe-bot .owl-stage {
    padding: 15px 0;
}

.quanhe-bot .item {
    padding: 0 15px;
}

.qhbot-item {
    border-radius: 20px;
    background: var(--white);
    box-shadow: 2px 6px 10px 5px rgba(41, 60, 143, 0.10), 1px 1px 4px 1px rgba(41, 60, 143, 0.15);
    overflow: hidden;
    position: relative;
}

.qhbot-item .wrap-img {
    padding-bottom: 167%;
}

.qhbot-item .title {
    position: absolute;
    bottom: 25px;
    left: 30px;
    color: var(--white);
    font-weight: 600;
    font-size: 24px;
    z-index: 5;
    transition: all .5s;
}

.qhbot-item:hover .title {
    bottom: 50%;
    transform: translateY(50%);
}

.qhbot-item .nav {
    position: absolute;
    bottom: 25px;
    right: 30px;
    color: var(--white);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    /* border: 1px solid var(--white); */
    z-index: 5;
}

.qhbot-item:hover .nav {
    border: 1px solid var(--white);
}

.qhbot-item .nav svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.qhbot-item::after {
    position: absolute;
    bottom: 25px;
    right: 30px;
    content: "";
    background: linear-gradient(180deg, #579AFF 0%, #293C8F 100%);
    width: 40px;
    height: 40px;
    border-radius: 30px;
    transition: all .5s;
    z-index: 3;
}

.qhbot-item:hover:after {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    border-radius: 20px;
}

.hotro {
    margin-top: 50px;
    padding: 90px 0 120px;
}

.hotro-box {
    position: relative;
}

.hotro-box .ht-back1 {
    position: absolute;
    top: 0;
    left: 0;
}

.hotro-box .ht-back2 {
    position: absolute;
    right: 0;
    top: 0;
}

.hotro-in {
    position: relative;
    width: 1130px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 2px 6px 20px 10px rgba(41, 60, 143, 0.10), 1px 1px 4px 1px rgba(41, 60, 143, 0.15);
    text-align: center;
    padding: 70px 50px;
}

.hotro-in .title {
    max-width: 840px;
    width: fit-content;
    margin: 0 auto;
    background: var(--bggradient);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
}

.hotro-in .des {
    color: var(--text);
    font-size: 20px;
    max-width: 840px;
    width: fit-content;
    margin: 0 auto 16px;
}

.hotro-in .dateee {
    color: var(--bg4);
    font-size: 20px;
    max-width: 840px;
    width: fit-content;
    margin: 0 auto 35px;
}

.hotro-in .dateee p {
    display: inline-block;
    color: var(--text);
}

.hotro-in .dateee a {
    display: inline-block;
    color: var(--theme);
}

.hotro-in form {
    width: 840px;
    max-width: 100%;
    margin: 0 auto;
}

.hotro-in form input {
    padding: 12px 15px;
    border-radius: 20px;
    border: 1px solid var(--border2);
    background: var(--white);
    width: 100%;
    font-size: 16px;
}

.hotro-in form textarea {
    padding: 20px 15px;
    height: 150px;
    border-radius: 20px;
    border: 1px solid var(--border2);
    background: var(--white);
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
    resize: none;
}

.hotro-in form button {
    background: var(--bggradient);
    display: inline-block;
    padding: 12px 18px;
    text-align: center;
    border: none;
    border-radius: 30px;
    color: var(--white);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    transition: var(--transition);
}

.hotro-in form button:hover {
    transform: translateY(-5px);
}

.footer {
    padding: 120px 0 0;
    background: #02301d;
}

.footer img {
    margin: 0 0 16px;
    height: 65px;
}

.footer-content {
    color: var(--white);
    font-size: 16px;
}

.footer-content h1,
.footer-content h2,
.footer-content h3,
.footer-content h4,
.footer-content h5,
.footer-content h6,
.footer-content p {
    font-size: revert;
    font-weight: revert;
    margin: revert;
    padding: revert;
}

.footer-content a {
    text-decoration: underline;
}

.footer-content ol,
.footer-content ul,
.footer-content li {
    list-style: revert;
    margin: revert;
    padding: revert;
}

.footer-content img {
    width: auto !important;
    height: auto !important;
}

.flogo p {
    font-size: 16px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 30px;
    display: block;
}

.ftitle {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--white);
    margin: 0 0 20px;
}

.ftext p {
    color: rgba(255, 255, 255, 0.70);
    margin: 0 0 30px;
    font-size: 16px;
}

.ftext p a {
    color: rgba(255, 255, 255, 0.70);
}

.ftext p a:hover {
    color: var(--white);
}

.ftext2 p {
    position: relative;
    padding-left: 30px;
}

.ftext2 .ficon {
    position: absolute;
    top: 0;
    left: 0;
}

.flink {
    display: block;
    padding-top: 10px;
}

.flink svg {
    transform: scale(0.8) translateY(3px);
}

.fmenu {
    margin-bottom: 30px;
}

.fmenu .link {
    color: rgba(255, 255, 255, 0.70);
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

.fmenu .link:hover {
    color: var(--white);
}

.copyright {
    border-top: 1px solid #ffffff80;
    margin-top: 100px;
    padding: 58px 0;
    color: var(--white);
    text-align: center;
    font-size: 16px;
}

.home-banner .wrap-img {
    padding-bottom: 41.66%;
}

.fixed-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.fixed-top.scroll {
    opacity: 1;
    visibility: visible;
}

.fixed-top .link {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--theme);
    color: var(--white);
    position: relative;
    display: block;
    margin-top: 10px;
}

.fixed-top .link svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mbmenu-box {
    height: calc(100vh - 64px);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--white);
    padding: 20px 15px;
    transition: var(--transition);
    transform: translateX(-100%);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
}

.mbmenu-box.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.mb-lv1>li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    position: relative;
}

.mb-lv1>li>.link {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.mb-lv1>li>.btn-navmb {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0px;
}

.mb-lv1>li>.btn-navmb svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}

.mb-lv1>li>.btn-navmb.collapsed svg {
    transform: translate(-50%, -50%) rotate(0deg);
}

.mb-lv2 {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border3);
    padding-left: 17px;
}

.mb-lv2 li {
    list-style: disc;
}

.mb-lv2 .link {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}

.mbtool-btn {
    display: block;
    width: fit-content;
    position: relative;
    display: inline-block;
    background: var(--bggradient);
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    z-index: 1;
    border: 1px solid var(--white) !important;
    color: var(--white);
    padding: 13px 18px;
}

/* home end */

/* toiuu  */

.toiuu .owl-carousel {
    display: block;
}

.toiuu .owl-carousel .item {
    display: none;
}

.toiuu .owl-carousel .item:first-child {
    display: block !important;
}

/* toiuu end */

/* page  */
.page-banner {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-text {
    position: relative;
    padding: 235px 0;
}

.page-text .title {
    font-size: 60px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 20px;
}

.breadcrumb-box li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.breadcrumb-box li:not(:last-child)::after {
    content: '≫';
    position: absolute;
    right: -35px;
    top: 0;
    color: var(--white);
    font-size: 30px;
}

.breadcrumb-box a {
    font-size: 30px;
    color: var(--white);
}

.page-intro {
    padding: 160px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 100px 0 20px;
}

.intro-in {
    text-align: center;
    width: 830px;
    max-width: 100%;
    margin: 0 auto;
}

.intro-in .title {
    font-size: 40px;
    font-weight: 700;
    background: var(--bggradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 50px;
    width: fit-content;
    margin: 0 auto 6px;
}

.intro-in .des {
    font-size: 20px;
    margin-bottom: 30px;
    color: var(--text);
    font-weight: 600;
}

.intro-in .content {
    font-size: 16px;
    line-height: 24px;
}

.page-timeline {
    /* padding: 0 0 120px; */
    padding: 120px 0 0;
}

.page-timeline .title {
    font-size: 40px;
    font-weight: 700;
    background: var(--bggradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 50px;
    width: fit-content;
    margin: 0 auto 50px;
}

.timeline-content {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 30px;
    background: var(--border4);
    border-radius: 20px;
    margin-bottom: 50px;
    position: relative;
}

.timeline-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--border4);
}

.timeline-content p {
    font-size: 16px;
}

.product-dots .dots-item {
    padding: 15px 0;
    position: relative;
    z-index: 10;
}

.product-dots .dots-item .dots-item-in {
    width: 70px;
    height: 70px;
    border: 1px solid var(--theme);
    color: var(--theme);
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    background-color: var(--white);
    cursor: pointer;
}

.product-dots .dots-item .dots-item-in p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 500;
}

.product-dots .center .dots-item-in {
    width: 100px;
    height: 100px;
    background: var(--bggradient);
    color: var(--white);
}

.product-dots .center .dots-item .dots-item-in p {
    font-size: 24px;
}

.product-dots .center .dots-item {
    padding: 0;
}

.timeline-dots {
    position: relative;
}

.timeline-dots::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--theme);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.product-dots {
    z-index: 10;
    position: relative;
}

.tnsm-left {
    position: relative;
}

.tnsm-left .bic-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
    width: fit-content;
    background-color: var(--white);
    border-radius: 100px;
    padding: 18px 22px;
    opacity: 0.8;
    transition: var(--transition);
    cursor: pointer;
}

.tnsm-left .bic-icon img {
    display: inline-block;
    vertical-align: middle;
}

.tnsm-left .bic-icon .bic-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 600;
    color: var(--theme);
    margin-left: 10px;
}

.tnsm-left .bic-icon:hover {
    opacity: 1;
}

.bic-content-wr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    text-align: right;
    padding-top: 80px;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

.bic-content-wr img {
    margin: 0 0 30px;
}

.bic-content-wr .bic-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
}

.bic-content-wr .bic-descript {
    font-size: 16px;
}

.bic-content-wr.active {
    opacity: 1;
    visibility: visible;
}

.tnsm-right {
    position: relative;
}

.tnsm-right .bic-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 150px;
    width: fit-content;
    background-color: var(--white);
    border-radius: 100px;
    padding: 18px 22px;
    opacity: 0.8;
    transition: var(--transition);
    cursor: pointer;
}

.tnsm-right .bic-icon img {
    display: inline-block;
    vertical-align: middle;
}

.tnsm-right .bic-icon .bic-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 600;
    color: var(--theme);
    margin-left: 10px;
}

.tnsm-right .bic-icon:hover {
    opacity: 1;
}

.tnsm-right .bic-content-wr {
    text-align: left;
}

.bic-content-wr-in {
    width: 450px;
    max-width: 100%;
    margin-left: auto;
}

.tnsm-right .bic-content-wr-in {
    margin-left: unset;
    margin-right: auto;
}

.bld {
    padding-top: 120px;
}

.bld .title {
    font-size: 40px;
    font-weight: 700;
    background: var(--bggradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 50px;
    width: fit-content;
    margin: 0 auto 6px;
}

.bld .nav-tabs {
    border: none;
}

.bld .nav-tabs>li.active>a,
.bld .nav-tabs>li.active>a:focus,
.bld .nav-tabs>li.active>a:hover {
    border: none;
    color: var(--theme);
}

.bld .nav-tabs>li>a {
    border: none;
    font-size: 20px;
    font-weight: 500;
}

.bld .nav>li>a:focus,
.bld .nav>li>a:hover {
    background-color: var(--white);
    color: #02301d;
}

.bld ul {
    width: fit-content;
    margin: 0 auto 20px;
}

.page-doingu {
    padding: 50px 0 0;
}

.page-doingu .title {
    font-size: 40px;
    font-weight: 700;
    background: var(--bggradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 50px;
    width: fit-content;
    margin: 0 0 15px;
}

.page-doingu .main-des a {
    /* color: var(--bg4); */
    text-decoration: underline;
    color: #003300;
}

.page-doingu .doingu_slide {
    padding-top: 50px;
}

.page-doingu.page-doingu2 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.page-doingu .doingu_slide .wrap-img {
    padding-bottom: 77.33%;
    border-radius: 30px;
}

.navtype-item {
    margin-bottom: 23px;
}

.page-faq {
    padding: 50px 0px 0px;
}

.page-page-faq {
    padding: 50px 0;
}

.side-page-faq {
    padding: 128px 0;
}

.page-title {
    font-size: 40px;
    font-weight: 700;
    background: var(--bggradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 50px;
    width: fit-content;
    margin: 0 auto 6px;
}

.page-des {
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px;
}

.faq-page-title {
    font-size: 40px;
    font-weight: 700;
    background: var(--bggradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 50px;
    width: fit-content;
    margin: 0 auto 6px;
}

.faq-page-des {
    font-size: 16px;
    text-align: center;
    margin: 0 0 30px;
}

.pfaq-box {
    width: 100%;
}

.pfaq-box .panel {
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 20px;
}

.pfaq-box .pfaq-title {
    position: relative;
}

.pfaq-box .pfaq-title a {
    display: block;
    width: 100%;
    position: relative;
    padding: 17px 22px;
    font-size: 20px;
    font-weight: 600;
    padding-right: 36px;
    background: #f2f2f2;
    border-radius: 10px;
    color: var(--theme);
}

.pfaq-box .pfaq-title svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 20px;
}

.pfaq-box .pfaq-title a.collapsed svg {
    transform: translateY(-50%) rotate(0);
}

.pfaq-title a .icon-plus {
    display: none;
}

.pfaq-title a .icon-minus {
    display: block;
}

.pfaq-title a.collapsed .icon-plus {
    display: block;
}

.pfaq-title a.collapsed .icon-minus {
    display: none;
}


.pfaq-content {
    font-size: 16px;
    opacity: 0.8;
}

.pfaq-content div {
    padding: 20px;
    font-size: 18px;
}

.lsp-faqq .faq-page-title {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 30px;
}

.pfaq-content ol,
.pfaq-content ul,
.pfaq-content li {
    list-style: revert;
    margin: revert;
    padding: revert;
}

.pfaq-content h1,
.pfaq-content h2,
.pfaq-content h3,
.pfaq-content h4,
.pfaq-content h5,
.pfaq-content h6,
.pfaq-content p {
    font-size: revert;
    font-weight: revert;
    margin: revert;
    padding: revert;
}

.pfaq-content img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

/* page end */

/* news list  */
.nl-list {
    padding: 100px 0 100px;
}

.nl-list.nl-search-box {
    padding: 100px 0;
    margin: 0;
}

.page-title {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 15px;
}

.page-des {
    text-align: left;
}

.pfaq-box .pfaq-title a {
    font-size: 18px;
}

.pfaq-content {
    font-size: 15px;
}

.nl-search {
    background: var(--bg5);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}

.nl-search input {
    width: 100%;
    height: 57px;
    border: none;
    background: transparent;
    padding: 10px 60px 10px 20px;
    font-size: 20px;
}

.nl-search button {
    position: absolute;
    right: 0;
    width: 57px;
    height: 57px;
    border-radius: 10px;
    border: none;
    background: transparent;
    color: var(--theme);
    padding-top: 8px;
}

.nl-cat {
    margin-bottom: 30px;
}

.nl-cat .link {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.nl-cat .link.active {
    color: var(--theme);
}

.nl-cat .link:hover {
    color: var(--theme);
}

.nl-cat li:not(:last-child) .link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.nl-extra .under-bitem {
    padding: 15px 20px;
    margin-bottom: 30px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 10px;
}

.nl-extra .under-bitem img {
    height: 50px;
    top: 15px;
    left: 20px;
}

.nl-extra .under-bitem .under-bitem-text {
    min-height: 50px;
    margin-left: 70px;
}

.nl-extra .under-bitem .under-bitem-text .title {
    font-size: 20px;
}

.nl-extra .under-bitem .under-bitem-text .des {
    font-size: 16px;
}

.news-item-main {
    margin-bottom: 30px;
}

.nim-img {
    width: 280px;
    float: left;
    margin-right: 30px;
}

.nim-img .wrap-img {
    padding-bottom: 75%;
    border-radius: 20px;
}

.nim-img:hover img {
    transform: scale(1.1);
}

.nim-text {
    width: calc(100% - 310px);
    float: left;
    height: 210px;
    position: relative;
}

.nim-text .nim-pos {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.nim-text .nim-date {
    font-size: 16px;
    font-weight: 400;
    color: #828282;
    margin-bottom: 5px;
}

.nim-text .nim-title {
    display: block;
    font-size: 20px;
    color: var(--theme);
    margin: 0 0 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nim-text .nim-des {
    font-size: 16px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.nim-text .nim-link {
    color: var(--theme);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.nim-text .nim-link svg {
    transform: translateY(3px) scale(0.7);
    transition: var(--transition);
}

.nim-text .nim-link:hover svg {
    transform: translate(5px, 3px) scale(0.7);
}

.nl-side {
    position: relative;
}

.nl-side-pos {
    position: sticky;
    top: 120px;
}

.nl-new-featured {
    padding: 100px 0;
}

.nl-side-pc {
    display: block;
}

.nl-side-mb {
    display: none;
}

.pagination-box div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pagination-box div a {
    display: block;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 10px !important;
    background: var(--bg5);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding-top: 8px;
    color: var(--text);
}

.pagination-box div a:hover,
.pagination-box div.current a {
    background: var(--bggradient);
    color: var(--white);
}

/* news list end  */

/* news detail  */
.nd-detail {
    padding: 100px 0;
}

.nd-title {
    font-size: 40px;
    font-weight: 600;
    color: var(--theme);
    margin: 0 0 15px;
}

.nd-date {
    font-size: 20px;
    margin-bottom: 30px;
    color: #828282;
}

.nd-content {
    font-size: 18px;
}

.nd-content ol,
.nd-content ul,
.nd-content li {
    list-style: revert;
    margin: revert;
    padding: revert;
}

.nd-content h1,
.nd-content h2,
.nd-content h3,
.nd-content h4,
.nd-content h5,
.nd-content h6,
.nd-content p {
    font-size: revert;
    font-weight: revert;
    margin: revert;
    padding: revert;
}

.nd-content img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

/* news detail end */

/* document  */
.doc-list .hddv_slide .owl-nav {
    display: none;
}

.doc-list .hddv_slide .item {
    padding: 0 15px;
}

.doc-list {
    padding: 100px 0;
}

.doc-list .main-des {
    margin-bottom: 50px;
}

.doc-main {
    padding: 100px 0;
}

.doc-side .link {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.doc-side .link.active,
.doc-side .link:hover {
    background-color: var(--theme);
    color: var(--white);
}

.doc-main-list .main-title {
    margin-bottom: 40px;
}

#datatable_length {
    font-size: 16px;
    position: relative;
    width: fit-content;
    display: none;
}

#datatable_length select {
    font-weight: 500;
    border-radius: 10px;
    background-color: var(--bg5);
    border: none;
    padding: 7px 10px;
    padding-right: 32px;
    background-size: 16px 18px;
    height: 40px;
    font-size: 16px;
}

#datatable_length::after {
    content: "";
    background-image: url('./img/Vector.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 14px;
    right: 12px;
    height: 11px;
    width: 18px;
    pointer-events: none;
}

#datatable_filter {
    border-radius: 10px;
    background: var(--bg5);
    padding: 0px 30px;
    height: 40px;
    position: relative;
    width: fit-content;
    margin-left: auto;
}

#datatable_filter svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    color: var(--theme);
}

#datatable_filter input {
    width: 250px;
    height: 40px;
    background: transparent;
    border: none;
    padding: 0 30px 0 0;
    box-shadow: none;
}

#datatable_filter input:focus {
    box-shadow: none;
}

.doc-main-list thead {
    display: none;
}

.doc-main-list .datatable-css {
    padding: 0 20px;
    border: 1px solid #3333334D;
    margin: 30px 0 40px !important;
}

.doc-main-list .datatable-css td {
    padding: 10px 0;
    font-size: 16px;
    vertical-align: middle;
}

.in-box {
    text-align: right;
    color: #9C9C9C;
    font-size: 13px;
}

.in-box a {
    color: var(--theme);
    font-size: 16px;
}

.in-box a svg {
    transform: translateY(2px);
}

.doc-main-list .pagination a {
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 0 0 10px;
    border: none;
    border-radius: 10px !important;
    background: var(--bg5);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding-top: 8px;
    color: var(--text);
}

.doc-main-list .pagination .active a {
    background: var(--bggradient);
    color: var(--white);
}

.doc-main-list .pagination a:focus,
.doc-main-list .pagination a:focus-visible {
    border: none;
    outline: none;
}

.doc-main-list .doc-link:hover {
    color: var(--theme);
}

.doc-link {
    cursor: pointer;
}

/* document end */

/* contact  */

.contact-main {
    padding: 64px 0;
}

.cm-left h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--theme);
    margin: 0 0 30px;
}

.cm-left .cm-info {
    margin: 0 0 50px;
}

.cm-left .cm-info svg {
    color: var(--theme);
    margin: 0 0 5px;
}

.cm-left .cm-info .cm-title {
    font-size: 24px;
    margin-bottom: 5px;
}

.cm-left .cm-info .cm-des {
    font-size: 18px;
}

.cm-left .cm-info .cm-des a:hover {
    color: var(--theme);
}

.sm-right .title {
    position: relative;
    background: var(--bggradient);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 0 30px;
}

.sm-right form input {
    width: 100%;
    height: 72px;
    margin: 0 0 20px;
    border-radius: 10px;
    border: none;
    background: #F3F4F6;
    padding: 10px 24px;
    font-size: 16px;
}

.sm-right form textarea {
    width: 100%;
    height: 288px;
    margin: 0 0 20px;
    border-radius: 10px;
    border: none;
    background: #F3F4F6;
    padding: 15px 24px;
    font-size: 16px;
}

.sm-right form button {
    width: 300px;
    padding: 22px 36px;
    align-items: center;
    border-radius: 50px;
    background: var(--bggradient) !important;
    border: none !important;
    font-size: 24px;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
}

.contact-map .wrap-img {
    padding-bottom: 48%;
}

/* contact end */

/* tuyen dung  */
#datatable2_length {
    font-size: 16px;
}

#datatable2_filter {
    font-size: 16px;
}

#datatable2_filter input {
    background: #FAFAFA;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 15px;
    height: 43px;
}

.td-td .datatable-css {
    padding: 0 20px;
    border: 1px solid #3333334D;
    margin: 20px 0 30px !important;
}

.td-td .datatable-css td {
    padding: 10px 0;
    font-size: 16px;
    vertical-align: middle;
}

.td-td .datatable-css th {
    padding: 18px 0;
    font-size: 16px;
    vertical-align: middle;
}

.td-td .td-link {
    color: var(--white);
    text-align: center;
    display: block;
    margin-left: auto;
    width: 148px;
    padding: 12px 18px;
    justify-content: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    align-items: center;
    border-radius: 30px;
    background: var(--bggradient);
    cursor: pointer;
}

.open_popup.disable {
    pointer-events: none;
}

.open_popup.disable .td-link {
    opacity: 0.6;
}

.td-td .pagination a {
    font-size: 16px;
    height: 38px;
    color: var(--text);
}

.td-td .pagination .active a {
    background: var(--bggradient);
    border-color: transparent;
    margin: 0;
    border-right: none;
    border-left: none;
    color: var(--white);
}

#datatable2_info {
    font-size: 16px;
}

.td-main {
    padding: 64px 0;
}

.contact-title {
    position: relative;
    background: var(--bggradient);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: 0 auto 50px;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.td-item {
    padding: 10px;
    border: 1px solid var(--theme);
    border-radius: 20px;
    position: relative;
}

.td-item .wrap-img {
    padding-bottom: 60%;
    border-radius: 10px;
}

.td-item .td-text {
    border-radius: 30px;
    background: var(--bggradient);
    position: absolute;
    right: 20px;
    bottom: 0;
    transform: translateY(50%);
    padding: 12px 18px;
    color: var(--white);
    position: absolute;
    right: 20px;
    width: 300px;
    max-width: calc(100% - 40px);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
}

.td-icon {
    padding: 64px 0 64px;
}

.td-iconitem {
    font-size: 20px;
    color: var(--theme);
    margin-bottom: 30px;
}

.td-iconitem img {
    margin-bottom: 10px;
}

.td-td {
    padding: 0 0 64px;
}

.contact-td {
    padding: 64px 0;
}

.ctd-in {
    border-radius: 20px;
    box-shadow: 2px 6px 20px 10px rgba(41, 60, 143, 0.10), 1px 1px 4px 1px rgba(41, 60, 143, 0.15);
    padding: 60px 130px;
}

.contact-td1 h2 {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    background: var(--bggradient);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: 0 0 10px;
}

.contact-td1 p {
    font-size: 16px;
}

.contact-td2 svg {
    display: inline-block;
    vertical-align: middle;
    color: var(--theme);
    margin-right: 5px;
}

.contact-td2 .contact-td2-text {
    display: inline-block;
    vertical-align: middle;
}

.contact-td2 .contact-td2-text h3 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 500;
}

.contact-td2 .contact-td2-text a {
    font-size: 18px;
}

.table-responsive {
    border: none;
}

.td-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: all .2s linear;
    opacity: 0;
    visibility: hidden;
}

.td-popup.open {
    opacity: 1;
    visibility: visible;
}

.td-popup .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    opacity: 0.5;
    z-index: 1;
    cursor: pointer;
}

.td-popup .td-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: var(--white);
    padding: 60px 60px;
    border-radius: 5px;
    width: 80%;
}

.td-popup .close_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.td-popup .td-title {
    background: var(--bggradient);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    font-size: 40px;
    font-weight: 700;
    margin: 0 auto 50px;
}

.td-popup form {
    width: 1030px;
    margin: 0 auto;
    max-width: 100%;
}

.td-popup form input {
    width: 100%;
    height: 72px;
    padding: 24px;
    border: none;
    border-radius: 10px;
    background: #F3F4F6;
    font-size: 16px;
    margin-bottom: 20px;
}

.td-popup form select {
    width: 100%;
    height: 72px;
    padding: 24px;
    border: none;
    border-radius: 10px;
    background: #F3F4F6;
    font-size: 16px;
    margin-bottom: 20px;
}

.td-popup form button {
    background: var(--bggradient);
    position: relative;
    display: block;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 100px;
    color: var(--white);
    transition: var(--transition);
    border: none;
    margin: 40px auto 0;
}

/* tuyen dung end */

/* san pham dich vu  */
.gdck-main {
    padding: 100px 0 0;
}

.gdck-main .col-custom {
    padding: 0;
}

.gdck-img {
    padding-right: 30px;
}

.gdck-text {
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 15px;
    width: calc(1560px / 2);
    margin-right: auto;
    max-width: 100%;
}

.gdck-item2 .gdck-img {
    padding-left: 30px;
    padding-right: 0;
}

.gdck-item2 .gdck-text {
    padding-right: 30px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: unset;
}

.gdck-img img {
    border-radius: 0 20px 20px 0;
}

.gdck-item2 .gdck-img img {
    border-radius: 0 20px 20px 0;
}

.gdck-main .gdck-item {
    margin-bottom: 100px;
}

.gdck-text .title {
    font-size: 24px;
    font-weight: 500;
    color: var(--theme);
    margin: 0 0 15px;
}

.gdck-text .des {
    font-size: 16px;
    margin-bottom: 15px;
}

.gdck-text .link-open {
    color: var(--theme);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.gdck-text .link-open svg {
    transform: translateY(3px) scale(0.7);
    transition: var(--transition);
}

.gdck-text .link-open:hover svg {
    margin-left: 5px;
}

.gdck-text img {
    height: 80px;
    margin: 0 0 15px;
}

.gdck-text .gdck-link {
    color: #AB218E;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

.gdck-text .gdck-link svg {
    transform: translateY(3px) scale(0.7);
}

.gdck-text ol,
.gdck-text ul,
.gdck-text li {
    list-style: revert;
    margin: revert;
    padding: revert;
}

.gdck-text h1,
.gdck-text h2,
.gdck-text h3,
.gdck-text h4,
.gdck-text h5,
.gdck-text h6,
.gdck-text p {
    font-size: revert;
    font-weight: revert;
    margin: revert;
    padding: revert;
}

.hd-dv2 .hddv-item .wrap-img {
    padding-bottom: 100%;
}

.hd-dv.hd-dv22,
.hd-dv.hd-dv2 {
    padding: 0 0 100px;
    margin-top: 0;
}

.hd-dv.hd-dv2 .main-title {
    margin-bottom: 60px;
}

.hd-dv2 .nav-type1 .owl-nav {
    top: -100px;
}

.gdck-custom1 .congnghe-right {
    width: 620px;
    margin: 0 auto;
    max-width: 100%;
}

.gdck-custom1 .main-des {
    margin-bottom: 50px;
}

.gdck-custom2 {
    padding: 100px 0;
}

.gdck-custom2 img {
    width: 800px;
    margin: 0 auto 30px;
    display: block;
}

.gdck-custom2 ul {
    width: fit-content;
    margin: 0 auto;
}

.gdck-custom2 li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.gdck-custom2 li a {
    display: block;
    display: inline-block;
    padding: 12px 18px;
    text-align: center;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    transition: var(--transition);
    background: var(--bggradient);
    color: var(--white);
    border: 1px solid #AB218E;
}

.gdck-custom2 li a:hover {
    transform: translateY(-5px);
}

.gdck-custom3 {
    padding-bottom: 100px;
    text-align: center;
}

.gdck-custom3 .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    position: relative;
    background: var(--bggradient);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: 0 auto 10px;
}

.gdck-custom3 .des {
    font-size: 18px;
    margin-bottom: 30px;
}

.gdck-custom3 .gdc3-in img {
    height: 60px;
    margin: 0 5px;
}

.dvtc-cus1 .main-des {
    margin-bottom: 50px;
}

.dvtc-item {
    margin-bottom: 30px;
}

.dvtc-item img {
    height: auto;
    width: 70px;
    float: left;
    margin-right: 20px;
}

.dvtc-item .dvtc-text {
    width: calc(100% - 90px);
    float: left;
}

.dvtc-item .dvtc-text h3 {
    font-size: 20px;
    color: var(--theme);
    font-weight: 500;
}

.dvtc-item .dvtc-text p {
    font-size: 16px;
}

.dvtc-link {
    background: var(--bggradient);
    position: relative;
    display: block;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 18px;
    color: var(--white);
    transition: var(--transition);
}

.dvtc-img img {
    width: 100%;
}

.dvtc-left {
    position: relative;
}

.dvtc-left .dvtc-left-pos {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* san pham dich vu end */

.hotro-main {
    padding: 64px 0;
}

.hotro-search {
    background: var(--bg5);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}

.hotro-search input {
    width: 100%;
    height: 57px;
    border: none;
    background: transparent;
    padding: 10px 60px 10px 20px;
    font-size: 20px;
}

.hotro-search button {
    position: absolute;
    right: 0;
    width: 57px;
    height: 57px;
    border-radius: 10px;
    border: none;
    background: transparent;
    color: var(--theme);
    padding-top: 8px;
}

.hotro-lv1>li {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.hotro-lv1>li>.link {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding-right: 20px;
    position: relative;
}

.hotro-lv1>li>.link:hover {
    color: var(--theme);
}

.hotro-lv1>li>.htdown {
    position: absolute;
    top: 0;
    right: 0;
}

.hotro-lv1>li>.htdown svg {
    transform: rotate(180deg);
    transition: var(--transition);
}

.hotro-lv1>li>.htdown.collapsed svg {
    transform: rotate(0deg);
}

/* .hotro-lv1>li>.htdown {} */

.hotro-lv1.hotro-lv1-custom>li>svg {
    transform: rotate(180deg);
    transition: var(--transition);
    position: absolute;
    top: 11px;
    right: 0;
}

.hotro-lv1.hotro-lv1-custom>li>a.collapsed~svg {
    transform: rotate(0deg);
}

.hotro-lv2 {
    margin-top: 20px;
    padding-left: 20px;
}

.hotro-lv2 li {
    list-style: disc;
    margin-bottom: 15px;
}

.hotro-lv2 li .link {
    font-size: 16px;
    font-weight: 500;
}

.hotro-lv2 li .link:hover {
    color: var(--theme);
}

.hotro-content .main-title {
    margin-bottom: 50px;
}

.hotro-nnd {
    font-size: 18px;
}

.hotro-nnd img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.hotro-nnd ol,
.hotro-nnd ul,
.hotro-nnd li {
    list-style: revert;
    margin: revert;
    padding: revert;
}

.hotro-nnd img {
    width: auto !important;
    max-width: 100%;
}

.empty-search {
    font-size: 20px;
    font-weight: 500;
}

.side-tool {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 74px;
}

.side-tool .st-item {
    height: 64px;
    width: 64px;
    border-radius: 5px 0 0 5px;
    background: var(--theme);
    text-align: center;
    font-size: 10px;
    color: var(--white);
    position: relative;
    margin-bottom: 10px;
    transition: var(--transition);
    margin-left: auto;
}

.side-tool .st-item p {
    font-size: 10px !important;
}

.side-tool .st-item:hover {
    width: 74px;
}

.side-tool .st-item .st-in {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.side-tool .st-item .st-in img {
    height: 22px !important;
    width: auto !important;
    display: block;
    margin: 0 auto;
}

.st-close {
    height: 40px;
    width: 40px;
    border-radius: 5px 0 0 5px;
    background: var(--theme);
    text-align: center;
    font-size: 10px;
    color: var(--white);
    position: relative;
    margin-bottom: 10px;
    transition: var(--transition);
    margin-left: auto;
    cursor: pointer;
}

.st-close:hover {
    width: 74px;
}

.st-close svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
}

.st_main {
    display: block;
}

.st_main.close {
    display: none;
}

.st-close.active svg {
    transform: translate(-50%, -50%) scale(0.7) rotate(180deg);
}

.lang-toen,
.lang-tovi {
    display: block;
}

.lang-toen.active {
    display: none;
}

.lang-tovi.active {
    display: none;
}

.bld-item {
    width: 360px;
    max-width: 100%;
    margin: 0 auto 50px;
    text-align: center;
}

.bld-img {
    width: 125px;
    margin: 0 auto 20px;
    background: linear-gradient(0deg, #056D42 0%, #1BE088 100%);
    border-radius: 100%;
    border: 3px solid transparent;
    overflow: hidden;
}

.bld-item-big .bld-img {
    width: 175px;
}

.bld-text .bld-tex1 {
    font-size: 16px;
    margin: 0 0 5px;
    color: var(--black);
    font-weight: 500;
}

.bld-text .bld-tex2 {
    font-size: 20px;
    margin: 0 0 5px;
    color: var(--theme);
    font-weight: 500;
}

.bld-text .bld-tex3 {
    font-size: 16px;
    color: var(--black);
}

.ft-box,
.close_tool_mb {
    display: none !important;
}

.congnghe-right-2 .panel {
    border: none !important;
    box-shadow: none !important;
}

.cnr2-linkk {
    position: relative;
    display: block;
    padding-left: 80px;
    min-height: 55px;
    font-size: 32px;
    font-weight: 600;
    color: var(--theme);
    line-height: 55px;
}

.cnr2-linkk:focus,
.cnr2-linkk:hover {
    color: var(--theme);
}

.cnr2-linkk.collapsed {
    color: #9da0a6;
    font-size: 22px;
}

.cnr2-linkk.collapsed:focus,
.cnr2-linkk.collapsed:hover {
    color: #9da0a6;
}

.cnr2-linkk .cnr2-img {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
}

.cnr2-linkk .cnr2-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cnr2-linkk .cnr2-img .img-off {
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

.cnr2-linkk .cnr2-img .img-on {
    transition: var(--transition);
    opacity: 1;
    visibility: visible;
}

.cnr2-linkk.collapsed .cnr2-img .img-off {
    transition: var(--transition);
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(0.6);
}

.cnr2-linkk.collapsed .cnr2-img .img-on {
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

.cnr2-content {
    padding: 16px 15px 15px 80px;
    font-size: 16px;
    min-height: 140px;
    color: #333333b3;
}

.cnr2-content .link {
    display: block;
    background: var(--bggradient);
    padding: 12px 25px;
    text-align: center;
    border: none;
    border-radius: 30px;
    color: var(--white);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    transition: var(--transition);
    width: fit-content;
}

.cnr-head {
    position: relative;
}

.cnr-head:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 55px;
    left: 27px;
    width: 1px;
    height: calc(100% - 40px);
    background-color: var(--theme);
    z-index: 9;
}

.cnr-head:has(.collapsed)::after {
    top: 40px;
    height: calc(100% - 25px);
    background-color: #9da0a6;
}

.cnr-head:not(:first-child)::before {
    content: "";
    position: absolute;
    /* top: 55px; */
    bottom: 100%;
    left: 27px;
    width: 1px;
    height: 25px;
    background-color: var(--theme);
    z-index: 10;
}

.cnr-head:has(.collapsed)::before {
    /* top: 40px; */
    bottom: 40px;
    height: calc(100% - 25px);
    background-color: #9da0a6;
    z-index: 8;
}

.modal-sp {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

.modal-sp.active {
    opacity: 1;
    visibility: visible;
}

.modal-sp::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.6;
    cursor: pointer;
}

.modal-sp-in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--white);
    padding: 20px;
    width: 1020px;
    max-width: 90%;
    z-index: 5;
}

.modal-sp-in-top {
    padding: 0 32px;
    font-size: 16px;
    height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 32px 0;
}

.ms-contact {
    position: relative;
    /* padding-left: 35px; */
    /* width: 300px; */
    max-width: 100%;
    /* margin: 0 auto; */
    text-align: center;
}

.ms-contact svg {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    color: var(--theme);
    display: inline-block;
    vertical-align: middle;
}

.ms-contact-text {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.ms-contact-text p {
    display: inline-block;
    margin: 0;
}

.modal-sp-in-bot {
    margin-bottom: 32px;
}

.close_modalsp {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #aaa;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.lsp-head {
    text-align: center;
    padding: 60px 0 96px;
}

.lsp-head .title {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 30px;
}

.lsp-head .des {
    font-size: 36px;
    margin: 0 0 30px;
}

.lsp-btn {
    display: block;
    width: fit-content;
    font-size: 18px;
    background: var(--theme);
    padding: 17px 40px;
    border-radius: 30px;
    color: var(--white);
    transition: var(--transition);
}

.lsp-btn:hover {
    color: var(--white);
    background-color: var(--bg4);
}

.lsp-head .link {
    margin: 0 auto 30px;
}

.lsp-head-box {
    width: 530px;
    max-width: 100%;
    margin: 0 auto;
    text-wrap: balance;
}

.lsp-head img {
    width: 100%;
}

.lsp-sec2 {
    padding: 0 0 96px;
}

.lsp-sec2 .title {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.lsp-sec2 .des {
    color: #6a7282;
    font-size: 18px;
    margin: 0 0 30px;
    text-align: center;
}

.lsp-sec2 .link {
    margin: 0 auto 30px;
}

.link-list .tab-pane img {
    height: 480px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    width: auto;
    display: block;
}

.link-list .nav-tabs>li>a {
    border-radius: 30px;
    font-size: 16px;
    padding: 10px 20px 10px 50px;
    position: relative;
    margin: 0 10px;
    color: var(--text);
    border: 2px solid var(--white) !important;
    background-color: #F3F4F6;
}

.link-list .nav-tabs>li>a svg {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.link-list .nav-tabs {
    border: none !important;
    width: fit-content;
    margin: 0 auto;
}

.link-list .nav-tabs>li.active>a,
.link-list .nav>li>a:focus,
.link-list .nav>li>a:hover {
    color: var(--theme);
    border: 2px solid var(--theme) !important;
    background-color: #dcfce7;
}

.lsp-sec3 {
    padding: 96px 0;
}

.lsp-sec3 .title {
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 30px;
}

.lsp-sec3 .des {
    font-size: 20px;
    margin: 0 0 30px;
    color: #6a7282;
    min-height: 120px;
}

.lsp-sec3 .des li {
    position: relative;
    /* padding-left: 35px; */
    margin: 0 0 15px;
}

.lsp-sec3 .des li img {
    width: 24px !important;
    height: auto !important;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

/* .lsp-sec3 .des li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(./images/icon-guard.png);
    width: 24px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
} */

.lsp-sec4 {
    padding: 96px 0;
}

.lsp-sec4 .title {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.lsp-s4-item {
    padding: 32px;
    background: #f3f4f6;
    position: relative;
    min-height: 284px;
    margin-bottom: 30px;
}

.lsp-s4-item .lsp-title {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 30px;
}

.lsp-s4-item .lsp-des {
    font-size: 18px;
    color: #6a7282;
    margin: 0 0 10px;
}

.lsp-s4-item .lsp-link {
    font-size: 16px;
    color: var(--theme);
    font-weight: 500;
}

.lsp-s4-item .lsp-link svg {
    transform: translateY(8px) scale(0.8);
}

.lsp-s4-item img {
    width: 164px;
    right: 32px;
    position: absolute;
    bottom: 32px;
}

.lsp-s4-item-text {
    width: calc(100% - 164px);
}

.lsp-sec5 {
    padding: 96px 0;
}

.lsp-sec5 .title {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.lsp-sec5 .panel {
    border: none;
    box-shadow: none;
}

.lsp-sec5-title a {
    font-size: 20px;
    color: #4a5565;
    padding: 15px 0;
    position: relative;
    display: block;
}

.lsp-sec5-title a svg {
    position: absolute;
    right: 0;
    top: 18px;
    transform: rotate(90deg);
    transition: var(--transition);
}

.lsp-sec5-title a.collapsed svg {
    transform: rotate(0deg);
}

.lsp-sec5-content>div {
    padding: 20px 20px;
    font-size: 18px;
    color: #6a7282;
}

.lsp-gdck-custom3 {
    padding: 96px 0 96px;
}

.doc-main-filter {
    font-size: 16px;
    margin-bottom: -40px;
}

.doc-main-filter p {
    display: inline-block;
    vertical-align: middle;
}

.doc-main-filter form {
    width: fit-content;
    display: inline-block;
    vertical-align: middle;
}

.form-select {
    position: relative;
}

.form-select select {
    position: relative;
    z-index: 1;
    padding: 9px 36px 9px 16px;
    border-radius: 10px;
    background: #ededed;
    border: none;
}

.form-select svg {
    position: absolute;
    top: 16px;
    right: 12px;
    z-index: 2;
    pointer-events: none;
}

.list-social .social-item {
    display: inline-block;
    vertical-align: middle;
}

.list-social .social-item:not(:last-child) {
    margin-right: 15px;
}

.ftext h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--white);
    margin: 0 0 20px;
}

.home-page-faq-box {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

.home-page-faq-box .pfaq-title a {
    padding: 5px 0;
    background: transparent;
    color: var(--text);
    padding-right: 40px;
}

@media only screen and (max-width: 1710px) {
    .lv1>li {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1620px) {
    .tool .tool-item .text {
        display: none;
    }

    .tool-phone svg {
        margin: 0;
    }

    .tool-phone {
        padding: 10px 13px 5px;
        border-radius: 50%;
    }

    .tool {
        width: 355px;
    }

    .menu {
        width: calc(100% - 495px);
    }

    .lv1>li>.link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1450px) {
    .tool-type1 {
        width: 35px;
        height: 35px;
    }

    .tool-phone {
        padding: 5px 9px 5px;
        border-radius: 50%;
        height: 35px;
    }

    .tool-openacc {
        height: 35px;
        padding: 6px 16px 5px;
        font-size: 14px;
    }

    .tool {
        width: 330px;
    }

    .menu {
        width: calc(100% - 470px);
    }
}

@media only screen and (max-width: 1350px) {
    .lv1>li>.link {
        font-size: 12px;
    }
}

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

    .header.header-home,
    .header {
        background-color: var(--white);
        position: relative;
    }

    .menu {
        display: none;
    }

    .tool-type1 {
        border: 1px solid var(--theme);
    }

    .tool-type1 img,
    .tool-type1 svg {
        color: var(--theme);
    }

    .mb-none {
        display: none !important;
    }

    .logo img {
        height: 40px;
    }

    .tool .tool-item {
        padding: 14px 0;
    }

    .logo {
        padding: 7px 0;
        width: calc(100% - 220px);
        text-align: center;
    }

    .mb-menu {
        display: block;
        width: 130px;
        float: left;
        padding-top: 23px;
    }

    .tool .tool-item:not(:first-child) {
        margin-left: 7px;
    }

    .tool {
        width: 90px;
    }

    .mb-open {
        color: var(--theme);
    }

    .mb-open svg {
        color: var(--theme);
    }

    .unser-banner {
        margin: 0;
        padding: 32px 0;
    }

    .under-bitem img {
        height: 50px;
        top: 15px;
        left: 20px;
    }

    .under-bitem .under-bitem-text {
        margin-left: 64px;
        min-height: 50px;
    }

    .under-bitem .under-bitem-text .title {
        font-size: 18px;
    }

    .under-bitem .under-bitem-text .des {
        font-size: 16px;
    }

    .under-bitem {
        padding: 15px 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .main-title .title {
        font-size: 20px;
        line-height: 28px;
    }

    .nav-type1 .owl-nav {
        display: none;
    }

    .new-featured {
        padding-bottom: 32px;
        padding-top: 32px;
    }

    .congnghe-left {
        margin-top: 30px;
    }

    .news-item .news-text .title {
        font-size: 18px;
    }

    .news-item .news-text {
        padding: 15px 20px;
    }

    .news-item {
        border-radius: 10px;
    }

    .congnghe .congnghe-right .background {
        display: none;
    }

    .congnghe {
        padding: 32px 0 32px;
    }

    .congnghe-mboff {
        display: none;
    }

    .congnghe-mbon {
        display: block;
    }

    .cn-hover .phone1 {
        width: 30%;
    }

    .cn-hover .phone2 {
        width: 30%;
        margin-left: -10%;
    }

    @keyframes upimg {

        0%,
        100% {
            transform: translate(0px, -20px) rotate(0deg)
        }

        50% {
            transform: translate(0px, -40px) rotate(0deg)
        }
    }

    @keyframes downimg {

        0%,
        100% {
            transform: translate(0px, 20px) rotate(0deg)
        }

        50% {
            transform: translate(0px, 40px) rotate(0deg)
        }
    }

    .cn-in img {
        height: 50px;
    }

    .cn-in .cn-in-text {
        font-size: 18px;
    }

    .congnghe .main-des {
        margin-bottom: 40px;
    }

    .hd-dv {
        padding: 0;
        margin: 0;
    }

    .hd-dv .hddv_slide {
        padding-top: 10px;
    }

    .padding-in {
        padding: 0;
    }

    .quanhe-title .main-link {
        display: none;
    }

    .quanhe {
        margin-top: 0px;
        padding: 32px 0 30px;
    }

    .quanhe-title {
        margin-bottom: 10px;
    }

    .stat-item {
        box-shadow: 2px 6px 15px 2px rgba(41, 60, 143, 0.10), 1px 1px 2px 1px rgba(41, 60, 143, 0.15);
        border-radius: 10px;
    }

    .hddv-item {
        border-radius: 10px;
    }

    .stat-box {
        margin-bottom: 15px;
    }

    .hotro {
        margin-top: 0;
        padding: 0 0 40px;
    }

    .qhbot-item {
        border-radius: 10px;
    }

    .qhbot-item .wrap-img {
        padding-bottom: 104%;
    }

    .hotro-in {
        padding: 20px 15px;
        border-radius: 10px;
    }

    .hotro-in .title {
        font-size: 20px;
    }

    .hotro-in .des {
        font-size: 16px;
    }

    .hotro-in form input {
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .hotro-in form button {
        margin-top: 5px;
    }

    .home-banner .owl-dots .owl-dot.active span {
        width: 20px;
    }

    .home-banner .owl-dots {
        bottom: 10px;
    }

    .qhbot-item:hover:after {
        border-radius: 10px;
    }

    .footer {
        padding: 40px 0 0;
    }

    .footer img {
        height: 60px;
    }

    .copyright {
        margin-top: 0px;
        padding: 10px 0;
        font-size: 14px;
    }

    .page-text .title {
        font-size: 24px;
    }

    .breadcrumb-box a {
        font-size: 14px;
    }

    .breadcrumb-box li:not(:last-child)::after {
        right: -20px;
        font-size: 14px;
    }

    .breadcrumb-box li {
        margin-right: 30px;
    }

    .page-text {
        padding: 40px 0;
    }

    .page-intro {
        padding: 32px 0;
        margin: 0;
    }

    .intro-in .title,
    .page-timeline .title,
    .bld .title,
    .page-doingu .title,
    .page-doingu .title {
        font-size: 20px;
        line-height: 28px;
    }

    .intro-in .des {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .page-intro {
        background-image: none !important;
    }

    .page-timeline .title {
        margin-bottom: 20px;
    }

    .product-dots .dots-item {
        padding: 13px 0;
    }

    .product-dots .dots-item .dots-item-in {
        width: 60px;
        height: 60px;
    }

    .product-dots .center .dots-item-in {
        width: 86px;
        height: 86px;
    }

    .product-dots .dots-item .dots-item-in p {
        font-size: 16px;
    }

    .product-dots .center .dots-item .dots-item-in p {
        font-size: 22px;
    }

    .timeline-content::after {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid var(--border4);
    }

    .bic-content-wr {
        padding: 0;
    }

    .bic-content-wr img {
        height: 60px;
        margin-bottom: 10px;
    }

    .bic-content-wr .bic-content h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .bic-content-wr .bic-descript {
        font-size: 15px;
    }

    .tnsm-left {
        margin-bottom: 50px;
    }

    .tnsm-left .bic-icon img {
        height: 46px;
    }

    .tnsm-left .bic-icon .bic-text {
        font-size: 18px;
    }

    .tnsm-left .bic-icon {
        padding: 10px;
        right: 50px;
    }

    .tnsm-right .bic-icon img {
        height: 46px;
    }

    .tnsm-right .bic-icon .bic-text {
        font-size: 18px;
    }

    .tnsm-right .bic-icon {
        padding: 10px;
        left: 50px;
    }

    .bld {
        padding-top: 100px;
    }

    .bld .nav-tabs>li>a {
        font-size: 16px;
        padding: 5px;
    }

    .bld ul {
        text-align: center;
    }

    .bld .nav-tabs>li {
        float: unset;
        display: inline-block;
        vertical-align: middle;
    }

    .page-doingu .doingu_slide {
        padding-top: 30px;
    }

    .navtype-item-mb {
        margin-bottom: 10px;
    }

    .page-timeline {
        padding-bottom: 40px;
    }

    .page-doingu .mb-cus {
        padding-left: 5px;
        padding-right: 5px;
    }

    .page-doingu .mb-rowcus {
        margin-left: -5px;
        margin-right: -5px;
    }

    .page-doingu .doingu_slide .wrap-img {
        border-radius: 20px;
    }

    .navtype-item {
        margin-bottom: 10px;
    }

    .page-doingu.page-doingu2 {
        padding-bottom: 32px;
    }

    .header.affix {
        position: fixed;
        background-color: var(--white);
    }

    .logo-white {
        display: none !important;
    }

    .logo-normal {
        display: block !important;
    }

    .logo img {
        margin: 0 auto;
    }
}

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

    .new-featured .item,
    .hd-dv .item,
    .stat-box .item,
    .quanhe-bot .item {
        padding: 0;
    }

    .mb-menu {
        width: 30px;
    }

    .logo {
        width: calc(100% - 120px);
    }

    .nl-new-featured {
        padding: 50px 0;
    }

    .nl-side-pc {
        display: none;
    }

    .nl-side-mb {
        display: block;
    }

    .nim-img {
        float: unset;
        width: 100%;
        margin: 0 0 10px;
    }

    .nim-text {
        width: 100%;
        float: unset;
        height: unset;
    }

    .nim-text .nim-pos {
        top: unset;
        transform: translate(0);
    }

    .nl-list {
        padding: 50px 0 50px;
    }

    .nd-detail {
        padding: 50px 0;
    }

    .nd-title {
        font-size: 20px;
    }

    .nd-content {
        font-size: 16px;
        margin: 0 0 50px;
    }

    .nd-date {
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    }

    .doc-list {
        padding: 50px 0;
    }

    .doc-list .hddv_slide .item {
        padding: 0;
    }

    .doc-main-list #datatable {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .doc-main-list #datatable td {
        white-space: wrap;
    }

    .doc-main-list .pagination {
        margin-top: 15px !important;
    }

    .doc-main-list .pagination a {
        display: block;
        height: 30px;
        width: 30px;
        margin: 0 0 0 7px;
        border: none;
        border-radius: 10px !important;
        background: var(--bg5);
        font-weight: 500;
        font-size: 14px;
        text-align: center;
        padding-top: 5px;
        color: var(--text);
    }

    .doc-main {
        padding: 50px 0;
    }

    .doc-side {
        margin-top: 30px;
    }

    #datatable_filter,
    #datatable_filter label,
    #datatable_filter input {
        width: 100%;
    }

    #datatable_filter {
        margin: 15px 0;
    }

    .contact-main {
        padding: 32px 0;
    }

    .cm-left h2 {
        font-size: 18px;
    }

    .cm-left .cm-info {
        margin: 0 0 20px;
    }

    .cm-left .cm-info .cm-title {
        font-size: 18px;
        font-weight: 500;
    }

    .cm-left .cm-info .cm-des {
        font-size: 16px;
    }

    .cm-left h2 {
        font-size: 18px;
    }

    .contact-main {
        padding: 32px 0;
    }

    .cm-left .cm-info svg {
        transform: scale(0.7) translate(-20%, -20%);
        margin-bottom: -15px;
    }

    .sm-right .title {
        font-size: 22px;
        line-height: 30px;
    }

    .sm-right form input {
        height: 48px;
        margin-bottom: 15px;
    }

    .sm-right form textarea {
        height: 264px;
    }

    .sm-right form button {
        width: 180px;
        height: 44px;
        padding: 0 15px;
        font-size: 16px;
        margin: 0 auto;
        display: block;
    }

    .td-main {
        padding: 32px 0;
    }

    .contact-title {
        font-size: 20px;
        line-height: 28px;
        margin: 0 auto 20px;
    }

    .td-item {
        margin-bottom: 50px;
    }

    .td-item .td-text {
        font-size: 14px;
        text-align: center;
    }

    .td-icon {
        padding: 32px 0;
    }

    .td-iconitem {
        margin-bottom: 15px;
    }

    .td-iconitem img {
        width: 60px;
        display: inline-block;
        vertical-align: middle;
    }

    .td-iconitem .text {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 80px);
        margin-left: 10px;
        font-size: 16px;
        font-weight: 500;
    }

    .contact-td {
        padding: 32px 0;
    }

    .ctd-in {
        padding: 0;
        box-shadow: none;
    }

    .contact-td1 h2 {
        font-size: 20px;
    }

    .contact-td1 {
        margin-bottom: 20px;
    }

    .contact-td2 {
        margin-bottom: 20px;
    }

    .contact-td2 svg {
        transform: scale(0.7);
        margin: 0;
    }

    .contact-td2 .contact-td2-text h3 {
        font-size: 18px;
        margin: 0 0 5px;
    }

    .contact-td2 .contact-td2-text a {
        font-size: 16px;
    }

    #datatable2_length {
        text-align: left;
        margin-bottom: 10px;
    }

    #dataTables_filter {
        text-align: left;
        padding: 0;
    }

    div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
        padding: 0;
    }

    #datatable2_info {
        margin-bottom: 10px;
        text-align: left;
    }

    .td-td .datatable-css td {
        padding: 10px 5px;
    }

    .gdck-main {
        padding: 32px 0;
    }

    .gdck-img {
        padding: 0 15px;
    }

    .gdck-img img {
        border-radius: 10px;
    }

    .gdck-text .title {
        font-size: 20px;
    }

    .gdck-text {
        padding: 30px 15px 0;
    }

    .gdck-main .gdck-item {
        margin-bottom: 32px;
    }

    .gdck-item2 .gdck-img {
        padding: 0 15px 0;
    }

    .gdck-item2 .gdck-img img {
        border-radius: 10px;
    }

    .gdck-text img {
        height: 60px;
    }

    .hd-dv.hd-dv2 .main-title {
        margin-bottom: 30px;
    }

    .dvtc-cus1 .main-des {
        margin-bottom: 30px;
    }

    .hd-dv.hd-dv2 {
        padding-bottom: 32px;
    }

    .dvtc-link {
        margin-bottom: 30px;
    }

    .gdck-custom2 {
        padding: 32px 0;
    }

    .gdck-custom3 {
        padding-bottom: 32px;
    }

    .gdck-custom2 li {
        margin: 0 0px;
    }

    .gdck-custom2 li a {
        padding: 8px 12px;
        font-size: 14px;
    }

    .cn-in img {
        margin-right: 5px;
    }

    .cn-in .cn-in-text {
        font-size: 14px;
    }

    .gdck-custom3 .title {
        font-size: 20px;
        line-height: 32px;
    }

    .gdck-custom3 .gdc3-in img {
        height: 40px;
    }

    .nl-list.nl-search-box {
        padding: 32px 0;
    }

    .hotro-content .main-title {
        margin-bottom: 30px;
    }

    .hotro-nnd {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .hotro-main {
        padding: 32px 0;
    }

    .dvtc-left .dvtc-left-pos {
        top: unset;
        transform: translate(0);
    }

    .page-faq {
        padding: 32px 0;
    }

    .faq-page-title {
        font-size: 20px;
        line-height: 28px;
    }

    .faq-page-des {
        margin-bottom: 20px;
    }

    .pfaq-box .pfaq-title a {
        font-size: 16px;
    }

    .td-popup .td-box {
        width: 90%;
        padding: 20px;
    }

    .td-popup form input,
    .td-popup form select {
        height: 45px;
        padding: 10px 15px;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .td-popup .td-title {
        font-size: 20px;
        margin: 0 auto 25px;
    }

    .td-popup form button {
        font-size: 16px;
        padding: 12px 80px;
        margin: 20px auto 0;
    }

    .td-td .table-responsive {
        padding-bottom: 20px;
    }

    .td-td {
        padding-bottom: 0px;
    }

    .side-tool {
        display: none;
    }

    .fixed-top {
        bottom: 15px;
        right: 15px;
    }

    .ft-box,
    .close_tool_mb {
        display: block !important;
    }

    .close_tool_mb svg {
        transform: translate(-50%, -50%) rotate(90deg) !important;
    }

    .ft-box.close_ft {
        display: none !important;
    }

    .close_tool_mb.active svg {
        transform: translate(-50%, -50%) rotate(-90deg) !important;
    }

    .home-banner .wrap-img {
        padding-bottom: 100%;
    }

    .cnr2-linkk {
        font-size: 26px;
    }

    .cnr2-linkk.collapsed {
        font-size: 20px;
    }

    .modal-sp-in {
        max-width: 100%;
        height: 100vh;
    }

    .modal-sp-in-top {
        padding: 0 10px;
        margin: 20px 0 20px;
        height: 58vh;
    }

    .close_modalsp {
        top: 10px;
    }

    .ms-contact svg {
        transform: scale(0.6) translateX(-40%);
    }

    .ms-contact {
        padding-left: 60px;
        padding-top: 5px;
        margin-bottom: 10px;
    }

    .ms-contact-text p {
        margin: 0 0 5px;
    }

    .lsp-head {
        padding: 30px 0 48px;
    }

    .lsp-sec5 .title,
    .lsp-sec4 .title,
    .lsp-sec2 .title,
    .lsp-head .title {
        font-size: 30px;
    }

    .lsp-head .des {
        font-size: 24px;
    }

    .lsp-btn {
        padding: 9px 25px;
    }

    .lsp-sec2 .des {
        font-size: 14px;
    }

    .link-list .tab-pane img {
        height: 200px;
    }

    .lsp-sec2 {
        padding: 0 0 48px;
    }

    .lsp-sec3 {
        padding: 48px 0;
    }

    .lsp-sec3 .des {
        font-size: 16px;
    }

    .lsp-sec3 .left {
        margin-bottom: 40px;
    }

    .lsp-sec3 .title {
        font-size: 24px;
    }

    .lsp-sec4 {
        padding: 48px 0;
    }

    .lsp-s4-item img {
        display: none;
    }

    .lsp-s4-item-text {
        width: 100%;
    }

    .lsp-s4-item {
        min-height: unset;
    }

    .lsp-s4-item .lsp-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .lsp-s4-item .lsp-des {
        font-size: 16px;
    }

    .lsp-sec5 {
        padding: 48px 0;
    }

    .lsp-sec5-title a {
        font-size: 14px;
        padding: 8px 0;
    }

    .lsp-sec5-title a svg {
        top: 6px;
    }

    .lsp-sec5-content>div {
        padding: 14px 8px;
        font-size: 14px;
    }

    .lsp-gdck-custom3 {
        padding: 48px 0;
    }

    .list-social {
        margin-bottom: 30px;
    }

    .doc-main-filter {
        margin: 0;
    }

    .mobile-qr {
        width: 150px;
        margin-top: 20px;
    }

    .mobile-qr p {
        font-size: 14px;
    }

    .lsp-faqq .faq-page-title {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }

    .home-page-faq-box .pfaq-box .pfaq-title svg {
        right: 0;
    }

    .home-page-faq-box .pfaq-title a {
        padding-right: 20px;
    }
}