@charset "UTF-8";
/*root settings color*/
p {
    margin-bottom: 0;
}

.rgl {
    font-family: 'BeVietnamPro-Regular', sans-serif;
}

.smb {
    font-family: 'BeVietnamPro-SemiBold', sans-serif;
}

.copy-button {
    position: relative;
}

.copy-button:active, .copy-button:focus {
    outline: none;
}

.copy-button:active:after, .copy-button:focus:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: calc(-100% - 10px);
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    content: 'Copied!';
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 2. sidebar blog */
.col-sidebar {
    padding: 0 2.1% 0 4%;
    max-width: 33.2%;
    flex: 0 0 33.2%;
}

.sidebar-blog {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    margin-bottom: 30px;
}

.sidebar-blog h2 {
    margin: 0;
    padding-bottom: 15px;
}

.sidebar-blog .news-latest .list-news-latest .item-article {
    display: flex;
    padding: 30px 0 20px;
    align-items: flex-start;
    justify-content: center;
    border-bottom: 1px dashed #dfdfdf;
}

.sidebar-blog .news-latest .list-news-latest .item-article:hover .post-image img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.sidebar-blog .news-latest .list-news-latest .item-article .post-image {
    width: 29.3%;
    overflow: hidden;
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sidebar-blog .news-latest .list-news-latest .item-article .post-content {
    width: calc(70.7% - 10px);
    margin-left: 10px;
    line-height: 1.2rem;
}

.sidebar-blog .news-latest .list-news-latest .item-article .post-content a {
    font-size: 16px;
    font-weight: 700;
    font-family: "BeVietnamPro-SemiBold", sans-serif !important;
}

.sidebar-blog .sidebarblog-title h2 {
    position: relative;
}

.sidebar-blog .sidebarblog-title h2:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #135eac;
    bottom: -5px;
    left: 0;
}

/*3. article*/
.article {
    padding-top: 30px;
}

.article a, .article h2, .article h1, .article h3 {
    color: var(--atccolor);
    font-family: 'BeVietnamPro-Medium', sans-serif;
}

.article h1 {
    margin: 35px 0 25px 0;
}

.article h2 {
    font-size: 22px;
    line-height: 1.2em;
}

.article h3 {
    font-size: 18px;
    line-height: 1.2em;
}

.article h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.article .col-article {
    flex: 0 0 66.8%;
    max-width: 66.8%;
}

.article img {
    /*&:hover{
			-webkit-transform: scale(1.07);
			transform: scale(1.07);
		}*/
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.article .article-content {
    border-right: 1px solid #eee;
    padding-right: 45px;
    font-size: 15px;
}

.article .article-content .sb-title-article {
    font-size: 26px;
    line-height: 1.2em;
}

.article .article-content h2 {
    margin-top: 40px;
    margin-bottom: 25px;
}

.article .article-content p {
    line-height: 1.5rem;
}

.article .article-content h3 {
    margin-top: 15px;
}

.article .article-content img {
    padding: 20px;
}

.article .article-content table {
    margin: 10px auto;
}

.article .article-content_menu {
    padding-left: 7.4%;
}

.article .menu-articles {
    border: 2px solid #a5a5a5;
    padding: 10px;
    list-style-type: none;
    background-color: #f4f4f4;
}

.article .menu-articles ul {
    list-style-type: none;
}

.article .menu-articles h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a0a0a0;
    font-family: 'BeVietnamPro-Medium', sans-serif;
}

.article .menu-articles h4 svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.article .menu-articles .clp-scroll .li-title {
    margin-top: 15px;
}

.article .menu-articles .clp-scroll .li-title_regular a {
    font-family: "BeVietnamPro-Regular", sans-serif !important;
    font-size: 12px;
}

.article .menu-articles .clp-scroll .li-title a {
    color: #333;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
    font-size: 17px;
}

.article .menu-articles .clp-scroll .li-title .no-child {
    padding-left: 25px;
}

