@charset "utf-8";
body{
    -font-family-sans-serif: -apple-system,system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,"Helvetica Neue","Microsoft YaHei",Arial;
    --font-family-monospace: Tahoma,Arial,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-family: Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif,"PingFang SC","Microsoft YaHei";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 1;
    --bg-opacity: 1;
    transition: all .3s linear;
    background-color: #f8fbfc;
    scroll-behavior: smooth;
}

body, html {
    scroll-behavior: smooth;
}

address, blockquote, body, dd, div, dl, dt, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, html, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

webkit-scrollbar {
    width: 3px;
    height: 1px;
}
.rounded {
    border-radius: 8px!important;
}
.rounded-sm {
    border-radius: 12px!important;
}
.scroll-view::-webkit-scrollbar-thumb {
    border-radius: 3px; 
    background-color: #2db362;
}
.scroll-view::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    background: #fff;
    border-radius: 5px;
}
@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px
    }
}
.top-navbar {
    height: 50px;
    width: 100%;
    border-top: 2px solid #007bff;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
}
.navbar .navbar-brand {
    width: 140px;
    height: auto;
}
.navbar .nav-item .nav-link {
    font-size: 16px;
    text-align: left;
    color: #080808;
    font-weight:bold;
    display: inline-block;
    padding: 15px 15px;
    position: relative;
}
.navbar {
    background-color: #fff;
    z-index: 491;
    position: relative;
    padding: 0px 0px;
    box-shadow: none;
    border-bottom: 1px solid #ececec;
}
.navbar .nav-item .nav-link:hover{
    color: #007bff;
}

.navbar .nav-item .nav-link.active {
    color: #1a1919;
    letter-spacing: normal;
    text-indent: 0;
    border-bottom: 3px solid #007bff;
    padding-bottom: 0.95rem;
    padding: 13.5px 13.5px;
    font-weight: 700;
    text-decoration: none;
    bottom: 0;
}    

.navbar .nav-item .nav-link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    width:50%;
    left: 50%;
    position: absolute;
    background: #007bff;
    align-items: center;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }

.navbar .nav-item .nav-link:hover:after { 
    width: 100%; 
    left: 0; 
  }

.category-filter-title:after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #007bff;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.top-main-nav {
        background: #f5f5f5;
        position: relative;
        z-index: 1;
    }
    .wrap_new {
        width: 1090px;
        margin: auto;
        position: relative;
    }
    .top-main-nav ul li a, .top-main-nav ul li.more-nav span {
        padding: 12px 16px;
        display: inline-block;
        color: #272727;
    }
    .top-main-nav .active {
        border-radius: 90px;
        -moz-border-radius: 90px;
        background: #efefef;
        font-size: 11px;
        color: #1a1a1a;
        padding: 3px 8px 3px 8px;
        margin: 4px 4px 4px 0;
    }
    .wrap_new{overflow-x:hidden}.top-main-nav .wrap_new ul{display:table;table-layout:fixed}.top-main-nav .wrap_new ul li{display:table-cell;width:auto}.top-main-nav .wrap_new ul li a{white-space:nowrap}.article-list-blk li .article-list-img,.article-list-dtl{width:100%;display:block}.home-vid-player{width:100%;float:none}.home-video-list{width:100%;float:none;margin-top:15px}.main-vid-list figure{height:145px;margin-bottom:10px}

.category-current {
    display: inline-block!important;
    padding: 5px 14px!important;
    background-color: #f1f1f1!important;
    border-radius: 6px!important;
}

footer {
    font-size: 14px;
    margin-top: 28.8px;
    position: relative;
    color: #666!important;
    border-top: 1px solid #efefef;
}
.footer .footer-logo {
    width: 140px;
    height: auto;
}
.footer ul li a {
    color: #666!important;
}
.bg-secondary {
    background-color: #f8fbfc!important;
}
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 1px rgb(52 52 52 / 8%);
}
.btn-primary:hover {
    background-color: #6610f2;
    border-color: #6610f2;
    box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 1px rgb(52 52 52 / 8%);
}

 .article-title {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    color: #1d2129;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}

.article-title:active,.article-title:hover {
    color: #584bf3
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0;
    padding-bottom: 0!important;
}

.custom-pagination {
    border-radius: 30px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.05);
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 6px 8px
}

.custom-pagination li a {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    font-size: 16px;
    color: #818894;
    transition: all .3s ease
}

