body {
    background: #fafafa !important;
}

@font-face {
    font-family: Raleway;
    src: url(https://fonts.googleapis.com/css2?family=Raleway:wght@700&family=Roboto:wght@400&display=swap);
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');

#site-header.exception-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
#site-header.menu-scroll {
    background-color: #fff;
}
a {
    text-decoration: none !important;
}
#sub-menu.sub-menu {
    position: absolute;
    width: 100%;
    top: 125px;
    left: 0;
    background-color: transparent;
    z-index: 1000;
    transition: all 0.5s;
}
#sub-menu.sub-menu .sub-menu-wrap {
    width: 1100px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    list-style-type: none;
    display: flex;
    padding-inline-start: 0;
}
#sub-menu.sub-menu .sub-menu-wrap li {
    position: relative;
    margin-right: 50px;
}
#sub-menu.sub-menu .sub-menu-wrap li .sub-menu-head {
    color: #fff;
    font-family: "Encode Sans", sans-serif;
    margin: 0;
    font-weight: 400;
}
#sub-menu.sub-menu .sub-menu-wrap li:hover {
    cursor: pointer;
}
#sub-menu.sub-menu .sub-menu-wrap li:hover ul {
    max-height: 500px;
}
#sub-menu.sub-menu .sub-menu-wrap li .dropdown-menu {
    position: absolute;
    list-style-type: none;
    padding-inline-start: 0;
    top: 30px;
    left: 0;
    min-width: 200px;
    max-width: 300px;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: max-height 0.5s;
}
#sub-menu.sub-menu .sub-menu-wrap li .dropdown-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: -5px;
    left: 10%;
}
#sub-menu.sub-menu .sub-menu-wrap li .dropdown-menu .sub-menu-child {
    width: 100%;
    border: none;
    padding: 8px 15px;
    margin-bottom: 0;
    color: #011c30;
    font-size: 13px !important;
}
#sub-menu.sub-menu .sub-menu-wrap li .dropdown-menu .sub-menu-child a {
    color: #011c30;
    font-size: 13px !important;
}
#sub-menu.sub-menu .sub-menu-wrap li .dropdown-menu .sub-menu-child:hover {
    background-color: #1a304f;
}
#sub-menu.sub-menu .sub-menu-wrap li .dropdown-menu .sub-menu-child:hover a {
    color: #fff;
}
#sub-menu.sub-menu .sub-menu-wrap li .dropdown-menu:hover {
    max-height: 500px;
}
#sub-menu.sub-menu.onscroll {
    background-color: #1a304f;
    top: 80px;
    position: fixed;
}
.hub #sub-menu.sub-menu {
    background: url(https://content.cdntwrk.com/files/aHViPTIxOCZjbWQ9aXRlbWVkaXRvcmltYWdlJmZpbGVuYW1lPWl0ZW1lZGl0b3JpbWFnZV81YmQwODA2ODkzN2Q2LmpwZyZ2ZXJzaW9uPTAwMDAmc2lnPTY1OTk0ZjUyZTU4MWU5YWVhZDQ0ODFlNzdjOThjMmM1%22) no-repeat center;
}
.banner-tong {
    margin-top: 100px;
}
.banner-tong .banner-title .title {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    color: #333;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    margin-bottom: 15px;
}
.banner-tong .banner-wrap {
    width: 800px;
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
}
.banner-tong .banner-wrap .banner-content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.banner-tong .banner-wrap .banner-content p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}
.banner-tong .breadcrumb {
    padding: 0 0 15px;
}
.banner-tong .child-cat {
    width: 1100px;
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
}
.banner-tong .child-cat ul {
    list-style: none;
    padding-inline-start: 0;
    display: grid;
}
.banner-tong .child-cat ul.collumn-5 {
    grid-template-columns: 17.8% 17.8% 17.8% 17.8% 17.8%;
    grid-gap: 30px;
}
.banner-tong .child-cat ul.collumn-3 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 30px;
}
.banner-tong .child-cat ul.collumn-2 {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 50% 50%;
    grid-gap: 30px;
}
ul.collumn-4.child-cat-slide {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 22.6% 22.6% 22.6% 22.6%;
    grid-gap: 30px;
}
.banner-tong .child-cat ul .cat-item {
    padding: 39px 5px;
    display: inline-block;
    background-color: #ecf2fe;
    text-align: center;
    position: relative;
    border-radius: 5%;
    transition: all 0.2s;
}
.banner-tong .child-cat ul .cat-item a {
    text-decoration: none;
    display: block;
}
.banner-tong .child-cat ul .cat-item:hover {
    background-color: #3470f2;
    cursor: pointer;
}
.banner-tong .child-cat ul .cat-item:hover .cat-name {
    text-decoration: none;
    color: #fff;
}
.banner-tong .child-cat ul .cat-item .cat-icon {
    background-color: #94adf0;
    border-radius: 100%;
    display: inline-block;
    max-width: 70px;
}
.banner-tong .child-cat ul .cat-item .cat-name {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 0.5em 0 0;
    font-family: Raleway, sans-serif;
    min-height: 53px;
}
.banner-tong .child-cat ul.child-cat-slide {
    text-align: center;
}
.banner-tong .child-cat ul.collumn-5 .cat-item {
    padding: 32px 5px;
    display: inline-block;
    background-color: #ecf2fe;
    text-align: center;
    position: relative;
    border-radius: 5%;
    transition: all 0.2s;
}
.banner-tong .child-cat ul.collumn-5 .cat-item:hover {
    background-color: #3470f2;
}
.banner-tong .child-cat ul.child-cat-slide .slick-arrow {
    width: 40px;
    height: 40px;
    padding: 7px 0 14px;
    background-color: #3470f2;
}
.banner-tong .child-cat ul.child-cat-slide .slick-arrow:before {
    font-family: unset;
}
.banner-tong .child-cat ul.child-cat-slide .slick-arrow.slick-prev {
    top: 120%;
    position: absolute;
    left: 35%;
}
.banner-tong .child-cat ul.child-cat-slide .slick-arrow.slick-prev:before {
    content: "";
}
.banner-tong .child-cat ul.child-cat-slide .slick-arrow.slick-next {
    top: 120%;
    position: absolute;
    right: 35%;
}
.banner-tong .child-cat ul.child-cat-slide .slick-arrow.slick-next:before {
    content: "";
}
.featured {
    margin-top: 200px;
}
.featured .featured-wrap {
    width: 1100px;
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
}
.featured .featured-wrap::before {
    display: table;
    content: "";
    line-height: 0;
}
.featured .featured-wrap::after {
    clear: both;
    display: table;
    content: "";
    line-height: 0;
}
.featured .featured-wrap .featured-box {
    float: left;
    width: 23%;
    margin: 0 1%;
}
.featured .featured-wrap .featured-box .heading {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #1a304f;
    font-weight: 600;
    display: inline-block;
}
.featured .featured-wrap .featured-box .heading i {
    font-size: 80%;
    margin-left: 2px;
    position: relative;
    left: 0;
}
.featured .featured-wrap .featured-box .heading:hover {
    text-decoration: none;
    color: #ce0058;
}
.featured .featured-wrap .featured-box .box .img-box {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    background: #fff;
    height: 300px;
    margin-bottom: 20px;
}
.featured .featured-wrap .featured-box .box .img-box .img-wrap {
    max-height: 55%;
    overflow: hidden;
}
.featured .featured-wrap .featured-box .box .img-box .img-wrap img {
    width: 100%;
}
.featured .featured-wrap .featured-box .box .img-box .title {
    font-size: 17px;
    margin: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #1a304f;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.featured .featured-wrap .featured-box .box .other-post {
    border-left: 4px solid #ce0058;
}
.featured .featured-wrap .featured-box .box .other-post .link {
    background: #f1f3f4;
    padding: 20px 10px;
    display: block;
    position: relative;
    border-bottom: 1px solid #8591a1;
    color: #1a304f;
}
.featured .featured-wrap .featured-box .box .other-post .link .title {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.featured .featured-wrap .featured-box .box .other-post .link .read-more {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-bottom: 0;
}
.featured .featured-wrap .featured-box .box .other-post .link:hover {
    text-decoration: none;
    background-color: #688298;
    color: #fff;
}
.featured .featured-wrap .featured-box .box .other-post .link:hover .read-more {
    text-decoration: underline;
}
.featured .featured-wrap .featured-box:nth-child(2) .box .other-post {
    border-color: #688298;
}
.featured .featured-wrap .featured-box:nth-child(3) .box .other-post {
    border-color: #d73379;
}
.featured .featured-wrap .featured-box:nth-child(4) .box .other-post {
    border-color: #38296f;
}
.heading-title {
    width: 1100px;
    max-width: 85%;
    margin: 50px auto;
    font-size: 36px;
    font-weight: 700;
}
.post-box {
    overflow: hidden;
    background-color: #ecf2fe;
    padding-top: 56px;
}
.post-box .post-list {
    width: 1100px;
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}
.post-box .post-list .post-box-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 64px;
    color: #333;
    margin-bottom: 26px;
    font-family: Raleway, sans-serif;
}
.post-box .post-list .category-heading {
    padding: 5px 20px;
    background-color: #276ae6;
    color: #fff;
    width: fit-content;
    letter-spacing: normal;
}
.post-box .post-list .child-box {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 40px;
}
.post-box .post-list .more {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}
.post-box .post-list .more a {
    padding: 5px 20px;
    border: 2px solid #276ae6;
    background-color: transparent;
    color: #276ae6;
    transition: all 0.4s;
}
.post-box .post-list .more a:hover {
    background-color: #276ae6;
    color: #fff;
    text-decoration: none;
}
.post-box .post-list .list-post {
    list-style: none;
    padding-inline-start: 0;
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    grid-gap: 30px;
    margin-bottom: 50px;
}
.post-box .post-list .highlight-post-box {
    position: relative;
    padding: 0;
    line-height: 1.5em;
    background: 0 0;
    overflow: hidden;
}
.post-box .post-list .highlight-post-box .highlight-img {
    position: relative;
    width: 100%;
    height: 35%;
    padding: 0;
    margin: 0;
}
.post-box .post-list .highlight-post-box .highlight-img a {
    display: block;
    width: 100%;
    height: 100%;
}
.post-box .post-list .highlight-post-box .highlight-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
}
.post-box .post-list .highlight-post-box .highlight-img iframe {
    max-width: 100%;
}
.post-box .post-list .highlight-post-box .highlight-post-content {
    position: relative;
    width: 100%;
    background-color: transparent;
}
.post-box .post-list .highlight-post-box .highlight-post-content .meta {
    display: flex;
    margin: 10px 0;
}
.post-box .post-list .highlight-post-box .highlight-post-content .meta .cat {
    margin-right: 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    color: #333;
}
.post-box .post-list .highlight-post-box .highlight-post-content .meta .date {
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    color: #999;
}
.post-box .post-list .highlight-post-box .highlight-post-content .content-box {
    margin: 0;
}
.post-box .post-list .highlight-post-box .highlight-post-content .content-box .post-title {
    font-weight: 500;
    color: #1a304f;
    text-decoration: none;
}
.post-box .post-list .highlight-post-box .highlight-post-content .content-box .post-title .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21.6px;
    color: #333;
    margin-top: 7.6px;
    margin-bottom: 0;
    min-height: 60px;
    font-family: Raleway, sans-serif;
}
.post-box .post-list .highlight-post-box .highlight-post-content .content-box .post-title:hover {
    text-decoration: none !important;
    color: #276ae6;
}
.post-box .post-list .highlight-post-box .highlight-post-content .content-box .description p {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    margin-top: 16.1px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.post-box .post-list .highlight-post-box .link {
    position: absolute;
    bottom: 0;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 5px 0 0 0;
    margin: 20px;
    width: calc(100% - 44px);
    line-height: 26px;
    font-weight: 500;
}
.post-box .post-list .highlight-post-box .link .fa-wifi {
    transform: rotate(45deg);
    margin-right: 5px;
    color: #4f4f4f;
}
.post-box .post-list .highlight-post-box .link a {
    color: #4f4f4f;
    font-weight: 400;
}
.post-box .post-list .highlight-post-box .link a .fa-chevron-right {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    content: ">";
    background: 0 0;
    font-size: 12px;
    color: #1a304f;
    height: auto;
    width: auto;
}
.post-box .post-list .highlight-post-box .link a:hover {
    color: #276ae6;
    text-decoration: none;
}
.post-box .post-list .highlight-post-box.qc .img-wrap {
    width: 100%;
    height: 375px;
}
.post-box .post-list .highlight-post-box.qc .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-box .post-list .highlight-post-box.qc .qc-content-box {
    position: absolute;
    display: table;
    height: 100%;
    width: 90%;
    top: 0;
    left: 5%;
    text-align: center;
}
.post-box .post-list .highlight-post-box.qc .qc-content-box .qc-content {
    display: table-cell;
    vertical-align: middle;
}
.post-box .post-list .highlight-post-box.qc .qc-content-box .qc-content .title {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 0.5em;
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    font-family: Raleway, sans-serif;
}
.post-box .post-list .highlight-post-box.qc .qc-content-box .qc-content a {
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 12px 30px;
    height: auto;
    color: #fff;
    background-color: #ce0058;
    font-family: Raleway, sans-serif;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.post-box .post-list .highlight-post-box.qc .qc-content-box .qc-content a:hover {
    text-decoration: none !important;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}
.post-box .post-list .highlight-post-box.form {
    border: none !important;
}
.post-box .post-list .highlight-post-box.form .img-wrap {
    height: 100%;
    width: 100%;
}
.post-box .post-list .highlight-post-box.form .img-wrap img {
    width: 100%;
    height: 100%;
}
.post-box .post-list .highlight-post-box.form .form-content-box {
    position: absolute;
    display: table;
    height: 100%;
    width: 90%;
    top: 0;
    left: 5%;
    text-align: center;
}
.post-box .post-list .highlight-post-box.form .form-content-box .form-content {
    display: table-cell;
    vertical-align: middle;
}
.post-box .post-list .highlight-post-box.form .form-content-box .form-content .title {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 36px;
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
}
.post-box .post-list .highlight-post-box.form .form-content-box .form-content a {
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 12px 30px;
    height: auto;
    color: #fff;
    background-color: #ce0058;
}
.post-box .post-list .highlight-post-box.form .form-content-box .form-content a:hover {
    text-decoration: none !important;
}
.post-box .post-list .highlight-post-box.cta {
    opacity: 1;
    width: 100%;
    box-shadow: none;
    background: 0 0;
    overflow: visible;
    position: relative;
    clear: both;
    display: flex;
    justify-content: space-between;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-gap: 30px;
}
.post-box .post-list .highlight-post-box.cta::before {
    background: #f1f3f4;
    width: 200%;
    height: 100%;
    position: absolute;
    left: -50%;
    top: 0;
}
.post-box .post-list .highlight-post-box.cta .highlight-img {
    width: 49%;
    display: inline-block;
    height: 100%;
}
.post-box .post-list .highlight-post-box.cta .highlight-img img {
    height: 100%;
}
.post-box .post-list .highlight-post-box.cta .highlight-post-content {
    display: inline-block;
    width: 49%;
    height: 100%;
    right: 0;
    background-color: transparent;
}
.post-box .post-list .highlight-post-box.cta .highlight-post-content .post-title .title {
    font-size: 24px;
    line-height: 1.2;
    margin-left: 0;
    color: #333;
    margin: 0.5em 0;
    font-family: Raleway, sans-serif;
    font-weight: 700;
}
.post-box .post-list .highlight-post-box.cta .highlight-post-content .description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    color: #666;
    margin-top: 16.1px;
    margin-bottom: 0;
}
.post-box .post-list .highlight-post-box.cta .highlight-post-content .link {
    position: relative;
    width: fit-content;
    background: #a80a56;
    color: #fff;
    border: none;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    border-radius: 3px;
    display: inline-block;
    padding: 7px 45px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: 0;
    text-shadow: none;
}
.post-box .post-list .highlight-post-box.cta:hover {
    box-shadow: none;
}
.post-box .post-list .highlight-post-box.cta::after {
    display: none;
}
.post-box .post-list .highlight-post-box:hover .link a {
    color: #276ae6;
    text-decoration: none;
}
.post-box .post-list .highlight-post-box:hover .video-img {
    transform: scale(1.1);
}
.post-box .post-list .highlight-post-box.video-box:first-child {
    width: 250px;
    height: 330px;
}
.post-box .post-list .highlight-post-box.video-box:first-child .highlight-post-content .content-box .post-title .title {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
}
.post-box .post-list .highlight-post-box.video-box:first-child .link {
    border-top: 1px solid #4f4f4f;
}
.post-box .post-list .highlight-post-box.video-box .highlight-img .video-img {
    transition: all 0.5s;
}
.post-box .post-list .highlight-post-box.video-box .highlight-post-content .content-box {
    margin: 20px 30px 0;
}
.post-box .post-list .highlight-post-box.video-box .highlight-post-content .content-box .post-title .title {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
}
.post-box .post-list .highlight-post-box.video-box .highlight-post-content .content-box .description p {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    margin-top: 0;
}
.post-box .post-list .highlight-post-box.video-box .link {
    border-top: 1px solid #4f4f4f;
}
.post-box .post-list .highlight-post-box.video-box .link-wrap {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.post-box .post-list .highlight-post-box.video-box .link-wrap:hover {
    cursor: pointer;
}
.post-box .post-list .highlight-post-box.video-box .time {
    position: absolute;
    display: block;
    width: fit-content;
    top: 3%;
    left: 3%;
    padding: 5px 10px;
    border-radius: 1rem;
    background-color: #fff;
    z-index: 90;
}
.selected-post-list {
    padding: 50px 0;
}
.selected-post-list .section-wrap {
    width: 1100px;
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
}
.selected-post-list .section-wrap .section-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 64px;
    color: #333;
    font-family: Raleway, sans-serif;
}
.selected-post-list .section-wrap .selected-slide {
    padding-top: 20px;
    max-width: 1100px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.selected-post-list .section-wrap .selected-slide .slick-list {
    margin: 0 -10px;
}
.selected-post-list .section-wrap .selected-slide .post-box {
    position: relative;
    padding: 0;
    line-height: 1.5em;
    background: 0 0;
    overflow: hidden;
    margin: 0 10px;
}
.selected-post-list .section-wrap .selected-slide .post-box .highlight-img {
    position: relative;
    width: 100%;
    height: 35%;
    padding: 0;
    margin: 0;
    min-height: 135px;
}
.selected-post-list .section-wrap .selected-slide .post-box .highlight-img a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 135px;
}
.selected-post-list .section-wrap .selected-slide .post-box .highlight-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
    min-height: 135px;
}
.selected-post-list .section-wrap .selected-slide .post-box .highlight-img iframe {
    max-width: 100%;
}
.selected-post-list .section-wrap .selected-slide .post-box .post-content {
    position: relative;
    width: 100%;
    background-color: transparent;
}
.selected-post-list .section-wrap .selected-slide .post-box .post-content .meta {
    display: flex;
    margin: 10px 0;
}
.selected-post-list .section-wrap .selected-slide .post-box .post-content .meta .cat {
    margin-right: 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    color: #333;
}
.selected-post-list .section-wrap .selected-slide .post-box .post-content .meta .date {
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    color: #999;
}
.selected-post-list .section-wrap .selected-slide .post-box .post-content .content-box {
    margin: 0;
}
.selected-post-list .section-wrap .selected-slide .post-box .post-content .content-box .post-title {
    font-weight: 500;
    color: #1a304f;
    text-decoration: none;
}
.selected-post-list .section-wrap .selected-slide .post-box .post-content .content-box .post-title .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21.6px;
    color: #333;
    margin-top: 7.6px;
    margin-bottom: 0;
    min-height: 60px;
    font-family: Raleway, sans-serif;
}
.selected-post-list .section-wrap .selected-slide .post-box .post-content .content-box .post-title:hover {
    text-decoration: none !important;
    color: #276ae6;
}
.selected-post-list .section-wrap .selected-slide .post-box .post-content .content-box .description p {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    margin-top: 16.1px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.selected-post-list .section-wrap .selected-slide .slick-arrow {
    width: 56px;
    height: 56px;
    padding: 10px 0 14px;
    background-color: #3470f2 !important;
    color: #fff;
}
.selected-post-list .section-wrap .selected-slide .slick-arrow:before {
    font-family: unset;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.selected-post-list .section-wrap .selected-slide .slick-arrow.slick-prev {
    top: -10%;
    left: 89%;
}
.selected-post-list .section-wrap .selected-slide .slick-arrow.slick-prev:before {
    content: "←";
}
.selected-post-list .section-wrap .selected-slide .slick-arrow.slick-next {
    top: -10%;
    right: 0;
}
.selected-post-list .section-wrap .selected-slide .slick-arrow.slick-next:before {
    content: "→";
}
.download-banner {
    position: relative;
}
.download-banner .banner-background {
    position: absolute;
    z-index: 90;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.download-banner .banner-background img {
    height: 100%;
    width: 100%;
}
.download-banner .wrap {
    width: 1100px;
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 90px 0 20px;
    z-index: 100;
}
.download-banner .wrap .logo-nocolor {
    position: absolute;
    left: 0;
    top: 0;
    width: 8%;
    z-index: 101;
}
.download-banner .wrap .logo-nocolor img {
    width: 100%;
}
.download-banner .wrap .download-intro {
    width: 100%;
    margin-right: auto;
    color: #4f4f4f;
    font-family: "Encode Sans", sans-serif;
}
.download-banner .wrap .download-intro .sub-title {
    font-weight: 700;
    margin: 0;
}
.download-banner .wrap .download-intro .main-title {
    margin: 0;
    font-size: 48px;
}
.download-banner .wrap .download-intro .thumbnail-wrap {
    text-align: center;
    margin: 20px 0;
}
.download-banner .wrap .download-intro .thumbnail-wrap img {
    width: 60%;
    height: auto;
}
.download-banner .wrap .download-intro .video-content {
    color: #4f4f4f;
}
.download-banner .wrap .download-intro .video-content p {
    line-height: 1.5;
}
.download-banner .wrap .download-intro .video-content ul {
    padding-inline-start: 4%;
    margin-top: 0;
}
.download-banner .wrap .download-intro .video-content .author-intro {
    font-size: 20px;
    font-style: italic;
}
.download-banner .wrap .download-intro .head-list {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.download-banner .wrap .download-form {
    width: fit-content;
    margin-left: auto;
    padding: 25px 50px 10px 50px;
    border-radius: 10px;
}
.download-banner .wrap .download-form .title {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.download-banner .wrap .download-form label {
    color: #4f4f4f;
    padding-left: 10px;
}
.download-banner .wrap .download-form .submit-wrap {
    text-align: center;
}
.download-banner .wrap .download-form input {
    width: 300px;
    max-width: 100%;
    height: 35px;
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    box-shadow: inset -5px 5px 4px rgba(189, 189, 189, 0.5);
    border-radius: 9px;
    padding-left: 10px;
}
.download-banner .wrap .download-form input[type="submit"] {
    width: fit-content;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    background-color: #f50057;
    color: #fff;
    padding: 10px 50px;
}
.hs-error-msgs label {
    color: #ff0 !important;
}
.partner {
    background-color: #f6f6f6;
    padding: 30px 0;
    margin-bottom: 50px;
}
.partner .partner-intro {
    text-align: center;
    font-family: "Encode Sans", sans-serif;
}
.partner .partner-intro .title {
    font-size: 1.2em;
    color: #4f4f4f;
    text-align: center;
    margin-bottom: 0;
    width: 800px;
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
}
.partner .partner-slide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.partner .partner-slide .ca-container {
    height: 150px;
}
.partner .partner-slide .ca-container .ca-nav span {
    left: -40px;
}
.partner .partner-slide .ca-container .ca-nav span.ca-nav-next {
    right: -40px;
    left: auto;
}
.partner .partner-slide .ca-container .ca-wrapper .ca-item .ca-item-main {
    padding: 0 25px;
    background-color: transparent;
}
.partner .partner-slide .ca-container .ca-wrapper .ca-item .ca-item-main .brand-img {
    height: 150px;
    line-height: 150px;
}
.partner .partner-slide .ca-container .ca-wrapper .ca-item .ca-item-main .brand-img img {
    vertical-align: middle;
}
.partner .btn-wrap {
    text-align: center;
}
.partner .btn-wrap a {
    padding: 10px 30px;
    border-radius: 4px;
    background-color: #f50057;
    color: #fff;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}
.modal .modal-wrap {
    display: table;
    height: 100%;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.modal .modal-wrap .modal-box-wrap {
    display: table-cell;
    vertical-align: middle;
}
.modal .modal-wrap .modal-box-wrap .modal-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    position: relative;
    max-height: 100vh;
    display: block;
}
.modal .modal-wrap .modal-box-wrap .modal-box iframe {
    width: 100%;
    height: 85vh;
}
.modal .modal-wrap .modal-box-wrap .modal-box #close {
    position: absolute;
    left: 102%;
    top: 0;
    color: #fff;
    font-size: 28px;
}
.modal .modal-wrap .modal-box-wrap .modal-box #close:hover {
    cursor: pointer;
    text-decoration: none;
}
.more-info {
    position: relative;
    z-index: 1000;
}
.more-info .more-info-wrap {
    width: 1100px;
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
}
.more-info .more-info-wrap .title {
    font-size: 24px;
    color: #4f4f4f;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.more-info .more-info-wrap .info-wrap {
    text-align: center;
    padding: 0 20px;
}
.more-info .more-info-wrap .info-wrap img {
    width: 70%;
}
.more-info .more-info-wrap .info-wrap .info-content {
    line-height: 1.5;
}
.more-info .more-info-wrap .btn {
    text-align: center;
    display: block;
}
.more-info .more-info-wrap .btn a {
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    display: inline-block;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.archive .breadcrumb {
    width: 1100px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
}
@media (max-width: 48em) {
    .banner-tong .breadcrumb {
        display: flex;
    }
    .sub-menu#sub-menu {
        display: none;
    }
    .post-box .post-list .highlight-post-box {
        width: 100% !important;
        height: auto;
    }
    .post-box .post-list .highlight-post-box .highlight-img {
        position: relative;
        height: auto;
    }
    .post-box .post-list .highlight-post-box .highlight-post-content {
        position: relative;
        height: auto;
    }
    .post-box .post-list .highlight-post-box .link {
        position: relative;
    }
    .download-banner .wrap .logo-nocolor {
        width: 30%;
    }
    .download-banner .wrap .download-intro {
        width: 100%;
    }
    .download-banner .wrap .download-form {
        margin-right: auto;
        padding: 25px 30px 60px 30px;
    }
    .download-banner .banner-background img {
        height: 100%;
    }
    .partner .partner-slide .ca-container {
        width: 800px;
    }
}
@media screen and (max-width: 860px) {
    .featured .featured-wrap .featured-box {
        width: 48%;
        margin: 0 1% 28px;
    }
    .partner .partner-slide .ca-container {
        width: 600px;
    }
    .banner-tong .child-cat ul.child-cat-slide {
        grid-template-columns: 32% 32% 32%;
        grid-gap: calc(4% / 3);
    }
    .post-box .post-list .list-post {
        grid-template-columns: 33% 33% 33%;
        grid-gap: calc(3% / 3);
    }
}
@media screen and (max-width: 560px) {
    .featured .featured-wrap .featured-box {
        width: 100%;
        margin: 0 0 40px;
    }
    .banner-tong .child-cat ul.child-cat-slide {
        display: block;
        margin-bottom: 80px;
    }
    .banner-tong .child-cat ul.child-cat-slide .cat-item {
        margin: 0 10px;
        padding: 20px 10px;
    }
    .banner-tong .child-cat ul.child-cat-slide .cat-item .cat-icon {
        max-width: 50px;
    }
    .banner-tong .child-cat ul.child-cat-slide .cat-item .cat-name {
        font-size: 15px;
        min-height: 45px;
    }
    .post-box .post-list .list-post {
        display: block;
    }
    .post-box .post-list .list-post .highlight-post-box {
        margin: 20px 0;
    }
    .post-box .post-list .list-post .highlight-post-box.video-box {
        width: 100%;
        height: auto;
        margin: 0 0 40px;
    }
    .post-box .post-list .list-post .highlight-post-box.cta {
        display: block;
    }
    .post-box .post-list .list-post .highlight-post-box.cta .highlight-img {
        width: 100%;
        height: auto;
    }
    .post-box .post-list .list-post .highlight-post-box.cta .highlight-post-content {
        width: 100% !important;
        height: auto;
    }
    .post-box .post-list .list-post .highlight-post-box.qc .img-wrap {
        height: 100%;
    }
    .selected-post-list .section-wrap .section-title {
        font-size: 1.7em;
    }
    .selected-post-list .section-wrap .selected-slide .slick-arrow {
        width: 40px;
        height: 40px;
        padding: 2px 0 14px;
    }
    .selected-post-list .section-wrap .selected-slide .slick-arrow.slick-prev {
        top: -10%;
        left: 70%;
    }
    .selected-post-list .section-wrap .container {
        max-width: 100%;
    }
    .partner .partner-slide .ca-container {
        width: 200px;
    }
}
body.single-post {
    background-color: #fff !important;
}
.category-name {
    height: 150px;
    width: 100%;
    background-color: #276ae6;
}
.category-name .category-name-box {
    width: 1000px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.category-name .category-name-box .title {
    line-height: 150px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.category-name .category-name-box .title i {
    margin-right: 10px;
    font-size: 30px;
}
#category-menu {
    height: 65px;
    transition: height 0.4s;
    z-index: 999;
    overflow: hidden;
    opacity: 0;
    display: none;
    transition: all 0.3s ease-out;
}
#category-menu .category-wrap {
    width: 1100px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2.76726px 2.21381px rgba(0, 0, 0, 0.07), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.04317), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.0339075), 0 22.3363px 17.869px rgba(0, 0, 0, 0.0282784),
        0 41.7776px 33.4221px rgba(0, 0, 0, 0.0235573), 0 100px 80px rgba(0, 0, 0, 0.0174624), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
#category-menu .category-wrap .category {
    margin-left: 20px;
}
#category-menu .category-wrap .category ul {
    display: flex;
    list-style-type: none;
    padding-inline-start: 0;
    margin: 0;
}
#category-menu .category-wrap .category ul li {
    margin-right: 20px;
    line-height: 1;
    transition: all 0.2s;
}
#category-menu .category-wrap .category ul li a {
    color: #6a737d;
    transition: all 0.4s;
    position: relative;
    font-size: 0.8em;
    padding: 1rem 2rem;
    border-radius: 10px;
}
#category-menu .category-wrap .category ul li a:hover {
    color: #276ae6;
    text-decoration: none;
    background-color: #f6f8fa;
}
#category-menu .category-wrap .category.display {
    display: block;
    margin-left: 0;
}
#category-menu .category-wrap .category.display ul.menu {
    display: block !important;
}
#category-menu .category-wrap .category.display ul.menu li {
    display: block;
}
#category-menu .category-wrap .blog-sub-menu .mobile {
    display: none;
}
#category-menu .category-wrap .blog-sub-menu .mobile .hamburger-menu {
    position: relative;
    display: inline-block;
    top: -12px;
    right: unset;
    margin-left: 10px;
}
#category-menu .category-wrap .blog-sub-menu .mobile .post-category-name {
    display: inline-block;
}
#category-menu .category-wrap .blog-sub-menu .mobile .post-category-name a {
    line-height: 65px;
    font-size: 14px;
}
#category-menu .category-wrap .blog-sub-menu ul {
    list-style: none;
    text-align: right;
    margin: 0;
    padding-left: 0;
}
#category-menu .category-wrap .blog-sub-menu ul li {
    display: inline-block;
    width: fit-content;
    margin-right: 10px;
    position: relative;
}
#category-menu .category-wrap .blog-sub-menu ul li a {
    line-height: 65px;
}
#category-menu .category-wrap .blog-sub-menu ul li a#menu-search-btn {
    color: #fff;
    padding: 8px;
    background-color: #276ae6;
    border-radius: 50%;
}
#category-menu .category-wrap .blog-sub-menu ul li.button a {
    padding: 1rem 1.2rem;
    background-color: #276ae6;
    border-radius: 10px;
    color: #fff;
    position: relative;
}
#category-menu .category-wrap .blog-sub-menu ul li.button a:hover {
    text-decoration: none;
}
#category-menu .category-wrap .blog-sub-menu ul li.button.mobile {
    display: none;
}
#category-menu .category-wrap .blog-sub-menu ul li #hubspot-wrap {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 110%;
    left: calc(50% - 150px);
    max-width: 300px;
    width: fit-content;
    background: linear-gradient(64.76deg, #5868e6 0, #5868e6 0.01%, #276ae6 53.13%, #2ad8ff 100%);
    border-radius: 10px;
    text-align: left;
}
#category-menu .category-wrap .blog-sub-menu ul li #hubspot-wrap .form-hub {
    padding: 20px 0;
}
#category-menu .category-wrap .blog-sub-menu ul li #hubspot-wrap .form-hub .hbspt-form form label {
    color: #fff !important;
    margin-bottom: 5px;
}
#category-menu .category-wrap .blog-sub-menu ul li #hubspot-wrap .form-hub .hbspt-form form .hs-input {
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
    border-radius: 15px;
    background-color: #f5f8fa;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    height: 40px;
    display: inline-block;
    max-width: 100%;
}
#category-menu .category-wrap .blog-sub-menu ul li #hubspot-wrap .form-hub .hbspt-form form .hs-input:focus {
    outline: 0;
}
#category-menu .category-wrap .blog-sub-menu ul li #hubspot-wrap .form-hub .hbspt-form form .hs-form-field {
    margin: 10px auto;
    max-width: 90%;
}
#category-menu .category-wrap .blog-sub-menu ul li #hubspot-wrap .form-hub .hbspt-form form .actions {
    text-align: center;
    margin-top: 20px;
}
#category-menu .category-wrap .blog-sub-menu ul li #hubspot-wrap .form-hub .hbspt-form form .actions .hs-button {
    color: #fff;
    padding: 8px 13px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
}
#category-menu .category-wrap .blog-sub-menu ul li #hubspot-wrap .form-hub .hbspt-form form .actions .hs-button:hover {
    cursor: pointer;
}
#category-menu .category-wrap .blog-sub-menu ul li #hubspot-wrap .form-hub .hbspt-form form .actions .hs-button:focus {
    outline: 0;
}
#category-menu .category-wrap .blog-sub-menu ul li #hubspot-wrap::before {
    position: absolute;
    bottom: 99%;
    left: 47%;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #276ae6;
}
#category-menu .category-wrap .blog-sub-menu ul li #hubspot-wrap.display {
    height: auto;
    overflow: unset;
}
#category-menu .category-wrap .form-hub {
    width: 950px;
    max-width: 100%;
    margin: auto;
}
#category-menu .category-wrap .form-hub .test {
    display: flex;
    justify-content: space-between;
}
#category-menu .category-wrap .form-hub .test .hs-form-field {
    display: table;
    height: 80px;
}
#category-menu .category-wrap .form-hub .test .hs-form-field label {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
#category-menu .category-wrap .form-hub .test .hs-form-field .input {
    display: table-cell;
    vertical-align: middle;
}
#category-menu .category-wrap .form-hub .test label {
    font-size: 13px;
    width: 130px;
    color: #4d4f54;
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
}
#category-menu .category-wrap .form-hub .test label .hs-form-required {
    color: red;
}
#category-menu .category-wrap .form-hub .test .input input {
    display: inline-block;
    width: 90%;
    max-width: 500px;
    height: 30px;
    padding: 5px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #33475b;
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
#category-menu .category-wrap .form-hub .test .hs-submit .actions {
    margin-top: 4px;
    padding: 17px 0;
}
#category-menu .category-wrap .form-hub .test .hs-submit .actions .hs-button {
    background: #267ece;
    border-color: #267ece;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 12px 24px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
}
#category-menu.sticky-category {
    position: fixed;
    width: 100%;
    top: 3%;
    opacity: 1;
    transition: all 0.3s ease-in;
    overflow: unset;
    display: block;
    z-index: 999;
}
#category-menu.sticky-category .category ul li {
    line-height: 65px;
}
#category-menu.sticky-category .category ul li a {
    font-size: 0.8em;
}
.breadcrumb {
    position: relative;
    z-index: 6;
    padding: 20px 0;
}
.breadcrumb .breadcrumb-box {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: 100%;
}
.breadcrumb .breadcrumb-box ul {
    line-height: 1.5;
    list-style-type: none;
    padding-inline-start: 0;
    margin: 0;
    display: table-cell !important;
    vertical-align: middle;
    font-size: 16px;
}
.breadcrumb .breadcrumb-box ul li {
    line-height: 60px;
    font-weight: 700;
    font-family: "Encode Sans", sans-serif;
}
.breadcrumb .breadcrumb-box ul li a {
    color: #4f4f4f;
    font-weight: 400;
}
.breadcrumb .breadcrumb-box ul li a::after {
    content: "\f0da";
    font-family: FontAwesome;
    margin: 0 20px;
}
.breadcrumb .breadcrumb-box ul li a::after:hover {
    color: #4f4f4f !important;
}
.breadcrumb .breadcrumb-box ul li a:hover {
    text-decoration: none;
}
.breadcrumb .breadcrumb-box ul .breadcrumb_last {
    font-weight: 400;
}
.breadcrumb .breadcrumb-box.category-breadcrumb {
    margin-top: 0;
}
.breadcrumb .breadcrumb-box.category-breadcrumb .breadcrumb-box {
    width: 1100px;
    max-width: 100%;
    text-align: left;
}
.blog {
    position: relative;
    margin-top: 40px;
}
.blog .blog-box {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    background-image: url(https://i.imgur.com/ViSJmOC.png);
    background-repeat: no-repeat;
    background-position: 15% 200px;
}
.blog .blog-box .container {
    position: relative;
    padding: 0;
    width: 100%;
}
.blog .blog-box .container .pure-g {
    width: 100%;
}
.blog .blog-box #sidebar {
    padding-top: 25px;
}
.blog .blog-box #sidebar .toc_widget {
    background: #f6f6f6;
    padding: 10px 0;
    overflow-y: auto;
    border: none;
    border-radius: 10px;
}
.blog .blog-box #sidebar .toc_widget .widget-title {
    display: block;
    font-weight: 700;
    text-align: center;
}
.blog .blog-box #sidebar .toc_widget .toc_widget_list * {
    list-style-type: none;
    font-weight: 400;
    line-height: 2;
    font-size: 14px;
    color: #4f4f4f;
}
.blog .blog-box #sidebar .inner-wrapper-sticky {
    background: #f6f6f6;
    padding: 10px 0;
    overflow-y: auto;
    border-radius: 10px;
}
.blog .blog-box #sidebar .inner-wrapper-sticky .widget-title {
    text-align: center;
}
.blog .blog-box #sidebar .inner-wrapper-sticky .toc_widget_list {
    list-style-type: none;
    font-family: "Encode Sans", sans-serif;
}
.blog .blog-box #sidebar .inner-wrapper-sticky .toc_widget_list * {
    list-style-type: none;
    font-weight: 400;
    line-height: 2;
    font-size: 14px;
    color: #4f4f4f;
}
.blog .blog-box #sidebar .inner-wrapper-sticky .toc_widget_list ul {
    padding-inline-start: 25px;
}
.blog .blog-box #sidebar .inner-wrapper-sticky .toc_widget_list ul ul {
    padding-inline-start: 20px;
}
.blog .blog-box #sidebar .inner-wrapper-sticky .toc_widget_list > a {
    letter-spacing: 0.5px;
}
.blog .blog-box #sidebar .inner-wrapper-sticky::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 10px;
}
.blog .blog-box #sidebar .inner-wrapper-sticky::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}
.blog .blog-box #sidebar .inner-wrapper-sticky::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(90deg, #000 0, #000 25%, transparent 100%, #000 75%, transparent);
}
.blog .blog-box #sidebar .inner-wrapper-sticky.stop-scroll {
    position: absolute !important;
    bottom: 620px;
    top: unset !important;
    left: unset !important;
}
.blog .blog-box #sidebar.position {
    position: unset !important;
}
.blog .blog-box #content {
    position: relative;
}
.blog .blog-box .blog-content-box {
    width: 89%;
    margin-left: 5%;
    padding-top: 25px;
    background-color: #fff;
}
.blog .blog-box .blog-content-box .title {
    color: #4f4f4f;
    font-family: "Encode Sans", sans-serif;
    font-size: 36px;
}
.blog .blog-box .blog-content-box .featured-img {
    width: 100%;
}
.blog .blog-box .blog-content-box .featured-img img {
    width: 100%;
}
.blog .blog-box .blog-content-box .content-info ul {
    display: flex;
    list-style-type: none;
    padding-inline-start: 0;
}
.blog .blog-box .blog-content-box .content-info ul li {
    margin: 0 20px;
    font-size: 12px;
    color: #bdbdbd;
    line-height: 24px;
    font-family: "Encode Sans", sans-serif;
}
.blog .blog-box .blog-content-box .content-info ul li i {
    font-size: 16px;
    margin-right: 5px;
}
.blog .blog-box .blog-content-box .blog-content {
    font-family: "Encode Sans", sans-serif;
}
.blog .blog-box .blog-content-box .blog-content p {
    line-height: 1.8;
    text-align: justify;
}
.blog .blog-box .blog-content-box .blog-content .img-box {
    text-align: center;
}
.blog .blog-box .blog-content-box .blog-content .img-box img {
    max-width: 100%;
    border: 2px solid #9e9e9e;
    border-radius: 5px;
}
.blog .blog-box .blog-content-box .blog-content .video-box {
    text-align: center;
}
.blog .blog-box .blog-content-box .blog-content .video-box iframe {
    max-width: 100%;
}
.blog .blog-box .blog-content-box .blog-content h2 {
    font-weight: 800;
    margin-top: 2em;
}
.blog .blog-box .blog-content-box .blog-content h2 + h3 {
    margin-top: 1em;
}
.blog .blog-box .blog-content-box .blog-content h3 {
    font-weight: 600;
    margin-top: 2em;
}
.blog .blog-box .blog-content-box .blog-content h3 + h4 {
    margin-top: 1em;
}
.blog .blog-box .blog-content-box .blog-content h4 {
    margin-top: 2em;
}
.blog .blog-box .blog-content-box .blog-content strong {
    font-weight: 600;
}
.blog .blog-box .blog-content-box .blog-content ul {
    padding-inline-start: 60px;
}
.blog .blog-box .blog-content-box .blog-content ul.symbol {
    list-style-type: disc;
}
.blog .blog-box .blog-content-box .blog-content ul.number {
    list-style-type: decimal;
}
.blog .blog-box .blog-content-box .blog-content ul li {
    line-height: 2;
}
.blog .blog-box .blog-content-box .blog-content ol {
    padding-inline-start: 60px;
}
.blog .blog-box .blog-content-box .blog-content ol li {
    line-height: 2;
}
.blog .blog-box .blog-content-box .blog-content .content-table td {
    padding: 8px 15px;
    border-bottom: 1px solid #e8e8e8;
}
.blog .blog-box .blog-content-box .blog-content .content-table th {
    padding: 8px 15px;
    border-bottom: 1px solid #e8e8e8;
}
.blog .blog-box .blog-content-box .blog-content .has-background-grey {
    background-color: #eee;
    padding: 20px 30px;
}
.blog .blog-box .blog-content-box .blog-content .has-background-pink {
    background-color: #faf6e1;
    padding: 10px 15px;
    font-size: 12px;
}
.blog .blog-box .blog-content-box .blog-content blockquote {
    font-style: italic;
    padding: 0 0 0 45px;
    margin: 0 0 1.5rem;
    border-left: 5px solid #5bc8e3;
    line-height: 1.5;
}
.blog .blog-box .blog-content-box .blog-content blockquote p {
    margin: 0;
}
.blog .blog-box .blog-content-box .blog-content a {
    color: #5bc8e3;
}
.blog .blog-box .blog-content-box .blog-content .toc {
    display: none;
}
.blog .blog-box .blog-content-box .blog-content .toc .title {
    font-size: 24px;
}
.blog .blog-box .blog-content-box .blog-content .toc * {
    list-style-type: none;
    font-weight: 400;
    line-height: 1.5;
}
.blog .blog-box .blog-content-box .blog-content .toc ul {
    padding-inline-start: 25px;
}
.blog .blog-box .blog-content-box .blog-content .toc ul ul {
    padding-inline-start: 20px;
}
.blog .blog-box .blog-content-box .social-icon {
    text-align: right;
}
.blog .blog-box.video-wrap {
    width: 800px;
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
}
.blog .blog-box.video-wrap iframe {
    width: 100%;
    max-width: 100%;
}
.blog .banner-qc img {
    width: 100%;
    max-width: 155px;
    max-height: 600px;
}
.blog .banner-qc.scroll {
    position: fixed;
    top: 95px;
}
.blog .banner-qc.stop-scroll {
    position: absolute;
    bottom: 620px;
    top: unset;
}
.blog .banner-qc .sidebar-contact {
    background: #fff;
    box-shadow: 2px 3px 6px -3px #333;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
    max-width: 135px;
}
.blog .banner-qc .sidebar-contact .hbspt-form form .hs-error-msgs {
    color: #f50057;
    font-size: 12px !important;
    padding-inline-start: 0;
    list-style: none;
}
.blog .banner-qc .sidebar-contact .hbspt-form form .hs-error-msgs label {
    display: block !important;
    color: #f50057;
    font-size: 12px !important;
}
.blog .banner-qc .sidebar-contact .hbspt-form form .hs_email label {
    display: none;
}
.blog .banner-qc .sidebar-contact .hbspt-form form .hs-submit {
    margin-top: 15px;
    text-align: center;
}
.blog .banner-qc .sidebar-contact .hbspt-form form .hs-submit input {
    font-size: 14px;
    color: #fff;
    background: #276ae6 !important;
    border: 5px;
    display: block;
    margin: auto;
    padding: 5px 10px;
}
.author-box {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid rgba(79,79,79,0.5);
    border-bottom: 1px solid rgba(79,79,79,0.5);
}
.author-box .author-description {
    padding: 20px 50px;
    position: relative;
}
.author-box .author-description p {
    /* font-size: 18px; */
}
.author-box .author-description:before {
    content: open-quote;
    position: absolute;
    top: 0;
    left: -15px;
    font-size: 120px;
    line-height: 1;

}
.author-box .author-description:after {
    content: close-quote;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 120px;
    line-height: 0;
}
.author-box .author-info {
    padding: 0 50px;
}
.author-box .author-info .author-img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
}
.author-box .author-info .author-img img {
    max-width: 100%;
}
.author-box .author-info .author-name {
    display: inline-block;
    margin: 0;
    margin-right: 50px;
    height: 100px;
}
.author-box .author-info .author-name .name-wrap {
    display: table;
    height: 100%;
}
.author-box .author-info .author-name .name-wrap .name {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 700;
}
.author-box .author-info .social-author {
    display: inline-block;
    height: 100px;
}
.author-box .author-info .social-author .social-wrap {
    display: table;
    height: 100%;
}
.author-box .author-info .social-author .social-wrap .social-share {
    display: table-cell;
    vertical-align: middle;
}
.author-box .author-info .social-author .social-wrap .social-share a {
    background-color: transparent;
    border: none;
}
.author-box .author-info .social-author .social-wrap .social-share a:hover {
    border: none;
}
.author-box .author-link {
    padding: 20px 50px;
}
.author-box .author-link a {
    color: #fff;
    padding: 10px 15px;
    background-color: #276ae6;
    transition: all 0.3s ease-out;
    border-radius: 5px;
    border: none;
}
.author-box .author-link a:hover {
    background-color: #276ae6;
    border: none;
    color: #fff;
    transform: scale(1.1);
    transition: all 0.3s ease-in;
}
.related-post {
    background-color: #fff;
    margin-top: 80px;
    padding-top: 40px;
    border-top: 3px solid #9d9d9d;
    width: 1200px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 10000;
}
.related-post .related-post-intro .title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 2em;
}
.related-post .related-post-content .post-box {
    background: #fff;
    box-shadow: 4px 4px 4px rgba(79, 79, 79, 0.25);
    border-radius: 10px;
    margin-bottom: 50px;
}
.related-post .related-post-content .post-box .post-img {
    height: 200px;
    max-height: 200px;
    overflow: hidden;
    border-radius: 10px;
}
.related-post .related-post-content .post-box .post-img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.related-post .related-post-content .post-box .post-info-box {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-family: "Encode Sans", sans-serif;
}
.related-post .related-post-content .post-box .post-info-box .post-title {
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    min-height: 90px;
    margin-bottom: 0;
    margin-top: 20px;
    color: #4f4f4f;
}
.related-post .related-post-content .post-box .post-info-box .post-info {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    padding-inline-start: 0;
    margin-inline-start: 0;
}
.related-post .related-post-content .post-box .post-info-box .post-info li {
    font-size: 12px;
    color: #bdbdbd;
}
.related-post .related-post-content .post-box:hover .post-img img {
    transform: scale(1.1, 1.1);
}
.related-post .related-post-content .post-box:hover * {
    text-decoration: none;
}
.social-share a i {
    font-size: 30px;
    color: #4f4f4f;
}
.w-blog-list {
    width: 90%;
    margin: auto;
    font-family: "Encode Sans", sans-serif;
    text-align: justify;
    padding: 25px 15px 15px;
    border-radius: 10px;
    transition: all 0.3s ease-out;
}
.w-blog-list blockquote {
    font-style: italic;
    padding: 0 0 0 45px;
    margin: 0 0 1.5rem;
    border-left: 5px solid #276ae6;
    line-height: 1.5;
}
.w-blog-list blockquote p {
    margin: 0;
}
.w-blog-list .wp-block-image {
    text-align: center !important;
}
.w-blog-list .wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 15px;
}
.w-blog-list .wp-block-image img {
    border: 2px solid #9e9e9e;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    position: relative;
}
.w-blog-list .wp-block-image img::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -5%;
    width: 110%;
    height: 30px;
    background-color: rgba(39, 106, 230, 0.2);
}
.w-blog-list .wp-block-quote {
    font-style: italic;
    padding: 0 0 0 45px;
    margin: 0 0 1.5rem;
    border-left: 5px solid #276ae6;
    line-height: 1.5;
}
.w-blog-list .featured-img img {
    max-width: 100%;
    width: 100%;
}
.w-blog-list .w-blog-post-title {
    font-family: "Encode Sans", sans-serif;
    font-weight: 700;
}
.w-blog-list:hover {
    transition: all 0.3s ease-in;
}
.w-blog-list .w-blog-post-meta {
    /* margin: 20px 0;
    display: table;
    height: 100%; */
    display: flex;
    align-items: center;
}
.w-blog-list .w-blog-post-meta .w-blog-post-meta-author {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #4f4f4f;
    display: inline-block;
    margin: 0 20px 0 0;
}
.w-blog-list .w-blog-post-meta .w-blog-post-meta-author img {
    max-width: 100%;
    vertical-align: middle;
}
.w-blog-list .w-blog-post-meta span {
    display: table-cell;
    vertical-align: middle;
}
.w-blog-list .w-blog-post-meta > * {
    font-size: 0.9em;
    line-height: 18px;
    margin: 0 18px 8px 0;
}
.w-blog-list .social-share-wrap {
    max-width: 90%;
    margin-left: auto;
    margin-right: 0;
}
.w-blog-list .social-share-wrap .social-share-title {
    margin-top: 0;
    position: relative;
    width: fit-content;
    font-size: 18px;
    font-weight: 700;
}
.w-blog-list .social-share-wrap .social-share-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #4f4f4f;
}
.w-blog-list .social-share-wrap .social-share {
    list-style: none;
    padding-left: 0;
}
.w-blog-list .social-share-wrap .social-share li {
    margin: 20px 0;
}
.w-blog-list .social-share-wrap .social-share li a {
    opacity: 0.4;
    color: #6a737d;
}
.w-blog-list .social-share-wrap .social-share li a i {
    color: #6a737d !important;
    font-size: 18px;
}
.w-blog-list .social-share-wrap .social-share li a:hover {
    color: #276ae6;
    text-decoration: none;
    opacity: 1;
}
.w-blog-list a {
    color: #276ae6;
    word-break: break-word;
}
.w-blog-list a:hover {
    color: #0056b3;
    text-decoration: underline !important;
    background-color: transparent;
}
.w-blog-list h2 {
    font-family: "Encode Sans", sans-serif;
    font-weight: 700;
}
.w-blog-list h3 {
    font-family: "Encode Sans", sans-serif;
    font-weight: 600;
}
.w-blog-list h3 > * {
    font-weight: 600 !important;
}
.w-blog-list h3 strong {
    font-weight: 600 !important;
}
.w-blog-list p {
    font-size: 16px;
    line-height: 1.8;
}
.w-blog-list p strong {
    font-weight: 700 !important;
}
.w-blog-list ul li {
    line-height: 1.5;
    margin-bottom: 5px;
}
.w-blog-list ol li {
    line-height: 1.5;
    margin-bottom: 5px;
}
.w-blog-list iframe {
    max-width: 100%;
}
.w-blog-list > a {
    color: #5bc8e3 !important;
}
work .w-blog-list > a:hover {
    text-decoration: underline;
}
.w-blog-list > a strong {
    font-weight: 700 !important;
}
.w-blog-list > strong {
    font-weight: 700 !important;
}
.w-blog-list table td {
    border: 1px solid #ddd;
    padding: 8px;
}
.w-blog-list table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.w-blog-list table tr:hover {
    background-color: #ddd;
}
.w-blog-list table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #1da1f2;
    color: #fff;
    border: 1px solid #ddd;
    padding: 8px;
}
.pagination{
    justify-content: center;
}

