/*
Theme Name: Sao Kim Digital
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Sao Kim Digital
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: saokimdigital
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #ddd
}

body {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.news-thumb,
.my_img_animation.elementor-widget-image {
    position: relative;
    overflow: hidden;
    display: block;
}

.news-thumb::after,
.btn-shine .elementor-button::after,
.my_img_animation.elementor-widget-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transform: skewX(-20deg);
    pointer-events: none;
    transition: none;
}


.news-thumb:hover::after,
.btn-shine .elementor-button:hover::after,
.my_img_animation.elementor-widget-image:hover::after {
    animation: shine 0.8s forwards;
}

/* Keyframes chạy ánh sáng */
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

.max_line_1,
.max_line_1 p,
.max_line_1 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_2,
.max_line_2 a,
.max_line_2 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_3,
.max_line_3 a,
.max_line_3 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_4,
.max_line_4 p,
.max_line_4 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_5,
.max_line_5 p,
.max_line_5 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_6,
.max_line_6 p,
.max_line_6 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_7,
.max_line_7 p,
.max_line_7 a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 7 !important;
    line-clamp: 7 !important;
    -webkit-box-orient: vertical !important;
}

.progress-wrap {
    position: fixed;
    left: 40px;
    bottom: 56px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    /*box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);*/
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(10px);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    content: '';
    position: absolute;
    background-image: url("assets/images/arrow_up.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #DA1B13;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #174874; /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.glink.gt-current-lang {
    display: none;
}

.glink {
    display: flex;
    gap: 4px;
    flex-direction: row-reverse;
    align-items: center;
}

.glink img {
    width: 20px;
    height: 16px;
    border-radius: 4px;
    object-fit: cover;
}

.glink span,
.cpel-switcher__code {
    color: #121212;
    font-size: 15px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 130%;
    padding-left: 0 !important;
}

.cpel-switcher__flag img {
    border-radius: 4px;
}

.cpel-switcher__lang a {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
}

.home_banner .swiper-slide-inner {
    padding: 0 80px;
}

.home_banner .swiper-pagination {
    padding: 0 80px;
    text-align: left;
    bottom: 40px !important;
}

.home_banner .elementor-button {
    border: 0 !important;
    border-radius: 28px 0 0 0;
    background: #174874 !important;
    height: 45px;
    padding: 12px 2px 12px 20px;
    gap: 10px;
    color: #fff !important;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    position: relative;
    transition-duration: 0s;
}

.home_banner .elementor-button:before {
    content: '';
    position: absolute;
    left: calc(100% - 1px);
    top: -3px;
    width: 50px;
    height: 48px;
    background-image: url("assets/images/button-partten.png");
    background-size: cover;
}

.home_banner .elementor-button:hover {
    background: #C4161C !important;
}

.home_banner .elementor-button:hover:before {
    background-image: url("assets/images/vector-red.png");
}

.img_animate_a a {
    aspect-ratio: 190/110;
    overflow: hidden;
}

.img_animate_a img {
    aspect-ratio: 190/110;
    object-fit: cover;
    transition: ease all 300ms;
}

.img_animate_a:hover img {
    transform: scale(1.05);
}

.more_items {
    max-height: 140px;
    overflow: hidden;
}

.more_items {
    max-height: 140px;
}

.more_items_wrap.active .more_items {
    max-height: unset;
}

.more_items_wrap.active .elementor-button-icon svg {
    transform: rotate(-180deg);
}

.my_btn .elementor-button {
    height: 45px;
    transition-duration: 0s;
    position: relative;
}

.my_btn .elementor-button:before {
    content: '';
    position: absolute;
    left: calc(100% - 1px);
    top: -3px;
    width: 50px;
    height: 48px;
    background-image: url('assets/images/vector-blue.png');
    background-size: cover;
}

.my_btn .elementor-button:hover:before {
    background-image: url('assets/images/vector-red.png');
}

.my_btn2 .elementor-button:hover:before {
    background-image: url('assets/images/vector-red2.png');
}

.my_heading {
    padding-left: 48px;
}

.my_heading:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 36px;
    height: 24px;
    background-image: url('assets/images/decor.png');
    background-size: cover;
}