.article .menu-articles .clp-scroll .li-title svg {
    cursor: pointer;
    transition: all .3s;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.article .menu-articles .clp-scroll .li-title svg.bi-chevron-down[aria-expanded="true"] {
    transform: rotate(180deg);
}

.article .menu-articles .clp-scroll .clp-child ul {
    padding-left: 45px;
}

.article .menu-articles .clp-scroll .clp-child ul li {
    margin-top: 13px;
}

.article .menu-articles .clp-scroll .clp-child ul li:first-child {
    margin-top: 12px;
}

.article .menu-articles .clp-scroll .clp-child ul li a {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .article .menu-articles .clp-scroll .li-title a {
        font-size: 14px;
    }

    .article .menu-articles .clp-scroll .clp-child ul {
        padding-left: 40px;
    }

    .article .menu-articles .clp-scroll .clp-child ul li {
        margin-top: 8px;
    }

    .article .menu-articles .clp-scroll .clp-child ul li:first-child {
        margin-top: 8px;
    }

    .article .menu-articles .clp-scroll .clp-child ul li a {
        font-size: 13px;
        font-weight: 500;
    }
}

.article .menu-articles .clp-header {
    cursor: pointer;
}

.article .menu-articles .clp-header svg {
    transition: all .3s;
}

.article .menu-articles .clp-header[aria-expanded="true"] svg.bi-chevron-down {
    transform: rotate(180deg);
}

.article .editor {
    margin-bottom: 25px;
}

.article .editor p {
    color: #000;
    margin-bottom: 0;
}

.article .editor p span {
    color: var(--atccolor);
}

.article .editor .published-at {
    position: relative;
    display: inline-block;
}

.article .editor .published-at:before {
    content: '';
    width: 37%;
    height: 1px;
    background: var(--atccolor);
    padding: 0px;
    position: absolute;
    bottom: 0;
}

.article .editor .published-at p {
    color: #979797;
}

.article .article-consultation .consultation {
    background: #f6f6f6;
    padding: 18px 22px;
    margin-left: 11.9%;
    margin-right: 5.1%;
    position: relative;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .article .article-consultation .consultation:before {
        content: '';
        width: 117%;
        height: 55%;
        z-index: -1;
        left: -14.3%;
        bottom: -18px;
        position: absolute;
        background: -webkit-repeating-linear-gradient(-45deg, #efefef, #efefef 7px, #ffffff 7px, #ffffff 10px);
        background: -o-repeating-linear-gradient(-45deg, #efefef, #efefef 7px, #ffffff 7px, #ffffff 10px);
        background: repeating-linear-gradient(-45deg, #efefef, #efefef 7px, #ffffff 7px, #ffffff 10px);
    }

    .article .article-consultation .consultation:after {
        content: "";
        position: absolute;
        background: #fff;
        width: calc(117% - 20px);
        height: calc(55% - 20px);
        z-index: -1;
        left: calc(-14.3% + 10px);
        bottom: -8px;
    }
}

.article .article-consultation .article-consultation_img {
    /* position: absolute; */
    width: 132px;
    /*height: 132px;*/
    /* left: -10%; */
    /* top: 30%; */
    /* overflow: hidden; */
    float: left;
    margin-right: 15px;
    margin-left: calc(-3.5% - 66px);
}

.article .article-consultation .article-consultation_img img {
    padding: 0;
    height: 100%;
}

.article .article-consultation_content {
    text-align: justify;
}

.article .article-consultation_content p {
    margin-bottom: 0;
    min-height: 132px;
}

.article .article-consultation_name h5 {
    font-size: 16px;
    text-align: right;
    color: #f27f71;
}

.article .article-consultation_title h4 {
    color: var(--atccolor);
}

.article .article-layout {
    font-size: 15px;
}

.article .article-layout--comment .comment-header h2 {
    margin: 0;
}

.article .article-pages {
    font-size: 16px;
    line-height: 1.55rem;
    font-family: 'BeVietnamPro-Regular', sans-serif;
}

.article .article-pages img {
    height: auto !important;
}

.article .article-pages p b {
    font-weight: normal;
    font-family: 'BeVietnamPro-Regular', sans-serif;
}

.article .article-pages strong {
    font-family: "BeVietnamPro-SemiBold", sans-serif;
}

@media (max-width: 767px) {
    .article {
        padding-top: 0px;
    }

    .article h1 {
        margin: 25px 0;
    }

    .article .article-content {
        border: none;
    }

    .article .article-content_menu {
        padding-left: 0;
    }

    .article .article-content .sb-title-article {
        font-size: 22px;
        line-height: 34px;
    }

    .article .article-content .article-layout--comment {
        margin-bottom: 30px;
    }

    .article .article-consultation .consultation {
        margin: 0 auto 15px 20.5%;
        width: 79.5%;
        gap: 15px;
        padding: 23px 20px 13px;
        flex-wrap: wrap;
        display: flex;
    }

    .article .article-consultation .consultation:before {
        content: unset;
    }

    .article .article-consultation .consultation .article-consultation_name {
        order: 3;
    }

    .article .article-consultation .consultation .article-consultation_name h5 {
        margin-bottom: 0;
    }

    .article .article-consultation .consultation .article-consultation_content {
        padding-left: 0;
        order: 4;
    }

    .article .article-consultation .consultation .article-consultation_img {
        /*position: static;
                  width: 100%;
                  order: 1;
                  top:unset;
                  left:unset;*/
    }
}

/* Blog */
.blog-layout--banner {
    position: relative;
    padding: 75px 0;
    background: url(../../../../file.hstatic.net/200000303807/file/blog-banner-1_02_154cf962a9bd49529540ee870e06301c.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-layout--banner:after {
    position: absolute;
    content: '';
    background: #959899;
    opacity: 63%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.blog-layout--banner h1 {
    font-family: "BeVietnamPro-SemiBold", sans-serif !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    z-index: 9;
}

@media (max-width: 767px) {
    .blog-layout--banner h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .blog-layout--banner {
        background: url("../../../../file.hstatic.net/200000303807/file/blog-banner-1_02_154cf962a9bd49529540ee870e06301c.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 60px 0;
    }
}

.blog-layout--header {
    padding: 15px;
}

.blog-layout--header a {
    display: inline-block;
    margin: 15px;
}

.blog-layout--header a.active {
    color: #135fad;
    text-decoration: underline;
}

.blog-layout--content {
    padding: 15px 0;
    font-size: 15px;
}

.blog-layout--content .post_thumb img, .blog-layout--content .post_featured {
    border-radius: 5px;
}

@media (min-width: 768px) {
    .blog-layout--content .d-flex {
        padding: 0 4px;
    }

    .blog-layout--content .col-post {
        padding: 0 17px;
    }
}

@media (max-width: 767px) {
    .blog-layout--content .col-post:nth-child(odd) {
        padding: 0 12px 0 0;
    }

    .blog-layout--content .col-post:nth-child(even) {
        padding: 0 0 0 12px;
    }
}

.blog-layout--menu ul {
    display: flex;
    margin-top: 25px;
    padding: 0 20px 10px;
}

.blog-layout--menu ul li {
    flex: 0 0 auto;
    min-width: 127px;
    text-align: center;
    list-style: none;
    color: #000;
    font-size: 1rem;
    cursor: pointer;
    font-family: "BeVietnamPro-Medium", sans-serif !important;
}

.blog-layout--menu ul li.active {
    /*text-decoration:underline;*/
    color: var(--maincolor);
}

.blog-layout--menu ul li.active a {
    color: #2d6bb1;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 0px;
    border-bottom: 1px solid #2d6bb1;
}

@media (max-width: 768px) {
    .blog-layout--menu ul {
        padding-left: 0;
        overflow-x: scroll;
    }

    .blog-layout--menu ul li {
        flex: 0 0 auto;
        min-width: 98px;
    }
}

.blog-layout .banner_benh_hoc {
    background: url("../../../../file.hstatic.net/200000303807/file/blog-banner-1_02_154cf962a9bd49529540ee870e06301c.jpg");
}

@media (max-width: 767px) {
    .blog-layout .banner_benh_hoc {
        background: url("../../../../file.hstatic.net/200000303807/file/background_mb_benhhoc_d15270af3eed42b5af3c83e85e4d2f5a.jpg");
    }
}

@media (max-width: 767px) {
    .blog-layout.blog-layout--benhhoc .blog-layout--content .col-post:nth-child(odd) {
        padding-left: 10px;
    }

    .blog-layout.blog-layout--benhhoc .blog-layout--content .col-post:nth-child(even) {
        padding-right: 10px;
    }
}

/*section-list*/
.section-list {
    font-size: 15px;
    padding: 100px 10px;
}

.section-list .heading {
    margin-bottom: 35px;
}

.section-list .heading h2 a {
    font-family: "BeVietnamPro-SemiBold", sans-serif !important;
    font-size: 20px;
}

.list-article-content, .blog-layout--content {
    position: relative;
    transition: all .5s;
}

.list-article-content .post_item, .blog-layout--content .post_item {
    margin-bottom: 75px;
}

@media (max-width: 767px) {
    .list-article-content .post_item, .blog-layout--content .post_item {
        margin-bottom: 40px;
    }
}

.list-article-content .post_item:hover img, .blog-layout--content .post_item:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.list-article-content .post_item .post_featured, .blog-layout--content .post_item .post_featured {
    overflow: hidden;
}

.list-article-content .post_item .post_featured img, .blog-layout--content .post_item .post_featured img {
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.list-article-content .post_item .post_featured .post_thumb, .blog-layout--content .post_item .post_featured .post_thumb {
    height: 100%;
}

.list-article-content .post_item .post_featured .post_thumb a, .blog-layout--content .post_item .post_featured .post_thumb a {
    display: block;
    height: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .list-article-content .post_item .post_featured, .blog-layout--content .post_item .post_featured {
        max-width: 284px;
        height: 209px;
    }

    .list-article-content .post_item .post_featured img, .blog-layout--content .post_item .post_featured img {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .list-article-content .post_item .post_featured, .blog-layout--content .post_item .post_featured {
        height: calc((100vw - 48px) / 2 * 0.719298246);
    }

    .list-article-content .post_item .post_featured img, .blog-layout--content .post_item .post_featured img {
        height: 100%;
        width: 100%;
    }
}

.list-article-content .post_item .post_descr h2, .blog-layout--content .post_item .post_descr h2 {
    font-size: 15px;
    line-height: 23px;
}

.list-article-content .post_item .post_descr p, .blog-layout--content .post_item .post_descr p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6.1%;
    color: #1b1c1e !important;
    font-family: 'BeVietnamPro-Regular', sans-serif;
}

.list-article-content .post_item .post_content .post_info, .blog-layout--content .post_item .post_content .post_info {
    margin: 6.1% 0;
}

.list-article-content .post_item .post_content .post_info_item a, .blog-layout--content .post_item .post_content .post_info_item a {
    color: var(--listrlt) !important;
}

.list-article-content .post_item .post_button a, .blog-layout--content .post_item .post_button a {
    color: #1b1c1e !important;
    font-family: "BeVietnamPro-Regular", sans-serif !important;
}

.list-article-content .post_item .post_button a:before, .blog-layout--content .post_item .post_button a:before {
    content: '';
    background-size: 75% 80%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2330b5e7' class='bi bi-arrow-right-circle' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E");
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}

.list-article-content.fade-tab, .blog-layout--content.fade-tab {
    opacity: 0;
    visibility: hidden;
}

/*---------Tuyển Dụng----------*/
.recruit_title {
    text-align: center;
    font-size: 26px;
    font-weight: 550;
    color: #002D6A;
    letter-spacing: 0.5px;
    margin: 65px 0 30px;
}

.recruit_list_item {
    background: #D1F3FF;
    padding: 25px 15px;
    display: flex;
    margin: 10px auto;
}

.recruit_list_item:hover {
    background: #b0eafc;
}

.recruit_list_item .item_image {
    text-align: right;
    align-self: flex-start;
    width: 9.76%;
}

.recruit_list_item .item_image img {
    width: 100%;
}

@media (max-width: 767px) {
    .recruit_list_item .item_image {
        width: 25%;
    }
}

.recruit_list_item .item_info {
    flex: 1;
    display: flex;
    flex-flow: column;
    padding-left: 10px;
    justify-content: space-between;
}

.recruit_list_item .item_info_top {
    margin-bottom: 20px;
}

.recruit_list_item .item_info_top .job_title {
    color: #002D6A;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    font-family: 'BeVietnamPro-Regular', sans-serif;
}

.recruit_list_item .item_info_top .expired {
    color: #002D6A;
    font-weight: 500;
    text-align: right;
}

.recruit_list_item .item_info_middle {
    display: flex;
    gap: 12px;
}

.recruit_list_item .item_info_middle span {
    background: #04AEF2;
    color: #ffffff;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 500;
}

.recruit_list_item .item_info_bottom {
    color: #002D6A;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.recruit_list_item .item_info_bottom svg {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

@media (min-width: 992px) {
    .recruit_list_item {
        max-width: 66.4%;
    }
}

@media (max-width: 767px) {
    .recruit_list_item .item_info .job_title {
        font-size: 14px;
    }

    .recruit_list_item .item_info_top {
        margin-bottom: 10px;
    }

    .recruit_list_item .item_info_middle {
        margin-bottom: 5px;
        flex-wrap: wrap;
    }

    .recruit_list_item .item_info_middle span {
        padding: 2px 5px;
        font-size: 10px;
    }
}

@media (max-width: 540px) {
    .recruit_list_item .item_info_bottom {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .recruit_title {
        margin: 30px 0 10px;
    }

    .recruit_list_item {
        padding: 25px 15px 50px;
        position: relative;
    }

    .recruit_list_item .item_info {
        position: static;
    }

    .recruit_list_item .item_info_top {
        position: static;
    }

    .recruit_list_item .item_info_top .row {
        position: static;
    }

    .recruit_list_item .item_info_top .row .expired {
        position: absolute;
        bottom: 15px;
        left: 0;
        width: auto !important;
        padding-left: 15px;
    }

    .recruit_list_item .item_info_bottom {
        position: absolute;
        bottom: 15px;
        right: 0;
        padding-right: 15px;
    }
}

/*Article Tuyển dụng*/
#article-career h2 {
    font-size: 24px;
    color: var(--atccolor);
}

#article-career h3 {
    font-size: 22px;
    color: var(--atccolor);
}

#article-career h6 {
    font-size: 14px;
    color: var(--atccolor);
}

#article-career .career-header {
    padding: 80px 0 60px;
}

#article-career .career-header_img {
    width: calc(8.75% + 40px);
    padding: 0 20px;
}

#article-career .career-header_img img {
    border-radius: 50%;
}

#article-career .career-header_left {
    flex-direction: column;
    justify-content: space-around;
}

#article-career .career-header_left .career-title h1 {
    font-size: 26px;
    color: var(--atccolor);
}

#article-career .career-header_left .career-expiration svg {
    margin-right: 5px;
}

#article-career .career-header_left .career-expiration p {
    margin-bottom: 0;
    font-size: 14px;
}

#article-career .career-header_right {
    flex-direction: column;
    justify-content: space-around;
}