.pagination .page-numbers {
    margin-right: 5px;
    color: #4f4f4f;
    font-weight: 400;
}
.pagination .page-numbers:hover {
    color: #276ae6;
    font-weight: 700;
}
.pagination .page-numbers.current {
    color: #276ae6;
    font-weight: 700;
}

.pagination .page-numbers {
    height: 44px;
    align-items: center;
    padding: 5px 12px;
    border-radius: 5px;
    display: flex;
}

.pagination .page-numbers.current {
    color: #fff!important;
    background-color: #276ae6!important
}
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
}
.container--narrow {
    max-width: 960px;
}
.btn {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 1.19rem;
    padding: 12px 24px;
    border: none;
    outline: 0;
}
.btn--blue {
    background-color: #0d3b66;
}
.btn--blue:hover {
    background: linear-gradient(#0d508f, #0d3b66);
}
.page-banner {
    padding-top: 50px;
}
.page-section {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}
.page-section .post-img-wrap {
    display: table;
    height: 100%;
    width: 100%;
}
.page-section .post-img-wrap .post-img {
    display: table-cell;
    vertical-align: middle;
}
.page-section .post-img-wrap .post-img img {
    width: 100%;
    height: auto;
}
.page-section p:last-of-type {
    margin-bottom: 0;
    text-align: right;
}
@media (min-width: 530px) {
    .page-section {
        padding-top: 1.5rem;
        padding-bottom: 3.5rem;
    }
}
.page-section--white {
    background-color: #fff;
}
.page-section--beige {
    background-color: #faf0ca;
}
.post-item {
    border-bottom: 2px dotted #dedede;
    padding-bottom: 1.7rem;
    margin-bottom: 1.7rem;
    padding-left: 5%;
}
.post-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}
.metabox {
    background-color: #faf0ca;
    border-radius: 3px;
    padding: 10px 15px;
    display: inline-block;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.07);
}
.metabox--position-up {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.metabox--with-home-link {
    padding: 0;
}
.metabox__main {
    padding: 10px 15px 10px 11px;
}
.metabox p {
    margin: 0;
    font-size: 0.9rem;
    color: #a89238;
}
.metabox a {
    color: #a89238;
    text-decoration: none;
    font-weight: 700;
}
.metabox a:hover {
    text-decoration: underline;
}
.metabox .metabox__blog-home-link {
    background-color: #0d3b66;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px 0 0 3px;
    font-weight: 400;
}
.metabox .metabox__blog-home-link:hover {
    text-decoration: none;
    background-color: #0b2f51;
}
.headline--post-title a {
    color: #0d3b66;
    text-decoration: none;
}
.headline--post-title a:hover {
    text-decoration: underline;
}
.generic-content li,
.generic-content p {
    font-size: 1.15rem;
}
.generic-content blockquote,
.generic-content blockquote p {
    font-size: 1.5rem;
    font-style: italic;
}
.generic-content h1 {
    font-size: 3.6rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem;
}
.generic-content h2 {
    font-size: 3.1rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem;
}
.generic-content h3 {
    font-size: 2.6rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem;
}
.generic-content h4 {
    font-size: 2.1rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem;
}
.generic-content h5 {
    font-size: 1.6rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem;
}
.generic-content h6 {
    font-size: 1.15rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem;
}
@media (min-width: 530px) {
    .generic-content h1 {
        font-size: 6.25rem;
    }
    .generic-content h2 {
        font-size: 5rem;
    }
    .generic-content h3 {
        font-size: 3.125rem;
    }
    .generic-content h4 {
        font-size: 2.4rem;
    }
    .generic-content h5 {
        font-size: 1.9rem;
    }
    .generic-content h6 {
        font-size: 1.15rem;
    }
}
@media (max-width: 48em) {
    .post-item {
        padding-left: 0;
    }
}
#btn-recommend-wrap {
    display: block;
}
#btn-recommend-wrap:hover {
    cursor: pointer;
}
#alert-recommend {
    display: none;
    width: 0;
    overflow: hidden;
    position: fixed;
    right: 29.5%;
    bottom: 2.5%;
    border-radius: 20px;
    background-color: #fff;
    color: #276ae6;
    transition: width 0.5s;
    z-index: 2;
    box-shadow: 2px 3px 3px 1px #2ad8ff;
    padding: 10px 50px 10px 15px;
}
#alert-recommend p {
    margin: 0;
}
#recommend-icon {
    display: none;
    position: fixed;
    right: 30%;
    bottom: 3%;
    padding: 5px 10px;
    background: linear-gradient(90deg, #2ad8ff 0, #0fc5ff 15%, #04bdff 30%, #04bdff 45%, #04bdff 60%, #276ae6 905%);
    border-radius: 50%;
    color: #fff;
    z-index: 3;
}
#recommend-icon:hover {
    text-decoration: none;
}
#recommend-icon:hover ~ #alert-recommend {
    display: block;
    width: auto;
}
#modal-recommend {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
}
#modal-recommend .modal-wrap {
    display: table;
    height: 100%;
    margin: auto;
}
#modal-recommend .modal-wrap .modal-content-wrap {
    display: table-cell;
    vertical-align: middle;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second {
    display: none;
}
#modal-recommend .modal-wrap .modal-content-wrap .modal-content {
    padding: 20px 50px;
    background-color: #f1f1f1;
    border-radius: 15px;
    box-shadow: 2px 3px 3px 1px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 80px;
}
#modal-recommend .modal-wrap .modal-content-wrap .modal-content .logo {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -35px;
    left: calc(50% - 35px);
}
#modal-recommend .modal-wrap .modal-content-wrap .modal-content #close-modal {
    position: absolute;
    top: 2%;
    right: 2%;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.7);
}
#modal-recommend .modal-wrap .modal-content-wrap .modal-content #close-modal:hover {
    cursor: pointer;
    text-decoration: none;
}
#modal-recommend .modal-wrap .modal-content-wrap .modal-content .gtv {
    font-size: 18px;
    font-weight: 700;
    background: -webkit-linear-gradient(45deg, #2ad8ff, #04bdff, #276ae6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#modal-recommend .modal-wrap .modal-content-wrap .modal-content .powered {
    margin: 0;
    text-align: center;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first .intro {
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    width: 600px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background-position: bottom;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first #slide-recommend {
    width: 600px;
    max-width: 100%;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first #slide-recommend .owl-stage {
    padding: 10px 0;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first #slide-recommend .item .recommend-box {
    border-radius: 15px;
    position: relative;
    height: 100%;
    box-shadow: 3px 3px 11px 1px #9f9f9f;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first #slide-recommend .item .recommend-box .number {
    position: absolute;
    margin: 0;
    top: 0;
    right: -10px;
    padding: 10px 15px;
    border-radius: 50%;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #2ad8ff 0, #0fc5ff 15%, #04bdff 30%, #04bdff 45%, #04bdff 60%, #276ae6 905%);
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first #slide-recommend .item .recommend-box .recommend-img {
    width: 100%;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    max-height: 150px;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first #slide-recommend .item .recommend-box .recommend-img img {
    width: 100%;
    height: auto;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first #slide-recommend .item .recommend-box .recommend-content {
    background-color: #fff;
    width: 100%;
    border-radius: 0 0 15px 15px;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first #slide-recommend .item .recommend-box .recommend-content a .title {
    padding: 20px 30px;
    color: #000;
    text-align: center;
    margin: 0;
    min-height: 60px;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first #slide-recommend .owl-item.active:after {
    content: "" !important;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first #slide-recommend .owl-dots {
    display: none;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first #slide-recommend .owl-nav span {
    font-size: 54px !important;
    color: #ef004a;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first #slide-recommend .owl-nav .owl-prev {
    position: absolute;
    left: -5%;
    top: 35%;
    padding: 0 10px 15px 10px !important;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first #slide-recommend .owl-nav .owl-next {
    position: absolute;
    right: -5%;
    top: 35%;
    padding: 0 10px 15px 10px !important;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first .btn-denied {
    text-align: center;
    margin-top: 20px;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first .btn-denied a {
    display: inline-block;
    padding: 10px 15px;
    background-color: #f50057;
    color: #fff;
    border-radius: 10px;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-first .btn-denied a:hover {
    cursor: pointer;
    text-decoration: none;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second table {
    text-align: center;
    margin: auto;
    border-radius: 10px;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second table thead {
    border-radius: 10px 0;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second table thead tr {
    background-color: #276ae6 !important;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second table thead tr th {
    color: #fff;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second table tbody {
    border-radius: 0 10px;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second table tr {
    background-color: #f1f1f1;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second table tr:nth-child(odd) {
    background-color: #fff;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second table tr th {
    padding: 10px;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second table tr td {
    padding: 10px 0;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second .form {
    text-align: center;
    background-color: #f50057;
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
    margin: 20px 0;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second .form .modal-second-form {
    display: flex;
    width: 100%;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second .form .modal-second-form label {
    display: none;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second .form .modal-second-form label.hs-error-msg {
    display: block;
    color: #fff !important;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second .form .modal-second-form .hs-email {
    width: 70%;
    margin-right: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second .form .modal-second-form .hs-email input {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #9f9f9f;
    color: #000;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second .form .modal-second-form .hs-submit input {
    width: 100%;
    padding: 6px 10px;
    background-color: #fff;
    color: #f50057;
    border: none;
    border-radius: 5px;
    font-weight: 700;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second .back-modal {
    position: absolute;
    display: inline-block;
    right: 3%;
    bottom: 3%;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #f50057;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second .back-modal:hover {
    cursor: pointer;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-second .hbspt-form {
    padding: 13px;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-three {
    display: none;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-three .intro {
    width: 500px;
    max-width: 100%;
    margin: auto;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-three .intro p {
    line-height: 1.5;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-three .intro p:first-child {
    text-align: center;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-three .btn-group {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-three .btn-group a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    background-color: #f50057;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-three .form {
    width: 100%;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-three .form p {
    text-align: left !important;
    margin-bottom: 0.5em;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-three .form .modal-three-form {
    display: flex;
    width: 100%;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-three .form .modal-three-form label {
    display: none;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-three .form .modal-three-form label.hs-error-msg {
    display: block;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-three .form .modal-three-form .hs-email {
    width: 80%;
    margin-right: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-three .form .modal-three-form .hs-email input {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #9f9f9f;
    color: #000;
}
#modal-recommend .modal-wrap .modal-content-wrap #modal-three .form .modal-three-form .hs-submit input {
    padding: 6px 10px;
    background-color: #276ae6;
    color: #fff;
    border: none;
    border-radius: 5px;
}
@media (max-width: 768px) {
    #recommend-icon {
        display: none !important;
    }
    #alert-recommend {
        display: none !important;
    }
}
.nav-link.js-scroll-trigger {
    display: block;
}
.nav-link.js-scroll-trigger.active {
    position: relative;
    background-color: transparent;
}
.nav-link.js-scroll-trigger.active::after {
    content: "" !important;
}
.nav-link.js-scroll-trigger.active::before {
    content: "";
    position: absolute;
    right: 103%;
    top: 0;
    width: 5px;
    background-color: #1da1f2;
    height: 100%;
}
.progress-container {
    position: fixed;
    top: 77px;
    left: 0;
    width: 100%;
    height: 6px;
    background: 0 0;
    z-index: 99;
}
.progress-bar {
    height: 6px;
    background: #276ae6;
    width: 0%;
}
@media (max-width: 1024px) {
    #category-menu .category-wrap .category ul li a {
        padding: 1em;
    }
}
@media (max-width: 900px) {
    .progress-container {
        top: 86px;
    }
    #category-menu .category-wrap .category ul li a {
        padding: 1em;
    }
    #category-menu .category-wrap .blog-sub-menu ul li.button a {
        padding: 0.7em 0.5em;
    }
}
@media (max-width: 768px) {
    .blog .blog-box #content {
        margin-left: unset;
    }
    #category-menu {
        transition: all 50ms ease-out;
    }
    #category-menu.sticky-category {
        top: 0 !important;
        height: unset;
        transition: all 0.3s ease-in;
    }
    #category-menu.sticky-category .category-wrap {
        max-width: 100%;
    }
    #category-menu.sticky-category .category-wrap .pure-u-1 {
        width: 100% !important;
    }
    #category-menu.sticky-category .category-wrap .category {
        max-height: 0;
        overflow: hidden;
        transition: all 50ms ease-out;
    }
    #category-menu.sticky-category .category-wrap .category.display {
        max-height: 500px;
        background-color: #fff;
        transition: all 0.3s ease-in;
    }
    #category-menu.sticky-category .category-wrap .form-hub .test .hs-submit .actions .hs-button {
        font-size: 10px;
        padding: 12px;
    }
    #category-menu.sticky-category .category-wrap .blog-sub-menu {
        display: flex;
        justify-content: space-between;
        background-color: #fff;
    }
    #category-menu.sticky-category .category-wrap .blog-sub-menu .mobile {
        display: inline-block;
    }
    #category-menu.sticky-category .category-wrap .blog-sub-menu ul li.button.desktop {
        display: none;
    }
    #category-menu.sticky-category .category-wrap .blog-sub-menu ul li.button.mobile {
        display: inline-block;
    }
    #category-menu.sticky-category .category-wrap .blog-sub-menu ul li.button.mobile a {
        padding: 0.7rem 0.5rem;
    }
}
@media (max-width: 48em) {
    #site-header {
        top: 0;
        position: fixed;
        width: 100%;
    }
    #site-header #site-header-inner {
        height: 80px;
    }
    #site-header #site-header-inner #site-logo #site-logo-inner {
        height: 80px;
    }
    .breadcrumb {
        display: none;
    }
    .blog {
        margin-top: 50px;
    }
    .blog .blog-box #sidebar {
        margin-top: 50px;
        display: none;
    }
    .blog .blog-box #sidebar.unscroll {
        margin-top: 0;
    }
    .blog .blog-box #sidebar .sidebar_inner {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: initial !important;
    }
    .blog .blog-box .blog-content-box {
        margin-right: auto;
    }
    .blog .blog-box .blog-content-box .title {
        font-size: 28px;
    }
    .blog .blog-box .blog-content-box .blog-content .toc {
        display: block;
    }
    .blog .blog-box .blog-content-box .content-info ul li {
        margin: 0 5px;
        font-size: 10px;
    }
    .blog .banner-qc {
        display: none;
    }
    .author-box .author-description {
        padding: 20px;
    }
    .author-box .author-description p {
        font-size: 16px;
    }
    .author-box .author-info {
        padding: 0 30px;
    }
    .related-post {
        max-width: 100%;
        margin-left: 0;
    }
}

.category-main .first-section{
    margin-bottom: 20px;
}

.category-main .category-description{
    height: 100%;
    background-color: #276AE3;
    color: #F4F5F7;
    font-size: 24px;
    line-height: 1.3;
    padding: 24px;
    margin: 10px;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
}

.category-main .category-description p{
    margin: 0;
}

.category-main .category-description a{
    color: #fff;
}

.category-main .category-description .breadcrumb{
    margin-left: 0;
    margin-top: 20px;
}

.category-main .category-description .breadcrumb .breadcrumb-box{
    margin-left: 0;
}

.category-main .blog-section{
    margin: 50px 0;
    scroll-margin-top: 100px;
}

.category-main .blog-section .title{
    font-size: 1.5em;
    font-weight: 600
}

.category-main .blog-section .desc{
    font-size: 1.3em;
}

.category-main .blog-section .pure-u-1{
    margin-bottom: 10px;
}

.category-main .blog-box{
    margin: 10px;
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    border-radius: 4px;
    height: 100%;
    position: relative;
}

.category-main .blog-box .blog-img{
    height: 180px;
    position: relative;
}

.category-main .first-section .pure-u-1:first-child .blog-box .blog-img{
    height: 365px;
}

.category-main .first-section .pure-u-1:first-child .blog-box .blog-content .title{
    font-size: 1.5em;
}

.category-main .second-section .pure-u-1:nth-child(5) .blog-box .blog-img{
    /* height: 365px; */
}

.category-main .blog-box .blog-img img{
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.category-main .blog-box .blog-content{
    margin: 15px;
    font-family: 'Inter', sans-serif;
    padding-bottom: 10px;
}

.category-main .blog-box .blog-content .top-meta{
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.category-main .blog-box .blog-content .title{
    color: #18191F;
    line-height: 1.5;
    font-weight: 600;
    font-size: 1em;
}

.category-main .blog-box .blog-content .excerpt{
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #000
}

.category-main .blog-box .blog-content .meta{
    font-size: 12px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    gap: 10px;
}

.category-main .related-post .blog-box .blog-content .meta {
    position: relative;
    bottom: 0;
    margin-top: 15px;
}

.category-main .blog-box .blog-content .meta .cat{
    color: #18191F;
    margin-right: 10px;
}

.category-main .blog-box .blog-content .meta .date{
    color: #969BAB;
}

.category-main .pagination{
    margin: 30px auto 50px;
    width: 100%;
    justify-content: center;
    display: flex;
}

#all-sub-categories .cat-item{
    position: relative;
    border-color: #276AE3
}

#all-sub-categories .cat-item:before{
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 0;
    height: 100%;
    z-index: 2;
    transition: width .5s;
    border-radius: 4px;
    background-color: #276AE3
}

#all-sub-categories .cat-item a{
    position: relative;
    z-index: 3;
}

#all-sub-categories .cat-item:hover a{
    color: #fff;
}