.custom-pagination li a:hover {
    background-color: #007bff;
    color: #fff;
    transition: all .3s ease
}

.custom-pagination li a.active {
    border: 1px solid #007bff;
    background-color: #007bff;
    color: #fff;
}

.custom-pagination li span.active {
    border: 1px solid #007bff;
    background-color: #007bff;
    color: #fff;
}

.custom-pagination li span.active {
    border: 1px solid #007bff;
    background-color: #007bff;
    color: #fff
}

.custom-pagination li:last-child {
    margin-right: 0
}

.custom-pagination li.disabled {
    border: 1px solid #ececec!important;
    cursor: not-allowed;
    color: #007bff
}

.custom-pagination .next,.custom-pagination .previous {
    border: 1px solid #007bff
}

.rtl .custom-pagination .next,.rtl .custom-pagination .previous {
    transform: rotate(180deg)
}

footer .footer-links li a {
    line-height: 35px;
}
footer,footer a {
    color: #666;
}
footer a:hover {
    color: #218ff6;
}
.post-show ul {
    list-style-type: normal;
}
.post-show li {
    list-style-type: normal;
    line-height: 44px;
}
.post-show li a {
    color: #574621;
    text-decoration: none;
    margin: 0 10px;
}
.post-show img{
    justify-content: center;
    align-content: center;
    margin: 10px auto 20px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    aspect-ratio: auto 700 / 467;
    border-radius: 10px!important;
    margin: auto!important;
    max-width: 100%;
}

.rich_media_title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 14px;
}

.wxw-img {
    vertical-align: bottom;
}

.rich_media_content * {
    max-width: 100%!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    word-wrap: break-word!important;
}

.rich_media_content {
    overflow: hidden;
    color: #333;
    font-size: 17px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    position: relative;
    z-index: 0;
}

