:root {
    --Text-invert: #ffffff;
    --Text-brand-primary: #0a59ab;
    --Text-brand-secondary: #f1592b;
    --Text-primary: #101010;
    --Text-secondary: #606060;
}

.LienKet-5.new-widget {
    padding: 0;
}

.LienKet-5.desktop {
    display: none;
}

.LienKet-5.new-widget .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.LienKet-5.new-widget .owl-dots {
    display: none;
}

.LienKet-5.new-widget .owl-prev {
    left: 20px;
}

.LienKet-5.new-widget .owl-next {
    right: 20px;
}

.count-down {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

.count-down [data-countdown] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.count-down .date-count-down {
    display: flex;
    align-items: center;
    width: 100%;
}

.count-down .count-down-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: calc(100% / 4);
    gap: 4px;
}

.count-down .count-down-value {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}

.section-introduce .MotCot > .row > .col-md-6 {
    width: 100%;
}

.introduce {
    margin: 20px 0;
}

.introduce .col-md-12 > p:first-of-type {
    font-family: 'Merriweather', 'Inter';
    font-size: 20px;
    font-weight: 700;
    color: #204296;
    line-height: 1.5;
}

.introduce-content p {
    font-size: 15px;
    line-height: 1.6;
}

.introduce .detail .item {
    display: flex;
}

.introduce .detail .item p {
    font-size: 15px;
    line-height: 1.6;
    color: #1199c7;
    font-weight: 700;
}

.introduce .detail .item p:first-of-type {
    min-width: 120px;
    flex-shrink: 0;
    padding-left: 25px;
    position: relative;
}
.introduce .detail .item p:first-of-type::after {
    position: absolute;
    font-family: 'fontawesome';
    font-weight: 700;
    left: 0;
}

.introduce .detail .item:nth-child(1) p:first-of-type::after {
    content: '\f017';
}

.introduce .detail .item:nth-child(2) p:first-of-type::after {
    content: '\f03d';
}

.introduce .detail .item:nth-child(3) p:first-of-type::after {
    content: '\f3c5';
}

.introduce .register {
    text-align: center;
    margin-top: 15px;
}

