.lh-1 {
    line-height: 1;
}
.post-item .is-divider {
    display: none;
}
a.button.btn-more {
    font-size: 16px;
    font-weight: 400;
    padding-right: 32px;
    min-height: auto;
    line-height: unset;
}
a.button.btn-more::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.list-ask ul li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    color: #6B7280;
    margin-left: 0 !important;
    margin-bottom: 0;
}
.list-ask ul li+li {
    margin-top: 8px;
}
.list-ask ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-star.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.list-statistical .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.list-statistical .item img {
    margin-right: 8px;
}
.tab-bottom .tab-panels {
    padding-top: 16px;
}
.blog-layout-offset .post-item {
    padding-bottom: 0;
}
.blog-layout-offset .post-item > .col-inner {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 8px;
}
.blog-layout-offset .post-item:first-child .box-text .post-title a {
    font-size: 18px;
}
.blog-layout-offset .post-item:not(:first-child) .box-image,
.blog-layout-offset .post-item:not(:first-child) .cat-post,
.blog-layout-offset .post-item:not(:first-child) .post-meta {
    display: none;
}
.blog-layout-offset .post-item:not(:first-child) .box-text {
    padding: 0;
}
.blog-layout-offset .post-item:not(:first-child) .box-text .post-title a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 28px;
    height: auto;
    position: relative;
    margin-top: 0;
}
.blog-layout-offset .post-item:not(:first-child) .box-text .post-title a:not(:hover) {
    color: #6B7280;
}
.blog-layout-offset .post-item:not(:first-child) .box-text .post-title a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-star.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.no-image .post-item .box-image {
    display: none;
}
marquee ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
}
marquee ul li {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 24px;
    color: #F52929;
    position: relative;
    padding-left: 28px;
}
marquee ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-star.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.wpcf7 form {
    margin-bottom: 0;
}
.wpcf7 form .wpcf7-form-control {
    border-color: #E5E7EB;
    border-radius: 8px;
    box-shadow: none !important;
}
.wpcf7 form input.wpcf7-form-control,
.wpcf7 form .wpcf7-select {
    height: 48px;
}
.wpcf7 form .wpcf7-submit {
    border-radius: 8px;
    background-color: #030F58 !important;
    border: none;
    min-width: 160px;
    text-transform: none;
    font-weight: 400;
    margin: 0;
}
form .wpcf7-spinner {
    display: none;
}
.form-qna {
    padding: 32px;
    background-color: var(--primary-color);
}
.form-qna .wpcf7-select {
    max-width: 200px;
    margin-bottom: 0;
    margin-left: auto;
}
.wpcf7 form input:not(.wpcf7-submit):after {
    content: '*';
    color: darkred;
    font-size: 1.5rem;
}
.list-news-item {
    padding: 16px;
    background: #F6FBFF;
}
.list-news-item ul {
    margin-bottom: 0;
}
.list-news-item ul li {
    list-style: none;
    margin-left: 0 !important;
}
.list-news-item ul li a {
    color: #030F58;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.search_document {
    position: relative;
    width: 100%;
    padding: 16px;
    background: var(--primary-color);
    margin-bottom: 42px;
    text-align: center;
}
.search_document input,
.search_document select {
    box-shadow: none !important;
    border-radius: 4px !important;
    height: 40px !important;
    margin-bottom: 12px;
    outline: none !important;
    font-weight: 400;
}
.search_document .btn-filter-advance {
    margin: 0;
    border-radius: 4px;
    background: #FFF;
    padding: 7px 5px;
    min-height: unset;
    line-height: unset;
    color: var(--primary-color);
    padding-left: 32px;
    padding-right: 32px;
}
.search_document .btn-filter-advance.active-search {
    margin-top: 20px;
}
.search_document .btn-filter-advance::before,
.search_document .btn-filter-advance::after {
    content: '';
    background-position: center;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
}
.search_document .btn-filter-advance::before {
    background-image: url(../img/filters-lines.svg);
    left: 5px;
}
.search_document .btn-filter-advance::after {
    background-image: url(../img/chevron-down.svg);
}
.search_document .btn-filter-advance.active-search::after {
    transform: rotate(180deg);
}
.search_document .search-row-nomar {
    margin-bottom: 12px;
}
.search_document .search-row-nomar input {
    height: 48px !important;
    margin-bottom: 0 !important;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left 10px center;
    padding-left: 36px;
}
.search_document .search-row-nomar {
    display: flex;
    position: relative;
}
.search_document .search-row-nomar button {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 130px;
    height: 38px;
    margin: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    background-color: #030F58;
}
.search-row-second > div{
    display: flex;
    margin-left: -6px;
    margin-right: -6px;
}
.search-row-second > div > * {
    margin-left: 6px;
    margin-right: 6px;
}
.search-row-second .item-first > * {
    width: 20%;
}
.search-row-second .item-first .range-date {
    width: 40%;
    flex: 1;
    display: flex;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 12px;
    position: relative;
}
.search-row-second .item-first .range-date input {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    width: 50%;
}
.search-row-second .item-first .range-date::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    width: 1px;
    height: 24px;
    background: #D6D6D6;
}

