.title h3 {
    color: #262626;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 120% */
}

.title a {
    border-radius: 10px;
    border: 1px solid #293895;
    padding: 16px 32px;
    color: #293895;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    z-index: 9999;
    position: relative;
    transition: all 0.3s;
}

.title a:hover {
    background-color: #293895;
    color: #fff;
}


.gall_slide {
    margin: 40px auto 0;
    position: relative;
}

.gall_slide .slide_box {
    width: 100%
}

.gall_slide ul li .img {
    position: relative
}

.gall_slide ul li .txt_box {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    color: rgba(255, 255, 255, 0.65);
    opacity: 0;
    transition: all 0.3s;
}

.gall_slide ul li .txt_box p {
    color: #293895;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    text-shadow: 0px 0px 10px #fff;
}

.gall_slide .swiper-slide:hover .txt_box {
    opacity: 1
}

.gall_slide .swiper-slide:hover img {
    filter: brightness(100%)
}

.gall_slide .arrow {
    position: relative;
    color: #aaa;
    font-weight: 600;
    font-size: 15px;
    z-index: 10
}

.gall_slide .arrow .pager span {
    padding-right: 6px;
    color: #00000099;
    font-weight: 700
}

.gall_slide .arrow .pager span:before {
    content: "0"
}

.gall_slide .arrow .pager span+span {
    padding-left: 5px;
    padding-right: 0;
    color: #293895;
    font-weight: 500
}

.gall_slide .slide_box .item {
    height: 350px
}

.gall_slide .slide_box .img {
    width: 100%;
    height: 350px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    border-radius: 10px;
}

.gall_slide .slide_box img {
    position: absolute;
    -webkit-trasition: all 0.4s linear;
    transition: all 0.4s linear;
    filter: brightness(70%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gall_slide .slide_box .item:hover .img img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.gall_slide .slide_box .item:hover .img::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.gall_slide .slide_box .swiper-slide.swiper-slide-next img {
    bottom: 0
}

.gall_slide .slide_box .swiper-slide.swiper-slide-next .img {
    height: 350px
}

/* 프로그레스바 */
.main_pg {
    position: absolute;
    top: 15%;
    left: 70%;
    width: 100%;
    margin: 0 auto;
    z-index: -1;
    display: none;
}

.main_pg .swiper-progress-bar {
    position: absolute;
    height: 2px;
    z-index: 9999
}

.main_pg .swiper-progress-bar .slide_progress-bar {
    overflow: hidden;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    background: rgba(41, 56, 149, 0.05);
    width: auto;
    clear: both;
    opacity: 0
}

.main_pg .swiper-progress-bar .slide_progress-bar:after {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary);
    height: 100%;
    width: 0;
    content: ""
}

.main_pg .swiper-progress-bar.active .slide_progress-bar {
    width: 330px;
    opacity: 1
}

.main_pg .swiper-progress-bar.animate .slide_progress-bar:after {
    width: 120%;
    transition: width 3.8s linear;
    transition-delay: unset
}

.main_pg .swiper-pagination-fraction {
    position: absolute;
    width: 24%;
    color: #00000099;
}

.gall_slide .swiper-button-next {
    right: inherit;
    left: inherit;
    transform: translateX(100%);
}

.gall_slide .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translateX(-100%);
}

.gall_slide .swiper-button-next,
.gall_slide .swiper-button-prev {
    position: absolute;
    top: 5%;
    left: 64%;
    background: rgba(41, 56, 149, 0.05);
    width: 50px;
    height: 50px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: none;
}

.gall_slide .swiper-button-next::after,
.gall_slide .swiper-button-prev::after {
    display: none;
}



.ptbv {
    padding-bottom: 60px;
}

.ptbv .text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ptbv .text h3 {
    color: #262626;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 120% */
}

.ptbv .text p {
    color: #525252;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 135% */
}

.ptbv .text a {
    border-radius: 10px;
    border: 1px solid #293895;
    padding: 16px 32px;
    color: #293895;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: max-content;
    transition: all 0.3s;
}

