.logo-brand img {
    max-width: 936px;
    width: 100%;
}

.header {
    background: linear-gradient(282.43deg, #f2efff 0%, #e9f5f1 100%);
}

@media (max-width: 1024px) {
    .header {
        background: #fff;
    }
}

.header-container {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
}

.header-container__content {
    padding: 16px 0 0 0;
    display: flex;
    flex-flow: column;
    gap: 24px;
}

@media (max-width: 1024px) {
    .header-container__content {
        padding: 16px 0;
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .header-container__content {
        display: none;
    }
}

.header-container__content .form-search {
    border: 1px solid #dadada;
    background: #fff;
    padding: 6px 6px 6px 12px;
    border-radius: 12px;
    align-items: center;
    margin: 0 0 0 auto;
}

@media (max-width: 767px) {
    .header-container__content .form-search {
        display: none !important;
    }
}

.header-container__content .form-search .form-control {
    min-width: auto;
    border: 0;
    display: block;
    width: 130px;
    padding: 0;
    min-height: auto;
    height: auto;
    font-size: 15px;
}

.header-container__content .form-search .form-control::placeholder {
    color: #3a3a3a;
    opacity: 0.5;
}

.header-container__content .form-search .btn.btn-outline-success {
    padding: 0;
    border: 0;
    margin-right: 12px;
}

.header-container__right {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .header-container__right {
        gap: 24px;
    }
}

.header-container__right a {
    color: #058656;
}

.header-container__right .btn {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
}

.header-container__right .btn img {
    width: 34px;
    height: 24px;
}

@media (max-width: 480px) {
    .header-container__right .btn img {
        width: 24px;
        height: auto;
    }
}

@media (max-width: 1024px) {
    .header-container__right .group-social {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .header-container__right .dropdown {
        display: none;
    }
}

.dropdown-item {
    font-size: 14px;
}

.header-bottom .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 150%;
    padding: 24px !important;
    text-align: center;
}

.header-bottom .nav-link.dropdown-toggle.show,
.header-bottom .nav-link.active,
.header-bottom .nav-link:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.header-bottom .navbar-expand-lg .navbar-nav .dropdown-toggle::after {
    display: none;
}

.header-bottom .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    box-shadow: 0px 0px 24px 0px #00000014;
    border-radius: 16px;
    border: 0;
    padding: 32px 24px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    flex-flow: column;
    gap: 16px;
}

.header-bottom .navbar-expand-lg .navbar-nav .dropdown-menu:before {
    content: "";
    position: absolute;
    width: 79px;
    height: 3px;
    opacity: 1;
    border-radius: 4px;
    background-color: #058656;
    top: 0;
    left: 24px;
}

.header-bottom .navbar-expand-lg .navbar-nav .dropdown-menu .link-item {
    line-height: 150%;
    color: #000;
}

@media (min-width: 1200px) {
    .header-bottom .navbar-expand-lg .navbar-nav .dropdown-menu .link-item {
        white-space: nowrap;
    }
}

.header-bottom .navbar-expand-lg .navbar-nav .dropdown-menu .link-item:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.header-bottom .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.header-bottom .navbar-expand-lg .navbar-nav .dropdown:hover .nav-link {
    opacity: 0.8;
    text-decoration: underline;
}

.header .is-sticky {
    width: 100%;
    position: fixed;
    top: 0;
    animation: slideDown 0.35s ease-out;
    z-index: 999;
}

.header .navbar-toggler {
    display: block;
    font-size: 28px;
    color: #058656;
}

.header .navbar-expand-lg {
    padding: 0;
}

.header .header-bottom {
    background: #058656;
}

@media (max-width: 1199px) {
    .header .header-bottom .nav-link {
        padding: 24px 24px 12px !important;
    }

    .header .header-bottom .navbar-toggler {
        display: none;
        justify-content: space-between;
        padding: 16px 24px;
    }
}

@media (max-width: 1199px) and (max-width: 768px) {
    .header .header-bottom .navbar-toggler {
        display: flex;
    }

    .header .header-bottom .navbar-toggler img {
        height: 20px;
    }

    .header .header-bottom .navbar-toggler .btn {
        line-height: 1;
    }
}

@media (max-width: 1199px) {
    .header .header-bottom .navbar-toggler .btn-menu {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .header .header-bottom .navbar-toggler .btn-menu .bi {
        font-size: 16px;
    }

    .header .header-bottom .navbar-toggler .btn-menu,
    .header .header-bottom .navbar-toggler a {
        background: transparent;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        text-transform: uppercase;
        color: #fff;
    }
}

@media (min-width: 1200px) {
    .header .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        justify-content: center;
        margin: auto;
    }

    .header .navbar-toggler {
        display: none;
    }

    .header .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
}

@media (max-width: 1199px) {
    .header .navbar-expand-lg .navbar-nav {
        flex-flow: column;
    }

    .header .header-bottom .nav-link {
        position: relative;
    }

    .header .offcanvas.offcanvas-start .navbar-nav .dropdown-menu {
        margin: 0 16px;
        position: static;
        visibility: visible;
        opacity: 1;
        display: none !important;
    }

    .header .offcanvas {
        max-width: 300px;
        background: #058656;
        overflow: auto;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.main-content .section-1 {
    background: linear-gradient(282.43deg, #f2efff 0%, #e9f5f1 100%);
    gap: 40px;
    padding-top: 48px;
    padding-bottom: 184px;
    display: flex;
}

@media (max-width: 1199px) {
    .main-content .section-1 {
        flex-flow: column;
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 16px;
    }
}

@media (max-width: 668px) {
    .main-content .section-1 {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.main-content .section-1__left {
    max-width: 63%;
}

@media (max-width: 1199px) {
    .main-content .section-1__left {
        max-width: 100%;
    }
}

.main-content .section-1__left .mySwiper {
    max-height: 502px;
    border-radius: 0 48px 48px 0;
}

@media (max-width: 668px) {
    .main-content .section-1__left .mySwiper {
        max-height: 423px;
    }
}

@media (max-width: 1199px) {
    .main-content .section-1__left .mySwiper {
        border-radius: 48px;
    }
}

@media (max-width: 1199px) and (max-width: 668px) {
    .main-content .section-1__left .mySwiper {
        border-radius: 16px;
    }
}

.main-content .section-1__left .mySwiper .swiper-pagination-bullets,
.main-content .section-1__left .mySwiper .swiper-pagination-custom,
.main-content .section-1__left .mySwiper .swiper-pagination-fraction {
    bottom: 24px;
}

@media (max-width: 668px) {
    .main-content .section-1__left .mySwiper .swiper-pagination-bullets,
    .main-content .section-1__left .mySwiper .swiper-pagination-custom,
    .main-content .section-1__left .mySwiper .swiper-pagination-fraction {
        bottom: 12px;
    }
}

.main-content .section-1__left .mySwiper .swiper-pagination-bullet {
    opacity: 1;
    background: #ffffff99;
    width: 12px;
    height: 12px;
    border-radius: 24px;
}

@media (max-width: 668px) {
    .main-content .section-1__left .mySwiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 6px;
    }
}

.main-content .section-1__left .mySwiper .swiper-pagination-bullet-active {
    background: #048454;
    width: 65px;
}

@media (max-width: 668px) {
    .main-content .section-1__left .mySwiper .swiper-pagination-bullet-active {
        width: 43px;
    }
}

.main-content .section-1__left .mySwiper .swiper-slide {
    max-height: 502px;
    border-radius: 0;
}

@media (max-width: 668px) {
    .main-content .section-1__left .mySwiper .swiper-slide {
        max-height: 423px;
    }
}

.main-content .section-1__left .mySwiper .swiper-slide .content {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 0 44px 64px 44px;
}

@media (max-width: 668px) {
    .main-content .section-1__left .mySwiper .swiper-slide .content {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 32px;
    }
}

.main-content .section-1__left .mySwiper .swiper-slide .content .tag {
    background: #ff0000;
    display: inline-block;
    padding: 2px 12px;
    font-weight: 600;
    font-size: 11px;
    line-height: 19.82px;
    text-align: justify;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #fff;
}

.main-content .section-1__left .mySwiper .swiper-slide .content a {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
    display: block;
}

@media (max-width: 668px) {
    .main-content
        .section-1__left
        .mySwiper
        .swiper-slide
        .content
        a.caroursel-title {
        font-size: 20px;
        max-height: 124px;
        overflow: hidden;
    }
}

.main-content .section-1__left .mySwiper .swiper-slide .content a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
/*
.main-content .section-1__left .mySwiper .swiper-slide:after {
    content: "";
    height: 51%;
    right: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    opacity: 0.9;
    background: linear-gradient(
        359deg,
        #13211d 49.9%,
        rgba(19, 33, 29, 0) 87.34%
    );
}
*/
.main-content .section-1__left .mySwiper img {
    width: 100%;
    border-radius: 0;
    height: 502px;
    object-fit: cover;
}

@media (max-width: 668px) {
    .main-content .section-1__left .mySwiper img {
        height: 423px;
    }
}

.main-content .section-1__right {
    opacity: 1;
    gap: 20px;
    padding: 32px 48px;
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
    background: #fff;
    display: flex;
    flex-flow: column;
}

@media (max-width: 1199px) {
    .main-content .section-1__right {
        border-radius: 48px;
    }
}

@media (max-width: 1199px) and (max-width: 668px) {
    .main-content .section-1__right {
        border-radius: 16px;
        padding: 24px 16px;
    }
}

.main-content .section-1__right .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    text-transform: uppercase;
    margin: 0;
}

.main-content .section-1__right .title a {
    color: #000;
}

.main-content .section-1__right .title a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.main-content .section-1__right .list-group .list-group-item {
    background: #f5fbf9;
    border: 0;
    border-radius: 16px;
    padding: 20px 16px 18px 24px;
    overflow: hidden;
    margin-bottom: 20px;
}

.main-content .section-1__right .list-group .list-group-item .tag {
    opacity: 1;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom-left-radius: 8px;
    background: #ff0000;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    font-size: 11px;
    line-height: 19.82px;
    color: #fff;
    text-align: justify;
    padding-top: 2px;
}

.main-content .section-1__right .list-group .list-group-item .content {
    line-height: 19.82px;
    color: #6e6e6e;
    min-height: 65px;
    text-align: justify;
}

.main-content .section-1__right .list-group .list-group-item .content a {
    color: #000;
}

.main-content .section-1__right .list-group .list-group-item .content a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.main-content .section-1__right .list-group .list-group-item .content .fw-600 {
    font-weight: 600;
    font-size: 17px;
    color: #000;
    margin-bottom: 8px;
}

.section-2 {
    margin-top: -136px;
    margin-bottom: 48px;
}

.section-2 .btn-success {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    opacity: 1;
    border-radius: 16px;
    padding: 16px;
    max-width: 193px;
    width: 100%;
    background: #048454;
}

.section-2 .btn-success:hover {
    background: #058656;
}

.section-2 .form-search {
    padding: 20px 8px 20px 16px;
    border-radius: 16px;
    border: 2px solid #dadada;
    background: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 8px;
    flex: 1;
}

@media (max-width: 668px) {
    .section-2 .form-search {
        padding: 16px 8px 16px 16px;
    }
}

.section-2 .form-search .form-control {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    border: 0;
    padding: 0;
}

.section-2 .form-search .form-control::placeholder {
    color: #3a3a3a;
    opacity: 0.5;
}

.section-2 .nav-tabs {
    display: inline-flex;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    box-shadow: 0px 0px 24px 0px #00000014;
    gap: 1px;
    flex-flow: row;
}

.section-2 .nav-tabs:after {
    content: "";
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    height: 20px;
    bottom: -17px;
    z-index: 1;
    /* border-radius: 0 16px 0 0; */
}

.section-2 .nav-tabs .nav-link {
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    background: #101828;
    color: #fff;
    padding: 16px 24px;
    border-radius: 0;
    border: 0;
}

.section-2 .nav-tabs .nav-link.active {
    background: #fff;
    color: #000;
}

.section-2 .tab-content {
    padding: 40px 48px;
    background: #fff;
    box-shadow: 0px 0px 24px 0px #00000014;
    border-radius: 16px;
}

@media (max-width: 668px) {
    .section-2 .tab-content {
        padding: 24px 16px;
    }

    .section-2 .tab-content .form {
        flex-flow: column;
        gap: 8px;
    }
}

.section-3 {
    padding: 32px 0 96px;
}

.section-3 .list-data {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

@media (max-width: 1199px) {
    .section-3 .list-data {
        row-gap: 24px;
        justify-content: space-around;
    }
}

.section-3 .list-data .list-data-item {
    display: flex;
    gap: 24px;
    padding: 0 24px;
}

@media (max-width: 1199px) {
    .section-3 .list-data .list-data-item {
        width: 50%;
    }
}

@media (max-width: 1199px) and (max-width: 668px) {
    .section-3 .list-data .list-data-item {
        width: 100%;
    }
}

.section-3 .list-data .list-data-item h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 160%;
    margin: 0;
}

.section-3 .list-data .list-data-item p {
    line-height: 160%;
    text-transform: uppercase;
    color: #717171;
}

.section-4 {
    background: linear-gradient(282.43deg, #f8f6ff 0%, #f5f9f7 100%);
}

.section-4 .nav-pills {
    gap: 19px;
    padding: 64px 0;
    align-items: center;
}

@media (max-width: 668px) {
    .section-4 .nav-pills {
        padding: 48px 0;
    }
}

.section-4 .nav-pills .nav-link {
    box-shadow: 0px 4px 4px 0px #0000000d;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #000;
}

.section-4--content {
    display: flex;
    gap: 48px;
}

@media (max-width: 1199px) {
    .section-4--content {
        gap: 24px;
    }
}

@media (max-width: 668px) {
    .section-4--content {
        flex-flow: column;
        gap: 0;
    }
}

.section-4--content__left {
    width: 66.666%;
}

@media (max-width: 668px) {
    .section-4--content__left {
        width: 100%;
    }
}

@media (min-width: 668px) {
    .section-4--content__left .blog-item .content {
        padding-top: 48px;
    }

    .section-4--content__left .blog-item a {
        font-size: 17px;
    }

    .section-4--content__left .blog-item .post-text .categories {
        font-size: 18px;
    }

    .section-4--content__left .blog-item .post-text .time {
        font-size: 15px;
    }
}

.section-4--content__right {
    flex: 1;
}

.blog-item .blog-image img {
    width: 100%;
    border-radius: 16px;
}

.blog-item a {
    font-weight: 700;
    font-size: 17px;
    line-height: 150%;
    color: #000;
}

.blog-item .content {
    padding: 24px 0;
}

.blog-item .content a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.blog-item .post-text {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.blog-item .post-text .categories span {
    border: 1px solid #909090;
    padding: 2px 12px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
}

.blog-item .post-text .time {
    color: #909090;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

.title-section {
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    text-transform: uppercase;
    position: relative;
    padding-right: 20px;
    margin-bottom: 0;
    display: inline-block;
}

.title-section::after {
    content: "";
    position: absolute;
    right: 0;
    height: 24px;
    width: 3px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
}

.fs-semi {
    font-size: 20px !important;
}

.blog-slider {
    padding: 64px 0;
}

@media (max-width: 668px) {
    .blog-slider {
        padding: 16px 0 48px;
    }
}

.blog-item.blog-item-horizontal {
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog-item.blog-item-horizontal .post-text {
    align-items: flex-start;
}

.blog-item.blog-item-horizontal .content {
    padding: 0;
}

.blog-item.blog-item-horizontal a {
    font-size: 16px;
    font-weight: 500;
}

.blog-item.blog-item-horizontal .post-text .time {
    flex: 1;
    text-align: right;
}

.blog-item.blog-item-horizontal .blog-image {
    max-width: 119px;
    width: 100%;
}

.blog-item.blog-item-horizontal .blog-image img {
    height: 86px;
    border-radius: 16px;
    object-fit: cover;
}

.blog-item.blog-item-horizontal .categories span {
    font-weight: 600;
    font-size: 11px;
    line-height: 19.82px;
    text-align: justify;
    border-radius: 0;
    color: #32216f;
    border: 0;
    background: #4100ff1a;
    margin-right: 8px;
}

.blog-item.blog-item-horizontal .categories span.new {
    background: #ff0000;
    color: #fff;
}

.section-5 {
    padding: 48px 0;
}

.section-5 .logo-slider {
    margin-top: 48px;
}

.section-5 .logo-slider .swiper-slide {
    padding: 5px;
}

@media (max-width: 668px) {
    .section-5 .logo-slider {
        margin-top: 16px;
    }
}

.section-5 .logo-slider img {
    width: 100%;
    height: 111px;
    object-fit: contain;
}

.footer {
    /*background-color: #101828;*/
    background-color: #007e43;
    /*padding: 48px 0;*/
    padding: 20px 0 10px;
}

.footer__top {
    /*background-image: url(../image/bg.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding-bottom: 4px;
    /*padding-top: 8px;*/
    border-bottom: 1px solid #ffffff21;
}

.footer__top img {
    max-width: 392px;
}

.footer__top .group-social img,
.footer__top .group-social svg {
    width: 40px;
    height: 40px;
    color: #2a313f;
}

.footer__bottom {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    /*color: #909090;*/
    color: #ffffff;
    padding-top: 6px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    display: block;
    text-align: center;
}

@media (max-width: 767px) {
    .footer__bottom {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

.footer__bottom a {
    color: #fff;
}

.breadcrumb-content {
    background: url(../image/breadcrumb.jpg) center no-repeat;
    padding: 32px 0;
    margin-bottom: 28px;
}

.breadcrumb {
    font-weight: 700;
    font-size: 28px;
    line-height: 180%;
    text-transform: uppercase;
    color: #fff;
    background: #042222b2;
    padding: 19px 30px;
    max-width: 416px;
    margin: 0;
    border-bottom: 3px solid #058656;
    border-radius: 16px;
}

.breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.blog-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 64px;
}

@media (max-width: 1080px) {
    .blog-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 668px) {
    .blog-list {
        grid-template-columns: 1fr;
    }
}

.blog-list .blog-item {
    padding: 0;
    width: 100%;
}

.blog-page .nav-pills {
    gap: 19px;
    margin-bottom: 48px;
}

.blog-page .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #000;
    border: 2px solid #f7f7f7;
    padding: 12px 16px;
    border-radius: 8px;
}

.blog-page .nav-pills .nav-link.active {
    background: #32216f;
    color: #fff;
    border-color: #32216f;
}

.pagination {
    align-items: center;
    gap: 8px;
    margin: 48px 0;
}

.pagination .page-numbers.dots,
.pagination .page-dots {
    height: 2px;
    width: 68px;
    display: block;
    font-size: 0;
    background: #e8e8e8;
}

.pagination .page-link {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #e8e8e8;
    border-radius: 32px !important;
    margin: 0;
    padding: 0 2px;
    height: 44px;
    min-width: 44px;
    line-height: 40px;
    box-shadow: none;
}

.pagination .page-link:hover {
    background: #157c6b;
    color: #fff;
}

.pagination .page-link.active {
    background: #157c6b;
    border-color: #e8e8e8;
    color: #fff;
}

.pagination .page-link .fa {
    font-size: 24px;
    line-height: 39px;
}

.pagination .page-item.active .page-link {
    background: #157c6b;
    border-color: #e8e8e8;
}

.finding-page .show-result {
    font-size: 20px;
    color: #909090;
    line-height: 160%;
    margin-bottom: 20px;
}

.finding-page .show-result strong {
    color: #000;
}

.finding-page .section-2 {
    box-shadow: 0px 0px 24px 0px #00000014;
    padding: 48px;
    max-width: 1130px;
    margin: 0 auto 28px;
    border-radius: 16px;
}

@media (max-width: 668px) {
    .finding-page .section-2 {
        padding: 24px 16px;
    }

    .finding-page .section-2 .form {
        flex-flow: column;
        gap: 8px;
    }
}

.finding-page .blog-page,
.finding-page .table-responsive,
.finding-page .m-w-1130 {
    max-width: 1130px;
    margin: 0 auto;
}

.m-w-1034 {
    max-width: 1034px;
    margin: 0 auto;
}

.single-blog .breadcrumb-detail {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #909090;
    margin-bottom: 28px;
}

.single-blog .breadcrumb-detail a {
    color: #909090;
}

.single-blog .breadcrumb-detail a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.single-blog h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.single-blog__content {
    display: flex;
    gap: 64px;
    margin-bottom: 48px;
}

@media (max-width: 1199px) {
    .single-blog__content {
        flex-flow: column;
    }
}

.single-blog__content--left {
    width: 67.666%;
    overflow-wrap: break-word;
}

@media (max-width: 1199px) {
    .single-blog__content--left {
        width: 100%;
    }
}

.single-blog__content--left .detail {
    font-size: 16px;
    line-height: 150%;
    max-width: 683px;
    margin: 0 auto;
    padding-top: 16px;
}

.single-blog__content--left .detail,
.single-blog__content--left .detail * {
    font-size: 16px !important;
    font-family: "Be Vietnam Pro", sans-serif !important;
    line-height: 160% !important;
    letter-spacing: 0.3px !important;

    text-align: justify;
    /* căn đều hai bên */
    text-justify: inter-word;
    /* căn đều theo khoảng cách giữa từ */
    line-height: 1.6;
    /* tăng khoảng cách dòng cho dễ đọc */
    word-spacing: 1px;
}

.single-blog__content--left .detail img {
    margin: 15px 0 5px 0;
}

.single-blog__content--left .detail .text-indent-2 {
    text-indent: 16px;
}

.single-blog__content--right {
    flex: 1;
    max-width: 373px;
}

.single-blog__content .widget-blog {
    /* height: 661px; */
    overflow: hidden;
}

.single-blog__content
    .widget-blog
    .widget-blog-scroll
    .blog-item.blog-item-horizontal {
    margin-bottom: 32px;
}

.single-blog__content .widget-blog {
    display: flex;
    flex-flow: column;
    gap: 32px;
}

.single-blog__content .widget-blog .blog-item.blog-item-horizontal {
    align-items: flex-start;
}

.single-blog__content
    .widget-blog
    .blog-item.blog-item-horizontal
    .categories
    span {
    color: #3400cc;
    border-radius: 8px;
}

.single-blog__content .widget-blog .blog-item.blog-item-horizontal .blog-image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.single-blog__content
    .widget-blog
    .blog-item.blog-item-horizontal
    .blog-image
    img {
    border-radius: 16px;
}

.single-blog__content
    .widget-blog
    .blog-item.blog-item-horizontal
    .blog-image
    .categories {
    position: absolute;
    right: 0;
    top: 0;
}

.single-blog__content
    .widget-blog
    .blog-item.blog-item-horizontal
    .blog-image
    .categories
    .new {
    margin: 0;
    display: block;
    padding: 2px 12px;
    color: #fff;
    border-radius: 0;
}

.single-blog #organizational img {
    max-width: 720px;
}

.single-blog .tab-content {
    padding-bottom: 48px;
}

.single-blog .nav-tabs {
    justify-content: space-between;
    background: #f7f7f7;
    border-radius: 24px;
    padding: 32px 24px 40px;
    border: 0;
    gap: 28px;
    flex-flow: row;
    margin-bottom: 48px;
}

@media (max-width: 1199px) {
    .single-blog .nav-tabs {
        flex-flow: row wrap;
    }
}

.single-blog .nav-tabs .nav-item {
    flex: 1;
    display: flex;
    justify-content: center;
}

.single-blog .nav-tabs .nav-link-page {
    display: flex;
    align-items: center;
    gap: 28px;
    position: relative;
    padding-left: 28px;
    border-left: 2px solid #909090;
}

.single-blog .nav-tabs .nav-link-page a {
    display: flex;
    flex-flow: column;
    opacity: 1;
    padding: 24px 32px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    gap: 16px;
    text-align: center;
    background: #32216f;
    color: #fff;
}

.single-blog .nav-tabs .nav-link-page a.color-green {
    background: #058656;
}

.single-blog .nav-tabs .nav-link {
    background: transparent;
    border: 0;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #000;
    padding: 0 15px;
}

@media (max-width: 1400px) {
    .single-blog .nav-tabs .nav-link {
        padding: 0;
    }
}

@media (max-width: 1199px) {
    .single-blog .nav-tabs .nav-link {
        padding: 0 15px;
    }
}

.single-blog .nav-tabs .nav-link.active .icon-tab {
    /*background: #32216f;*/
    background: #dc3545;
}

.single-blog .nav-tabs .nav-link.active .icon-tab img {
    filter: brightness(0) invert(1);
}

.single-blog .nav-tabs .icon-tab {
    padding: 20px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin-bottom: 21px;
}

.single-blog .nav-tabs .icon-tab img {
    width: 48px;
    height: 48px;
}

@media (max-width: 767px) {
    .single-blog .nav-tabs {
        display: flex;
        flex-flow: row wrap;
        gap: 0;
        padding: 20px 8px;
        justify-content: center;
    }

    .single-blog .nav-tabs .nav-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 16px;
        padding: 0 4px;
        display: flex;
        justify-content: center;
    }

    .single-blog .nav-tabs .nav-link {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .single-blog .nav-tabs .icon-tab {
        padding: 10px;
        width: 52px;
        height: 52px;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        /* Added subtle shadow */
    }

    .single-blog .nav-tabs .icon-tab img {
        width: 26px;
        height: 26px;
    }

    .single-blog .nav-tabs .nav-link span.d-block {
        font-size: 11px;
        line-height: 1.35;
        text-align: center;
        color: #333;
        min-height: 30px;
        /* Force height alignment */
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    /* Supplementary Page Links */
    .single-blog .nav-tabs .nav-link-page {
        width: 100%;
        border-left: 0;
        padding-left: 0;
        margin-top: 8px;
        flex-flow: row nowrap;
        gap: 12px;
        justify-content: space-between;
    }

    .single-blog .nav-tabs .nav-link-page a {
        flex: 1;
        padding: 12px 8px;
        border-radius: 12px;
        gap: 6px;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .single-blog .nav-tabs .nav-link-page a .icon-tab1 img,
    .single-blog .nav-tabs .nav-link-page a img {
        width: 28px !important;
        height: 28px !important;
    }
}

.hr__content .tab-content-hr {
    display: none;
}

.hr__content .tab-content-hr.active {
    display: block;
}

.hr__content .nav-hr {
    gap: 19px;
    margin-bottom: 48px;
}

.hr__content .nav-hr .tab-btn {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #000;
    border: 2px solid #f7f7f7;
    padding: 12px 16px;
    border-radius: 8px;
    display: block;
}

.hr__content .nav-hr .tab-btn.active {
    background: #32216f;
    color: #fff;
    border-color: #32216f;
}

.hr__content .hr-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 48px;
}

@media (max-width: 1199px) {
    .hr__content .hr-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .hr__content .hr-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 668px) {
    .hr__content .hr-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 668px) {
    .hr__content .hr-list {
        margin: 0;
        gap: 0;
    }
}

.hr__content .hr-list .hr-item {
    padding: 18px 16px 0;
    width: 100%;
    background: #f7f7f7;
    text-align: center;
    margin-bottom: 64px;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
}

.hr__content .hr-list .hr-item img {
    max-width: 223px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hr__content .hr-list .hr-item .img-logo {
    position: absolute;
    z-index: 0;
    top: 24px;
    left: 13px;
    right: 13px;
}

.hr__content .hr-list .hr-item .img-logo img {
    max-width: 100%;
}

.hr__content .hr-list .hr-item .info {
    backdrop-filter: blur(5px);
    padding: 12px 16px;
    position: absolute;
    bottom: 24px;
    z-index: 222;
    left: 13px;
    right: 13px;
    text-align: left;
    background: #ffffffcc;
    font-size: 19px;
    line-height: 160%;
}

.hr__content .hr-list .hr-item .info .position {
    font-size: 16px;
    color: #797979;
}

.table {
    margin-bottom: 0;
}

.table .table-dark {
    --bs-table-bg: #048454;
}

.table img {
    width: 40px;
    height: 40px;
}

.table .pdf-icon {
    width: 30px;
    height: 30px;
}

.table > :not(caption) > * > * {
    border: 1px solid #fff;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
}

.table th {
    padding: 16px;
    min-width: 160px;
}

.table .w-small {
    width: 100px;
    min-width: 100px;
    text-align: center;
}

.table .w-larger {
    width: 117px;
    min-width: 117px;
    padding: 16px 8px;
    text-align: center;
}

.table .w-smaller {
    width: 110px;
    min-width: 100px;
    padding: 16px 8px;
}

.detail .table > :not(caption) > * > * {
    padding-left: 8px;
    padding-right: 8px;
}

.detail .table th {
    padding: 16px 8px;
}

.detail .table .w-larger {
    width: 117px;
    min-width: 117px;
    padding: 16px 8px;
}

.detail .table .w-smaller {
    width: 110px;
    min-width: 100px;
    padding: 16px 8px;
}

.introduce-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #909090;
    margin-bottom: 0;
}

.public-page {
    max-width: 1034px;
    margin: 0 auto;
    padding: 24px 0 48px;
}

.public-page .introduce-text {
    margin-bottom: 40px;
}

.procedure-page {
    padding-bottom: 64px;
}

.procedure-page .detail {
    max-width: 681px;
    margin: 0 auto;
}

.procedure-page .detail img {
    margin: 32px 0;
}

.nav-fill {
    gap: 32px;
    margin-bottom: 64px;
}

.nav-fill > .nav-tab-btn {
    flex: 1;
}

@media (max-width: 668px) {
    .nav-fill > .nav-tab-btn {
        flex: auto;
        width: 100%;
    }
}

.nav-fill .nav-link {
    background: #f7f7f7;
    padding: 24px;
    text-align: left;
    border-radius: 0;
    color: #058656;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    border-radius: 16px;
}

.nav-fill .nav-link p {
    margin: 0;
}

.nav-fill .nav-link .fa {
    font-size: 20px;
}

.nav-fill .nav-link .time {
    color: #909090;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-fill .nav-link h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000;
    margin: 8px 0;
}

.nav-fill .nav-link.active {
    background: #32216f;
    color: rgba(255, 255, 255, 0.6);
}

.nav-fill .nav-link.active .time {
    color: rgba(255, 255, 255, 0.6);
}

.nav-fill .nav-link.active h3 {
    color: #fff;
}

.related-blog {
    margin-bottom: 148px;
}

.related-blog .nav-pills {
    gap: 19px;
    align-items: center;
    padding: 48px 0;
}

.related-blog .nav-pills .nav-link {
    box-shadow: 0px 4px 4px 0px #0000000d;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #000;
}

.result-page {
    max-width: 1130px;
    margin: 0 auto;
}

.result-page .title-page {
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.result-page .show-result {
    font-size: 20px;
    color: #909090;
    line-height: 160%;
    margin-bottom: 40px;
}

.result-page .show-result strong {
    color: #000;
}

.training-page .nav-tabs .nav-item {
    flex: auto;
}

.training-page .nav-tabs .nav-link {
    padding: 0;
}

.training-page .detail .table-responsive img {
    margin: 0;
}

.contact-page {
    max-width: 681px;
    font-size: 16px;
    line-height: 150%;
}

.contact-page .form {
    display: flex;
    flex-flow: column;
    gap: 16px;
    margin: 0;
}

.contact-page .form .form-control {
    padding: 20px 8px 20px 16px;
    border-radius: 16px;
    border: 2px solid #dadada;
    background: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    box-shadow: none;
}

.contact-page .form .form-control::placeholder {
    color: #3a3a3a;
    opacity: 0.5;
}

.document-page .result-page {
    max-width: 1034px;
}

.document-page .nav-fill {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1310px) {
    .document-page .nav-fill {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .document-page .nav-fill {
        grid-template-columns: 1fr;
    }
}

.document-page .nav-fill .nav-item {
    flex: 1;
}

.cooperate-page .nav-fill .nav-item {
    flex: 1;
}

@media (max-width: 1199px) {
    .cooperate-page .nav-fill .nav-item {
        flex: auto;
        width: calc(50% - 32px);
    }
}

@media (max-width: 668px) {
    .cooperate-page .nav-fill .nav-item {
        width: 100%;
    }
}

.btn.btn-outline-success {
    max-width: 149px;
    margin: 0 auto;
    padding: 8px 12px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #0000000d;
    border-color: #058656;
    color: #058656;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    justify-content: center;
}

.btn.btn-outline-success:hover {
    background-color: #058656;
    color: #fff;
}

.table-responsive thead tr th:first-child {
    border-radius: 8px 0 0 8px;
}

.table-responsive thead tr th:last-child {
    border-radius: 0 8px 8px 0;
}

.scroll-item {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.6s ease;
}

.scroll-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.scroll-posts {
    overflow: hidden;
    height: 380px;
}

.scroll-blog {
    animation: scrollVertical 32s linear infinite;
}

@keyframes scrollVertical {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

.swiper-slide img:hover,
.blog-image img:hover {
    opacity: 1;
    transform: scale(1.1, 1.1);
}

.swiper-slide,
.blog-image {
    border-radius: 16px;
    overflow: hidden;
}

.swiper-slide img,
.blog-image img {
    transition: all 0.5s ease 0s;
}

.btn.btn-search-icon {
    background-color: #058656;
    padding: 8px 10px;
    border-radius: 8px;
}

.btn.btn-search-icon img {
    filter: brightness(0) invert(1);
    width: 20px;
    height: 20px;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.form-control-textarea {
    width: 100%;
    border: 0;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    padding: 0;
}

.form-control-textarea::placeholder {
    color: #3a3a3a;
    opacity: 0.5;
}

.tab-quy-trinh {
    display: none;
}

.tab-quy-trinh.active {
    display: block;
}

.table .w-200 {
    min-width: 200px;
    width: 200px;
}

.table .w-127 {
    min-width: 127px;
    width: 127px;
    text-align: center;
}

.table .w-160 {
    min-width: 160px;
    width: 160px;
}

.table .w-120 {
    min-width: 120px;
    width: 120px;
    text-align: center;
}

.notification-content .scroll-posts {
    max-height: 705px;
    height: 100%;
    margin-bottom: 20px;
}

.notification-content .nav-pills {
    gap: 19px;
    margin-bottom: 20px;
    justify-content: flex-start;
}

.notification-content .nav-pills .nav-link {
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #000;
    border: 2px solid #f7f7f7;
    padding: 12px 16px;
    border-radius: 8px;
    display: block;
    background: #fff;
    flex: auto;
}

.notification-content .nav-pills .nav-link.active {
    background: #32216f;
    color: #fff;
}

.notification-content .list-group .list-group-item {
    background: #f5fbf9;
    border: 0;
    border-radius: 16px;
    padding: 20px 16px 18px 24px;
    overflow: hidden;
    margin-bottom: 20px;
}

.notification-content .list-group .list-group-item .tag {
    opacity: 1;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom-left-radius: 8px;
    background: #ff0000;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    font-size: 11px;
    line-height: 19.82px;
    color: #fff;
    text-align: justify;
    padding-top: 2px;
}

.notification-content .list-group .list-group-item .content {
    line-height: 19.82px;
    color: #6e6e6e;
    min-height: 65px;
}

.notification-content .list-group .list-group-item .content a {
    color: #000;
}

.notification-content .list-group .list-group-item .content a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.notification-content .list-group .list-group-item .content .fw-600 {
    font-weight: 600;
    font-size: 17px;
    color: #000;
    margin-bottom: 8px;
}

.noti-page .form {
    margin-bottom: 32px;
}

.noti-page .notification-content .scroll-posts {
    max-height: 100%;
}

.noti-page .notification-content .scroll-posts .list-group .list-group-item {
    margin-bottom: 32px;
}

.noti-page
    .notification-content
    .scroll-posts
    .list-group
    .list-group-item
    .content {
    min-height: auto;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    background-color: #058656;
    /* Brand Green */
    color: #ffffff;
    border-radius: 12px;
    display: flex;
    /* Ensure flex is set for centering */
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(5, 134, 86, 0.3);
    /* Green tinted shadow for premium feel */
    z-index: 9999;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* Smoother transition */
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* Subtle border */
}

.back-to-top:hover {
    background-color: #046c45;
    /* Slightly darker on hover */
    transform: translateY(-4px);
    /* More pronounced lift */
    box-shadow: 0 8px 20px rgba(5, 134, 86, 0.4);
}

.back-to-top i {
    font-size: 20px;
    /* Adjusted size for better proportion */
    line-height: 1;
    font-weight: bold;
    /* Make the arrow a bit clearer */
}

@media (max-width: 767px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .back-to-top i {
        font-size: 18px;
    }
}

/*# sourceMappingURL=style.css.map */