#article-career .career-header_content {
    width: calc(91.25% - 80px);
    padding: 0 0px 0 15px;
    margin-right: 20px;
    justify-content: space-between;
}

#article-career .career-header_button {
    padding: 10px 15px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}

#article-career .career-header_button svg {
    margin-right: 5px;
}

#article-career .career-header .btn-apply {
    color: #fff;
    background: #01afee;
    transition: all .3s;
}

#article-career .career-header .btn-apply:hover {
    animation: pulse 1s infinite;
    transition: .3s;
}

#article-career .career-header .btn-share {
    background: #fff;
    color: #01afee;
    border: 1px solid #01afee;
    transition: all .3s;
}

#article-career .career-header .btn-share:hover {
    animation: pulse 1s infinite;
    transition: .3s;
}

@media (max-width: 992px) {
    #article-career .career-header_left .career-title h1 {
        font-size: 18px;
    }

    #article-career .career-header_button {
        padding: 2px 10px;
    }
}

@media (max-width: 767px) {
    #article-career .career-header {
        position: relative;
        padding: 40px 0 50px;
        margin-bottom: 25px;
    }

    #article-career .career-header_left .career-title h1 {
        font-size: 16px;
    }

    #article-career .career-header_left .career-expiration {
        margin-bottom: 5px;
    }

    #article-career .career-header_right {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    #article-career .career-header_right .career-header_button {
        margin-bottom: 5px;
    }

    #article-career .career-header_right .career-header_button.btn-apply {
        width: calc(60% - 15px);
    }

    #article-career .career-header_right .career-header_button.btn-share {
        width: 40%;
    }

    #article-career .career-header_content {
        position: static;
        flex-direction: column;
        margin-right: 0;
        width: 100%;
    }

    #article-career .career-header_img {
        padding: 0;
    }

    #article-career .career-header_button {
        text-align: center;
        padding: 6px 0;
        margin-bottom: 0;
        text-transform: uppercase;
        font-family: 'BeVietnamPro-Regular', sans-serif;
    }

    #article-career .career-header_button svg {
        margin-right: 10px;
    }
}

