.single-program section:not(.benefits_program) {
    overflow: hidden;
    max-width: 100vw;
}

.program_project {
    color: #fff !important;
}

.program_project .group_content .title,
.program_project .group_content h2,
.program_project h2.title {
    color: #fff !important;
}

.program_project .group_content .content,
.program_project .content {
    color: rgba(255,255,255,0.8) !important;
}

.banner__post .inside::before {
    content: '';
    display: block;
    width: 100%;
    height: 280px;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.651042) 37.83%, rgba(0, 0, 0, 0) 95.91%);
    opacity: 0.5;
    filter: drop-shadow(0px 4px 30px rgba(185, 229, 254, 0.2));
    transform: rotate(-180deg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.banner__event .inside::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) -19.84%, rgba(0, 0, 0, 0.576562) 34.51%, rgba(0, 0, 0, 0) 89.06%);
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

nav.rank-math-breadcrumb a{
    color: #fff;
}

nav.rank-math-breadcrumb a:hover {
    color: var(--second);
}

nav.rank-math-breadcrumb {
    line-height: 20px;
}

nav.rank-math-breadcrumb p {
    display: flex;
    align-items: center;
}

nav.rank-math-breadcrumb a:first-child {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -7px;
    font-size: 0;
    background: url('../images/home.png') center no-repeat;
    background-size: contain;
}

nav.rank-math-breadcrumb .separator {
    display: inline-block;
    margin: 0 14px;
}

.icon_group .icon_group-item {
    display: flex;
}

.icon_group .icon_group-icon {
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
}

.icon_group .icon_group-icon img {
    max-height: 62px;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.icon_group .icon_group-icon--fa i {
    position: relative;
    z-index: 2;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    font-style: normal !important;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon_group .icon_group-icon--fa i::before {
    color: inherit;
}

.icon_group .icon_group-text {
    flex: 1;
}

.icon_group .icon_group-icon::before {
    content: '';
    display: block;
    background: rgba(190, 141, 69, 0.4);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: .2s all ease-in-out;
    z-index: -1;
}

.icon_group-item:hover .icon_group-icon::before {
    transform: translate(-50%, -50%) scale(1.2);
}

.program_1::before {
    content: '';
    display: block;
    width: 100%;
    height: 611.29px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(74, 29, 16, 0.1) 0%, rgba(74, 29, 16, 0) 100%);
}

.text-abs {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--accent);
}