.ptbv .text a:hover {
    border-radius: 8px;
    background: #293895;
    color: #fff;
}

.ptbv .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding-bottom: 100px;
}

.ptbv .swiper-button-next {
    right: inherit;
    left: inherit;
    transform: translateY(-100%) translateX(-100%);
}

.ptbv .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translateY(-100%) translateX(-250%);
}

.ptbv .swiper-button-next,
.ptbv .swiper-button-prev {
    position: absolute;
    top: 100%;
    left: 100%;
    background: rgba(41, 56, 149, 0.05);
    width: 50px;
    height: 50px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ptbv .swiper-container-horizontal>.swiper-pagination-bullets,
.ptbv .swiper-pagination-custom,
.ptbv .swiper-pagination-fraction {
    bottom: 10px;
    width: max-content;
}

.ptbv .swiper-button-next::after,
.ptbv .swiper-button-prev::after {
    display: none;
}

.ptbv .swiper-pagination-bullet {
    width: 48px;
    height: 48px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    color:#000;
    font-size: 20px;
    font-weight: 700;
}

.ptbv .swiper-pagination-bullet-active {
    opacity: 1;
    background: linear-gradient(90deg, #0055C7 -1.41%, #003A88 88.94%);
    color: #fff;
}

.product-nb {
    padding: 60px 0;
}

.product-nb .title h3 {
    margin-bottom: 40px;
}

.news-nb {
    padding-bottom: 60px;
}

.news-nb .list-news .item:first-child {
    padding-top: 0;
}

.news-nb .list-news .item {
    display: flex;
    align-items: start;
    padding-top: 40px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    gap: 40px;
}

.news-nb .list-news .item .one p {
    color: #525252;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px 24px;
    border-radius: 8px;
    border: 1px solid #525252;
    transition: all 0.3s;
}

.news-nb .list-news .item:hover .one p {
    border-radius: 8px;
    background: #293895;
    border: 1px solid #293895;
    color: #fff;
}

.news-nb .list-news .item:hover .two p {
    color: #262626;
}

.news-nb .list-news .item .two p {
    color: #525252;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s;
    margin-bottom: 16px;
}

.news-nb .list-news .item .two h3 {
    color: #525252;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news-nb .things .item {
    position: relative;
}

.news-nb .things .item .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 40px 35px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
}

.news-nb .things .item h3 {
    color: var(--white, #FFF);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-top: 15px;
}

.news-nb .things .item p {
    color: #FFF;
    font-weight: 700;
}

.news-nb .things .item a {
    border-radius: 10px;
    background: var(--white, #FFF);
    padding: 16px 32px;
    color: #262626;
    font-weight: 700;
    width: max-content;
    transition: all 0.3s;
}

.news-nb .things .item a:hover {
    border-radius: 8px;
    background: #293895;
    color: #fff;
}

.proud {
    padding: 150px 0;
    color: #fff;
    text-align: center;
    background-size: cover;
    position: relative;
}

.proud::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 3, 34, 0.70);
    z-index: 1;
}

.proud .content {
    z-index: 12;
    position: relative;
}

.proud h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 24px;
}

.proud h5 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}