#article-career .career-detail {
    padding: 0 20px;
}

#article-career .career-detail_info {
    padding: 20px 15px 0;
    background: #f9f9f9;
}

#article-career .career-detail_info h6:first-child {
    text-decoration: underline;
    margin-bottom: 20px;
}

#article-career .career-detail_info .detail-info {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

#article-career .career-detail_info .detail-info_item {
    width: 50%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

#article-career .career-detail_info .detail-info_item .item-right h6 {
    text-decoration: none;
    margin-bottom: 10px;
}

#article-career .career-detail_info .detail-info_item .item-left {
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

#article-career .career-detail_info .detail-info_item .muc-luong {
    background-image: url("../../../../file.hstatic.net/200000303807/file/icons8-cash-100_c9dd8abf980a419ba17b204ece29b403.png");
}

#article-career .career-detail_info .detail-info_item .so-luong-tuyen {
    background-image: url("../../../../file.hstatic.net/200000303807/file/icons8-crowd-100_989d66156b2b4c37b91056452d12172f.png");
}

#article-career .career-detail_info .detail-info_item .hinh-thuc-lam-viec {
    background-image: url("../../../../file.hstatic.net/200000303807/file/icons8-business-100_325c3002010a4064971f9e0390194010.png");
}

#article-career .career-detail_info .detail-info_item .cap-bac {
    background-image: url("../../../../file.hstatic.net/200000303807/file/icons8-prize-100_55c0f55947884a069e96dfc7036682b8.png");
}

#article-career .career-detail_info .detail-info_item .gioi-tinh {
    background-image: url("../../../../file.hstatic.net/200000303807/file/icons8-unisex-100_0fbd952dbf284430b155f528a4f312ce.png");
}

#article-career .career-detail_info .detail-info_item .kinh-nghiem {
    background-image: url("../../../../file.hstatic.net/200000303807/file/icons8-intelligence-100_f3150388422241c5bb26a864b0fcab52.png");
}

#article-career .career-detail_location {
    padding: 20px 15px 30px;
    background: #f9f9f9;
    margin-top: 5px;
}

#article-career .career-detail_location h6 {
    text-decoration: underline;
}

@media (max-width: 992px) {
    #article-career .career-detail h2 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    #article-career .career-detail {
        padding: 0;
    }

    #article-career .career-detail_info .detail-info {
        width: 100%;
    }

    #article-career .career-detail_info .detail-info .item-right {
        width: 75%;
    }

    #article-career .career-detail_info .detail-info .item-right p, #article-career .career-detail_info .detail-info .item-right h6 {
        font-size: 12px;
    }

    #article-career .career-detail_info .detail-info .item-right h6 {
        margin-bottom: 5px;
    }

    #article-career .career-detail_info .detail-info .item-left {
        width: 25%;
    }
}

#article-career .career-description {
    padding: 20px 30px 20px;
}

#article-career .career-description div {
    line-height: 1.5rem;
}

#article-career .career-description ul li {
    line-height: 1.5rem;
}

#article-career .career-description h3:not(:first-child) {
    margin-top: 15px;
}

@media (max-width: 992px) {
    #article-career .career-description h3 {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    #article-career .career-description {
        padding: 20px 0;
    }
}

#article-career .career-apply {
    padding: 0 20px;
}

#article-career .career-apply p {
    margin-bottom: 1rem;
}

#article-career .career-apply_form {
    width: 60%;
}

#article-career .career-apply_form textarea, #article-career .career-apply_form input:not([type="submit"]) {
    width: 100%;
    margin-top: 15px;
}

#article-career .career-apply_form textarea {
    resize: none;
}

#article-career .career-apply_form textarea, #article-career .career-apply_form input:not([type="file"]) {
    padding: 10px 15px;
}

#article-career .career-apply_form input[type="submit"] {
    padding: 10px 50px;
    border-radius: 25px;
    outline: none;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-family: 'BeVietnamPro-Regular', sans-serif;
    transition: all .5s;
    margin-top: 50px;
    border: 1px solid #002c6b;
    background-image: -webkit-linear-gradient(30deg, #002c6b 50%, transparent 50%);
    background-image: linear-gradient(30deg, #002c6b 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

#article-career .career-apply_form input[type="submit"]:hover {
    background-position: 100%;
    color: #002c6b;
}

#article-career .career-apply_form .label-upload {
    cursor: pointer;
    margin: 5px 0 0;
}

