#news-section-1.banner {
    padding: 10% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#news-section-1.banner .title {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 28px;
}

#news-section-1.banner .desc {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);

}

#news-section-1.banner .desc.desc-style-1 {
    font-size: 20px;
    max-width: 780px;
    margin: auto;
}

/* section 2 */
#news-section-2.feature-post {
    padding: 20px 0;
}

.feature-post .list-post {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.feature-post .new-post .post-item {
    border-radius: 6px;
    overflow: hidden;
}

.feature-post .new-post .post-item::after,
.feature-post .random-post .post-item::after {
    content: "";

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    border-radius: 6px;
}

.feature-post .new-post .post-item::after {
    background: rgba(0, 0, 0, 0.05);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.05) 39%, rgba(0, 0, 0, 0.6) 64%, rgba(0, 0, 0, 1) 89%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.05) 39%, rgba(0, 0, 0, 0.6) 64%, rgba(0, 0, 0, 1) 89%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 39%, rgba(0, 0, 0, 0.6) 64%, rgba(0, 0, 0, 1) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000000D", endColorstr="#000000", GradientType=0);
}

.feature-post .random-post .post-item::after {
    background: 000000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.7) 32%, rgba(0, 0, 0, 1) 69%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.7) 32%, rgba(0, 0, 0, 1) 69%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.7) 32%, rgba(0, 0, 0, 1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",
            endColorstr="#000000",
            GradientType=0);
}

.feature-post .new-post .post-item .thumb img {
    height: 400px;
    object-fit: cover;
}

.feature-post .new-post a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.feature-post .new-post .content,
.feature-post .random-post .content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 0 30px 30px 30px;
}

.feature-post .new-post .content .tag-nb {
    color: #FF4D53;
    font-weight: bold;
    margin-bottom: 16px;
}

.feature-post .random-post {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    height: 100%;
}

.feature-post .random-post .item {
    border-radius: 6px;
    overflow: hidden;
}

.feature-post .random-post .content {
    padding: 0 24px 24px 24px;
}