.tai_lieus_wrap {
    display: flex;
    gap: 40px;
}

.tai_lieus_sidebar {
    flex-basis: 25%;
}

.tai_lieus_content {
    flex-basis: 75%;
}

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

.tai_lieu_tab {
    border-radius: 8px;
    background: #fff;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    transition: ease all 300ms;
    cursor: pointer;
    color: #121212;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border: 1px solid transparent;
}

.tai_lieu_tab.active,
.tai_lieu_tab:hover {
    border: 1px solid #C4161C;
    box-shadow: 6px 6px 0 0 #C4161C;
}
.tai_lieu_tab_content {
    display: none
}

.tai_lieu_tab_content.active {
    display: block
}
@media only screen and (min-width: 1584px) {
    .home_banner .swiper-slide-inner {
        width: 1424px;
        max-width: 100%;
        padding: 0;
    }

    .home_banner .swiper-pagination {
        padding: 0 calc((100% - var(--content-width)) / 2);
        text-align: left;
    }
}

@media only screen and (max-width: 1080px) {
    .home_banner .swiper-slide-inner {
        padding: 0 16px;
    }

    .home_banner .swiper-pagination {
        padding: 0 10px;
        text-align: left;
        bottom: 20px !important;
    }
}

.home_banner .elementor-slide-heading span {
    font-size: 40px;
    width: 100%;
    display: inline-block;
}

.home_banner .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 3px 0 3px 0;
    width: 28px !important;
}

.home_banner .swiper-pagination-bullet-active {
    width: 56px !important;
}

.my_swiper .my-swiper-pagination {
    margin-top: 28px;
    text-align: center;
}

.my_swiper .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 3px 0 3px 0;
    width: 28px !important;
    background: rgba(192, 13, 0, 0.10);
}

.my_swiper .swiper-pagination-bullet-active {
    width: 56px !important;
    background: #C4161C;
}

.my-swiper-btns {
    display: flex;
    gap: 8px;
    position: absolute;
    right: 0;
    top: -40px;
    transform: translate(0, -100%);
}

.my-swiper-btns .my-swiper-btn {
    transition: ease all 300ms;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(196, 22, 28, 0.10);
    background: rgba(196, 22, 28, 0.10);
}

.my-swiper-btns .my-button-prev {
    border-radius: 0 0 0 16px;
}

.my-swiper-btns .my-button-next {
    border-radius: 0 0 16px 0;
}

.my-swiper-btns .my-swiper-btn:hover {
    border: 1px solid #C4161C;
    box-shadow: 2px 2px 0 0 #C4161C;
}

.testimonial-main {
    padding-bottom: 20px !important;
}

.testimonial-item {
    display: flex;
    align-items: center;
    row-gap: 50px;
    column-gap: 40px;
}

.testimonial-image-wrap {
    width: calc(48% - 20px);
}

.testimonial-content {
    width: calc(52% - 20px);
}

.testimonial-image {
    position: relative;
}

.testimonial-main .swiper-slide {
    opacity: 0 !important;
}

.testimonial-main .swiper-slide-active {
    opacity: 1 !important;
}

.testimonial-image img {
    position: relative;
    width: 100%;
    border-radius: 0 0 250px 0;
    /*box-shadow: 20px 20px 0 0 rgba(255, 255, 255, 0.30);*/
    aspect-ratio: 692/550;
    object-fit: cover;
    z-index: 2;
    display: block;
    /*box-shadow: 12px 12px 0 0 rgba(255,255,255, .3);*/
}

.testimonial-image:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.30);
    border-radius: 0 0 266px 0;
    z-index: 1;
}

.testimonial-content {
    color: #fff;
    padding: 0 0 0 80px;
}