#article-career .career-apply_form .label-upload svg {
    margin-left: 5px;
}

#article-career .career-apply_form .form-group {
    margin-bottom: 0;
    position: relative;
}

#article-career .career-apply_form .form-group .exclamation-triangle {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #f72b3f;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

#article-career .career-apply_form .form-group .error {
    color: #f72b3f;
    font-size: 12px;
}

#article-career .career-apply_form .form-group .error.alert {
    position: unset;
    padding: 0;
    margin-bottom: 0;
    border: none;
    color: #f72b3f;
}

#article-career .career-apply_form .cv-name {
    margin-left: 10px;
    font-size: 12px;
}

@media (max-width: 992px) {
    #article-career .career-apply_form {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #article-career .career-apply {
        padding: 0;
    }

    #article-career .career-apply h2 {
        font-size: 15px;
    }
}

#article-career .career-relate {
    padding: 150px 20px 115px;
}

#article-career .career-relate .recruit_list_item {
    max-width: 100%;
}

#article-career .career-relate .recruit_list_item .item_info_top .job_title {
    font-size: 14px;
    min-height: 40px;
}

#article-career .career-relate .recruit_list_item .item_info_top .expired {
    font-size: 12px;
}

@media (max-width: 767px) {
    #article-career .career-relate {
        padding: 100px 0 30px;
    }
}

/*---------Khuyến mãi----------*/
#campaign h1, #campaign h2, #campaign h3 {
    font-family: "BeVietnamPro-Medium";
    color: var(--maincolor);
}

#campaign img {
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#campaign img:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

#campaign .campaign_title {
    margin-top: 20px;
    font-size: 16px;
    padding-left: 1.95%;
}

#campaign .campaign_title, #campaign .other-list-title {
    color: var(--maincolor);
    margin-bottom: 10px;
}

#campaign .campaign_title h3, #campaign .other-list-title h3 {
    font-size: 22px;
}

#campaign .campaign-detail {
    width: 100%;
    padding-left: 2.9%;
    padding-right: 5.9%;
}

#campaign .campaign-detail li {
    line-height: 1.5rem;
}

#campaign .campaign-detail_title h1 {
    font-weight: 600;
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.5em;
}

#campaign .campaign-detail_header {
    padding-left: 1%;
    padding-right: 5.4%;
}

#campaign .campaign-detail_content {
    margin-top: 15px;
    margin-bottom: 115px;
}

#campaign .campaign-detail_content h2, #campaign .campaign-detail_content h3 {
    font-size: 24px;
    margin-top: 1.5rem;
}

#campaign .campaign-detail .img-wrapper {
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 14px;
}

#campaign .campaign-detail .img-wrapper img {
    width: 100%;
}

#campaign .campaign-detail .info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#campaign .campaign-detail .info-wrapper .desc {
    display: flex;
    gap: 15px;
    align-items: center;
}

#campaign .campaign-detail .info-wrapper .desc p {
    margin: 0;
}

#campaign .campaign-detail .info-wrapper .desc .tag {
    text-transform: uppercase;
    color: green;
    font-weight: 500;
    font-size: 13px;
}

#campaign .campaign-detail .info-wrapper .desc .info {
    font-size: 11px;
    color: #a5a1a1;
    font-weight: 600;
}

#campaign .campaign-detail .info-wrapper a {
    border: 1px solid;
    padding: 10px 15px;
    line-height: 1rem;
    font-weight: 500;
    border-radius: 20px;
}

#campaign .campaign-detail .info-wrapper a svg {
    width: 12px;
    height: 12px;
}

@media (max-width: 767px) {
    #campaign .campaign-detail {
        padding-left: 0;
        padding-right: 0;
    }

    #campaign .campaign-detail_title h1 {
        font-size: 19px;
    }

    #campaign .campaign-detail_header {
        padding: 0;
    }

    #campaign .campaign-detail_content h2, #campaign .campaign-detail_content h3 {
        font-size: 19px;
    }

    #campaign .campaign-detail .info-wrapper .desc .tag {
        font-size: 12px;
    }

    #campaign .campaign-detail .info-wrapper a {
        padding: 5px 8px;
        font-size: 12px;
    }
}

#campaign .campaign-list {
    padding-top: 10px;
    width: 67.3%;
}

#campaign .campaign-list.highlight-list {
    flex: 1;
}

#campaign .campaign-list.highlight-list .list-wrapper {
    padding-left: 10.7%;
    padding-right: 5.95%;
}

#campaign .campaign-list:not(.highlight-list) {
    position: relative;
    flex: 0 0 67.3%;
}

#campaign .campaign-list:not(.highlight-list) .list-wrapper {
    width: 100%;
    padding-left: 2.9%;
    padding-right: 5.9%;
}

@media (max-width: 767px) {
    #campaign .campaign-list:not(.highlight-list) .list-wrapper {
        padding: 0;
    }
}

#campaign .campaign-list:not(.highlight-list):after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 70px);
    background: #d7d7d7;
}

#campaign .campaign-list .highlight-title {
    color: var(--maincolor);
    font-size: 19px;
    margin-bottom: 22px;
}

#campaign .campaign-list .highlight-title svg {
    width: 18px;
    height: 18px;
}

#campaign .campaign-list-item {
    margin-bottom: 30px;
}

#campaign .campaign-list-item .img-wrapper {
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 15px;
}

#campaign .campaign-list-item .img-wrapper img {
    width: 100%;
}

#campaign .campaign-list-item .title-wrapper p {
    margin: 0;
}

#campaign .campaign-list-item .title-wrapper .info {
    font-size: 12px;
    margin-bottom: 10px;
    color: #919191;
}

#campaign .campaign-list-item .title-wrapper .title {
    color: var(--maincolor);
}

#campaign .campaign-list-item.item-big {
    flex: 100%;
    margin-bottom: 38px;
}

#campaign .campaign-list-item.item-big .title-wrapper .title {
    font-size: 24px;
}

#campaign .campaign-list-item:not(.item-big) {
    flex: 0 0 47%;
}

#campaign .campaign-list-item.item-highlight .title-wrapper {
    margin-left: 18px;
}

