.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.layout-blog {
    padding-bottom: 30px
}

.title-page {
    margin-bottom: 20px;
    text-align: center
}

.title-page img {
    display: block;
    margin: auto
}

.title-page span,.title-page a {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3257a2
}

@media (max-width: 767px) {
    .title-page span,.title-page a {
        font-size:20px
    }
}

.title-page a:hover {
    color: #009b50
}

.article-details {
    min-height: 100%;
    background: #fff;
    border-radius: 5px
}

.blog_noibat {
    border-radius: 5px;
    border: 1px solid #eee;
    display: block;
    margin-bottom: 20px
}

.blog_noibat h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
    background: #3257a2;
    color: #fff;
    padding-left: 10px;
    line-height: 1;
    border-radius: 5px 5px 0px 0px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px
}

.blog_noibat h2 a {
    color: #fff;
}

.blog_noibat h2 a:hover {
    color: #081b40
}

.blog_noibat .blog_content {
    padding: 10px
}

.blog_noibat .blog_content .item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-bottom: 1px dashed #F2F2F2;
    padding-bottom: 5px
}

.blog_noibat .blog_content .item .post-thumb {
    width: 100px;
    margin-right: 10px
}

.blog_noibat .blog_content .item .post-thumb .image-blog {
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 63.5%
}

.blog_noibat .blog_content .item .post-thumb .image-blog img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease
}

.blog_noibat .blog_content .item .contentright {
    width: calc(100% - 110px)
}

.blog_noibat .blog_content .item .contentright h3 {
    font-size: 14px;
    margin: 0
}

.blog_noibat .blog_content .item .contentright h3 a {
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog_noibat .blog_content .item .time-post {
    margin-bottom: 0px
}

.blog_noibat .blog_content .item .time-post span {
    font-size: 13px;
    font-style: italic
}

.blog_noibat .blog_content .item:last-child {
    border: initial;
    margin: 0;
    padding: 0
}

.layout-article {
    padding-bottom: 30px
}

.article-main .time-post {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    margin-right: 10px
}

.article-main .time-post svg {
    width: 15px;
    height: 15px;
    margin-top: -5px;
    margin-right: 2px
}

.article-main .time-post svg path {
    fill: #3257a2
}

.article-main .article-image {
    margin-bottom: 20px
}

.article-main .article-title {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    line-height: 34px
}

.article-main .posts {
    font-size: 12px;
    margin-bottom: 10px
}

.article-main .rte {
    font-size: 14px
}

.article-main .rte a {
    color: #3257a2;
}

.article-main .rte a:hover {
    color: #081b40;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .article-main .rte iframe {
        width:100%
    }
}

.article-main #article_comments {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px
}

.article-main #article_comments label {
    display: block;
    margin-bottom: 4px;
    font-weight: 700
}

.article-main #article_comments label .required {
    color: #ff0000
}

.article-main #article_comments input {
    height: 40px
}

.article-main .form-group input {
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 20px;
    border: 1px solid #e6e6e6
}

.article-main .form-group input::placeholder {
    color: #7c7c7c
}

.article-main .form-group input:-ms-input-placeholder {
    color: #7c7c7c
}

.article-main .form-group input::-ms-input-placeholder {
    color: #7c7c7c
}

.article-main .form-group textarea {
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 20px;
    border: 1px solid #e6e6e6
}

.article-main .form-group textarea::placeholder {
    color: #7c7c7c;
    opacity: 1
}

.article-main .form-group textarea:-ms-input-placeholder {
    color: #7c7c7c
}

.article-main .form-group textarea::-ms-input-placeholder {
    color: #7c7c7c
}

.article-main .button_45 {
    height: 40px;
    line-height: 38px;
    padding: 0 25px;
    background: #3257a2;
    font-size: 14px;
    color: #fff;
    border: solid 1px #3257a2;
    font-weight: 400;
    margin-top: 10px;
    border-radius: 5px
}