.testimonial-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 28px;
}

.testimonial-text p:last-child {
    margin-bottom: 0;
}

.testimonial-author h3 {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 4px;
    text-transform: uppercase;
    margin-top: 0;
}

.testimonial-author p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}

.testimonial-thumbs .swiper-slide {
    width: 64px;
    height: 64px;
    opacity: .4;
    cursor: pointer;
    text-align: center;
}

.testimonial-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.testimonial-thumbs img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    object-fit: cover;
}

.testimonial-wrapper-thumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

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

.testimonial-btn-arrow svg {
    width: 24px;
    transition: ease all 300ms;
}

.testimonial-btn-next svg {
    transform: rotate(180deg);
}

.read-more-testimonial-text {
    display: none;
    font-size: 16px;
    color: #fff;
}

.rank-math-breadcrumb p {
    margin: 0;
    color: #121212;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.rank-math-breadcrumb p span {
    color: #121212;
}

.rank-math-breadcrumb p a {
    color: #989898;
}

.news-thumb img {
    display: block;
    aspect-ratio: 373/231;
    object-fit: cover;
}

.branch-swiper-wrap .news-thumb img {
    aspect-ratio: 285/151;
    object-fit: cover;
}

.swiper-button-lock {
    display: none !important;
}

.news-thumb {
    border-radius: 8px;
    border: 1px solid transparent;
    transition: ease all 300ms;
}

.news-card:hover .news-thumb {
    border: 1px solid #C4161C;
    box-shadow: 8px 8px 0 0 #C4161C;
}

.box-info-swiper-wrap .news-thumb img,
.cats-swiper-wrap .news-thumb img {
    display: block;
    aspect-ratio: 373/231;
    object-fit: cover;
    width: 100%;
}

.news-infos {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.news-cat {
    color: #989898;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}

.news-cat:hover {
    color: #003063;
}

.news-date {
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #C4161C;
    background: rgba(196, 22, 28, 0.10);
    box-shadow: 2px 2px 0 0 #C4161C;
    color: #C4161C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.news-title {
    margin-bottom: 0;
    margin-top: 10px;
}

.news-title a {
    overflow: hidden;
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    transition: ease all 300ms;
    font-family: 'Manrope', sans-serif;
}

.news-title a span {
    color: #C4161C;
}

.news-card:hover .news-title a {
    color: #C4161C;
}

.box-info-title {
    margin-top: 20px;
    margin-bottom: 8px;
}

.box-info-title {
    overflow: hidden;
    color: #121212;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    transition: ease all 300ms;
    font-family: 'Manrope', sans-serif;
}

.box-info2-swiper-wrap .box-info-title {
    font-size: 18px;
}

.moc_su_kien {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    padding: 6px 16px 4px 12px;
    position: absolute;
    left: 0;
    bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C4161C;
    border-radius: 0 100px 100px 0;
}

.moc_su_kien[data-type="0"] {
    background: #C4161C;
}

.moc_su_kien[data-type="1"] {
    background: #174874;
}

.moc_su_kien[data-type="2"] {
    background: #989898;
}

.about_nganh_box {
    color: #656565;
}

.about_nganh_box h3 {
    color: #121212;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 8px;
}

.about_nganh_box p {
    color: #121212;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 8px;
}

.about_nganh_box ul {
    list-style: none;
    padding-left: 0;
}

.about_nganh_box ul li {
    margin-bottom: 8px;
}

.about_nganh_box ul li:last-child {
    margin-bottom: 0;
}

.about_nganh_box strong {
    color: #121212;
    font-weight: 700;
}

.about_nganh_box_right ul li {
    color: #C4161C;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_nganh_box_right ul li strong {
    color: #121212;
}

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

.box_hover_item {
    border-radius: 8px;
    border: 1px solid transparent;
    background: #FAFAFA;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    transition: ease all 300ms;
}

.box_hover_item:hover {
    border: 1px solid #C4161C;
    box-shadow: 6px 6px 0 0 #C4161C;
}

.box_hover_item h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    font-family: 'Manrope', sans-serif;
}

.box_hover_item h3 span {
    font-size: 28px;
}

.box_hover_item p {
    font-family: 'Manrope', sans-serif;
    margin: 0;
}

.box_hover_item:hover h3, .box_hover_item:hover p {
    color: #C4161C;
}

.faq-2-cols {
    display: flex;
    column-gap: 40px;
    row-gap: 20px;
}

.faq-col {
    width: 50%;
}

.faq-item {
    border-radius: 8px;
    border: 1px solid transparent;
    background: #fff;
    margin-bottom: 20px;
}

.faq-col .faq-item:last-child {
    margin-bottom: 0;
}

.faq-question {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding: 20px 54px 20px 20px;
    line-height: 1.5;
}

.faq-question::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    background-image: url('assets/images/arrow-down.svg');
    background-size: cover;
}