.rich_media_inner {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.rich_media_content img {
    height: auto!important;
}

blockquote {
    padding-left: 10px;
    border-left: 3px solid #dbdbdb;
    color: rgba(0,0,0,0.5);
    font-size: 14px!important;
    padding-top: 0px;
    margin: 1em 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.code-snippet,.code-snippet__fix,.code-snippet *,.code-snippet__fix * {
    max-width: 1000%!important
}

.code-snippet {
    margin: 10px 0;
    display: block;
    overflow-x: auto;
    font-size: 14px;
    padding: 1em 1em 1em 3em;
    color: #333;
    position: relative;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    counter-reset: line;
    white-space: normal;
    -webkit-overflow-scrolling: touch
}

.code-snippet code {
    text-align: left;
    font-size: 14px;
    display: block;
    white-space: pre-wrap;
    position: relative;
    font-family: Consolas,Liberation Mono,Menlo,Courier,monospace
}

.code-snippet code:before {
    position: absolute;
    min-width: 1.5em;
    text-align: right;
    left: -2.5em;
    counter-increment: line;
    content: counter(line);
    display: inline;
    margin-right: 12px;
    color: rgba(0,0,0,.15)
}

.code-snippet_nowrap code {
    white-space: pre;
    display: -ms-flexbox;
    display: flex
}

.code-snippet__fix {
    font-size: 14px;
    margin: 10px 0;
    display: block;
    color: #333;
    position: relative;
    background-color: rgba(0,0,0,.03);
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    display: -ms-flexbox;
    display: flex;
    line-height: 26px
}

.code-snippet__fix pre {
    overflow-x: auto;
    padding: 1em 1em 1em 0;
    white-space: normal;
    -ms-flex: 1;
    flex: 1;
    -webkit-overflow-scrolling: touch
}

.code-snippet__fix code {
    text-align: left;
    font-size: 14px;
    display: block;
    white-space: pre;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-family: Consolas,Liberation Mono,Menlo,Courier,monospace
}

.code-snippet__fix .code-snippet__line-index {
    counter-reset: line;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%!important;
    padding: 1em;
    list-style-type: none
}

.code-snippet__fix .code-snippet__line-index li {
    list-style-type: none;
    text-align: right
}

.code-snippet__fix .code-snippet__line-index li:before {
    min-width: 1.5em;
    text-align: right;
    left: -2.5em;
    counter-increment: line;
    content: counter(line);
    display: inline;
    color: rgba(0,0,0,.15)
}

.code-snippet__comment,.code-snippet__quote {
    color: #afafaf;
    font-style: italic
}

.code-snippet__keyword,.code-snippet__selector-tag,.code-snippet__subst {
    color: #ca7d37
}

.code-snippet__number,.code-snippet__literal,.code-snippet__variable,.code-snippet__template-variable,.code-snippet__tag .code-snippet__attr {
    color: #0e9ce5
}

.code-snippet__string,.code-snippet__doctag,.code-snippet__title,.code-snippet__section,.code-snippet__selector-id {
    color: #d14
}

.code-snippet__subst {
    font-weight: 400
}

.code-snippet__type,.code-snippet__class .code-snippet__title {
    color: #0e9ce5
}

.code-snippet__tag,.code-snippet__name,.code-snippet__attribute {
    color: #0e9ce5;
    font-weight: 400
}

.code-snippet__regexp,.code-snippet__link {
    color: #ca7d37
}

.code-snippet__symbol,.code-snippet__bullet {
    color: #d14
}

.code-snippet__built_in,.code-snippet__builtin-name {
    color: #ca7d37
}

.code-snippet__meta {
    color: #afafaf
}

.code-snippet__deletion {
    background: #fdd
}

.code-snippet__addition {
    background: #dfd
}

.code-snippet__emphasis {
    font-style: italic
}

.code-snippet__strong {
    font-weight: 700
}

.post-show p, .post-show span {
    color: rgba(0,0,0,.9);
    line-height: 1.46rem;
}

ul,ol {
    list-style-type: square;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.webinar-card.webinar-list .image-box:after, .webinar-card.webinar-list .image-box img {
    border-radius: 10px;
}

.webinar-card.webinar-list {
    border-radius: 12px; 
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.05)!important;
    background-color: #fff;
    margin-left: 15px;
    margin-right: 15px;
}
.webinar-card.webinar-list:hover {
    border-radius: 12px; 
	background-color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 8px 12px 0px rgba(0,0,0,.1)!important;
}
.webinar-card .image-box {
    position: relative;
    width: 330px;
    height: auto;
    margin: 15px;
    overflow: hidden;
}
.webinar-card.webinar-list.webinar-list-2 .image-box {
    height: 150px;
}
.popular-post .popular-post-image {
    width: 90px;
    min-width: 90px;
    height: 70px;
    overflow: hidden;
}
.user-inline-avatar .small_avatar {
    width: 25px;
    max-width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
}
a.nav-btn.disabled:hover{
    background-color: #CCCCCC;
}
.btn-purple{
    color: #fff;
    background-color: #aa66cc;
    border-color: #9359b2;
}
.btn-purple:hover{
    color: #fff;
    background-color: #8954a8;
}
.bg-light-sky{
    background-color: #e7ecff !important;
}
.bg-light-success{
    background-color: #eefff6 !important;
}
.bg-dark-blue{
    background-color: #033E80 !important;
}
.bg-gradient-green{
    background: linear-gradient(#82e7a2, #91f6b1);
}
.box-shadow{
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 2px 1px 0 rgba(20,23,28,.1);
    border-radius:5px;
}
.bg-gradient-blue{
    background-image: linear-gradient(270deg,#0dacf3,#006bff,#603eff);
}
.font-white{
    color:#fff;
    font-size:14px;
    font-weight: 600;
}
.cart-banner {
    width: 100%;
    padding: 100px 0;
    background-image: linear-gradient(270deg,#0dacf3,#006bff,#603eff);
}
.pagination-nav {
    grid-gap: 1rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2,1fr)
}

.pagination-nav__link {
    border: 1px solid #dadde1;
    border-radius: 10px;
    display: block;
    height: 100%;
    line-height: 1.25;
    padding: 1.5rem;
    transition: border-color 200ms cubic-bezier(0.08, 0.52, 0.52, 1)
}

.pagination-nav__link:hover {
    border: 1px solid #226ccb;
    border-color: #226ccb;
    text-decoration: none;
    background-color: #fff;
}

.pagination-nav__link--next {
    grid-column: 2/3;
    text-align: right
}

.pagination-nav__label {
    font-size: 14px;
    font-weight: bold;
    word-break: break-word
}

.pagination-nav__link--prev .pagination-nav__label:before {
    content: "« "
}

.pagination-nav__link--next .pagination-nav__label:after {
    content: " »"
}

.pagination-nav__sublabel {
    color: #999;
    font-size: 13px;
    font-weight:bold;
    margin-bottom: .25rem
}
.docusaurus-mt-lg {
    margin-top: 3rem;
}