.introduce .register a {
    display: inline-block;
    font-size: 24px;
    line-height: 1.6;
    padding: 6px 24px;
    background: linear-gradient(90deg, #0082dc 0%, #003caa 100%);
    font-weight: 700;
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.introduce-video {
    margin: 0;
}

.introduce-video .article-thumbnail {
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: transparent;
}

.introduce-video .album-Videos .owl-item a::after {
    color: #fff;
}

.introduce-video .album-Videos .owl-item a::before {
    background: unset;
}

.programme {
    margin: 40px 0;
}

.programme .programme-wrapper {
    display: flex;
    flex-direction: column;
}

.expert .title-category,
.programme .title-category {
    text-align: center;
    margin-bottom: 15px;
}

.expert .title-category a,
.programme .title-category a {
    font-family: 'Merriweather', 'Inter';
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    color: #204296;
}

.programme .programme-title {
    font-size: 16px;
    color: #003caa;
    font-weight: 700;
}

.programme .programme-item {
}

.programme .programme-item ul {
    list-style: none;
    position: relative;
}

.programme .programme-item ul::after {
    content: '';
    position: absolute;
    left: calc(32px / 2 - 1px);
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #1199c7;
}

.programme .programme-item ul li {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 0;
    position: relative;
}

.programme .programme-item ul li::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #1199c7;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: calc(-1 * ((32px / 2) + 4px));
}

.expert {
    background-color: #f5faff;
    padding: 80px 0;
}
.expert .cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.expert .card {
    flex-basis: 100%;
    margin-top: 0 !important;
    padding: 24px 0;
    border: none;
    border-radius: 8px;
}

.expert .card .card-body {
    text-align: center;
}

.expert .card .title {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.expert .card .position {
    font-size: 14px;
    line-height: 1.5;
}

.expert .card .article-thumbnail {
    aspect-ratio: 1;
    background-color: #fff;
    margin-bottom: 16px;
    width: 210px;
    height: 210px;
    margin-left: auto;
    margin-right: auto;
}
.expert .card img {
    border-radius: 50%;
    position: static;
}

.sponsor {
    padding: 40px 0;
}

.sponsor .sponsor-item {
    margin: 0 0 40px 0;
}

.sponsor .sponsor-item .right-adver-portal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.sponsor .sponsor-item .right-adver-portal .col-md-12 {
    flex-basis: calc((100% - 20px * 2) / 3);
}

.sponsor .sponsor-item .title-category {
    margin-bottom: 12px;
    padding-bottom: 12px;
    text-align: center;
}

.sponsor .sponsor-item .title-category a {
    font-size: 16px;
    font-family: 'Merriweather', 'Inter', sans-serif;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    display: block;
    background-color: #003f97;
    width: 200px;
    border-radius: 20px;
    padding: 8px 15px !important;
    text-transform: uppercase;
    margin: 0 auto;
    box-shadow: 0px 0px 5px #ccc;
    color: #fff;
}

.sponsor .sponsor-item img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.sponsor .sponsor-item .right-adver-portal span,
.sponsor .sponsor-item .right-adver-portal a {
    display: block;
    overflow: hidden;
    max-width: 120px;
    margin: 0 auto;
}

.sponsor-item h4:before {
    content: '';
    border-radius: 50%;
    width: 80px;
    height: 80px;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-bottom: 16px;
}

.diamond h4:before {
    background-image: url(/Client/image/hang-kim-cuong.png);
}

.gold h4:before {
    background-image: url(/Client/image/hang-vang.png);
}

.silver h4:before {
    background-image: url(/Client/image/hang-bac.png);
}

.bronze h4:before {
    background-image: url(/Client/image/hang-dong.png);
}

.co-sponsorship h4:before {
    background-image: none;
    display: none;
}

.sponsor-item .right-adver-portal {
    background-color: #ffffff59;
    border-radius: 10px;
    border: 1px solid #ffffff;
}

.section-documents {
    padding: 80px 0;
}

.section-documents .title-category {
    border: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
}

.section-documents .title-category a {
    padding: 0;
    font-family: 'Merriweather', 'Inter';
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    color: #204296;
    background-color: transparent;
}

.section-documents .thong-bao {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
	margin-bottom: 0;
}

.section-documents .thong-bao li {
    flex-basis: 100%;
    border: 1px solid #ddd;
    position: relative;
}

.section-documents .document-info {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'Merriweather', 'Inter';
    padding: 12px;
    display: block;
}

.section-documents .thong-bao .document-title {
    transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
}

.section-documents .thong-bao .document-view {
    margin-top: 16px;
    display: inline-block;
    padding: 8px 16px;
    background-color: #005293;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #00233f;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    font-size: 14px;
}

.section-documents .thong-bao .document-view:hover {
    border: 1px solid #005293;
    background-color: #fff;
    color: #005293;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.section-documents .thong-bao li:hover .document-title {
    color: #204296;
    transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
}

@media (min-width: 576px) {
    .count-down {
        flex-direction: row;
        justify-content: space-between;
    }

    .count-down [data-countdown] {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .LienKet-5.desktop {
        display: block;
    }

    .LienKet-5.mobile {
        display: none;
    }

    .count-down .count-down-value {
        font-size: 28px;
    }

    .expert .title-category a,
    .introduce .col-md-12 > p:first-of-type,
    .programme .title-category a,
    .section-documents .title-category a {
        font-size: 24px;
    }

    .expert .card {
        flex-basis: calc((100% - 24px) / 2);
    }

    .sponsor .sponsor-item .right-adver-portal .col-md-12 {
        flex-basis: calc((100% - 20px * 3) / 4);
    }
}

@media (min-width: 992px) {
    .expert .card {
        flex-basis: calc((100% - 24px * 2) / 3);
    }
}

@media (min-width: 1024px) {
    .LienKet-5.new-widget .owl-prev {
        left: 40px;
    }

    .LienKet-5.new-widget .owl-next {
        right: 40px;
    }

    .count-down .date-count-down {
        width: 50%;
    }

    .count-down .count-down-item {
        gap: 0px;
    }

    .count-down .count-down-value {
        font-size: 40px;
    }

    .count-down .unit {
        font-size: 18px;
        line-height: 1.5;
        display: block;
    }

    .introduce {
    }

    .expert .title-category a,
    .introduce .col-md-12 > p:first-of-type,
    .programme .title-category a,
    .section-documents .title-category a {
        font-size: 28px;
    }

    .section-introduce .MotCot > .row > .col-md-6 {
        width: 50%;
    }

    .introduce-video .article-thumbnail {
        margin-top: 66px;
    }

    .expert .title-category,
    .programme .title-category,
    .section-documents .title-category {
        margin-bottom: 80px;
    }

    .programme .programme-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .programme .programme-item ul li {
        font-size: 16px;
    }

    .sponsor .sponsor-item {
        margin-bottom: 50px;
    }

    .sponsor .sponsor-item .right-adver-portal .col-md-12 {
        flex-basis: calc((100% - 20px * 4) / 5);
    }

    .section-documents .desktop .tabs-document-content {
        width: min(100%, 1000px);
        margin: 0 auto;
    }

    .section-documents .desktop .tabs-document-content li {
        display: flex;
        padding: 0;
        border-bottom: 1px solid #daecfb;
    }

    .section-documents .desktop .tabs-document-content li:last-child {
        border-bottom: 0;
    }

    .section-documents .desktop .tabs-document-content li:nth-child(odd) {
        background-color: #f5fafe;
    }

    .section-documents .desktop .tabs-document-content li > div:first-child {
        flex-basis: 35%;
        padding: 12px 0;
        border-right: 1px solid #daecfb;
    }

    .section-documents .desktop .tabs-document-content li > div:last-child {
        flex: 1;
        padding: 12px 0 12px 12px;
    }

    .section-documents .desktop .tabs-document-content li:first-child div {
        font-weight: 700;
    }

    .section-documents .desktop .tabs-document-content li > div:first-child {
        text-align: center;
    }

    .section-documents .desktop .tabs-document-content li > div:first-child p {
        color: #0a59ab;
        margin-bottom: 0;
    }

    .section-documents .desktop .tabs-document-content li > div:first-child p:first-child {
        margin-bottom: 8px;
        font-weight: 700;
    }

    .section-documents .desktop .tabs-document-content .document-files {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .section-documents .desktop .tabs-document-content .document-files a {
        padding: 4px 6px;
        font-size: 12px;
        border: 1px solid #a9c9d9;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        display: block;
        line-height: 1.5;
        color: #0a59ab;
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

    .section-documents .desktop .tabs-document-content .document-files a:hover {
        background-color: #0a59ab;
        color: #fff;
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

    .section-documents .thong-bao li {
        flex-basis: calc((80% - 15px) / 2);
    }
}

@media (min-width: 1200px) {
    .count-down {
        margin: 40px 0;
    }

    .expert .card {
        flex-basis: calc((100% - 24px * 3) / 4);
    }

    .programme .programme-title {
        font-size: 18px;
    }

    .section-documents .document-title {
        font-size: 18px;
    }
}

@media (min-width: 1400px) {
    .expert .title-category a,
    .introduce .col-md-12 > p:first-of-type,
    .programme .title-category a,
    .section-documents .title-category a {
        font-size: 32px;
    }

    .sponsor .sponsor-item {
        margin-bottom: 60px;
    }
}