.faq-item.active {
    border: 1px solid #C4161C;
    box-shadow: 6px 6px 0 0 #C4161C;
}

.faq-item.active .faq-question {
    color: #C4161C;
}

.faq-item.active .faq-question::after {
    transform: translate(0, -50%) rotate(-180deg);
}

.faq-answer {
    display: none;
    color: #121212;
    padding: 0 20px 20px 20px;
}
.faq-answer.active {
    display: block;
}
.faq-answer ul li a {
    color: #121212
}

.faq-answer ul li a:hover {
    color: #C4161C
}

.my-item-row {
    display: flex;
    gap: 40px;
    padding: 20px 0;
    border-bottom: 1px solid #DCDCDC;
}

.my-item-rows .my-item-row:first-child {
    padding-top: 0;
}

.my-item-rows .my-item-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.my-item-col {
    width: 50%;
}

.my-item-title {
    color: #C4161C;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 4px;
    padding-left: 16px;
    position: relative;
}

.my-item-title:before {
    content: '';
    width: 8px;
    height: 8px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    background: #C4161C;
    border-radius: 100%;
}

.my-item-desc {
    font-family: 'Manrope', sans-serif;
}

.programs-wrap {
    padding-left: 60px;
    position: relative;
}

/*.programs-wrap:before {
    content: '';
    width: 1px;
    height: calc(100% - 20px);
    position: absolute;
    left: 19.5px;
    top: 10px;
    background: #DCDCDC;
    z-index: 1;
}*/

.program-item {
    background: #FAFAFA;
    position: relative;
}

.program-item:before {
    content: '';
    border-radius: 8px;
    background-color: #FAFAFA;
    background-image: url("assets/images/chevron-right-grey.svg");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: -60px;
    top: 10px;
    width: 40px;
    height: 40px;
    z-index: 2;
}

.program-item.active:before {
    border: 1px solid #FFC9CB;
    background-image: url("assets/images/chevron-right-red.svg");
}

.program-item:after {
    content: '';
    width: 1px;
    height: calc(100% + 24px);
    position: absolute;
    left: -40.5px;
    top: 10px;
    background: #DCDCDC;
    z-index: 1;
}

.programs-wrap .program-item:last-child:after {
    display: none;
}

.programs-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.sub-program-item ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.sub-program-item {
    line-height: 1.5;
}

.sub-program-item p:last-child,
.sub-program-item ul:last-child {
    margin-bottom: 0;
}

.data-item ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin-top: 20px;
}

.data-item .data-lists {
    padding: 20px 0;
    border-bottom: #F5F5F5 1px solid;
}

.data-item .tai-lieu-lists ul {
    padding: 0;
    margin-top: 0;
}
.datas-wrap .faq-answer .data-lists:first-child {
    border-top: #F5F5F5 1px solid;
}

.datas-wrap .faq-answer .data-lists:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.data-item .data-lists ul li {
    margin-bottom: 12px;
}

.data-item .data-lists ul li:last-child {
    margin-bottom: 0;
}

