
img {
    /*  去除图片和div之间的缝隙  */
    margin: 0;
}

.bg-com1 {
    background-image: url(../images/bg-com1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.bg-other1 {
    background-image: url(../images/bg-other1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.bg-other2 {
    background-image: url(../images/bg-other2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.bg-f1f1f1 {
    background-color: #f1f1f1;
}
.bg-3c3c3c{
    background-color: #3c3c3c;
}
strong {
    color: #2b4198;
}
.fs-7 {
    font-size: 0.85rem !important;
}

.wrapper {
    position: relative;
    width: 100%;
}

.wrapper .main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.swiper {
    width: 100%;
    height: 100%;
    z-index: 0 !important;
}
.swiper .swiper-slide .img {
    display: block;
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.swiper .swiper-slide .mv-txt {
    position: absolute;
    width: 100%;
    max-width: 1500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.swiper .swiper-slide .mv-txt .contain {
    max-width: 1510px;
}
.swiper .swiper-slide .mv-txt h2 {
    margin-bottom: 20px;
    line-height: 1.3em;
    letter-spacing: -.01em;
}
.swiper .swiper-slide .mv-txt p {
    letter-spacing: -.01em;
    line-height: 1.5em;
    font-weight: 700;
}
.swiper-button-next, .swiper-button-prev {
    color: #ffffff;
}
.swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, .5);
    border-radius: 0;
}


/* bootstrap5的屏幕适配 */
@media screen and (max-width: 575px) {
    /*  XS  */
    .h-banner {
        height: 400px !important;
    }


    .box-nav {
        background: rgba(255, 255, 255, 1);
    }

    .box-nav .logo[data-theme="dark"] {
        display: block !important;
    }

    .box-nav .logo[data-theme="light"] {
        display: none !important;
    }

    .box-nav .text-menu-a {
        color: #242424 !important;
    }

    .box-nav .hd_sitemap span {
        background: #242424;
    }

    .box-nav .hd_sitemap span:first-child:after {
        color: #242424;
    }

    .box-nav .hd_sitemap span:last-child:after {
        color: #242424;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    /*  SM单页  */
    .h-banner {
        height: 400px !important;
    }


    .box-nav {
        background: rgba(255, 255, 255, 1);
    }

    .box-nav .logo[data-theme="dark"] {
        display: block !important;
    }

    .box-nav .logo[data-theme="light"] {
        display: none !important;
    }

    .box-nav .text-menu-a {
        color: #242424 !important;
    }

    .box-nav .hd_sitemap span {
        background: #242424;
    }

    .box-nav .hd_sitemap span:first-child:after {
        color: #242424;
    }

    .box-nav .hd_sitemap span:last-child:after {
        color: #242424;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*  MD  */
    .h-banner {
        height: 450px !important;
    }


    .box-nav {
        background: rgba(255, 255, 255, 1);
    }

    .box-nav .logo[data-theme="dark"] {
        display: block !important;
    }

    .box-nav .logo[data-theme="light"] {
        display: none !important;
    }

    .box-nav .text-menu-a {
        color: #242424 !important;
    }

    .box-nav .hd_sitemap span {
        background: #242424;
    }

    .box-nav .hd_sitemap span:first-child:after {
        color: #242424;
    }

    .box-nav .hd_sitemap span:last-child:after {
        color: #242424;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*  LG  */
    .h-banner {
        height: 450px !important;
    }

    .custom-menu .box-nav .site_logo a {
        width: 250px !important;
    }

    .custom-menu .box-nav .site_logo {
        top: 50% !important;
        transform: translateY(-50%);
    }

    .custom-menu .box-nav {
        min-height: 80px !important;
    }

    .custom-fixed {
        top: 50px;
        position: sticky;
        left: 0;
        block-size: fit-content;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    /*  XL  */
    .h-banner {
        height: 800px !important;
    }

    .custom-menu .box-nav .site_logo a {
        width: 280px !important;
    }

    .custom-menu .box-nav .site_logo {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .custom-menu .box-nav {
        min-height: 80px !important;
    }
    .custom-fixed {
        top: 50px;
        position: sticky;
        left: 0;
        block-size: fit-content;
    }
}

@media (min-width: 1400px) {
    /*  XXL  */
    .h-banner {
        height: 100vh !important;
    }

    .custom-menu .box-nav .site_logo a {
        width: 306px !important;
    }

    .custom-menu .box-nav .site_logo {
        top: 50% !important;
        transform: translateY(-50%);
    }

    .custom-menu .box-nav {
        min-height: 80px !important;
    }
    .custom-fixed {
        top: 50px;
        position: sticky;
        left: 0;
        block-size: fit-content;
    }
}

.custom-menu .logo[data-theme="dark"] {
    display: none;
}

.custom-menu .logo[data-theme="light"] {
    display: block;
}

.custom-menu .text-menu-a {
    color: #fff;
}

.custom-menu .nav-link {
    font-size: 18px;
    padding: 0 60px;
    height: 100px;
    color: #fff;
    letter-spacing: -.01em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.custom-menu .box-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.custom-menu .collapse {
    margin-left: 120px;
}

.custom-menu .box-nav .site_logo {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    left: 30px;
    z-index: 10;
}

.custom-menu .box-nav .site_logo a {
    width: 170px;
}

.custom-menu .box-nav .btn-m-menu {
    z-index: 110;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 30px;
    height: 20px;
}

.custom-menu .dropdown-menu {
    background: #2b4198;
    left: 0;
    border-radius: 0;
    margin-top: 0;
    border: none;
    transition: all 0.3s ease-in-out;
    padding: 50px 0;
}

.list-menu-children {
    margin-left: 0;
}

.list-menu-children > li {
    margin-top: 20px;
}

.list-menu-children > li:first-child {
    margin-top: 0;
}

.list-menu-children > li > a {
    font-size: 17px;
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: -.01em;
    line-height: 40px;
    display: block;
    position: relative;
    color: #fff;
    font-weight: 300;
}

.list-menu-children > li > a:hover {
    background: #5069c0 !important;
    color: #fff;
}

.language {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 95px;
    line-height: 1.2em;
    letter-spacing: -.01em;
}

.language a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2em;
    position: relative;
    transition: .3s;
    text-decoration: none;
}

.language a:hover {
    color: #2b4198;
}

.language a:after {
    position: absolute;
    content: '';
    height: 2px;
    background: #2b4198;
    left: 0;
    bottom: 0px;
    opacity: 0;
    width: 0;
    transition: .3s;
}

.language a:hover:after {
    width: 100%;
    opacity: 1;
}

.hd_sitemap span {
    display: block;
    position: relative;
    width: 30px;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
    transition: .3s;
    top: 0;
}

.hd_sitemap span:nth-child(2) {
    transition: .3s .3s;
}

.hd_sitemap span:last-child {
    margin-bottom: 0;
}

.hd_sitemap span:first-child:after {
    position: absolute;
    content: 'SITE';
    font-size: 14px;
    line-height: 0.7;
    color: #fff;
    left: 0;
    top: -17px;
    width: 30px;
    text-align: center;
    opacity: 0;
    transition: .5s .3s;
}

.hd_sitemap span:last-child:after {
    position: absolute;
    content: 'MAP';
    font-size: 14px;
    line-height: 0.7;
    color: #fff;
    left: 0;
    bottom: -17px;
    width: 30px;
    text-align: center;
    opacity: 0;
    transition: .5s .3s;
}

.hd_sitemap:hover span:first-child {
    top: 10px;
    width: 0;
}

.hd_sitemap:hover span:last-child {
    top: -10px;
    width: 0;
}

.hd_sitemap:hover span:nth-child(2) {
    width: 0;
}

.hd_sitemap:hover span:first-child:after {
    opacity: 1;
    top: -14px;
}

.hd_sitemap:hover span:last-child:after {
    opacity: 1;
    bottom: -14px;
}


.custom-menu .navbar-nav {
    width: 100%;
}

.custom-menu .navbar-nav .nav-item {
    width: 100%;
}

.header-hover {
    background: rgba(255, 255, 255, 1);
}

.header-hover .logo[data-theme="dark"] {
    display: block !important;
}

.header-hover .logo[data-theme="light"] {
    display: none !important;
}

.header-hover .text-menu-a {
    color: #242424 !important;
}

.header-hover .hd_sitemap span {
    background: #242424;
}

.header-hover .hd_sitemap span:first-child:after {
    color: #242424;
}

.header-hover .hd_sitemap span:last-child:after {
    color: #242424;
}

.custom-dropdown {
    position: relative;
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    background: #2b4198;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    width: fit-content;
    border-radius: 0;
    margin-top: 0;
    border: none;
    transition: all 0.3s ease-in-out;
    padding: 80px 0;
    z-index: 999;
}

.custom-dropdown.show .custom-dropdown-menu {
    display: block;
}


.custom-dropdown-child {
    position: relative;
}

.custom-dropdown-child-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    transform: translateY(-20%);
    width: fit-content;
    border-radius: 0;
    margin-top: 0;
    border: none;
    transition: all 0.3s ease-in-out;
    padding: 15px;
    z-index: 999;
}

.custom-dropdown-child.show .custom-dropdown-child-menu {
    display: block;
}

.custom-dropdown-child-menu > li {
    font-size: 16px;
    padding-left: 40px;
    margin-bottom: 15px;
    line-height: 1.3em;
    letter-spacing: -.01em;
}

.custom-dropdown-child-menu > li > a {
    display: inline-block;
    color: #555;
    white-space: nowrap;
    text-decoration: none;
}

.custom-dropdown-child-menu > li > a:hover {
    color: #2b4198;
    text-decoration: underline;
}

.menu-mask {
    position: relative;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.85);
    overflow: hidden;
}

.menu-mask .cnt {
    padding: 60px 0 0 100px;
}

.menu-mask .cnt h2 {
    margin-bottom: 7px;
    line-height: 1.2em;
    letter-spacing: -.04em;
    color: #242424;
    font-weight: 400;
    position: relative;
}

.menu-mask .cnt p {


    line-height: 1.2em;
    font-weight: 500;
    color: #454545;
}

.offcanvas {
    max-width: 1530px;
    width: 100% !important;
}

.offcanvas-body {
}

.offcanvas-list {
    list-style: none;
}

.offcanvas-list > li {
    border-bottom: 1px solid #ddd;
}

.offcanvas-list > li:first-child {
    border-top: 1px solid #ddd;
}

.offcanvas-list > li > a {
    color: #242424;
    line-height: 1em;
    letter-spacing: 0;
    position: relative;
    display: block;
    text-decoration: none;
}

.offcanvas-list > li > .submenu {
    padding: 0;
}

.offcanvas-list > li > .submenu > ul {
}

.offcanvas-list > li > .submenu > ul > li {
    line-height: 1.3em;
}

.offcanvas-list > li > .submenu > ul > li > a {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    border-radius: 5px;
    line-height: 1.3em;
    font-weight: 500;
    text-align: center;
    color: #454545;
    position: relative;
    text-decoration: none;
}

.offcanvas-list > li > .submenu > ul > li > a:hover {
    background-color: #364ea2;
    color: #fff;
}

.offcanvas-list > li > .submenu .slist-wrap {
    display: flex;
}

.offcanvas-list > li > .submenu .slist-wrap > ul {
    width: 100%;
    padding: 8px 0 0 10px;
}

.offcanvas-list > li > .submenu .slist-wrap > ul > li {
    padding-left: 13px;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.2em;
}

.offcanvas-list > li > .submenu .slist-wrap > ul > li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 7px;
    left: 0;
    background-color: #cbcbcb;
    border-radius: 100%;
}

.offcanvas-list > li > .submenu .slist-wrap > ul > li > a {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: -.03em;
    color: #555;
    text-decoration: none;
}

.offcanvas-list > li > .submenu > ul > li ul li:hover a {
    color: #364ea2;
}

.offcanvas-list > li > .submenu > ul > li ul li:hover:before {
    background-color: #364ea2;
}

.box-business {
    display: block;
    cursor: pointer;
    text-decoration: none;
}
.box-business .img {
    margin-bottom: 30px;
    overflow: hidden;
}
.box-business .img img {
    width: 100%;
    transition:all 0.4s ease-in-out;
}
.box-business:hover .img img {
    transform:scale(1.1);
    transition:all 0.4s ease-in-out;
}
.box-business .cnt {
    position: relative;
}
.box-business .cnt .tit {
    margin-bottom: 20px;
}
.box-business .cnt .tit h2 {
    color: #242424;
    line-height: 1.3em;
    display: block;
}
.box-business .cnt .tit p {
    line-height: 1.2;
    font-weight: 600;
    color: #454545;
    display: block;
}
.box-business .cnt> p {
    color: #686868;
    letter-spacing: -.01em;
    line-height: 1.2em;
}
.box-business .cnt .more-view {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.1);
}
.box-business .cnt .more-view .bi {
    font-size: 26px;
    color: #606060;
}

.box-company {
    display: block;
    position: relative;
    padding: 65px 50px 0;
    min-height: 340px;
    background-color: rgba(0, 0, 0, .4);
    text-decoration: none;
    color: #ffffff;
}
.box-company .tit {
    position: relative;
}
.box-company .tit:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 3px;
    left: 0;
    top: -15px;
    background-color: #fff;
}
.box-company .tit h2 {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.4em;
}
.box-company .tit p {
    letter-spacing: -.01em;
    line-height: 1.471em;
    display: block;
}
.box-company .more-view {
    position: absolute;
    bottom: 40px;
    left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
}
.box-company .more-view .bi {
    font-size: 26px;
    color: #ffffff;
}
.box-company .icon {
    position: absolute;
    bottom: 40px;
    right: 50px;
}

.box-news {
    height: 100%;
    background-image: linear-gradient(0deg, #ffffff 0%, #f7faff 100%);
    box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.07);
}
.box-news .img {
    overflow: hidden;
    height: 0;
    padding-top: 55.79%;
    position: relative;
    background: #f5f5f5;
}
.box-news .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition:all 0.4s ease-in-out;
}
.box-news:hover .img img {
    transform:scale(1.1);
    transition:all 0.4s ease-in-out;
}
.box-news .txt-a {
    display: block;
    color: #111111;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box-news .txt-a:hover {
    color: #364ea2;
}
.box-news .txt-p {
    line-height: 22px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-news {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.list-news .list-news-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.list-news .list-news-item .txt-a {
    display: -webkit-box !important;
    color: #111111;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap !important;
    line-clamp: 2 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.list-hr {
    height: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.list-hr .list-hr-item {
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.list-hr .list-hr-item .txt-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
}
.list-hr .list-hr-item .txt-a .bi {
    font-size: 2rem;
}

.footer-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-menu .footer-menu-item {
}
.footer-menu .footer-menu-item a {
    text-decoration: none;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.banner-630 {
    position: relative;
    display: table;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
    height: 530px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.banner-title {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    color: #fff;
}
.banner-title-content {
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.banner-title-content .part {
    margin-bottom: 25px;
    line-height: 1.3em;
}
.banner-title-content .part span {
    padding: 0 17px;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, .5);
    position: relative;
}
.banner-title-content .part .home {
    padding-left: 0;
}
.banner-title-content .part .home::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #ddd;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-menu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
}
.banner-menu-list {
    list-style: none;
    display: flex;
}
.banner-menu-list>li {
    position: relative;
}
.banner-menu-list>li a {
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    height: 60px;
    text-decoration: none;
    font-size: 1rem;
    color: #242424;
    position: relative;
    white-space: nowrap;
    justify-content: center;
}
.banner-menu-list>li::after {
    content: " ";
    display: block;
    width: 1px;
    height: 15px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner-menu-list>li.active {
    background-color: #ffffff;
}
.banner-menu-list>li.active::after {
    width: 0;
}

.box-service {
    position: relative;
    display: block;
    text-decoration: none;
}
.box-service .img {
    width: 100%;
    overflow: hidden;
}
.box-service .img img {
    width: 100%;
    transition:all 0.4s ease-in-out;
}
.box-service:hover .img img {
    transform:scale(1.1);
    transition:all 0.4s ease-in-out;
}
.box-service .inner {
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.box-service .inner h2 {
    letter-spacing: -.01em;
    line-height: 1.2em;
    font-weight: 700;
}
.box-service .inner p {
    line-height: 1.7em;
    min-height: 3.4em;
}
.box-service .inner .icon {
    font-size: 2.5rem;
    margin: 1rem 0;
}

.greeting {
    position: relative;
}
.greeting::after {
    position: absolute;
    content: '';
    left: -100%;
    right: -100%;
    background-color: #f8f8f8;
    height: 646px;
    bottom: 0;
    z-index: -1;
}

.list-company-management {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.list-company-management>li {
}
.list-company-management>li .img {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}
.list-company-management>li .img img {
    width: 100%;
    transition:all 0.4s ease-in-out;
}
.list-company-management>li:hover .img img {
    transform:scale(1.1);
    transition:all 0.4s ease-in-out;
}
.list-company-management>li .inner {
    padding: 1rem 0;
    color: #111111;
    display: flex;
    flex-direction: row;
}
.list-company-management>li .inner .left {
    width: 70px;
    text-align: center;
    color: #ccc;
    letter-spacing: -.01em;
    line-height: 1.3em;
    font-weight: 700;
    font-size: 20px;;
}
.list-company-management>li .inner .right {
    width: 100%;
}
.list-company-management>li .inner h2 {
    font-size: 1.5rem;
    margin-bottom: 8px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.2em;
    color: #242424;
}
.list-company-management>li .inner p {
    font-size: 1.2rem;
    letter-spacing: -.01em;
    color: #555;
}

.list-milestone {
    list-style: none;
    border-top: 2px solid #060a35;
}
.list-milestone>li {
    padding: 2rem 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.list-milestone>li .time {
    font-size: 1.5rem;
    flex: 1 260px;
    max-width: 260px;
    color: #2b4198;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1.1em;
}
.list-milestone>li .info {
    flex: 1;
    display: flex;
    flex-direction: column;

}
.list-milestone>li .content {
    font-size: 1rem;
    font-weight: 600;
    color: #2c2c2c;
    letter-spacing: -.02em;
}
.list-milestone>li .content p {
    font-size: 1rem;
    font-weight: 500;
    color: #2c2c2c;
    letter-spacing: -.02em;
    flex: 1;
    margin-bottom: 20px;
}

.swiper-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.swiper-grid .swiper-slide {
    position: relative;
    display: flex;
    aspect-ratio: 1;
}
.swiper-grid .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.swiper-grid .swiper-slide img {
    object-fit: cover;
}
.swiper-grid .swiper-slide.swiper-slide-thumb-active:after, .swiper-grid .swiper-slide:hover::after {
    background-color: rgba(0, 0, 0, 0) !important;
}
.swiper-grid .swiper-slide.swiper-slide-thumb-active:before, .swiper-grid .swiper-slide:hover::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #2b4198;
}

.box-company-img {
    position: relative;
    width: 100%;
}
.box-company-img img {
    width: 100%;
}
.box-company-img .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
    padding: 1rem 0;
    color: #fff;
    font-size: 1rem;
}

.box-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.box-contact .inner {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.box-contact .inner .icon {
    font-size: 1.2rem;
    color: #2b4198;
    width: 35px;
}
.box-contact .inner h2 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2em;
    color: #242424;
    width: 105px;
}
.box-contact .inner p {
    font-size: 1rem;
    letter-spacing: -.01em;
    color: #555;
}

.banner-joinus {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.lnb {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
    border-bottom: 1px solid #ddd;
}

.menu-joinus {
    list-style: none;
    height: 100%;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
    width: auto;
}
.menu-joinus>li {
    display: table-cell;
    width: auto;
    position: relative;
}
.menu-joinus>li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    background-color: #ddd;
    top: 50%;
    margin-top: -8px;
    right: 0;
}
.menu-joinus>li:last-child:after {
    display: none;
}
.menu-joinus>li a {
    font-size: 1rem;
    height: 5.5rem;
    padding: 0 2rem;
    font-weight: 500;
    position: relative;
    color: #2c2c2c;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.222em;
    text-decoration: none;
}
.menu-joinus>li a:after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #2b4198;
    height: 3px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.menu-joinus>li.active a {
    color: #2b4198;
}
.menu-joinus>li.active a:after {
    opacity: 1;
}

.joinus-title {
    position: relative;
}
.joinus-title:before {
    content: '';
    width: 6px;
    height: 39px;
    background: #BE3839;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: -8px;
    left: 30px;
}
.joinus-title h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: rgba(51, 70, 128, 1);
    line-height: 23px;
    position: relative;
    padding-left: 45px;
    margin: 45px 0 25px;
}

.joinus-jobs {
    padding: 2rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.joinus-jobs>li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.joinus-jobs>li .icon {
    width: 55px;
    text-align: center;
}
.joinus-jobs>li .line {
    width: 2px;
    height: 70px;
    background: rgba(229, 229, 229, 1);
    margin-right: 22px;
}
.joinus-jobs>li .txt {
    font-size: 16px;
    font-weight: 500;
    color: rgba(51, 70, 128, 1);
    line-height: 23px;
    margin-right: 56px;
}
.joinus-jobs>li .word {
    font-size: 13px;
    font-weight: 500;
    color: rgba(51, 70, 128, 1);
    line-height: 23px;
}

.joinus-tips {
    padding: 1rem 2rem;
}
.joinus-tips p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(51, 70, 128, 1);
    line-height: 23px;
}

.joinus-liucheng {
    padding: 2rem;
}
.joinus-liucheng .process-container {
    padding: 0 20px;
}
.joinus-liucheng .process-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
}
.joinus-liucheng .process-number {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #76A5E0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 2;
}
.joinus-liucheng .process-line {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: -40px;
    width: 2px;
    background-color: #76A5E0;
    z-index: 1;
}
.joinus-liucheng .process-item:last-child .process-line {
    display: none;
}
.joinus-liucheng .process-content {
    flex: 1;
}
.joinus-liucheng .process-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.joinus-liucheng .process-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}
.joinus-liucheng .email {
    color: #76A5E0;
    font-weight: 500;
}

.list-benefits {
    padding: 2rem 2rem;
    background-color: #f8f8f8;
}

.box-benefits {
    width: 100%;
    height: 10rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
}
.box-benefits .img {
    margin-bottom: 1rem;
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-benefits .txt {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #242424;
    line-height: 1.5em;
    height: 3em;
    font-size: 0.9rem;
    text-align: center;
}

.box-brands {
    display: block;
    width: 100%;
}
.box-brands img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.box-brands:hover img {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.box-stories {
    display: block;
    padding: 1rem;
}
.box-stories .img {
    display: block;
    margin-bottom: 1rem;
}
.box-stories .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.box-stories .img:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.box-stories .txt {
    text-align: center;
}
.box-stories .txt a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #545454;
}
.box-stories .txt a:hover {
    color: #03A84E;
}
.box-stories .txt .title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.box-stories .txt .desc {
    font-size: 0.9rem;
    color: #545454;
}

.btn-custom {
    text-decoration: none;
    background-color: #ffffff;
    font-size: 1.2rem;
    fill: #03a84e;
    color: #03a84e;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #03a84e;
    border-radius: 5px 5px 5px 5px;
    padding: 1rem 3rem;
    transition: all 0.5s ease-in-out;
}
.btn-custom:hover {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.flex-news-adv {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.box-news-adv {
    background-color: #ffffff;
}
.box-news-adv .title {
}
.box-news-adv .title h3 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    padding: 0 20px;
    background-color: #fff;
    margin: 0;
    font-weight: bold;
}

.list-ssl {
    padding: 2rem 1.5rem 0 1.5rem;
}
.list-ssl>h4 {
    font-size: 14px;
    font-weight: 500;
}
.list-ssl>ul>li .box-ss {
    width: 100%;
    border: 1px solid #ccc;
    line-height: 35px;
    text-align: center;
    color: #333;
    cursor: pointer;
}
.list-ssl>ul>li .box-ss>a {
    display: block;
    width: 100%;
    height: 35px;
    color: #333;
    text-decoration: none;
    font-size: 0.75rem;
}
.list-ssl>ul>li .box-ss:hover {
    border: 1px solid #1374E0;
}
.list-ssl>ul>li .box-ss:hover a {
    background-color: #1374E0;
    color: #fff;
    transition: all 0.1s ease-in-out;
}

.list-pm {
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.list-pm>li {
}
.list-pm>li a {
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    text-decoration: none;
    font-size: 0.85rem;
}
.list-pm>li a:hover {
    color: #03a84e;
}
.list-pm>li a .num {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #f2f2f2;
    margin-right: 10px;
    font-size: 0.85rem;
}
.list-pm>li:first-child a .num {
    background-color: #e4004f;
    color: #fff;
}
.list-pm>li:nth-child(2) a .num {
    background-color: #f59701;
    color: #fff;
}
.list-pm>li:nth-child(3) a .num {
    background-color: #638c0c;
    color: #fff;
}

.menu-news {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.menu-news li {
}
.menu-news li.active {
    background-color: #1374e0;
}
.menu-news li.active a {
    color: #fff;
}
.menu-news li a {
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.custom-search {
    position: relative;
}
.custom-search .search-input {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 17px;
    color: #666;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 17px;
}
.custom-search .search-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 35px;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    background: #1374e0;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    color: #ffffff;
}

.list-news {
}
.list-news>li {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1.2rem;
}
.list-news>li a {
    text-decoration: none;
}
.list-news>li .img {
    display: block;
}
.list-news>li .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.list-news>li .img:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.list-news>li .title {
    color: #111;
    font-size: 1rem;
}
.list-news>li .signs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.list-news>li .signs li {
    background-color: #f2f2f2;
    padding: 2px 10px;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
    cursor: pointer;
}
.list-news>li .signs li a {
    text-decoration: none;
    color: #999;
}
.list-news>li .desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
.list-news>li .txt {
    color: #999;
    font-size: 12px;
}
.txt-news-info {
    color: #999;
    font-size: 12px;
}

.news-info {
}
.news-info .title {
    border-bottom: 1px solid #ccc;
}
.news-info .title h1 {
    color: #333;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}
.news-info .title .signs {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 0.5rem;
}
.news-info .title .signs>p {
    font-size: 12px;
    color: #fff;
    background-color: #3bade8;
    line-height: 1rem;
    padding: 2px 10px;
}
.news-info .title .signs>ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.news-info .title .signs>ul li {
    font-size: 12px;
    color: #999;
}
.news-info .content {
    padding: 20px;
}
.news-info .content img {
    max-width: 100%;
}