body {
  font-family: "Poppins", sans-serif;
}

.object-contant {
    object-fit: contain !important;
}
/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.setting-menu .row > div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
}

.language-switch {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 1rem;
}
/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
/* trang chu cu */
.item-policy .top {
    background: var(--color-highlight);
    display: flex;
    padding: 2rem;
    margin-bottom: 1.5rem;
    gap: 1rem;
    align-items: center;
}

.item-policy .top .icon {
    width: 6rem;
    /* height: 6rem; */
}

.item-policy .top .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item-policy .top .text {
    color: white;
}

.item-policy .top .text h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.item-policy .top .text p {
    margin: 0;
    font-size: 1.7rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    min-height: 5rem;
}

.home .view-small .inner-content .article-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.home .view-small .inner-content .article-title a {
    color: var(--color-highlight);
}

.home .view-small .post-date {
    font-size: 1.1rem;
}

.video-7zygb08 {
    background: rgba(115, 167, 25, 0.238);
    padding: 2rem;
}

.ratio-video-7zygb08 {
    padding-top: 45%;
}

.video-content {
    position: relative;
}

.video-content span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c0c0c0;
    font-size: 3rem;
    border-radius: 100%;
}

.video-content span:hover {
    background: var(--color-highlight);
    color: white;
}

.url-view {
    color: var(--color-highlight);
    font-weight: bold;
}

.url-view:hover {
    color: var(--color-main);
}

.join-bfjdoai {
    background-size: cover;
    background-position: center;
    padding: 10% 0;
    color: white;
    position: relative;
}
.join-bfjdoai:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 40%);
}
.title-bfjdoai {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.join-bfjdoai .btn-submit {
    background: var(--color-highlight);
    font-size: 1.9rem;
    border-radius: 5px;
    padding: 0.8rem 2rem;
    font-weight: 600;
}

.article-event .inner-content {
    display: flex;
    gap: 2rem;
}

.article-event .post-date {
    display: flex;
    flex-direction: column;
    width: 6rem;
    align-items: center;
    border-bottom: 3px solid var(--color-highlight);
    color: black;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: .5rem;
}

.article-event .post-date span {
    margin: 0;
    font-weight: bold;
}

.article-event .inner-content .info-event {
    width: calc(100% - 5rem);
}

.attr-event {
    padding: 0;
    list-style: none;
    font-size: 1.3rem;
    margin: 0;
    color: var(--color-highlight);
}

.attr-event li {
    margin-bottom: 5px;
}

.attr-event li:last-child {
    margin: 0;
}

.bg-quick-link {
    background: linear-gradient(to right, var(--color-highlight) calc(33.33333% + 15px), white calc(33.33333% + 15px));
    padding: 5rem 0;
}

.title-quick-menu {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
}

.quick-menu-section ul > li > a {
    padding: 2rem 0;
    display: block;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
}

.title-xc8ye1m {
    font-size: 2rem;
    font-weight: bold;
    margin: 1.5rem 0;
}

.register-news .form-control {
    background: #f2f2f2;
}

.bg-register-participate {
    background: linear-gradient(to right, #eeeeee calc(63.33333% + 15px),  var(--color-highlight) calc(63.33333% + 15px));
    padding: 4rem 0;
}

.btn-register {
    color: white !important;
    font-size: 1.7rem;
    font-weight: bold;
}

.title-vim6f43 {
    font-weight: bold;
    color: var(--color-highlight);
}

.ratio-page {
    padding-top: 40%;
}

.ratio-page:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.331);
    z-index: 1;
}

.banner-page .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc((100% - 87vw) / 2);
    z-index: 2;
    color: white;
}

.banner-page .text span {
    font-size: 2rem;
    color: #f1f1f1;
}

.banner-page .text h1 {
    font-size: 3rem;
    font-weight: bold;
}

.article-detail .post-date {
    font-size: 1.4rem !important;
}

.ratio-rac3g6w {
    padding-top: 45%;
}

.section-2s17p8k {
    font-size: 2.3rem;
    font-weight: bold;
    color: var(--color-highlight);
}