.data-item ul li a {
    color: #C4161C;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: space-between;
}

.tabs_doi_ngus {
    text-align: center;
}

.tabs_doi_ngu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #C4161C;
    background: #FAFAFA;
    box-shadow: 6px 6px 0 0 #C4161C;
    margin-bottom: 40px;
}

.tab_doi_ngu {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: rgba(196, 22, 28, 0.03);
    color: #C4161C;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    cursor: pointer;
}

.tab_doi_ngu.active {
    background: #C4161C;
    color: #fff;
}

.content_doi_ngu {
    display: none
}

.content_doi_ngu.active {
    display: block;
}
.doi-ngu-thumb {
    border-radius: 8px;
    border: 1px solid transparent;
    transition: ease all 300ms;
}
.doi-ngu-card:hover .doi-ngu-thumb {
    border: 1px solid #C4161C;
    box-shadow: 8px 8px 0 0 #C4161C;
}

.doi-ngu-thumb img {
    aspect-ratio: 326/362;
    object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 8px;
}

.count_nganh_p {
    margin-bottom: 0;
}

.jet-filters-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.jet-filters-pagination__item {
    margin: 0 !important;
}

.jet-filters-pagination__link {
    padding: 0;
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    display: flex;
    min-width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #174874 !important;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    transition: ease all 300ms;
    margin: 0 !important;
}

.jet-filters-pagination__current .jet-filters-pagination__link,
.jet-filters-pagination__current:hover .jet-filters-pagination__link {
    border: 1px solid #174874;
    background: #F5F5F5;
    box-shadow: 2px 2px 0 0 #174874;
}

.jet-filters-pagination__item.prev-next.prev .jet-filters-pagination__link {
    border-radius: 0 0 0 16px;
}
.jet-filters-pagination__item.prev-next.next .jet-filters-pagination__link {
    border-radius: 0 0 16px 0;
}


.elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.page-numbers {
    border: 1px solid rgba(196, 22, 28, 0.10);
    background: rgba(196, 22, 28, 0.10);
    display: flex;
    min-width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #C4161C !important;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    transition: ease all 300ms;
    margin: 0 !important;
}

.page-numbers:hover,
.page-numbers.current {
    border: 1px solid #C4161C;
    background: rgba(196, 22, 28, 0.10);
    box-shadow: 2px 2px 0 0 #C4161C;
}

.page-numbers.prev {
    border-radius: 0 0 0 16px;
}
.page-numbers.next {
    border-radius: 0 0 16px 0;
}

.my_share_icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 12px;
    row-gap: 10px;
}

.jet-filter-label {
    position: relative;
    cursor: pointer;
}

.jet-filter-label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    background-image: url('assets/images/arrow-down.svg');
    background-size: cover;
    transition: ease all 300ms;
}

.jet-filter.closed .jet-filter-label {
    margin-bottom: 0 !important;
}

.jet-filter.closed .jet-filter-label:before {
    transform: translate(0, -50%) rotate(-180deg);   
}

.jet-filter.closed .jet-checkboxes-list {
    display: none;
}

.div_tables {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: #DCDCDC 1px solid;
    gap: 0;
}

.div_tables div {
    flex-basis: 33.33333%;
    color: #121212;
    background: #fff;
    padding: 12px;
    font-size: 16px;
}

.div_tables_hp div {
    flex-basis: 15%;
}

.div_tables_hp div:nth-child(1),
.div_tables_hp div:nth-child(6) {
    flex-basis: 20%;
}

.div_tables_bg {
    background: #174874;
}
.div_tables_bg div {
    background: #174874;
    color: #fff;
}

.div_tables:not(.div_tables_bg):hover div {
    background: #F5F5F5;
}

.div_tables div a {
    color: #121212;
}

.div_tables div a:hover {
    color: #C4161C;
}
.hoc_phi_col {
    color: #C4161C !important;
    font-weight: 700;
}