.feature-post .random-post .thumb {
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.feature-post .random-post .thumb a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.feature-post .random-post .thumb img {
    height: 100%;
    object-fit: cover;
}

.feature-post .random-post .post-category {
    margin-bottom: 8px;
}

.feature-post .random-post .post-category a {
    background-color: rgba(255, 15, 15, 0.56);
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-family: 600;
    padding: 3px 14px;
    font-style: italic;

}

.section-post {
    margin-bottom: 44px;
}

.feature-post .random-post .title {
    font-weight: 600;
}

.section-post .box-head {
    border-bottom: solid 1px #DAE3FF;
    margin-bottom: 24px;
}

.section-post .box-head .title {
    width: fit-content;
    padding: 10px 0;
    margin-bottom: 0;
    color: var(--c-primary);
}

.section-post .box-head .title::after {
    content: "";
    background-color: #2499FF;
    width: 105%;
    height: 2px;
    bottom: -1.5px;
    left: 0;
    position: absolute;
    border-radius: 50px;

}

.list-post {
    margin-top: 12px;
}

.list-post .post-item {
    background-color: #FFFFFF;
    box-shadow: 0 1px 14px 0 rgba(13, 19, 66, 0.17);
    border-radius: 15px;
}

.list-post .post-item .thumb .img {
    border-radius: 15px;
    width: 100%;
}

.list-post .post-item .content {
    padding: 12px;
}

.list-post .post-item .content .title,
.list-post .post-item .content .post-meta .date,
.list-post .post-item .content .pt {
    color: var(--c-primary);
}

.list-post .post-item .content .date {
    margin-bottom: 8px;
    font-size: 14px;
}

.list-post .post-item .content .desc {
    color: rgba(104, 104, 104, 1);
    font-size: 14px;
}

.list-post .post-item .content .btn-style-1 {
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 11px;
    height: auto;
    font-weight: 600;
}

.list-post .post-item .read-more-btn {
    color: #FF4D53;
    font-weight: 700;
    text-decoration: none;
}

.category-tabs .tab-nav {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 24px;
    flex-wrap: wrap;

    gap: 16px;
}

.category-tabs .tab-nav .tab-item {
    border-radius: 10px;

    background-color: #fff;
    box-shadow: 0 1px 24px 0 rgba(39, 61, 139, 0.24);
    color: var(--c-primary);
    width: fit-content;
    padding: 9px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.category-tabs .tab-nav .tab-item.active,
.category-tabs .tab-nav .tab-item:hover {
    background: linear-gradient(180deg, #445FBE 0%, #273D8B 100%);
    color: #fff;
}


/*  */
.widget-area {
    position: sticky;
    top: 40px;
}

.widget-box {
    background-color: #F5FAFF;
}

.widget-box:not(:last-child) {
    margin-bottom: 14px;
}

.widget-box .box-head {
    border-bottom: solid 1px #DAE3FF;
}

.widget-box .box-head .title {
    width: fit-content;
    padding: 10px 0;
    margin-bottom: 0;
    color: var(--c-primary);
}

.widget-box .box-head .title::after {
    content: "";
    background-color: #2499FF;
    width: 105%;
    height: 2px;
    bottom: -1.5px;
    left: 0;
    position: absolute;
    border-radius: 50px;
}

.widget-box .box-search {
    margin-top: 20px;
}

.widget-box .box-search .search-form {
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.widget-box .box-search label,
.widget-box .box-search input {
    width: 100%;
    height: 47px;
    outline: none;
    box-shadow: none;


}

.widget-box .box-search input {
    padding: 0px 16px;
    border: none;
}

.widget-box {
    padding: 22px 12px;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}

.widget-box .box-search button {
    position: absolute;
    right: 0;
    height: 47px;
    border: none;
    background-color: var(--c-primary);
    color: #fff;
}

.popular-tags {
    margin-top: 10px;
}

.popular-tags ul {
    list-style: none;
    display: flex;
    gap: 5px;
    padding-left: 0;
    flex-wrap: wrap;
}

.popular-tags a.tag {
    border: solid 1px #E0E0E0;
    border-radius: 50px;
    padding: 3px 15px;
    display: block;
    background-color: #fff;
    color: #6B6B6B;
}

.popular-tags a.tag:hover {
    background-color: var(--c-primary);
    color: #fff;
}

.widget-box .box-subscribe input {
    width: 100%;

}

.widget-box .box-subscribe input[type="email"] {
    margin-bottom: 12px;
    height: 47px;
    padding: 0 16px;
    border-radius: 10px;

}

.widget-box .box-subscribe input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4)
}

.widget-box .box-subscribe p {
    margin-bottom: 0;
}

.widget-box .box-subscribe input[type="submit"] {
    background: linear-gradient(180deg, rgba(250, 48, 54, 1) 0%, rgba(234, 33, 39, 1) 100%);
    color: #fff;
    border-radius: 10px;
    border: none;
    height: 42px;
    display: flex;
    font-weight: 600;

}

.popular-posts {
    margin-top: 20px;
}

.popular-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.popular-posts a:not(:last-child) .popular-item {
    margin-bottom: 12px;
}

.popular-item .thumb img {
    max-width: 54px;
    object-fit: cover;
    height: 54px;
    border-radius: 2px;
}

.popular-item .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}

/*  */
.modal-hoi-thao {
    opacity: 0.96;
}

.modal-hoi-thao .modal-header .btn-close {
    position: absolute;
    right: 10px;
}

.modal-hoi-thao .modal-header .title,
.modal-hoi-thao .modal-header .subtitle {
    color: #1C4166;
}

.modal-hoi-thao .modal-dialog{
 max-width: 865px;
}
.modal-hoi-thao .modal-content {
   
    margin: auto;
}

.modal-hoi-thao .modal-body {
    max-width: 660px;
    margin: auto;
}

.modal-hoi-thao input,
.modal-hoi-thao textarea {
    width: 100%;
    box-shadow: none;
    outline: none;
    border: solid 1px #8C8C8C !important;
    border-radius: 8px;
    height: 50px;
    padding: 0 20px;
}

.modal-hoi-thao textarea {
    padding-top: 10px;
    height: 102px;
}

.modal-hoi-thao input[type="submit"] {
    background: linear-gradient(180deg, rgba(255, 77, 83, 1) 0%, rgba(202, 52, 56, 1) 100%);
    border: none !important;
    color: #fff;
    font-weight: 600;

}

@media screen and (max-width:768px) {
    .feature-post .list-post {
        grid-template-columns: repeat(1, 1fr);
    }

    .category-tabs .tab-nav {
        overflow-x: scroll;
        flex-wrap: nowrap;
        overflow-y: visible;
        padding: 20px 0;
    }
}

@media screen and (max-width:425px) {
    .feature-post .random-post {
        grid-template-columns: repeat(1, 1fr);
    }
}