.article-main .button_45:hover {
    background: #081b40
}

.article-main .title-form-coment {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 15px;
    color: #000;
    font-weight: 500
}

.title-comment {
    color: #000;
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    font-weight: 600
}

@media (max-width: 992px) {
    .title-comment {
        font-size:30px
    }
}

#article-comments .article-comment {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #c9c8c5
}

#article-comments .article-comment:last-child {
    padding-bottom: 30px
}

#article-comments .article-comment-user-image {
    margin: 0;
    float: left;
    width: 80px;
    margin-right: 12px;
    height: 80px;
    border-radius: 0;
    display: block
}

#article-comments .article-comment-user-comment {
    display: block;
    float: left;
    width: calc(100% - 95px);
    -webkit-width: calc(100% - 95px);
    -moz-width: calc(100% - 95px);
    -o-width: calc(100% - 95px);
    -os-width: calc(100% - 95px);
    padding-left: 10px;
    word-break: break-word;
    font-size: em(14px)
}

#article-comments .user-name-comment {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 700
}

#article-comments .user-name-comment strong {
    font-weight: 700
}

#article-comments .article-comment-date-bull {
    padding: 5px 0;
    display: block;
    color: #b0b0b0;
    font-size: 12px
}

#article-comments .cm {
    font-size: 14px;
    color: #000
}

.social-sharing {
    border-top: solid 1px #e4e4e4;
    padding: 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    align-items: center
}

.social-sharing span {
    margin-right: 10px
}

.social-sharing .addthis_inline_share_toolbox {
    margin-top: 3px
}

.blog-lienquan {
    margin-top: 40px;
    position: relative
}

@media (max-width: 767px) {
    .blog-lienquan {
        margin-top:25px
    }
}

.blog-lienquan .title {
    text-align: center;
    margin-bottom: 0px
}

.blog-lienquan .title h3 {
    margin-bottom: 0px
}

.blog-lienquan .title a {
    color: #000;
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    font-weight: 600
}

@media (max-width: 992px) {
    .blog-lienquan .title a {
        font-size:30px
    }
}

.blog-lienquan .title a:hover {
    color: #3257a2
}

.blog-lienquan .title span {
    color: #081b40;
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block
}

@media (max-width: 992px) {
    .blog-lienquan .title span {
        font-size:30px
    }
}

@media (max-width: 991px) {
    .aside-content-blog {
        margin-top:30px
    }
}

.social-sharing {
    border-top: solid 1px #e4e4e4;
    padding: 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    align-items: center
}

.social-sharing .addthis_toolbox a {
    margin-bottom: 0
}

.social-sharing span {
    margin-right: 10px
}

.social-sharing .addthis_inline_share_toolbox {
    margin-top: 3px
}

.right-content .row .col-md-6 .item-blog .block-content .time-post {
    margin-bottom: 10px
}

.right-content .row .col-md-6 .item-blog .block-content h3 {
    font-size: 18px;
    margin-bottom: 10px
}

.blog-search-form {
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    max-width: 100%;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #3257a2
}

.blog-search-form input {
    width: 100%;
    height: 40px;
    padding-right: 80px;
    padding-left: 10px;
    border: 0
}

.blog-search-form button {
    position: absolute;
    right: 1px;
    width: 40px;
    height: 38px;
    background: #3257a2;
    border: 0;
    border-radius: 5px;
    top: 1px
}

.blog-search-form button:hover {
    background: #081b40
}

.art-pro {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .aside-blog-right {
        position:sticky;
        top: 10px
    }
}

.search-blog {
    display: block;
    margin-bottom: 20px
}

.item-blog {
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 10px;
    position: relative
}

.item-blog .block-thumb {
    position: relative
}

.item-blog .block-thumb .thumb {
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 63.5%;
    border-radius: 3px
}

.item-blog .block-thumb .thumb img {
    width: 100% !important;
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease
}