#campaign .campaign-list_wrapper {
    padding-left: 11.42%;
    padding-right: 6.16%;
}

@media (max-width: 768px) {
    #campaign .campaign-list-item {
        margin-bottom: 40px;
    }

    #campaign .campaign-list-item .title-wrapper {
        margin: 0;
    }

    #campaign .campaign-list-item .title-wrapper .info {
        font-size: 10px;
    }

    #campaign .campaign-list-item .title-wrapper .title {
        font-size: 12px;
    }

    #campaign .campaign-list-item.item-big .title-wrapper .title {
        font-size: 16px;
    }

    #campaign .campaign-list-item.item-highlight .title-wrapper {
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    #campaign .campaign-list.highlight-list {
        display: none;
    }

    #campaign .campaign-list:not(.highlight-list) {
        flex: 100%;
    }

    #campaign .campaign-list:not(.highlight-list) .list-wrapper {
        width: 100%;
    }

    #campaign .campaign-list:not(.highlight-list):after {
        display: none;
    }

    #campaign .campaign-list-item .title-wrapper .info {
        font-size: 12px;
    }

    #campaign .campaign-list-item .title-wrapper .title {
        font-size: 14px;
    }

    #campaign .campaign-list-item.item-big .title-wrapper .title {
        font-size: 19px;
    }
}

@media (max-width: 415px) {
    #campaign .campaign-list-item {
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 22px;
    }

    #campaign .campaign-list-item:not(.item-big) {
        flex: 0 0 100%;
    }

    #campaign .campaign-list-item .title-wrapper .title {
        font-size: 19px;
    }

    #campaign .campaign-list-item:not(:last-child):after {
        content: '';
        width: 95%;
        height: 1px;
        background: #e6e6e6;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 415px) {
    #campaign .campaign_title, #campaign .other-list-title {
        font-size: 22px;
    }
}

/*---------Livespo Uni----------*/
.livespo__uni h2, .livespo__uni h6, .livespo__uni h3, .livespo__uni .title-h2, .livespo__uni .title-h3, .livespo__uni .title-h6 {
    font-family: "BeVietnamPro-Regular";
}

.livespo__uni p {
    font-family: 'BeVietnamPro-Light', sans-serif;
}

.livespo__uni strong {
    font-family: 'BeVietnamPro-SemiBold', sans-serif;
}

.livespo__uni .uni__title {
    font-size: 34px;
    color: var(--maincolor);
    text-align: center;
}

.livespo__uni .editor__name {
    font-size: 18px;
    color: #08acd5;
    margin-bottom: 20px;
}

.livespo__uni .uni__left {
    flex: 0 0 36.32%;
    margin-right: 6.25%;
}

.livespo__uni .uni__right {
    padding-right: 2.3%;
    font-size: 20px;
    line-height: 2rem;
}

.livespo__uni .uni__flex {
    display: flex;
}

.livespo__uni .container img {
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.livespo__uni .content-tab {
    min-height: 412px;
}

.livespo__uni .d-tab {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
}

.livespo__uni .d-tab-active {
    width: 100%;
    height: 100%;
    -webkit-animation: slide 0.5s forwards;
    animation: fadeTab .5s forwards;
}

.livespo__uni .none-article {
    text-align: center;
    font-size: 32px;
}

.livespo__uni .blog__header {
    position: relative;
}

.livespo__uni .blog__header h1 {
    font-family: "BeVietnamPro-SemiBold", sans-serif;
    position: absolute;
    font-size: 26px;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
    .livespo__uni .blog__header h1 {
        width: 80%;
    }
}

.livespo__uni .blog__header--banner {
    position: relative;
    padding: 75px 0;
    background: url("../../../../file.hstatic.net/200000303807/file/header-uni_74932f819cf24ef8be44875abb2cc0c5.png") no-repeat;
    background-position: center;
    background-color: #01aef0;
}

@media (max-width: 767px) {
    .livespo__uni .blog__header--banner {
        padding: 65px 0;
        background-image: url("../../../../file.hstatic.net/200000303807/file/bg_livespo_uni_79221b68541841d988b0d6fbaa10fb6b.jpg");
        background-repeat: no-repeat;
        background-position: right;
    }
}

.livespo__uni .blog__tab {
    padding: 30px 20px 60px;
    justify-content: space-between;
    gap: 7.4%;
    text-align: center;
}

.livespo__uni .blog__tab h6, .livespo__uni .blog__tab h2 {
    font-size: 20px;
    color: var(--maincolor);
    margin-bottom: 0;
    cursor: pointer;
}

.livespo__uni .blog__tab #tab_mb {
    appearance: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
    color: #5b657a;
    outline: none;
    padding: 0 20px;
}

.livespo__uni .blog__tab #tab_mb::-ms-expand {
    display: none;
}

.livespo__uni .blog__lated {
    display: flex;
    padding: 0 6.25% 0 4.7%;
}

.livespo__uni .blog__lated--left {
    flex: 0 0 48.24%;
}