.title-2s17p8k {
    font-weight: bold;
    font-size: 1.5rem;
}

.description-2s17p8k {
    font-size: 1.2rem;
}

.swiper-yezgu9o--title {
    font-weight: bold;
    color: var(--color-highlight);
    text-align: center;
}

.title-ofuceim {
    font-size: 2rem;
    font-weight: bold;
}

.info-company h4 {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 2px solid;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    color: var(--color-highlight);
}

.info-company ul {
    padding: 0;
    list-style: none;
}

.info-company ul > li {
    display: flex;
    gap: 1rem;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #eeeeee;
}

.info-company ul > li:last-child {
    border: 0;
}

.info-company ul > li i {
    width: 18px;
    position: relative;
    top: 3px;
}

.info-company ul > li span {
    width: calc(100% - 18px);
}

.business-infor {
    padding: 3rem;
    background: var(--color-highlight);
    color: white;
}

.business-infor address i {
    margin-right: .8rem;
}

.join-event {
    border: 3px solid var(--color-highlight);
    padding: 3rem;
}

.join-event .title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.join-event .desc {
    font-weight: bold;
    margin-bottom: 1rem;
}

.rounded-1 {
    border-radius: 1rem;
}

.article-press {
    position: relative;
}

.article-press a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,.25);
    z-index: 1;
}

.article-press .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    text-align: center;
    z-index: 2;
}

.article-press .inner-content * {
    color: white;
}

.article-press .inner-content:after {
    content: "";
    width: 3rem;
    height: 2px;
    background: #eeeeee;
    display: inline-block;
}
/* end */

/* trang chu moi */

.art-home-1a .article-title a {
    font-size: 3.2rem;
    font-weight: bold;
    color: black;
}

.art-home-1a .article-title:hover a {
    color: var(--color-highlight);
}

.art-home-item .post-date {
    font-size: 1.1rem;
}

