#list-news-container .list-news-banner-section{width:100%;height:60vh}#list-news-container .list-news-banner-section img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9}#list-news-container .list-news-wrapper .news .card{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:1rem}#list-news-container .list-news-wrapper .news .card .img-wrapper{width:100%;overflow:hidden;border-radius:4px}#list-news-container .list-news-wrapper .news .card .img-wrapper img{width:100%;overflow:hidden;border-radius:4px;object-fit:cover;aspect-ratio:16/9;transition:.3s}#list-news-container .list-news-wrapper .news .card .card-body{width:100%;height:100%;display:flex;flex-direction:column;gap:.275rem}#list-news-container .list-news-wrapper .news .card .card-body .card-title,#list-news-container .list-news-wrapper .news .card .card-body .card-title *{font-size:var(--fs-2xs);font-weight:700;text-transform:uppercase;transition:.3s;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}#list-news-container .list-news-wrapper .news .card .card-body .card-date,#list-news-container .list-news-wrapper .news .card .card-body .card-date *{color:var(--text-color-disable)}#list-news-container .list-news-wrapper .news .card .card-body .card-description,#list-news-container .list-news-wrapper .news .card .card-body .card-description *{font-size:var(--fs-2xs);font-weight:lighter;text-align:justify;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}#list-news-container .list-news-wrapper .news:hover .img-wrapper img{transform:scale(1.1)}#list-news-container .list-news-wrapper .news:hover .card-body .card-title{color:var(--primary-color)}#new-detail-container .new-detail-banner-section{width:100%;height:45vh}#new-detail-container .new-detail-banner-section img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9}#new-detail-container .new-detail-wrapper h1.new-title,#new-detail-container .new-detail-wrapper h1.new-title *{font-size:var(--fs-xl);font-weight:700}#new-detail-container .new-detail-wrapper .new-date,#new-detail-container .new-detail-wrapper .new-date *{font-size:var(--fs-xs);color:var(--text-color-gray)}#new-detail-container .new-detail-wrapper .new-content-container .new-content-aside .title{font-size:var(--fs-md);margin-bottom:1rem}#new-detail-container .new-detail-wrapper .new-content-container .new-content-aside .title *{font-size:var(--fs-md)}#new-detail-container .new-detail-wrapper .new-content-container .new-content-aside .list-head{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:.75rem}.toc-item{margin:8px 0}.toc-level-1{font-weight:700;font-size:1rem}.toc-level-2{margin-left:16px;font-size:.9rem}.toc-level-3{margin-left:32px;font-size:.85rem}.toc-level-4{margin-left:48px;font-size:.8rem}.toc-link{color:#4a5568;text-decoration:none;display:block;border-left:2px solid transparent;padding:4px 0 4px 8px;transition:all .3s ease}.toc-link:hover,.toc-link.active{color:var(--accent-color);border-left-color:var(--primary-color)}#new-detail-container .new-detail-wrapper .new-content-container .post-content h1,#new-detail-container .new-detail-wrapper .new-content-container .post-content h2,#new-detail-container .new-detail-wrapper .new-content-container .post-content h3,#new-detail-container .new-detail-wrapper .new-content-container .post-content h4,#new-detail-container .new-detail-wrapper .new-content-container .post-content h5,#new-detail-container .new-detail-wrapper .new-content-container .post-content h6{scroll-margin-top:100px}#new-detail-container .new-detail-wrapper .new-content-container .post-content h1{font-size:2em;font-weight:700}#new-detail-container .new-detail-wrapper .new-content-container .post-content h2{font-size:1.5em;font-weight:700}#new-detail-container .new-detail-wrapper .new-content-container .post-content h3{font-size:1.17em;font-weight:700}#new-detail-container .new-detail-wrapper .new-content-container .post-content h4{font-size:1em;font-weight:700}#new-detail-container .new-detail-wrapper .new-content-container .post-content h5{font-size:.83em;font-weight:700}#new-detail-container .new-detail-wrapper .new-content-container .post-content h6{font-size:.67em;font-weight:700}#new-detail-container .new-detail-wrapper .new-content-container .post-content h1 *{font-size:2em;font-weight:700}#new-detail-container .new-detail-wrapper .new-content-container .post-content h2 *{font-size:1.5em;font-weight:700}#new-detail-container .new-detail-wrapper .new-content-container .post-content h3 *{font-size:1.17em;font-weight:700}#new-detail-container .new-detail-wrapper .new-content-container .post-content h4 *{font-size:1em;font-weight:700}#new-detail-container .new-detail-wrapper .new-content-container .post-content h5 *{font-size:.83em;font-weight:700}#new-detail-container .new-detail-wrapper .new-content-container .post-content h6 *{font-size:.67em;font-weight:700}#new-detail-container .new-detail-wrapper .new-content-container .post-content *{text-align:justify}#list-news-container .list-news-featured .new-feature{width:100%;position:relative;border-radius:4px;overflow:hidden}#list-news-container .list-news-featured .new-feature .card{width:100%;height:350px}#list-news-container .list-news-featured .new-feature .card .overlay{display:block;width:100%;height:100%;position:absolute;top:0;right:0;background:linear-gradient(86deg,#d9d9d9 31%,#73737300 95.44%);z-index:2}#list-news-container .list-news-featured .new-feature .card .image-wrapper{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;border-radius:4px;overflow:hidden}#list-news-container .list-news-featured .new-feature .card .image-wrapper img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9;object-position:center;transition:.3s}#list-news-container .list-news-featured .new-feature .card .card-body{width:100%;height:100%;position:absolute;top:0;left:0;padding:30px;z-index:3;display:flex;flex-direction:column;gap:.5rem;align-items:start;justify-content:start}#list-news-container .list-news-featured .new-feature .card .card-body .card-date,#list-news-container .list-news-featured .new-feature .card .card-body .card-date *{font-size:16px}#list-news-container .list-news-featured .new-feature .card .card-body .card-title,#list-news-container .list-news-featured .new-feature .card .card-body .card-title *{font-size:var(--fs-lg);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;transition:.3s}#list-news-container .list-news-featured .new-feature .card .card-body .btn-seeMore{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:.75rem}#list-news-container .list-news-featured .new-feature .card .card-body .btn-seeMore *{font-size:var(--fs-2xs)}#list-news-container .list-news-featured .new-feature .card .card-body .btn-seeMore svg{width:32px;height:32px;border:1px solid var(--text-primary-color);border-radius:50%;padding:4px}#list-news-container .list-news-featured .new-feature:hover .image-wrapper img{transform:scale(1.1)}#list-news-container .list-news-featured .new-feature:hover .card-body .card-title,#list-news-container .list-news-featured .new-feature:hover .card-body .card-title *{color:var(--primary-color)}#list-news-container .list-news-section .title-recruitment{font-size:var(--fs-xl);text-transform:uppercase;font-weight:700;position:relative;display:flex;flex-direction:row;padding-left:2rem}#list-news-container .list-news-section .title-recruitment *{font-size:var(--fs-xl);text-transform:uppercase;font-weight:700}#list-news-container .list-news-section .title-recruitment:before{content:"";position:absolute;top:12px;left:0;width:6px;height:calc(100% - 20px);background-color:var(--text-primary-color)}@media (max-width: 1400px){#list-news-container .list-news-banner-section,#new-detail-container .new-detail-banner-section{width:100%;height:50vh}#new-detail-container .new-detail-wrapper h1.new-title,#new-detail-container .new-detail-wrapper h1.new-title *{font-size:var(--fs-lg)}#new-detail-container .new-detail-wrapper .new-date,#new-detail-container .new-detail-wrapper .new-date *{font-size:var(--fs-xs)}}@media (max-width: 768px){#list-news-container .list-news-banner-section,#new-detail-container .new-detail-banner-section{width:100%;height:20vh}#new-detail-container .new-detail-wrapper h1.new-title,#new-detail-container .new-detail-wrapper h1.new-title *{font-size:var(--fs-md)}#new-detail-container .new-detail-wrapper .new-date,#new-detail-container .new-detail-wrapper .new-date *{font-size:var(--fs-2xs)}}@media (max-width: 576px){#new-detail-container .new-detail-banner-section,#list-news-container .list-news-banner-section{width:100%;height:15vh}#new-detail-container .new-detail-wrapper h1.new-title,#new-detail-container .new-detail-wrapper h1.new-title *{font-size:var(--fs-xs)}}