#all-sub-categories .cat-item:hover::before{
    width: 100%;
    transition: width .5s;
}

#all-sub-categories .pure-u-1:nth-child(1) .cat-item{
    border-color: #276AE3
}

#all-sub-categories .pure-u-1:nth-child(2) .cat-item{
    border-color: #06B3FF
}

#all-sub-categories .pure-u-1:nth-child(3) .cat-item{
    border-color: #2AD5FF
}

#all-sub-categories .pure-u-1:nth-child(4) .cat-item{
    border-color: #EF004A
}

#all-sub-categories .pure-u-1:nth-child(5) .cat-item{
    border-color: #FF5250
}

#all-sub-categories .pure-u-1:nth-child(6) .cat-item{
    border-color: #F2C94C
}

#all-sub-categories .pure-u-1:nth-child(7) .cat-item{
    border-color: #219653
}

#all-sub-categories .pure-u-1:nth-child(8) .cat-item{
    border-color: #27AE60
}

#all-sub-categories .pure-u-1:nth-child(9) .cat-item{
    border-color: #6FCF97
}

/*  */
#all-sub-categories .pure-u-1:nth-child(1) .cat-item::before{
    background-color: #276AE3
}

#all-sub-categories .pure-u-1:nth-child(2) .cat-item::before{
    background-color: #06B3FF
}