.item-blog .block-thumb:hover img {
    transform: scale(1.1)
}

.item-blog .block-content {
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: #fff;
    width: 100%;
    position: relative;
    margin-top: 15px
}

.item-blog .block-content h3 {
    font-size: 18px;
    margin-top: 0;
    padding-top: 0;
    text-transform: capitalize;
    margin-bottom: 5px;
    min-height: 24px;
    font-weight: 500
}

@media (max-width: 767px) {
    .item-blog .block-content h3 {
        font-size:16px
    }
}

.item-blog .block-content h3 a {
    color: #000;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.item-blog .block-content h3 a:hover {
    color: #3257a2
}

.item-blog .block-content p.justify {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.item-blog .block-content p.justify img,.item-blog .block-content p.justify iframe,.item-blog .block-content p.justify table {
    display: none
}

.item-blog .day_time {
    color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #3257a2;
    padding: 3px 7px;
    line-height: normal;
    z-index: 9;
    text-align: center;
    border-radius: 3px
}

.item-blog .day_time .day_item {
    font-size: 18px;
    display: block;
    font-weight: 600;
    line-height: 22px
}

.item-blog .day_time .myear_item {
    font-size: 12px;
    display: block;
    font-weight: 400
}

.thump-comment {
    background: #fff
}

.share-group {
    margin: 15px 0px
}

.share-group__item {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: opacity .3s ease
}

.share-group__item:hover {
    color: #fff;
    opacity: 0.6
}

.share-group__item {
    margin-left: 8px
}

.hidescroll {
    display: none
}

.auto {
    display: block
}

.fixMenu {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 30px;
    right: 0;
    width: auto;
    min-width: 373px;
    border: 1px solid rgba(224,224,224,0.95);
    background: #f9f9f9;
    overflow: auto;
    z-index: 999
}

.fixMenu .closeftoc {
    padding: 12px 5px;
    position: relative;
    margin-bottom: 10px;
    background: rgba(237,237,237,0.95);
    font-weight: 400;
    font-size: 20px
}

.fixMenu .closeftoc img {
    width: 24px;
    margin-right: 10px;
    vertical-align: middle
}

.fixMenu .closeftoc span {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 20px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    border: 2px solid #333;
    line-height: 14px;
    text-align: center;
    font-weight: 400
}

.fixMenu .bean-toc-bottom>ol {
    padding-left: 0px;
    list-style: decimal;
    list-style-type: none;
    list-style-position: inherit;
    padding-left: 0px
}

.fixMenu .bean-toc-bottom>ol li>a {
    padding: 5px 10px;
    display: inline-block;
    width: 100%
}

.fixMenu .bean-toc-bottom>ol li>a:hover {
    background: #3257a2;
    color: #fff
}

.fixMenu .bean-toc-bottom>ol li .is-collapsible {
    list-style: decimal;
    list-style-type: circle;
    list-style-position: inherit;
    padding-left: 0px
}

.fixMenu .bean-toc-bottom>ol li .is-collapsible li {
    padding-left: 0px;
    display: inline-block;
    width: 100%
}

.fixMenu .bean-toc-bottom>ol li .is-collapsible li a {
    padding-left: 30px;
    font-style: italic;
    position: relative;
    width: 100%
}

.fixMenu .bean-toc-bottom>ol li .is-collapsible li a:before {
    content: "";
    top: 13px;
    left: 15px;
    position: absolute;
    width: 9px;
    height: 9px;
    border: solid 2px #d7d7d7;
    border-radius: 50%
}

.fixMenu .bean-toc-bottom>ol li .is-collapsible li.is-active-li>a {
    background: #3257a2;
    color: #fff
}

.fixMenu .bean-toc-bottom>ol li.is-active-li>a {
    background: #3257a2;
    color: #fff
}

.tabClick {
    position: fixed;
    top: 30% !important;
    right: 0;
    z-index: 99;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    background: #3257a2
}

.tabClick img {
    width: 30px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(0)
}

.ftoc-head {
    background: #ebf9ff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 30px
}

.ftoc-head .title-goto-wrapper {
    margin-bottom: 15px;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #3257a2;
    display: inline-block
}

.ftoc-head .title-goto-wrapper img {
    height: 25px;
    position: absolute;
    left: 100%;
    top: -2px
}

.ftoc-head .bean-toc .toc-list {
    list-style: decimal;
    list-style-type: disc;
    list-style-position: inherit;
    padding-left: 20px
}

.ftoc-head .bean-toc .toc-list .toc-list-item {
    color: #000;
    margin-bottom: 10px;
    font-size: 16px
}

.ftoc-head .bean-toc .toc-list .toc-list-item a {
    color: #000;
    font-size: 16px
}

.ftoc-head .bean-toc .toc-list .toc-list-item .is-collapsible {
    list-style: decimal;
    list-style-type: circle;
    list-style-position: inherit;
    padding-left: 20px
}

.item_blog_index {
    position: relative
}

@media (min-width: 767px) {
    .item_blog_index {
        display:flex;
        margin-top: 15px;
        border-top: 1px solid #f2f2f2;
        padding-top: 15px
    }
}

@media (max-width: 767px) {
    .item_blog_index {
        display:block;
        margin-bottom: 30px
    }
}

.item_blog_index .update_date {
    display: flex;
    margin-bottom: 7px;
    font-size: 12px;
    color: #838383
}

.item_blog_index .update_date .user_name {
    margin-right: 24px
}

.item_blog_index .update_date .user_name b {
    color: #3257a2;
    font-weight: 500
}

.item_blog_index .update_date .user_date {
    font-style: italic
}

.item_blog_index .image-blog {
    padding-bottom: 63.5%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    border-radius: 5px
}

@media (min-width: 767px) {
    .item_blog_index .image-blog {
        -ms-flex:0 0 245px;
        flex: 0 0 245px;
        margin-right: 15px;
        padding-bottom: 156px
    }
}

.item_blog_index .image-blog img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s ease-in-out all;
    will-change: opacify;
    border-radius: 5px
}