.program_2::before {
    content: '';
    display: block;
    width: 100%;
    height: 611.29px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(190, 141, 69, 0.1) 0%, rgba(190, 141, 69, 0) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.program_2 .wrap-img::before {
    content: '';
    display: block;
    width: 290px;
    height: 290px;
    position: absolute;
    z-index: -1;
    bottom: -12px;
    right: -12px;
    background-color: var(--accent);
}

.benefits .benefit-item {
    height: auto;
    box-shadow: 0px 4px 50px rgba(192, 198, 175, 0.3);
    cursor: pointer;
}

.benefits .benefit-item .bg-item {
    opacity: 0.2;
}

.benefits .benefit-item .bg-item img{
    opacity: 0.3;
}

.benefits .benefit-item .title,
.benefits .benefit-item .content,
.benefits .benefit-item .number {
    color: #fff;
}
.benefits .benefit-item .number {
    position: relative;
    z-index: 20;
    padding: 0 32px 25px;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 992px){
    .benefits .benefit-item .number {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

.benefits .benefit-item .txt {
    flex-shrink: 0;
}

.benefits .benefit-item .hr {
    flex: 1;
    height: 1px;
    background-color: var(--accent);
    margin-left: 35px;
    margin-right: 12px;
    opacity: 0.2;
}

.benefits .benefit-item:hover .hr {
    background-color: #fff;
    opacity: 1;
}

.program_3 .bg::after {
    content: '';
    top: 100%;
    height: 400px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(180deg, rgba(190, 141, 69, 0.2) 0%, rgba(190, 141, 69, 0) 100%);
}

.program_4 .group_content .content {
    max-width: 765px;
}

.conditions .swiper {
    padding: 30px 0;
}

.conditions .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

.conditions .icon {
    position: relative;
    z-index: 10;
    display: inline-flex;
    width: 62px;
    height: 62px;
    justify-content: center;
    align-items: center;
    background-color: var(--second);
    border-radius: 50%;
}

.conditions .icon::before {
    content: '';
    display: block;
    background: #BE8D45;
    opacity: 0.2;
    width: 108px;
    height: 108px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

/* .conditions .inside, */
.conditions .inside {
    height: 100%;
}

.conditions .line {
    background: #BE8D45;
    border-radius: 20px;
    width: 108px;
    height: 2px;
    margin: 18px auto 23px;
}

.conditions .inside::before {
    content: '';
    display: block;
    background: #FFFFFF;
    border: 1px solid rgba(74, 29, 16, 0.5);
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 33px);
    z-index: -1;
}

.conditions .inside::after {
    content: '';
    display: block;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32px;
    height: 3px;
    width: 127px;
}

.conditions .icon img {
    max-height: 62px;
}

.conditions .icon.icon--fa i {
    position: relative;
    z-index: 11;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    font-style: normal !important;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.conditions .icon.icon--fa i::before {
    color: inherit;
}

.conditions .swiper-button {
    margin-top: -40px;
}

.program_6 {
    background: linear-gradient(180deg, rgba(190, 141, 69, 0) 0%, rgba(190, 141, 69, 0) 50%, rgba(190, 141, 69, 0.2) 100%);
}

.application_process .icon {
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(190, 141, 69, 0.5);
    box-shadow: 0px 4px 30px rgba(0, 84, 166, 0.08);
    transition: .3s all ease-in-out;
    border-radius: 50%;
    height: 117px;
    width: 117px;
    cursor: pointer;
}

.application_process .icon::before {
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    border: 2px solid rgba(190, 141, 69, 0.5);
    transition: .1s all ease-in-out;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 0;
}

/* Không phụ thuộc Tailwind (taxonomy program-country không load program.css) */
.application_process .icon.icon--fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.application_process .icon.icon--fa i {
    position: relative;
    z-index: 2;
    font-size: 2.25rem;
    line-height: 1;
    text-align: center;
    font-style: normal !important;
    /* Nền vòng tròn sáng — trắng sẽ tàng hình; dùng vàng đồng bộ theme */
    color: rgb(198 155 92) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.application_process .icon.icon--fa i::before {
    color: inherit;
}

.application_process-item {
    position: relative;
}

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

    .application_process .icon:hover {
        transform: scale(1.2);
        margin-bottom: 30px;
    }

    .application_process .icon:hover::before {
        opacity: 1;
    }

    .application_process-item+.application_process-item::after {
        content: '';
        display: block;
        width: 50px;
        height: 1px;
        background-color: var(--second);
        position: absolute;
        top: 58px;
        left: -25px;
    }
}

.project-2 .featured-image {
    padding-bottom: 56.2%;
    margin-bottom: 0 !important;
}

.project-2 .inside-article:hover .name {
    color: var(--accent);
}

.faqs .item-faq {
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-bottom: 22px;
}

.faqs .answer {
    display: none;
    padding-top: 30px;
    padding-left: 75px;
}

@media screen and (max-width: 1200px) {
    .faqs .answer {
        padding-top: 15px;
        padding-left: 5px;
    }
}

.faqs .question {
    position: relative;
    line-height: 29px;
}

.faqs .num {
    display: inline-block;
    width: 55px;
    padding-right: 15px;
    margin-right: 20px;
    text-align: center;
    border-right: 1px solid rgba(102, 102, 102, 0.2);
}

.item-faq.is-active .question {
    color: var(--second);
}

.item-faq .question .icon {
    position: absolute;
    top: 8px;
    right: 0;
}

.item-faq .question svg {
    transition: .2s all ease-in-out;
}

.item-faq.is-active .question svg {
    transform: scaleY(-1);
}

.program_9::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 491px;
    background: linear-gradient(360deg, rgba(190, 141, 69, 0.2) 0%, rgba(190, 141, 69, 0) 100%);
}

.why .number_group-item {
    max-width: 200px;
}

.why .number_group-item .inside {
    padding-bottom: 24px;
    border-bottom: 2px solid;
}

.slide_image .swiper-button {
    bottom: 0;
    top: unset;
    margin-top: 0;
}

.slide_image .swiper-button-prev {
    right: 58px;
    left: unset;
}

.slide_image .swiper-button-next {
    right: 0;
}

.capital_structure_project {
    background: linear-gradient(to left, #481D13 0%, #481D13 47.55%, #60341D 87.4%, #A4743A 137.74%, #BE8D45 152.87%);
}

.capital_structure_project-title {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.12);
}

.content_check ul {
    list-style: none;
}

.content_check ul li {
    position: relative;
}

.content_check ul li::before {
    content: '';
    display: block;
    width: 16px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: -34px;
    background: url('../images/check.svg') center no-repeat;
    background-size: contain;
}

.content_check ul li+li {
    margin-top: 8px;
}

.related_project-slider .right {
    text-align: right;
}

.related_project-slider .swiper-button {
    position: static;
    display: inline-flex;
    margin: 0;
    margin-left: 20px;
}

.why_reasons .inside {
    height: 478px;
    cursor: pointer;
    border-bottom: 4px solid var(--second);
}

.why_reasons .inside::before {
    content: '';
    display: block;
    background: linear-gradient(180deg, rgba(74, 29, 16, 0) 0%, rgba(74, 29, 16, 0.734497) 46.88%, #4A1D10 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 2;
    transition: .3s all ease-in-out;
}

.why_reasons .inside::after {
    content: '';
    display: block;
    background: linear-gradient(180deg, rgba(190, 141, 69, 0.66) 0%, #BE8D45 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 2;
    transition: .3s all ease-in-out;
}

.why_reasons .content {
    transition: .3s all ease-in-out;
}

.why_reasons .icon.icon--fa i {
    position: relative;
    z-index: 1;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    font-style: normal !important;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.why_reasons .icon.icon--fa i::before {
    color: inherit;
}

/* why_project section - Vì sao chọn */
.why_project .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.why_project .icon.icon--fa i {
    position: relative;
    z-index: 1;
    font-size: 1.75rem;
    line-height: 1;
    text-align: center;
    font-style: normal !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.why_project .icon.icon--fa i::before {
    color: inherit;
}

.benefits_project .icon i {
    position: relative;
    z-index: 1;
    font-size: 1.75rem !important;
    line-height: 1;
    text-align: center;
    font-style: normal !important;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.benefit_project {
    color: #fff !important;
}

.benefit_project .group_content .title,
.benefit_project .group_content h2,
.benefit_project .title {
    color: #fff !important;
}

.benefit_project .group_content .content,
.benefit_project .content {
    color: rgba(255,255,255,0.8) !important;
}

.benefit_project .inside .content {
    color: #fff !important;
}

@media screen and (min-width: 1200px) {
    .why_reasons .inside:hover {
        border-color: var(--accent);
    }

    .why_reasons .inside:hover .content {
        max-height: 400px;
    }

    .why_reasons .inside:hover::before {
        height: 0;
    }

    .why_reasons .inside:hover::after {
        height: 100%;
    }
}

.why_reasons .inside {
    border-color: var(--accent);
}

.why_reasons .inside .content {
    max-height: 400px;
}

.why_reasons .inside::before {
    height: 0;
}

.why_reasons .inside::after {
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .why_country .swiper-button-bg-second {
        background-color: var(--accent);
    }
}

.program .featured-image {
    padding-bottom: 70%;
}

.program {
    border-bottom: 7px solid var(--second);
}

.program .featured-image::after {
    content: '';
    height: 279px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(72, 29, 19, 0) 0%, #481D13 100%);
}

.program .inside-article:hover .plus {
    animation: 2s rotaleInfinite infinite;
}

.symmetrical_event:nth-child(odd) {
    background: #F5F5F5;
}

.symmetrical_event:nth-child(odd)+.symmetrical_event .row {
    flex-direction: row-reverse;
}

@media screen and (min-width: 1200px) {
    .symmetrical_event:nth-child(odd)+.symmetrical_event .wrap {
        padding-right: 120px;
        padding-left: 50px;
    }
}

.symmetrical_event:nth-child(odd)+.symmetrical_event .group_content {
    margin-left: auto;
}

@media screen and (min-width: 992px) {
    .symmetrical_event .reasons .swiper {
        height: 340px;
    }

    .symmetrical_event .reasons .swiper::before {
        content: '';
        display: block;
        height: calc(100% - 30px);
        position: absolute;
        top: 15px;
        left: 40px;
        opacity: 0.8;
        border: 1px dashed #BE8D45;
    }

    .symmetrical_event .reasons .swiper-button-prev {
        top: -14px;
        left: 24px;
    }

    .symmetrical_event .reasons .swiper-button-next {
        bottom: -44px;
        left: 24px;
        right: unset;
        top: unset;
    }

    .symmetrical_event .reasons .swiper-button-next svg {
        transform: scaleY(-1);
    }
}

.partners_event .inside-item {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

@media screen and (max-width: 575px) {
    .partners_event .inside-item {
        box-shadow: 0px 0 8px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (min-width: 992px){
    .event .name {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        height: 64px;
    }
}

.event .address__event::before {
    content: '';
    display: block;
    border-bottom: 2px solid #481D13;
    width: 82px;
    position: absolute;
    top: -17px;
    left: 0;
}

.event .inside-article:hover .link a {
    background-color: var(--accent);
}

.event.event-status-da-hoan-thanh .featured-image img {
    /* filter: grayscale(1); */
    transition: .2s all ease-in-out;
}

.event.event-status-da-hoan-thanh .time__event {
    background-color: var(--accent);
    transition: .2s all ease-in-out;
}

.event.event-status-da-hoan-thanh .link a {
    background: #968F82;
}

.event.event-status-da-hoan-thanh .link a .txt {
    font-size: 0;
}

.event.event-status-da-hoan-thanh .link a::before {
    content: 'Đã hoàn thành';
    display: inline;
}

.event.event-status-da-hoan-thanh .link a svg {
    display: none;
}

.menu-program-countries .list a {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.country.program .featured-image {
    padding-bottom: 520px;
}

.single .content-post :is(blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6) {
    margin-bottom: .7em;
}

.single .content-post :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 700 !important;
    color: var(--accent);
}

.single .content-post :is(hr, p, pre) {
    margin-bottom: 1em;
}

.single .content-post a{
    color: #2196f3;
}


.single .content-post h2 {
    font-size: 28px;
    line-height: 1.5em;
}

@media (max-width: 1024px) {
    .single .content-post h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

@media (max-width:768px) {
    .single .content-post h2 {
        font-size: 22px;
    }
}

.single .content-post h3 {
    font-size: 26px;
    line-height: 1.5em;
}

@media (max-width: 1024px) {
    .single .content-post h3 {
        font-size: 22px;
    }
}

@media (max-width:768px) {
    .single .content-post h3 {
        font-size: 20px;
        margin-bottom: 18px;
    }
}
.single .content-post h4 {
    font-size: 24px;
}

@media (max-width: 1024px) {
    .single .content-post h4 {
        font-size: 20px;
    }
}

@media (max-width:768px) {
    .single .content-post h4 {
        font-size: 17px;
    }
}

.sidebar-right .widget-title {
    text-transform: uppercase;
    background: var(--accent);
    color: #fff;
    font-weight: bold;
    padding: 11px 18px;
    font-size: 18px;
    margin-bottom: 24px;
}

.event-sidebar .inside-article:hover .name {
    color: var(--accent);
}

.sidebar-right .swiper-pagination {
    position: static;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sidebar-right .swiper-pagination-bullet {
    position: relative;
    background-color: var(--accent);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 15px !important;
    opacity: 0.5;
    transition: .2s all ease-in-out;
}

.sidebar-right .swiper-pagination-bullet::after {
    content: '';
    display: block;
    border: 1px solid #4A1D10;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .2s all ease-in-out;
}

.sidebar-right .swiper-pagination-bullet-active::after,
.sidebar-right .swiper-pagination-bullet-active {
    opacity: 1;
}

.sidebar-item+.sidebar-item {
    margin-top: 38px;
}

@media screen and (min-width: 1200px) {
    .project-sidebar .featured-image {
        padding-bottom: 94px;
    }
}

.loop-project-sidebar .item+.item {
    border-top: 1px solid #E1E1E1;
}

.item-sidebar_page+.item-sidebar_page {
    margin-top: 24px;
}

.loop-news-sidebar .item+.item {
    margin-top: 12px;
}

.loop-news-sidebar .news .name {
    -webkit-line-clamp: 3;
}

.loop-program-related .swiper-slide {
    height: auto;
}

.wrap-paged li {
    margin: 0 4px;
}

.wrap-paged li a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    border: 0.5px solid;
    color: #666666;
    transition: .2s all ease-in-out;
}

.wrap-paged li:last-child a,
.wrap-paged li:first-child a {
    padding: 0 12px;
}

.wrap-paged li.active a {
    background-color: var(--accent);
    color: white;
    font-weight: 700;
}

.wrap-paged li a:hover {
    background-color: var(--accent);
    color: white;
}

.about_2 .big_title {
    top: -80px;
}

.items__about_2 .line {
    position: absolute;
    top: 31px;
    left: 1px;
    width: 255px;
    height: 2px;
    background-color: var(--second);

}

.items__about_2 .line::before,
.items__about_2 .line::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--second);
    background: #FFFFFF;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.items__about_2 .item:last-child .line {
    width: 15vw;
}

.items__about_2 .item:last-child .line::before {
    display: none;
}

.items__about_2 .line::before {
    left: 100%;
}

.items__about_2 .line::before {
    right: 100%;
}

.about-partners .inside {
    background: #FFFFFF;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.about-partners .item:nth-child(2) {
    margin-top: 16px;
}

.about-certificates .swiper-slide {
    height: unset;
}

.about-certificates figure {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.about-certificates figure::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -14px;
    right: -16px;
    width: 143px;
    height: 163px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: var(--accent);
}

.map_image::before {
    content: '';
    display: block;
    width: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.776042) 46.88%, rgba(255, 255, 255, 0.638079) 71.35%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 388px;
}


/* Bảng tuyển dụng */
.wrap_table_td {
    text-align: center;
    background-color: #ffffff;
}

.wrap_table_td tbody td:nth-child(2) {
    text-align: left;
}

.wrap_table_td table,
.wrap_table_td th,
.wrap_table_td td {
    border: 0;
}

.wrap_table_td th,
.wrap_table_td td {
    padding: 18px 12px 14px;
    border-right: 1px solid rgb(0 0 0 / 5%);
}

.wrap_table_td table {
    border-top: 1px solid rgb(0 0 0 / 5%);
    border-left: 1px solid rgb(0 0 0 / 5%);
}

.wrap_table_td td {
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}

.wrap_table_td thead {
    font-size: 17px;
    background: var(--accent);
    color: #fff;
    text-transform: uppercase;
}

.wrap_table_td tbody td:first-child {
    color: var(--accent);
    font-size: 30px;
    font-weight: 700;
}

.wrap_table_td tbody td:nth-child(2) {
    max-width: 250px;
}

.wrap_table_td tbody td:nth-child(2) a {
    color: inherit;
}

.wrap_table_td .apply_link {
    border: unset;
    height: 38px;
    padding: 0 20px;
    line-height: 38px;
    display: inline-block;
    background: var(--second);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    min-width: 160px;
    transition: .2s all ease-in-out;
}

.wrap_table_td .apply_link:hover {
    color: #fff;
    transform: scale(1.05);
}

.wrap_table_td .apply_link.no_apply_position {
    background: rgb(153 153 153 / 20%);
    color: #333;
}

.wrap_table_td .apply_link.no_apply_position:hover {
    color: #333;
}

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

    .wrap_table_td tbody td:first-child,
    .wrap_table_td thead {
        display: none;
    }

    .wrap_table_td table,
    .wrap_table_td tbody,
    .wrap_table_td td,
    .wrap_table_td tr {
        display: block;
        border: unset;
    }

    .wrap_table_td tr {
        display: flex;
        flex-direction: column;
        border: 1px solid rgb(0 0 0 / 5%);
    }

    .wrap_table_td td {
        display: flex;
        font-size: 14px !important;
    }

    .wrap_table_td td::before {
        content: attr(data-title);
        width: 35%;
        flex-shrink: 0;
        text-align: left;
        font-weight: 400;
        font-size: 14px !important;
    }

    .wrap_table_td tbody td:nth-child(2) {
        max-width: unset;
        background-color: var(--accent);
        color: #fff;
        font-weight: 700;
        font-size: 16px !important;
    }

    .wrap_table_td tbody td:nth-child(3) {
        align-items: center;
        order: 12;
    }

    .wrap_table_td tbody tr+tr {
        margin-top: 30px;
    }
}

/* END Bảng tuyển dụng */

.careers_1 blockquote {
    padding-left: 1.25rem;
}

@media screen and (min-width: 576px) {
    .careers_3 .swiper {
        height: 200px;
    }
}

@media screen and (min-width: 992px) {
    .careers_3 .swiper {
        height: 300px;
    }
}

@media screen and (min-width: 1200px) {
    .careers_3 .swiper {
        height: 500px;
    }
}

.careers_3 .swiper .inside {
    padding-left: 60px;
}

@media screen and (min-width: 992px) {
    .careers_3 .swiper .inside {
        padding-left: 90px;
    }
}

@media screen and (min-width: 1200px) {
    .careers_3 .swiper .inside::before {
        content: '';
        display: block;
        background: rgba(255, 255, 255, 0.3);
        width: 1px;
        height: calc(100% - 15px);
        position: absolute;
        top: 50px;
        left: 22px;
    }
}

.careers_3 .swiper .inside .dot {
    position: absolute;
    top: 15px;
    left: 15px;
}

.careers_3 .swiper .inside .dot::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border-radius: 50%;
}

.careers_3 .swiper .inside .dot::after {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 0.5px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.check-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.check-label .check {
    flex-shrink: 0;
    border: 1px solid var(--accent);
    border-radius: 2px;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-top: -2px;
    position: relative;
}

.check-label .txt {
    flex: 1;
}

input[type="checkbox"]:checked~.check-label .check::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 7px;
    background: url('../images/checked.svg') center no-repeat;
    background-size: contain;
}


.compare_table {
    border-radius: 10px;
    overflow: hidden;
}

.compare_table table {
    text-align: center;
    border-width: 0;
    background: #d2cfca;
}

.compare_table thead {
    font-family: 'Oswald';
    font-weight: 500;
    text-transform: uppercase;
}

.compare_table thead td {
    padding: 0;
}

.compare_table thead td h4 {
    min-height: 80px;
    line-height: 30px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 8px;
}

.compare_table tbody td {
    background: rgb(150 143 130 / 18%);
}

.compare_table thead td h4 {
    background: rgb(150 143 130 / 10%);
}

.compare_table tbody td:nth-child(even) {
    background: rgb(150 143 130 / 30%);
}

.compare_table thead td:nth-child(even) h4 {
    background: #c6c2bc;
}

.compare_table td p {
    margin-bottom: 4px;
}

.compare_table tbody td {
    padding: 20px 8px;
    border-top: 1px solid #fff;
}

.compare_table td {
    border-width: 0;
}

.compare_table .wrap-table .inner {
    overflow: auto;
    max-height: 70vh;
}

.compare_table td:not(.active) {
    display: none;
}

.compare_table table {
    position: relative;
    border-collapse: separate;
    width: max-content;
    margin-bottom: 0;
}

.compare_table thead tr {
    vertical-align: baseline;
}

.compare_table .headcol {
    background: #d2cfca;
    font-weight: 400;
    text-align: left;
    position: sticky;
    z-index: 99;
    top: 0;
    left: 0;
    height: 100%;
    border: unset;
    text-transform: uppercase;
    padding: 10px 17px;
    font-family: 'Oswald';
}

.compare_table thead tr {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 101;
    background: #e1e0dd;
}

.compare_table thead td,
.compare_table thead th {
    border-bottom: 1px solid #fff !important;
}

.compare_table thead .headcol {
    font-weight: 700 !important;
}

.compare_table tbody .headcol {
    border-top: 1px solid #fff;
}

.arcontactus-widget .arcontactus-message-button .static svg {
    margin: auto;
}

@media screen and (max-width: 575px) {
    .compare_table .wrap-table .inner {
        max-height: unset;
    }

    .compare_table tbody td {
        padding: 10px 8px;
    }

    .compare_table .headcol {
        padding: 5px 10px;
        width: 100px;
        font-size: 13px;
        line-height: 1.4;
    }

    .compare_table td {
        width: 250px;
    }

    .compare_table thead td h4 {
        min-height: auto;
        font-size: 13px;
    }

    .compare_table table {
        font-size: 13px;
        line-height: 1.4;
    }
}

.page-title,
.entry-title {
    font-size: 45px;
}

.search-results .page-title {
    margin-bottom: 24px;
}

.entry-content .search-form {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.entry-content .search-form label {
    margin: 0;
    display: block;
}

.entry-content .search-form .search-field {
    border-color: var(--accent);
    outline: none !important;
}

.entry-content .search-form .search-submit {
    margin-left: 20px;
    border: 1px solid var(--accent);
    color: var(--accent);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background-color: transparent !important;
}

.entry-content .search-form .search-submit:hover {
    border-color: transparent;
    color: #fff;
    background-color: var(--second) !important;
}

.detail_project+.detail_project .row.box {
    flex-direction: row-reverse;
}

.separate-containers>.featured-image {
    display: none !important;
}

.project-2 .post_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.swiper .project-2 {
    margin-bottom: 0;
}

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

    .slide_image .swiper-button-prev {
        right: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .items__about_2 .line {
        left: 130px;
        width: 215px;
    }

    .about-partners .item:nth-child(2) {
        margin-top: 0;
    }

    .country.program .featured-image {
        padding-bottom: 410px;
    }

    .why_reasons .inside {
        height: 400px;
    }
}

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

    .page-title,
    .entry-title {
        font-size: 36px;
    }

    .about_2 .big_title {
        top: -40px;
    }

    .items__about_2 .line {
        left: 120px;
        width: 105px;
    }

    .map_image::before {
        height: 100px;
    }

    .country.program .featured-image {
        padding-bottom: 380px;
    }
}

@media screen and (max-width: 767px){
    .country.program .featured-image {
        padding-bottom: 300px;
    }

    nav.rank-math-breadcrumb p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    nav.rank-math-breadcrumb a:first-child {
        transform: translateY(-6px);
    }
}

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

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

    .sidebar-right .widget-title {
        margin-bottom: 8px;
    }

    .faqs .num {
        width: 35px;
        padding-right: 5px;
        margin-right: 10px;
    }

    .about_2 .group_title .title {
        font-size: 28px;
    }

    .map_image::before {
        display: none;
    }

    .banner__post .title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}