#all-sub-categories .pure-u-1:nth-child(3) .cat-item::before{
    background-color: #2AD5FF
}

#all-sub-categories .pure-u-1:nth-child(4) .cat-item::before{
    background-color: #EF004A
}

#all-sub-categories .pure-u-1:nth-child(5) .cat-item::before{
    background-color: #FF5250
}

#all-sub-categories .pure-u-1:nth-child(6) .cat-item::before{
    background-color: #F2C94C
}

#all-sub-categories .pure-u-1:nth-child(7) .cat-item::before{
    background-color: #219653
}

#all-sub-categories .pure-u-1:nth-child(8) .cat-item::before{
    background-color: #27AE60
}

#all-sub-categories .pure-u-1:nth-child(9) .cat-item::before{
    background-color: #6FCF97
}

.seo-document .seo-title{
    font-size: 40px;
    line-height: 56px;
    margin-top: 0;
    color: #276AE3;
    text-align: center;
    font-weight: bold;
    display: block;
    margin-bottom: 40px;
}

.seo-document .document-box{
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    margin: 10px;
    border-radius: 4px;
    overflow: hidden;
    height: auto;
}

.seo-document .document-box .box-img{
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

.seo-document .document-box .box-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seo-document .document-box .box-content{
    padding: 10px;
}

.seo-document .document-box .box-content .title{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.seo-document .document-box .box-content .link-down{
    margin-bottom: 0;
}

.banner{
    /* margin-top: 70px; */
}

.category-main .container {
    width: 1100px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.category-footer .container {
    width: 1100px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.category-footer #sub-categories .title{
    font-size: 3em;
    font-weight: 600
}

.category-footer #sub-categories .sub-title{
    font-size: 1.3em;
}

.category-footer .cat-item{
    margin: 0 20px;
    padding: 30px;
    background-color: #fff
}

.category-footer .cat-item .cat-title{
    font-size: 1.5em;
    font-weight: 600
}

.category-footer .cat-item .aub-title{
    font-size: 1.2em;
}

.category-footer .cat-item ul{
    list-style: none;
    padding-left: 0;
    line-height: 2;
    font-size: 1.2em
}

.category-footer .cat-item ul li img{
    margin-right: 8px;
    max-width: 20px;
}


.category-banner{
    padding: 100px 0;
    background-color: #276AE3;
    background-image: url(/wp-content/uploads/2022/04/child-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    color: #fff;
}

.category-banner .container {
    width: 1100px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.category-banner .child-banner-content{
    font-family: 'Inter', sans-serif;
}

.category-banner .child-banner-content .breadcrumb{
    margin-left: 0;
    color: #fff;
}

.category-banner .child-banner-content .breadcrumb .breadcrumb-box{
    margin-left: 0;
}

.category-banner .child-banner-content .breadcrumb .breadcrumb-box span a{
    color: #fff;
}


.category-banner .child-banner-content h1.title{
    font-size: 48px;
    font-weight: 600;
}

.category-banner .child-banner-content .desc p{
    font-size: 18px;
}

.category-banner .category-info .title{
    font-size: 3.5em;
    margin-top: 0;
    margin-bottom: 0;
}

.category-banner .category-info .desc{
    color: #fff;
    font-size: 1.3em;
    margin: .5em 0
}

.category-banner .category-info .desc a{
    color: #fff;
    font-weight: bold;
    font-size: 1.3em
}

.category-banner .category-info .child-cat{
    display: flex; 
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.category-banner .category-info .child-cat .item{
    color: #000;
    background-color: #fff;
    border-radius: 12px;
    padding: 5px 10px;
}

.category-main .cat-toc{
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 0 4px #00000030;
}

.category-main .cat-toc .container{
    text-align: right;
}

.category-main .cat-toc ul{
    display: inline-flex;
    align-items: center;
    justify-content: start;
    list-style: none;
    gap: 10px;
    margin: 0;
}

.category-main .cat-toc ul li a{
    font-weight: 600
}

.blog-content-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 0 auto;
}

.blog-content-footer .soccial-box .social-share-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-content-footer .soccial-box .social-share-wrap .social-share-title{
    margin-bottom: 0;
}

.blog-content-footer .soccial-box .social-share-wrap ul.social-share{
    padding-left: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.post-single{
    margin-bottom: 0;
}

.post-single p, .post-single ul li, .post-single ul li{
    font-size: 18px;
}

.post-single h2{
    font-size: 1.5rem;
}

.post-single h3{
    font-size: 1.3rem !important;
}

.elementor-icon.elementor-social-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_linkout{
    padding: 10px 25px;
    color: #fff;
    background-color: #4169e1;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 20px;
}

@media (max-width: 1290px){
	.blog .banner-qc img {
		max-width: 100px;
	}
	
	.blog .blog-box{
		width: 80%;
	}
	
	.w-blog-list{
		width: 95%;
	}
}

@media (max-width: 600px){
    .category-banner{
        background-image: unset;
    }
	
	.blog .blog-box{
		width: 90%;
	}
	
	.w-blog-list{
		width: 90%;
	}
    .blog-content-footer{
	    max-width: 100%;
    }

    .category-main .container{
        max-width: 100%;
    }

    .category-banner .category-info .title{
        font-size: 2.5em
    }

    .category-banner .category-info .desc , .category-banner .category-info .desc a{
        font-size: 1em;
    }

    .category-main .cat-toc .container{
        text-align: left;
    }

    .category-main .cat-toc ul{
        padding-left: 0;
        margin-top: 20px;
    }

    .category-main .blog-section .title{
        font-size: 1.5em;
    }

    .category-main .blog-section .desc{
        font-size: 1em;
    }

    .category-main .first-section .pure-u-1:first-child .blog-box .blog-content .title{
        font-size: 1em;
    }

    .category-main .first-section .pure-u-1:first-child .blog-box .blog-img, .category-main .second-section .pure-u-1:nth-child(5) .blog-box .blog-img, .category-main .second-section .pure-u-1:nth-child(5) .blog-box .blog-img{
        height: auto;
    }

    .category-footer #sub-categories .title{
        font-size: 2em;
    }

    .category-footer #sub-categories .sub-title, .category-footer .cat-item ul{
        font-size: 1em;
    }

    .post-single p{
        word-break: break-word;
    }

    .post-single a{
        word-break: break-all;
    }
}