.item_blog_index .image-blog .icon {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.17)
}

.item_blog_index .image-blog .icon svg {
    width: 50px;
    height: 50px
}

.item_blog_index .image-blog .icon svg path {
    fill: #fff
}

.item_blog_index .image-blog:hover .icon path {
    fill: #3257a2
}

.item_blog_index .blog_content {
    position: relative;
    width: 100%
}

@media (max-width: 767px) {
    .item_blog_index .blog_content {
        margin-top:7.5px
    }
}

.item_blog_index .blog_content h3 {
    margin-bottom: 7px;
    line-height: 22px
}

.item_blog_index .blog_content h3 a {
    color: #222;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 44px
}

.item_blog_index .blog_content h3 a:hover {
    color: #081b40
}

.item_blog_index .blog_content .blog_description {
    color: #2f2f2f;
    line-height: 20px;
    margin-bottom: 0px;
    word-break: break-word
}

@media (max-width: 767px) {
    .item_blog_index .blog_content .blog_description {
        display:-webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 40px
    }
}

.item_blog_index:hover .image-blog img {
    transform: scale(1.1)
}

.popup-video {
    position: fixed;
    z-index: 99999;
    top: 0 !important;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.89);
    display: none
}

.popup-video.active {
    display: flex
}

.popup-video .close-popup-video {
    background: #fff;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer
}

.popup-video .close-popup-video:hover {
    opacity: 0.8
}

.popup-video iframe {
    height: calc(100vh - 200px);
    width: 1100px
}

@media (max-width: 1100px) {
    .popup-video iframe {
        width:700px
    }
}

@media (max-width: 767px) {
    .popup-video .body-popup {
        padding:0 5px;
        width: 100%
    }

    .popup-video .body-popup iframe {
        width: 100%;
        height: 300px
    }
}
