body {
    font-family: "Roboto", sans-serif; 
    color: #fff;
    padding-bottom: 60px;
}
.home-page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

img {max-width: 100%;}
.line-clamp-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
nav.navbar {
	position: fixed;
    width: 100%;
    top: 0;
    background: #07092D;
    z-index: 99;
}
.navbar .nav-link {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 25.6px;
	color: #4DE1FD;
}
.main-banner {
	margin-top: 73px;
}
.section-group {
	padding-top: 80px;
}
.section-title {
    font-family: Plus Jakarta Sans, sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
}
.section-desc {
	margin: 26px 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	color: #FFFFFF;
}
.video-card {
	padding: 16px;
    background: #131829;
    border-radius: 20px;
}
.video-card .video-card-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 100%;
	color: #fff;
}
.video-card .video-card-desc {
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	margin-top: 24px;
	color: #fff;
}
.video-thumb img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: #1A47B8;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.play-icon {
    width: 0;
    height: 0;
    border-left: 15px solid #FFF;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.btn-detail {
	position: relative;
    color: #fff;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 16px;
    border: none;
    overflow: visible;
    z-index: 10;
    font-weight: 700;
    background: #fff;
    transition: 0.35s;
}
.btn-detail--primary {
	position: relative;
	margin-top: 40px;
	margin-bottom: 32px;
    background: #4DE1FD;
}
.btn-detail--primary::after {
    content: "";
    position: absolute;
    inset: -2px; 
    border-radius: 60px;
    z-index: -1;
    background: linear-gradient(
        90deg,
        #44BCFF -0.55%,
        #44B0FF 22.86%,
        #FF44EC 48.36%,
        #FF44EC 73.33%,
        #FF675E 99.34%
    );
    filter: blur(30px);
    opacity: 1;
}
.btn-detail--primary:hover::after{
    opacity: 0;
    inset: 0;          
}
#bai-phat-bieu .section-title,
#video-phat-bieu .section-title{
    margin-bottom: 32px
}
#bai-phat-bieu .btn-detail {
	color: #1A47B8;
}
#bai-phat-bieu .image-card {
	border-radius: 20px;
}
#bai-phat-bieu .news-detail {
	min-height: 422px;
	position: relative;
	align-content: end;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 32px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}
#bai-phat-bieu .news-detail > * {
	position: relative;
    z-index: 1;
}
#bai-phat-bieu .news-detail::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 40.75%, #0C3270 100%);
}
#bai-phat-bieu .btn-detail {
	margin-top: 28px;
}
.news-carousel {
    width: 100%;
}
.report-image-wrapper {
    text-align: center;
}
.report-image-wrapper img {
	height: 470px;
    border-radius: 12px;
}
.tai-lieu-bao-cao-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#tai-lieu-bao-cao .left-content {
	background: url(/assets/images/report-dots.png);
    background-repeat: no-repeat;
    background-position: left 90px bottom;
    width: 35%;
}
#tai-lieu-bao-cao .right-content{
	width: 55%;
}
#tai-lieu-bao-cao .section-desc,
#chuong-trinh .section-desc {
	font-size: 16px;
	line-height: 26px;
}
#chuong-trinh .left-content {
	width: 50%;
}
#chuong-trinh .right-content {
	width: 35%;
}
#chuong-trinh .right-content .section-desc{
    margin: 0;
}
#chuong-trinh .program-card {
    align-items: center;
    display: flex;
   	gap: 40px;
}
#chuong-trinh .left-content .report-image-wrapper {
    position: relative;
}
#chuong-trinh .left-content .report-image-wrapper::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) -2.25%, #0C3270 140%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    border-radius: 20px;
}
#chuong-trinh .left-content .report-image-wrapper img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.video-card, .news-detail {
    transition: 0.35s;
}
.video-card:hover,
.news-detail:hover {
    transform: translateY(-8px);
    cursor: pointer;
}
.btn-detail:hover{
    background: #1A47B8 !important;
    color: #fff !important;
}

.footer-section {
	margin-top: 100px;
    background: #161A2E;
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.footer-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-transform: uppercase;
    color: #ffffff;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 15px;
    color: rgba(255,255,255,0.85);
}

.footer-icon {
    font-size: 17px;
}

.footer-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

/* document card */
.document-card {
    background: #131829;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 40px 10px 20px 16px;
}
.document-title{ 
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.document-desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 0;
}
.document-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 50px;
    align-items: self-start;
}
.document-wrapper .left-content,
.document-wrapper .right-content {width: 50%}
.document-wrapper .toc-item-wrapper {
	padding: 32px 0;
}
.document-card .toc-item {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    padding-right: 12px;
    border-bottom: 1px solid #FFFFFF;
}
.document-card .toc-item-title{
   color:#FFFFFF;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
}
.document-card .toc-item-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color :#FFFFFF
}

.document-card .toc-item:last-child {
	border-bottom: unset;
    margin-bottom: 0;
    padding-bottom: 0;
}
.document-card .toc-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F5F7FE;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #071A34;
    font-weight: 500;
    flex-shrink: 0;
}

/**/
.owl-theme .owl-dots .owl-dot span {
    width: 32px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #4DE1FD;
}
.news-carousel .owl-dots {margin-top: 32px !important;}
.video-carousel .owl-dots {margin-top: 24px !important;}
.navbar-toggler {
    box-shadow: unset !important;
}
.icon-container {
    width: 42px;
    height: 42px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}
.icon-bars {
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: all 0.3s ease;
    justify-content: center;
}
.bar.large {
    width: 100%;
}
.bar {
    height: 3px;
    border-radius: 5px;
    background-color: #FFF;
    transition: all 0.35s ease;
}
.navbar-toggler.active .icon-container {
    border-radius: 50%;
    border: 1px solid #FFF;
}
.navbar-toggler.active .icon-bars .bar-item:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
}
.navbar-toggler.active .icon-bars .bar-item:nth-child(2) {
    opacity: 0;
}
.navbar-toggler.active .icon-bars .bar-item:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-45deg);
}
#scroll-top-sentinel {
    position: absolute;
    top: 0;
    height: 1px;
}

#chuong-trinh-du-kien {
    padding: 60px 0;
    
}
.agenda-wrapper {    
    color: #fff;
    display:flex;
    gap: 32px;
}
.agenda-wrapper .left-content{
    width: 40%;
}
.agenda-wrapper .right-content{
    width: 60%;
}
.agenda {
    max-width: 900px;
    margin: 0 auto;
}

.agenda-item {
    display: grid;
    grid-template-columns: 180px 40px 1fr;
    column-gap: 24px;
    padding: 12px 0;
}

.agenda-time {
    text-align: right;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.6);
}

.agenda-line {
    position: relative;
    display: flex;
    justify-content: center;
}

.dot {
    position: relative;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(277.3deg, #00D4FC 6.75%, #00FEE3 95.73%);
    margin-top: 4px;
}

.agenda-content .title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.agenda-content .subtitle {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

#tai-lieu-bao-cao .section-title {
    font-size: 38px;
    line-height: 50px;
}