.livespo__uni .blog__lated--right {
    flex: 1;
    padding-left: 7.9%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.livespo__uni .blog__lated--right h2, .livespo__uni .blog__lated--right .title-h2 {
    font-size: 34px;
    color: var(--maincolor);
    margin-bottom: 20px;
    line-height: 1.3em;
}

.livespo__uni .blog__lated--right p {
    font-size: 20px;
    line-height: 34px;
}

.livespo__uni .blog__recommend {
    padding: 90px 0 0;
}

.livespo__uni .blog__recommend .uni__title {
    margin-bottom: 30px;
}

.livespo__uni .blog__all {
    margin-top: 60px;
}

.livespo__uni .blog__all .uni__title {
    margin-bottom: 80px;
}

.livespo__uni .uni__article--wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.livespo__uni .uni__article--item {
    width: calc(90% / 3);
    text-align: center;
    margin-bottom: 30px;
}

.livespo__uni .uni__article--item h3, .livespo__uni .uni__article--item .title-h3 {
    font-size: 22px;
    color: var(--maincolor);
    line-height: 1.5em;
    margin: 10px auto 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.livespo__uni .uni__article--item p {
    font-size: 19px;
}

.livespo__uni .uni__article--img {
    overflow: hidden;
    border: 1px solid #dfdfe5;
    position: relative;
    padding-top: calc(100% / 191 * 127);
    border-radius: 8px;
}

.livespo__uni .uni__article--img a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.livespo__uni .uni__article--img a img:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.livespo__uni .article__header {
    padding: 20px 0 15px;
    background: var(--subcolor);
    text-align: center;
    color: #fff;
}

.livespo__uni .article__header h1 {
    font-size: 25px;
    max-width: 100%;
    margin: 0 auto 15px;
    line-height: 1.2em;
    font-family: "BeVietnamPro-SemiBold", sans-serif;
}

.livespo__uni .article__header p {
    font-size: 17px;
    margin-bottom: 10px;
}

.livespo__uni .article__info {
    padding: 50px 0 100px;
    display: flex;
}

.livespo__uni .article__info--left fieldset {
    padding: 0 7.5% 115px;
    text-align: center;
    border: 1px solid var(--subcolor);
}

.livespo__uni .article__info--left fieldset legend {
    font-size: 24px;
    margin-bottom: 35px;
    width: fit-content;
}

.livespo__uni .article__info--left fieldset img {
    margin-bottom: 25px;
    padding: 0 12.8%;
}

.livespo__uni .article__info--left fieldset h6 {
    margin-bottom: 15px;
    font-size: 19px;
}

.livespo__uni .article__info--left fieldset p {
    font-size: 18px;
    line-height: 2rem;
    font-family: 'BeVietnamPro-Regular', sans-serif;
}

.livespo__uni .article__info--right p {
    font-size: 20px;
    line-height: 2rem;
}

.livespo__uni .article__content {
    padding-bottom: 70px;
}

.livespo__uni .article__content--item {
    margin-bottom: 80px;
}

.livespo__uni .article__content--left {
    position: relative;
    margin-top: 20px;
}

.livespo__uni .article__content--left p {
    font-size: 20px;
    margin-top: 30px;
    margin-left: 3.2%;
}

.livespo__uni .article__content--left p:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    background: var(--subcolor);
    margin-left: -3.2%;
}

.livespo__uni .article__content--left p:after {
    content: '';
    width: 21px;
    height: 21px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -9px;
    background: var(--subcolor);
}

.livespo__uni .article__content--right h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.livespo__uni .article__content--right p {
    font-size: 20px;
    line-height: 2rem;
}

.livespo__uni .uni__article--relate .uni__title {
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .livespo__uni .editor__name {
        font-size: 16px;
    }

    .livespo__uni .blog__tab {
        padding: 30px 0 60px;
        /*white-space: nowrap;
                overflow-x: auto;*/
        gap: unset;
    }

    .livespo__uni .blog__tab h6, .livespo__uni .blog__tab h2 {
        padding: 0 8px;
    }

    .livespo__uni .blog__lated h2 {
        font-size: 24px;
    }

    .livespo__uni .blog__lated p {
        font-size: 18px;
    }

    .livespo__uni .article__header h1 {
        max-width: 70%;
    }

    .livespo__uni .article__info--left fieldset legend {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .livespo__uni .blog__tab h6, .livespo__uni .blog__tab h2 {
        display: none !important;
    }

    .livespo__uni .blog__tab .select_mb {
        margin: auto;
        display: grid !important;
        grid-template-areas: "select";
        align-items: center;
        position: relative;
        border-bottom: 1px solid #ececec;
        cursor: pointer;
        line-height: 1.1;
        min-width: 70%;
        background-color: #fff;
        height: 40px;
        padding-right: 10px;
        font-size: 16px;
    }

    .livespo__uni .blog__tab .select_mb:after {
        content: '';
        justify-self: end;
        width: 0.8em;
        height: 0.5em;
        background-color: #5b657a;
        -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
        clip-path: polygon(100% 0%, 0 0%, 50% 100%);
        grid-area: select;
    }

    .livespo__uni .blog__tab #tab_mb {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: transparent;
        border: none;
        width: 100%;
        z-index: 1;
        outline: none;
        grid-area: select;
    }

    .livespo__uni .blog__tab #tab_mb:focus {
        outline: none;
    }
}