.art-home-1a .art-home-category {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.art-home-1a .art-home-category .bg-cate {
    background: var(--color-highlight);
    color: white;
    padding: min(.1em, 5px) min(.5em, 12px);
    font-size: 1rem;
}

.art-home-1a .art-home-category .bg-cate:hover {
    box-shadow: 0 3px 12px var(--color-highlight);
}

.article-category a::after {
    display: inline-flex;
    width: 1px;
    height: 8px;
    margin-left: 0.35em;
    content: '';
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    text-decoration: none !important;
    opacity: .3;
    background-color: #666;
}

.article-category a:last-child::after {
    opacity: 0;
}

.art-q0h9dbr .swiper-button-next, .art-q0h9dbr .swiper-button-prev {
    position: relative;
    top: 0;
    transform: inherit;
    display: inline-flex;
    border: 2px solid;
    padding: .5rem;
    font-size: 1.1rem;
    border-radius: 100%;
}

.art-q0h9dbr .swiper-button-next {
    right: 0;
}

.art-q0h9dbr .swiper-button-prev {
    left: 0;
}

.navigation-q0h9dbr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.home-0dyc4wi .title-section {
    text-align: center;
}

.home-0dyc4wi .title-section span {
    background: white;
    padding: 1rem 3rem;
}

.item-0dyc4wi {
    background: #f1f1f1;
    padding: 1rem;
    height: auto;
    border-radius: .8rem;
    text-align: center;
}

.image-0dyc4wi {
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
}

.image-0dyc4wi img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-y26fph0 .title-section span {
    background: white;
    padding: 1rem 2rem 1rem 0px;
}

.art-home-item .created-by, .article-item .created-by, .article-item .post-date {
    font-size: 1.1rem;
    color: var(--gray-bold);
}

.article-item .created-by, .art-home-item .created-by {
    margin-right: .5rem;
    color: var(--color-main);
}

.cate-pos {
    position: absolute;
    bottom: 0;
    left: 0;
}

.cate-pos a {
    background: var(--color-highlight);
    padding: min(.3em, 5px) min(.7em, 12px);
    font-size: 1rem;
    color: white;
    margin: 0 !important;
}

/* trang tin tuc */
.news-head .row > div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.news-menu {
    border-bottom: 5px solid var(--color-highlight);
}

.news-menu > div > .row {
    border-top: 1px solid rgb(136 136 136 / 15%);
}

.news-menu .row > div:nth-child(1) {
    display: flex;
    align-items: center;
}

.news-menu .menu-section > ul > li > a {
    height: 6rem;
    line-height: 6rem;
    font-size: 16px;
}

.news-menu .language-switch {
    height: 3.8rem;
    padding: 0 2rem;
    border-right: 1px solid rgb(136 136 136 / 15%);
    border-left: 1px solid rgb(136 136 136 / 15%);
}

.news-menu .menu-section > ul > li > a:before {
    display: none;
}

/*.social-section .list-inline {*/
/*    gap: 1rem;*/
/*}*/

.news-search {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #E4E4E4;
}

.news-search button {
    border: 0;
    padding: 0 2rem;
}

.menu-section .entry-menu.dropdown a::before, .menu-section .entry-menu.dropdown::before {
    display: none;
}
/** tin tuc module 1 **/
.news-item .article-title a {
    color: black;
    font-size: 1.6rem;
}

.news-item.item-1a a {
    font-size: 3.2rem;
    font-weight: bold;
}

.news-item .post-date {
    color: #5A5A5A;
    font-size: 1.2rem;
    margin-top: 1rem;
}

/** tin tuc module 3 **/
.news-section {
    margin: 0;
    font-weight: bold;
    padding-left: 1rem;
    border-left: 10px solid var(--color-highlight);
    font-size: 2.4rem;
}

.url-section {
    color: black;
}

.ratio-banner-news3 {
    padding-top: 170%;
}

/** tin tuc module 5 **/
.news-4 .item-4 {
    border-top: 1px solid #dee2e6;
    margin-top: 1rem;
    padding-top: 1rem;
}

.news-4 > div:first-child > .item-4 {
    border: 0;
    margin: 0;
    padding: 0;
}

/** tin tuc module 8 **/
.news-8 .item-1a .article-title a {
    font-size: 2rem;
}

.news-8 .article-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/** tin tuc module 11 **/
.article-file {
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.article-file .inner-image {
    width: 36px;
}

.article-file .article-title a {
    font-size: 1.6rem;
    color: black;
}

.article-file:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.article-content h1 {
  font-size: clamp(2rem, 5vw + 1rem, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
}

.article-content h2 {
  font-size: clamp(1.75rem, 4vw + 0.5rem, 2rem);
  font-weight: 700;
  line-height: 1.3;
}

.article-content h3 {
  font-size: clamp(1.5rem, 3vw + 0.5rem, 1.75rem);
  font-weight: 600;
  line-height: 1.4;
}

.article-content h4 {
  font-size: clamp(1.25rem, 2.5vw + 0.5rem, 1.75rem);
  font-weight: 600;
  line-height: 1.4;
}

.article-content h5 {
  font-size: clamp(1.125rem, 2vw + 0.25rem, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
}

.article-content h6 {
  font-size: clamp(1rem, 1.5vw + 0.25rem, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.entire-info-website img {
    max-height: 8rem;
}

.company-name {
    font-weight: bold;
    font-size: 1.8rem;
}

.copyright {
    padding: 1.5rem 0;
}

/** tin tuc footer **/
.news-footer {
    background-color: #f3f3f3;
    border-top: 5px solid var(--Netzero, #54C5D0);
    padding: 3rem 0;
}

.news-info-website address i {
    margin-right: 1rem;
}

.news-detail-category {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.news-detail-category a {
    background: var(--color-highlight);
    padding: min(.3em, 5px) min(.7em, 12px);
    font-size: 1rem;
    color: white;
    margin: 0 !important;
}

.news-detail-category  a:hover {
    text-decoration: underline;
}

.news-detail-title {
    font-size: 3.52rem;
    font-weight: 700;
}

.news-detail-top {
    border-bottom: 5px solid rgb(128 128 128 / 15%);
}

.title-related {
    background: var(--color-highlight);
    text-align: center;
    padding: 1rem;
    font-weight: bold;
}

.social-news {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

@supports (position: sticky) {
    .social-news.sticky-top {
    top: 8rem;
    }
}

.title-share {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-news .list-social {
    border: 1px solid lightgray;
    padding: .5rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-news .list-social .btn-social a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

.social-news .list-social .btn-social a:hover {
    background: var(--color-highlight);
    color: white;
}
/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/

.setting-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 99;
    box-shadow: 0px 10px 13px rgb(0 0 0 / 5%);
    background: white;
}

.policy-section>.row>div:nth-child(even) .item-policy .top {
    background: var(--color-highlight-alt);
}

.item-policy .image {
    padding-top: 84%;
}

.quick-menu-section:before {
    content: '';
    position: absolute;
    width: calc(100% + 500px);
    height: 100% !important;
    top: 0;
    z-index: -1;
    margin-left: -500px;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--color-highlight-alt);
}

.swiper-j2yxa15--title {
    color: white;
}

.swiper-j2yxa15-main .swiper-button-prev, .swiper-j2yxa15-main .swiper-button-next {
    font-size: 2.4rem;
}

.right-register:before {
    background: var(--color-highlight-alt);
    position: absolute;
    width: calc(100% + 500px);
    height: 100% !important;
    top: 0;
    margin-right: -500px;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}
.title-section {
    border: none;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.title-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 2px solid var(--color-highlight);
    width: 100%;
}

.title-section span {
    position: relative;
}

.home-0dyc4wi .title-section span {
    padding: 0 3rem;
}
.home-0dyc4wi .title-section {
    justify-content: center;
}

.item-0dyc4wi:hover {
    background: var(--color-highlight);
}

.item-0dyc4wi:hover .image-0dyc4wi img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.item-0dyc4wi:hover .swiper-0dyc4wi--title {
    color: white;
}
.home-eziw5gp.home-y26fph0 span {
    background: var(--light) !important;
}
.social-section ul li a {
    color: var(--color-main);
    font-size: 1.5rem;
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    line-height: 3.6rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.social-section ul li a svg {
    width: 1.5rem;
    height: 1.5rem;
}
.social-section ul li a:hover {
    background: var(--color-highlight);
    color: white;
}

.social-section ul li a:hover svg {
    fill: white !important;
}
.banner-087r6c2 img {
    width: 100%;
    object-fit: cover;
    height: 30vw;
}
.title-left .title-section span {
    background: white;
    padding: 1rem 2rem 1rem 0px;
}
@media (min-width: 992px) {
    .col-pc {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width:1000px) {
    .setting-menu.fixed {
        padding: 0 !important;
    }
    
    .setting-menu.fixed .logo-section img {
        max-height: 5rem;
    }
}

@media (min-width: 1322px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1322px;
    }
}

@media (min-width: 1350px) {
    .bg-quick-link {
        background: linear-gradient(to right, var(--color-highlight-alt) 39%, white 39%);
    }
}
@media (max-width:1000px) {
    .menu-section .active:before, .menu-section > ul > li:hover > a:before {
        opacity: 0;
    }
    .banner-page .text span {
        font-size: 1.8rem;
    }
    
    .banner-page .text h1 {
        font-size: 2rem;
    }
}
@media (max-width: 500px) {
    .bg-quick-link {
        background: linear-gradient(to bottom, var(--color-highlight) calc(29.33333% + 15px), white calc(29.33333% + 15px));
    }
    
    .quick-menu-section {
        margin-bottom: 3rem;
    }
    
    .bg-register-participate {
        background: linear-gradient(to bottom, #eeeeee calc(50.33333% + 15px), var(--color-highlight) calc(50.33333% + 15px));
        padding: 2rem 0;
    } 
    
    .is-mobile .social-news, .is-mobile .social-news .list-social {
        flex-direction: row;
    }

}