:root {
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 30s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

.partner {
    padding: 120px 0;
}

.partner .layout {}

.partner .layout .item {
    width: 150px;
    height: 65px;
    margin: auto;
}

.partner .layout .item img {
    width: 100%;
    height: 100%;
    object-fit: none;
}

.page-banner {
    padding-top: 485px;
    background-size: cover;
    overflow: hidden;
}

.page-banner h3 {
    background: rgba(0, 3, 34, 0.20);
    color: var(--white, #FFF);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    padding: 24px 0;
    position: relative;
    text-transform: uppercase;
}

.page-banner h3::after {
    content: '';
    position: absolute;
    background: rgba(0, 3, 34, 0.20);
    top: 0;
    bottom: 0;
    width: 100%;
    left: -100%;
}

.page-banner h3::before {
    content: '';
    position: absolute;
    background: rgba(0, 3, 34, 0.20);
    top: 0;
    bottom: 0;
    width: 100%;
    right: -100%;
}


.news {
    padding: 80px 0;
}

.news .parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 550px;
    margin: 40px 0;
}

.news .parent .item .img {
    position: relative;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

.news .parent .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .parent .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 24px;
}



.news .parent .item .text h3 {
    overflow: hidden;
    color: var(--white, #FFF);
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    font-size: 16px;
}

.news .parent .item .text p {
    color: var(--white, #FFF);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-size: 16px;
}

.news .parent .item:nth-child(1) .text {
    padding: 40px;
}

.news .parent .item:nth-child(1) .text p {
    font-size: 20px;
}

.news .parent .item:nth-child(1) .text h3 {
    font-size: 28px;
}

.news .parent .item:nth-child(2) .text p {
    font-size: 16px;
}

.news .parent .item:nth-child(2) .text h3 {
    font-size: 20px;

}

.news .parent .item:nth-child(1) {
    grid-area: 1 / 1 / 4 / 3;
}

.news .parent .item:nth-child(2) {
    grid-area: 1 / 3 / 3 / 5;
}

.news .parent .item:nth-child(3) {
    grid-area: 3 / 3 / 4 / 4;
}

.news .parent .item:nth-child(4) {
    grid-area: 3 / 4 / 4 / 5;
}


.news-new .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 4px 20px 0px rgba(0, 37, 132, 0.14);
    overflow: hidden;
    border-radius: 10px;
}

.news-new .item .box-thumbnail {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 64%;
}

.news-new .item .text {
    background: var(--white, #FFF);
    padding: 24px 16px;
    flex: 1;
}

.news-new .item .text h3 {
    overflow: hidden;
    color: #262626;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    transition: all 0.3s;
    line-height: 28px;
}

.news-new .item:hover .text h3 {
    color: #293895;
}

.news-new .item .text p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #262626;
}






.news-category ul {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.news-category ul li a.active::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 80px;
    bottom: -5px;
    background: #293895;
}

.news-category ul li a.active::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 80px;
    bottom: -5px;
    background: #293895;
}

.news-category ul li a.active {
    color: #293895;
}

.news-category ul li a {
    color: #525252;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s;
    position: relative;
}

.news-category ul li a:hover::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 80px;
    bottom: -5px;
    background: #293895;
}

.news-category ul li a:hover {
    color: #293895;
}

.recruitment {
    padding: 60px 0;
}

.title h4 {
    color: #293895;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.recruitment .nav-bar .item .form-control {
    border-radius: 10px;
    border: 0.5px solid #FFF;
    background: #F4F4F4;
    padding: 12px 24px;
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: auto;
}