@media (max-width: 767px) {
    .livespo__uni .uni__title {
        font-size: 20px;
    }

    .livespo__uni .editor__name {
        font-size: 14px;
    }

    .livespo__uni .blog__tab {
        padding: 30px 0;
    }

    .livespo__uni .blog__lated {
        flex-wrap: wrap;
        padding: 0;
    }

    .livespo__uni .blog__lated--left {
        flex: 0 0 100%;
    }

    .livespo__uni .blog__lated--right {
        padding: 10px 0 0;
    }

    .livespo__uni .blog__lated--right h2 {
        font-size: 18px;
    }

    .livespo__uni .blog__lated--right p {
        font-size: 16px;
    }

    .livespo__uni .uni__article--item {
        /*	width: calc((100% - 5%) / 2);*/
        width: 100%;
    }

    .livespo__uni .uni__article--item h3 {
        font-size: 18px;
    }

    .livespo__uni .uni__article--item p {
        font-size: 16px;
    }

    .livespo__uni .article__header h1 {
        font-size: 20px;
        max-width: unset;
    }

    .livespo__uni .article__info {
        padding: 50px 0;
    }

    .livespo__uni .article__info--left fieldset {
        padding-bottom: 65px;
    }

    .livespo__uni .article__info--left fieldset h6 {
        font-size: 16px;
    }

    .livespo__uni .article__info--left fieldset p {
        font-size: 14px;
    }

    .livespo__uni .article__info--right p {
        font-size: 14px;
    }

    .livespo__uni .article__content--item {
        margin-bottom: 40px;
    }

    .livespo__uni .article__content--left p {
        font-size: 14px;
        margin-top: 0;
    }

    .livespo__uni .article__content--left p:before {
        width: 3px;
        height: 100%;
    }

    .livespo__uni .article__content--left p:after {
        width: 0;
        height: 0;
    }

    .livespo__uni .article__content--right h3 {
        font-size: 16px;
    }

    .livespo__uni .article__content--right p {
        font-size: 16px;
    }

    .livespo__uni .blog__recommend {
        padding: 30px 0 0;
    }

    .livespo__uni .blog__recommend .uni__title {
        margin-bottom: 20px;
    }

    .livespo__uni .blog__all {
        margin-top: 30px;
    }

    .livespo__uni .blog__all .uni__title {
        margin-bottom: 30px;
    }

    .livespo__uni .uni__flex {
        flex-wrap: wrap;
    }

    .livespo__uni .uni__left {
        flex: 0 0 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .livespo__uni .uni__right {
        font-size: 16px;
    }

    .livespo__uni .uni__right span {
        font-size: 16px !important;
    }
}

/*---------Ban cố vấn----------*/
.blog__adviser {
    padding-top: 20px;
}

.blog__adviser p {
    font-family: 'BeVietnamPro-Light', sans-serif;
    font-size: 16px;
}

.blog__adviser h1 {
    font-size: 1.75rem;
}

.blog__adviser .header {
    position: relative;
    background: url(../../../../file.hstatic.net/200000303807/file/banner-header-ban-tu-van_613ec68120ec46649007588c6c9455ac.jpg) no-repeat;
    background-size: cover;
    padding: 75px 0;
    background-position: center;
}

.blog__adviser .header:after {
    position: absolute;
    content: '';
    background: #959899;
    opacity: 63%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .blog__adviser .header:after {
        background: url(../../../../file.hstatic.net/200000303807/file/banner-header-ban-tu-van_613ec68120ec46649007588c6c9455ac.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 60px 0;
    }
}

.blog__adviser .header h1 {
    font-family: "BeVietnamPro-SemiBold", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    color: #fff;
}

.blog__adviser .header .header__overlay {
    background-color: #828282;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 63%;
}

.blog__adviser .content p {
    line-height: 1.5rem;
    font-size: .98rem;
}

.blog__adviser .content__description {
    text-align: center;
    padding: 25px 1.56% 35px;
}

.blog__adviser .content__adviser {
    display: flex;
    flex-wrap: wrap;
    gap: 2.35%;
}

.blog__adviser .content__adviser--title {
    color: var(--maincolor);
    font-size: 1.75rem;
    font-family: 'BeVietnamPro-SemiBold', sans-serif;
    margin-bottom: 1.5rem;
}

.blog__adviser .content__adviser--item {
    width: calc((100% - 4.7%) / 3);
    margin-bottom: 30px;
    background-color: #f9f9f9;
    padding: 10px;
}

.blog__adviser .content__adviser--item h3 {
    font-size: .98rem;
    color: var(--maincolor);
    margin: 20px 0;
    text-transform: uppercase;
}

.blog__adviser .content__adviser--item p {
    margin-bottom: 10px;
}

.blog__adviser .content__adviser--item .adviser__img {
    position: relative;
    overflow: hidden;
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blog__adviser .content__adviser--item .adviser__img img:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.blog__adviser .content__adviser--item .adviser__img .adviser__overlay {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 5%;
    display: block;
    z-index: 9;
}

.blog__adviser .info {
    display: flex;
    flex-wrap: wrap;
    padding: 45px 0 50px;
}

.blog__adviser .info__img {
    flex: 0 0 25.8%;
    overflow: hidden;
}

.blog__adviser .info__img img {
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.95s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blog__adviser .info__detail {
    flex: 1;
    padding: 20px 5.86% 25px;
    background: var(--subcolor);
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.blog__adviser .info__detail--left {
    margin-right: 16.875%;
    flex: 0 0 53.75%;
}

.blog__adviser .info__detail--left h1 {
    font-size: 1.82rem;
    margin-bottom: .93rem;
}

.blog__adviser .info__detail--left h6 {
    font-size: 1.19rem;
    font-family: 'BeVietnamPro-Light', sans-serif;
    margin-bottom: 1.563rem;
}

.blog__adviser .info__detail--left span a {
    color: #fff;
    font-size: .875rem;
}

.blog__adviser .info__detail--button {
    transition: all .3s;
}

.blog__adviser .info__detail--button:hover {
    animation: pulse 1s infinite;
    transition: .3s;
}

.blog__adviser .info__detail--button a {
    padding: 22px;
    background: var(--maincolor);
    border-radius: 1.875rem;
    color: #fff;
    font-size: 1.18rem;
    display: block;
}

.blog__adviser .description table, .blog__adviser .description tr, .blog__adviser .description td {
    border: none !important;
}

.blog__adviser .description table strong, .blog__adviser .description tr strong, .blog__adviser .description td strong {
    font-family: "BeVietnamPro-SemiBold", sans-serif;
}

.blog__adviser .description ul {
    list-style: '-';
    padding: 0;
}

.blog__adviser .description ul li {
    line-height: 2rem;
}

.blog__adviser .description table tr td ul {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .blog__adviser .description table tr td {
        padding-left: 45px;
    }

    .blog__adviser .description table tr td:first-child {
        width: 50% !important;
    }

    .blog__adviser .description table tr td:nth-child(2) {
        border-left: 1px solid #eee !important;
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .blog__adviser .description table {
        display: block;
    }

    .blog__adviser .description table tr {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .blog__adviser .description table tr td {
        width: 100% !important;
        padding: 0 15px !important;
    }
}

.blog__adviser .adviser__relate {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .blog__adviser {
        padding-top: 0px;
    }

    .blog__adviser h1 {
        font-size: 1.2rem;
    }

    .blog__adviser p.content__description {
        padding: 25px 0 35px;
        font-size: 14px;
    }

    .blog__adviser .content__adviser--item {
        width: 100%;
    }

    .blog__adviser .content__adviser--item p {
        font-size: 14px;
    }

    .blog__adviser .info {
        padding: 25px 0;
    }

    .blog__adviser .info__img {
        flex: 0 0 100%;
    }

    .blog__adviser .info__detail h1 {
        font-size: 18px;
    }

    .blog__adviser .info__detail h6 {
        font-size: 16px;
    }

    .blog__adviser .info__detail--left {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blog__adviser .description td {
        padding: 0 15px 0 0;
    }

    .blog__adviser .description td:nth-child(2) {
        padding: 0 0 0 15px;
    }

    .blog__adviser .adviser__relate {
        margin-top: 30px;
    }

    .blog__adviser .content__adviser--item {
        margin-bottom: 15px;
    }
}

@media (max-width: 1024px) {
    .blog__adviser .info__detail--left {
        flex: 0 0 100%;
        margin: 0 0 20px 0;
    }

    .blog__adviser .info__detail--button a {
        padding: 12px;
    }
}

@media (max-width: 767px) {
    .col-sidebar, .col-article {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .article-content {
        padding: 0 !important;
    }

    .breadcrumb-shop ul {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .section-list, .blog-layout--header {
        padding: 0;
    }

    .section-list {
        margin-top: 20px;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