.div_tables_hp hr {
    border-color: #ccc;
    border-bottom: 0;
    opacity: 0.2;
    margin: 4px 0;
}
@media only screen and (max-width: 1366px) {
    .home_banner .elementor-slide-heading span {
        font-size: 32px;
    }

    .testimonial-text {
        font-size: 16px;
    }

    .testimonial-content {
        padding: 0 0 0 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .home_banner .elementor-slide-heading span {
        font-size: 28px;
    }

    .home_banner .swiper-pagination {
        text-align: center;
    }

    .testimonial-item {
        flex-direction: column;
    }

    .testimonial-image-wrap {
        width: calc(100% - 20px);
    }

    .testimonial-content {
        width: 100%;
        padding: 0;
    }

    .testimonial-content .testimonial-text {
        width: 100%;
        max-height: 168px;
        overflow: hidden;
        position: relative;
    }

    .testimonial-text::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 120px;
        background: linear-gradient(to bottom, rgba(0, 48, 99, 0), rgba(0, 48, 99, 0.97));
        pointer-events: none;
    }

    .testimonial-content.active .testimonial-text::after {
        display: none;
    }

    .testimonial-content.active .testimonial-text {
        max-height: unset;
    }

    .testimonial-content.active .read-more-testimonial-text svg {
        transform: rotate(-180deg);
    }

    .read-more-testimonial-text {
        display: flex;
        gap: 4px;
        justify-content: center;
        color: #fff !important;
        margin-bottom: 28px;
        box-shadow: none !important;
        background: transparent !important;
        outline: 0 !important;
        border: 0 !important;
    }

    .read-more-testimonial-text span {
        color: #fff !important;
    }

    .progress-wrap {
        left: 8px;
    }

    .box-info-title {
        font-size: 20px;
    }
}

@media (max-width: 900px) {
    .my-item-col {
        gap: 20px;
    }

    .my-item-row,
    .faq-2-cols {
        flex-direction: column;
    }

    .my-item-col,
    .faq-col {
        width: 100%;
    }

    .my-item-row {
        gap: 20px
    }

    .my-item-row .my-item-col:first-child {
        padding-bottom: 20px;
        border-bottom: 1px solid #DCDCDC;
    }

    .tab_doi_ngu {
        font-size: 16px
    }

    .page-numbers {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .my_heading {
        padding-left: 0;
    }

    .my_heading:before {
        display: none;
    }

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

    .testimonial-text {
        font-size: 16px;
    }

    .testimonial-image img {
        border-radius: 0 0 150px 0;
    }

    .testimonial-image:after {
        border-radius: 0 0 166px 0;
    }

    .logos-swiper-wrap .logos-swiper-pagination {
        display: none;
    }

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

    .my_swiper .swiper-pagination-bullet {
        width: 16px !important;
    }

    .my_swiper .swiper-pagination-bullet-active {
        width: 32px !important;
    }

    .box_hover_item h3,
    .about_nganh_box_left h3,
    .about_nganh_box p {
        font-size: 16px;
    }

    .box_hover_item h3 span {
        font-size: 20px;
    }

    .faq-question {
        font-size: 16px;
    }

    .programs-list {
        grid-template-columns: 1fr;
    }

    .tai_lieus_wrap {
        flex-direction: column;
        gap: 20px;
    }
    .tai_lieus_sidebar {
        flex-basis: 100%;
    }

    .tai_lieus_content {
        flex-basis: 100%;
    }
    
    .div_tables div {
        padding: 4px 8px;
        font-size: 14px;
    }
    
    .div_tables_hp div:nth-child(1),
    .div_tables_hp div:nth-child(6) {
        flex-basis: 40% !important;
    }
    
    .div_tables_hp div:nth-child(5) {
        flex-basis: 20% !important;
    }
    
    .div_tables_hp div:nth-child(2),
    .div_tables_hp div:nth-child(3),
    .div_tables_hp div:nth-child(4) {
        display: none;
    }
}