.recruitment .nav-bar .item .btn {
    border-radius: 10px;
    background:linear-gradient(90deg, #293895 -1.41%, #7082f1 88.94%);
    padding: 12px 24px;
    color: var(--white, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 0;
    outline: 0;
    width: 100%;
}

.recruitment .nav-bar h4 {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 8px;
}
.nav-bar .sl::before {
		position: absolute;
		content: '';
		right: 40px;
		top: calc(50%);
        transform: translateY(-50%);
		background-image: url(../img/dsa.png);
		width: 12px;
		height: 7px;
		background-size: 100%;
		z-index: 1;
	}
.recruitment .content .box-thumbnail {
    padding-top: 53%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.recruitment .content .text {
    background: var(--white, #FFF);
    box-shadow: 0px 4px 20px 0px rgba(0, 37, 132, 0.14);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* padding: 16px; */
    /* display: flex;
    flex-direction: column;
    gap: 16px; */
}

.recruitment .content .text h3 {
    color: #262626;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.recruitment .content .text a {
    background-color: #293895;
    border: #293895;
}

.recruitment .content .text a:hover {
    color: #fff;
    background-color: #293895;
}

.recruitment .list-group .box-thumbnail {
    display: none;
}

.recruitment .list-group .text {
    background: var(--white, #FFF);
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /* display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
    align-items: center; */
}

.detail-news {
    padding: 80px 0;
    max-width: 1000px;
    margin: auto;
}

.detail-news .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
}

.detail-news .content img {
    max-width: 100%;
    border-radius: 10px;
    margin: auto;
    height: auto;
}

.project {
    padding: 80px 0;
}

.project .select label {
    color: #262626;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.project .select svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
}

.project .select .form-control {
    border-radius: 10px;
    border: 0.5px solid #FFF;
    background: #F4F4F4;
    padding: 16px 24px;
    height: auto;
}

.project .text h3 {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    transition: 0.3s;
}

.project .item:hover h3 {
    color: #293895;
}

.project .text p {
    color: #525252;
}

.detail-project {
    padding-top: 80px;
}

.detail-project .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px 0;
}

.detail-project h5 {
    color: #525252;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}

.detail-project .extdata .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(41, 56, 149, 0.05);
    display: flex;
    padding: 24px;
}

.detail-project .extdata .item span {
    color: #262626;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 50%;
}

.detail-project .extdata .item p {
    flex: 1;
    font-size: 20px;
}

.detail-project .content-3d {
    position: relative;
    height: calc(100vh - 100px);
}

.detail-project .content-3d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(13deg, rgba(0, 0, 0, 0.10) 0.15%, rgba(0, 0, 0, 0.50) 110.9%);
    z-index: -1;
}

.detail-project .dowl {
    position: absolute;
    top: 40px;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: #FFF;
    font-size: 20px;
}

.detail-project .dowl img {
    width: fit-content;
    animation: dowl 1s infinite;
}

.detail-project .content-3d iframe {
    width: 100%;
    height: 100%;
}

@keyframes dowl {
    from {
        transform: translateY(-10px);
    }

    to {
        transform: translateY(10px);
    }
}

.nangluc {
    padding: 80px 0;
}

.nangluc .nav-tabs {
    border-bottom: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: auto;
    white-space: nowrap;
    gap: 1.5rem;
}

.nangluc .nav-item {
    border-bottom: 0;
}

.nangluc .nav-tabs .nav-item .nav-link {
    border: 0;
    color: #5252528a;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding: .75rem 0;
}

.nangluc .nav-tabs .nav-link.active {
    color: #293895;
    background-color: #fff;
    border-bottom: transparent;
    position: relative;
}
.nangluc .nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #293895;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.nangluc .tab-content {
    padding-top: 40px;
}

.nangluc .tab-content p span {
    color: #525252;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}

.nangluc .tab-content img {
    max-width: 100%;
    height: auto;
}

.nangluc .tab-content h3 {
    color: #293895;
}

.nangluc .tab-content>.tab-pane {
    display: none !important;
}

.nangluc .tab-content>.active {
    display: flex !important;
}

.nangluc .tab-content .tab-pane {
    flex-direction: column;
    gap: 80px;
}

.nangluc .tab-content p {
    color: #525252;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.thungo {
    padding-top: 80px;
}

.thungo .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.thungo .content .title h3 {
    color: #293895;
}

.thungo .content p {
    color: #525252;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.tongquan {
    background: rgba(41, 56, 149, 0.05);
    padding: 150px 0;
}

.tongquan .title h3 {
    color: #293895;
}

.tongquan .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tongquan p {
    color: #525252;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.skb {
    background: url('../img/a (2).jfif') lightgray 50% / cover no-repeat;
    padding: 140px 0;
    position: relative;
}

.skb::before {
    background: rgba(0, 3, 34, 0.70);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.skb .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.skb .title h3 {
    color: #fff;
    z-index: 655;
}

.skb p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}

.tn-sm p {
    color: #525252;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}

.tn-sm .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tn-sm {
    padding-top: 80px;
}

.gtcl {
    padding: 80px 0;
}

.gtcl .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gtcl p {
    color: #525252;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}

.lspt {
    padding-bottom: 80px;
}

.lspt .lspts {
    padding-top: 80px;
}

.lspt .item .text {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    z-index: 99;
    background: rgba(52, 52, 52, 0.50);
    box-shadow: 8px 4px 30px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(5px);
    padding: 40px 40px 40px 135px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.lspt .item h2 {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.lspt .item p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.lspt .owl-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.year-select{
    position: absolute;
    top: 0;
    max-width: 425px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 10px 12px;
    border: 1px solid;
}
.lspt .owl-dots .owl-dot.active {
    color: #293895;
    padding: 4px 17px;
    border-bottom: 2px solid #293895;
}

.lspt .owl-dots .owl-dot {
    color: #525252;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 4px 17px;
    line-height: normal;
}

.lspt .owl-nav {
    position: absolute;
    top: calc(50% + 40px);
    width: 100%;
}

.lspt .owl-prev {
    background: #fff;
    transform: translateY(-50%) translateX(50%);
}

.lspt .owl-next {
    transform: translateY(-50%) translateX(-50%);
    background: #fff;
}

.doingu {
    padding: 60px 0;
}

.doingu .text {
    border-radius: 10px;
    background: rgba(41, 56, 149, 0.05);
    padding: 40px 10px;
    text-align: center;
}

.doingu .text h4 {
    font-size: 20px;
}

.doingu .nav-tabs {
    border-bottom: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: auto;
    white-space: nowrap;
}

.doingu .nav-item {
    margin: 0;
    border: 0;
}

.doingu .nav-tabs .nav-item .nav-link {
    border: 0;
    color: #5252528a;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.doingu .nav-tabs .nav-link.active {
    color: #293895;
    background-color: #fff;
    border-bottom: transparent;
    position: relative;
}
.doingu .nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #293895;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.ptbv-ab {
    padding: 80px 0;
}

.ptbv-ab h5 {
    color: #525252;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}

.ptkt {
    background: rgba(41, 56, 149, 0.05);
    padding: 80px 0;
}

.ptkt p {
    color: #525252;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 135% */
}

.thanhtich {
    padding: 80px 0;
}

.partner {
    padding: 80px 0;
}

.partner h5 {
    color: #525252;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}

.dichvu {
    padding: 80px 0;
}

.dichvu p {
    color: #262626;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.sanpham {
    padding: 80px 0;
}

.sanpham .menus .nav {
    justify-content: start;
    gap: 40px;
}

.sanpham .menus ul.nav>li>a {
    color: #525252;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.sanpham .menus ul.nav>li>a svg path {
    fill: #525252;
}

.sanpham p {
    color: #525252;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sanpham img {
    max-width: 100%;
    height: 100%;
    margin: auto;
}













.contact {
    padding: 80px 0;
}

.contact .content {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 4px 20px 0px rgba(0, 37, 132, 0.14);
    padding: 60px;
}

.contact .content h3 {
    background: linear-gradient(90deg, #293895 -1.41%, #7082f1 88.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.contact .content .layout {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
}

.contact .content .layout:last-child {
    margin-bottom: 0;
}

.contact .content .layout .text {
    flex: 1;
}

.contact .content .layout:first-child b {
    color: #262626;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact .content .layout:first-child p {
    color: #262626;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.contact .content .layout b {
    color: #525252;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact .content .layout p {
    color: #525252;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.contact .content .form-control {
    border-radius: 12px;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 20px 0px rgba(0, 37, 132, 0.14);
    height: auto;
    padding: 12px 24px;
    border: 0;
}

.contact .content button {
    border-radius: 40px;
    background: #293895;
    padding: 12px 40px;
    color: var(--white, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    margin-top: 35px;
}

.contact .factory {
    --f-columns: 2;
    --f-gap: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--f-gap));
    margin-bottom: calc(-1 * var(--f-gap));
}

.contact .factory>* {
    margin-left: var(--f-gap);
    margin-bottom: var(--f-gap);
    width: calc((100% / var(--f-columns) - var(--f-gap)));
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 16px;
}

.contact .factory .item p {
    flex: 1;
    font-size: 14px;
}