.search_document.search_resource {
    padding: 32px;
}
.search_document.search_resource label {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
}
.search_document.search_resource label > * {
    margin-left: 8px;
    margin-right: 8px;
    height: 48px !important;
    margin-bottom: 0;
}
.search_document.search_resource label input {
    flex: 1;
}
.search_document.search_resource label select {
    width: 200px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    filter: brightness(0) invert(1);
}
.search_document.search_resource label select option {
    color: #181818;
}
.search_document.search_resource label .btn-submit {
    min-width: 108px;
    height: 48px;
    margin: 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    background-color: #030F58;
}
.box-document .title-doc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 10px;
    margin-bottom: 32px;
}
.box-document .title-doc .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: var(--primary-color);  
}
.box-document .title-doc select,
.section-title select {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--primary-color);  
    border: none;
    box-shadow: none !important;
    width: auto;
    margin: 0;
    background-image: url(../img/arrow-down.svg);
    background-size: 14px 8px;
    background-position: right center;
}
.document-content {
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    background-color: #fff;
    padding: 20px;
    min-height: 115px;
}
.document-content .item {
    position: relative;
    padding-left: 72px;
    min-height: 72px;
}
.document-content:not(.pdf, .doc, .xlsx) {
    min-height: auto;
}
.document-content:not(.pdf, .doc, .xlsx) .item {
    padding-left: 0;
    min-height: auto;
}
.document-content:not(.pdf, .doc, .xlsx) .item::before {
    content: none;
}
.document-content .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/file-docx.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 72px;
}
.document-content.pdf .item::before {
    background-image: url(../img/file-pdf.svg);
}
.document-content.xlsx .item::before {
    background-image: url(../img/file-xls.svg);
}
.document-content.mp4 .item::before {
    background-image: url(../img/file-mp4.svg);
}
.document-content .meta-doc {
    color: #757779;
}
.document-content .meta-doc span:first-child {
    opacity: 0.8;
    position: relative;
    padding-right: 12px;
    margin-right: 12px;
    display: inline-block;
}
.document-content .meta-doc span:first-child::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: #757779;
}
.box-resource .document-content {
    box-shadow: 0px 0px 10px 0px #0000001A;
}
.document-content .meta-resource a {
    color: var(--primary-color);
}
.document-content .meta-resource {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.document-content .meta-resource > *.t1 {
    width: auto;
    text-align: right;
}
.document-content .meta-resource > *:not(.t1) {
    width: 70%;
}
.document-content .meta-resource > * {
    margin-top: 12px;
    position: relative;
}
.document-content .meta-resource > * > span {
    padding-left: 30px;
    display: inline-block;    
}
.document-content .meta-resource > * > span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/user-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.document-content .meta-resource > .view > span::before {
    background-image: url(../img/book-blue.svg);
}
.document-content .meta-resource > .number-download > span::before {
    background-image: url(../img/arrow-download.svg);
}
.order-document-wrap .loading {
    position: absolute;
    right: 100%;
    top: 10px;
}
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #ddd;
    border-top-color: #0057d4;
    animation: loading 1s linear infinite;
}
@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}
.news-widget {
    background-color: #F6FBFF;
    padding: 16px;
}
.news-widget .item+.item {
    margin-top: 10px;
}
.news-widget .item {
    position: relative;
    padding-right: 30px;
}
.news-widget .item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/arrow-right-2.svg);
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
}
.news-widget .item a {
    color: #030F58;
    font-size: 14px;
    font-weight: 700;
}
.news-widget .post-item+.post-item {
    margin-top: 15px;
}
.news-widget .post-item {
    color: #262626;
}
.news-widget .post-item .post-time {
    padding-left: 26px;
    background-image: url(../img/calendar-lines-alt.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left -1px;
    color: #0057D4;
    font-size: 14px;
    opacity: 1;
}
.news-widget .post-item a.post-title {
    display: block;
}
.news-widget .post-item.post-item-horizontal {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
}
.news-widget .post-item.post-item-horizontal > div {
    width: 50%; 
    padding: 0 8px;
}
.news-widget .post-item.post-item-horizontal .image-cover {
    padding-top: 96px;
    border-radius: 4px;
}
.news-widget .post-item.post-item-horizontal a.post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/* CHI TIẾT BÀI VIẾT */
.post-meta-single {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    display: flex;
    align-items: center;
}
.post-meta-single img{
    border-radius: 50%;
    margin-right: 12px;
}
.post-meta-single .post-date {
    margin-left: 12px;
    padding-left: 12px;
    position: relative;
}
.post-meta-single .post-date::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #D0D5DD;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.meta-bottom-single {
    margin-top: 25px;
    margin-bottom: 40px;
    padding-top: 25px;
    border-top: 1px solid #DAE2EE;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.meta-bottom-single .list-tag {
    margin: 8px 0px;
}
.meta-bottom-single .list-tag a {
    background: #F2F4F7;
    border-radius: 16px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
}
.meta-bottom-single .list-tag a+a {
    margin-left: 8px;
}
.meta-bottom-single .list-social-share a {
    background: #F4F5F6;
    min-width: unset;
    min-height: unset;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border: none;
    border-radius: 50%;
    margin-bottom: 0;
}
.btn-link-copy {
    position: relative;
    cursor: pointer;
}
.btn-link-copy .copied {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #0057D4;
    min-width: 100px;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
}
.entry-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.single .entry-content {
    padding-top: 0;
}
.single .comments-area .comment-respond form {
    margin-bottom: 0;
}
.single .comments-area .comment-respond {
    padding: 32px !important;
    background-color: #E5E7EB !important;
}
.single .comments-area .comment-respond [class*="comment-form-"] {
    width: 100%;
    display: flex;
    flex: auto;
}
.single .comments-area .comment-respond [class*="comment-form-"] > label:first-child {
    width: 140px;
    font-weight: 400;
}
.single .comments-area .comment-respond [class*="comment-form-"] input {
    box-shadow: none;
    outline: none;
}
.single .comments-area .comment-respond .form-submit input[type="submit"] {
    text-transform: none;
    background-color: #030F58;
    border-radius: 4px;
    font-weight: 400;
    margin: 0;
}
.single .comments-area .comment-respond .comment-form-cookies-consent {
    align-items: center;
    margin-bottom: 16px;
}
.single .comments-area .comment-respond .comment-form-cookies-consent input {
    width: 24px;
    height: 24px;
    margin: 0;
    margin-right: 10px;
    border-color: #D1D5DB;
}
.single .comments-area .comment-respond .comment-form-cookies-consent label {
    font-weight: 400;
    margin-bottom: 0;
}
.widget .is-divider {
    display: none;
}
.widget .widget-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #0057D4;
    color: #fff;
    padding: 18px 50px;
    position: relative;
}
.widget .widget-title::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/file-2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.widget ul {
    padding: 16px;
    background-color: #F6FBFF;
}
.widget ul li {
    position: relative;
    padding-right: 30px;
}
.widget ul li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/arrow-right-2.svg);
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
}
.widget ul li a {
    color: #030F58;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
.tab-doc ul.nav li {
    margin-bottom: 0;
    width: 20%;
}
.tab-doc ul.nav li a {
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    text-align: center;
    background: #f0f0f0;
    border: none;
    width: 100%;
    justify-content: center;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
.tab-doc ul.nav li.active a {
    color: #fff;
    background: var(--primary-color);
}
.tab-doc .nav-tabs+.tab-panels {
    border-top-color: var(--primary-color);
}

.list_click_search {
    position: absolute;
    display: none;
    top: 40px;
    background: #f0f0f0;
    width: 100%;
    padding: 10px;
}
.list_click_search .search_categories {
    height: 34px;
    background-color: var(--primary-color);
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    color: #fff;
    border: none;
    outline: none;
}
.list_click_search .search_categories option {
    color: #0052b5;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 5px;
    background-color: #ffffff;
}
.list_click_search label.text_date_search {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.list_click_search input.form-control {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #273b4a;
    height: 34px;
    border-radius: unset;
    margin-bottom: 5px;
    padding-left: 10px;
}
.page-search .image-cover {
    padding-top: 56.25%;
    background-color: #f7f7f7;
}
.page-search .post-title {
    font-size: 16px;
    line-height: 1.3;
}
.no-post {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
}
.single-qna .entry-content {
    padding: 3%;
    background: #f8f8f8;
    margin-top: 24px;
}
.single .entry-content p:last-child,
.icon-box .icon-box-text p:first-child {
    margin-bottom: 0;
}
.chat {
    font-weight: 500;
    line-height: 14px;
    color: #0057d4;
}
.chat span {
    margin-left: 8px;
}
@media screen and (min-width: 549px) {

}
@media screen and (max-width: 549px) {
    .search-row-second > div {
        flex-wrap: wrap;
    }
    .search-row-second .item-first > * {
        width: 100%;
    }
    .row-document > div {
        padding-bottom: 16px;
    }
    .box-document .title-doc .title {
        font-size: 24px;
    }
    .document-content {
        min-height: auto;
    }
    .document-content .item {
        padding-left: 52px;
    }
    .document-content .item::before {
        width: 40px;
        height: 48px;
    }
    .search_document .search-row-nomar button {
        min-width: auto;
    }
    .form-qna {
        padding: 16px;
    }
    .entry-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .wpcf7 form .wpcf7-submit {
        min-width: 90px;
    }
    .document-content .meta-resource > *:not(.t1) {
        width: 100%;
    }
    .search_document.search_resource label {
        flex-direction: column;
        margin: 0;
    }
    .search_document.search_resource label > * {
        width: 100% !important;
        margin-bottom: 16px;
        margin-left: 0;
        margin-right: 0;
    }
    .search_document.search_resource label input {
        flex: unset;
    }
    .search_document.search_resource label .btn-submit {
        max-width: max-content;
        margin-left: auto;
    }
    .search_document.search_resource {
        padding: 16px;
    }
    .search_document .btn-filter-advance.active-search {
        margin-top: 0px;
    }
}