/*
** Xypex FAQ
**/

body {
    margin: 0;
    padding: 0;
}

.site-main.learning {
    width: 100%;
    max-width: 1380px;
    padding: 0 20px;
    margin: 0 auto;
}

.nav-breadcrumb {
    margin-top: 18px;
}

.nav-breadcrumb span {
    color: #999;
    font-size: 16px;
}

.nav-breadcrumb span a {
    color: #000;
    font-size: 16px;
    margin: 0 4px;
    font-weight: 400;
}

#breadcrumbs>span {
    margin-left: -4px;
}

.site-main.learning .content-body {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 90px;
    margin-bottom: 100px;
}

.content-right h1.title-page {
    margin: -12px 0 0 0;
}

.content-body .sidebar-left {
    min-width: 226px;
}

.sidebar-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-links .page_item {
    border-top: 1px solid #0075C9;
}

.nav-links>.page_item:last-child {
    border-bottom: 1px solid #0075C9;
}

.nav-links>.page_item:first-child {
    border-top: 2px solid #0075C9;
}

.nav-links .page_item a {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin: 5px 10px 0 0;
    line-height: 1.15em;
    display: inline-block;
}

.nav-links .page_item a:hover {
    color: #0075C9;
}

.nav-links .current_page_item>a,
.nav-links .current_page_parent>a {
    color: #0075C9;
    font-weight: 700;
}

.nav-links .children .current_page_item>a {
    font-weight: 300;
    padding-bottom: 5px;
    display: inline-block;
}

.nav-links .page_item_has_children:not(.current_page_parent) ul.children {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.nav-links .page_item_has_children.active ul.children {
    max-height: 500px;
    transition: max-height 0.3s ease-in-out;
}

.nav-links li.page_item_has_children.current_page_item ul.children {
    max-height: 500px;
    transition: max-height 0.3s ease-in-out;
}

.nav-links li.page_item_has_children.current_page_item.active ul.children {
    max-height: 0;
}

.nav-links ul.children li {
    border-width: 0;
    width: 100%;
    line-height: normal;
}

.nav-links ul.children li:last-child {
    padding-bottom: 20px;
}

.nav-links ul.children li:before {
    content: '–';
    margin-right: 4px;
}

ul.children li.current_page_item:before {
    color: #0075C9;
}

.nav-links .page_item_has_children {
    position: relative;
}

.nav-links .page_item_has_children::after {
    content: '+';
    line-height: 44px;
    position: absolute;
    right: 5px;
    top: 0;
}

.nav-links .page_item_has_children.active:not(.current_page_parent)::after {
    content: '_';
    font-size: 26px;
}

.nav-links .page_item_has_children.current_page_parent::after {
    content: '_';
    font-size: 26px;
    line-height: 26px;
}

.nav-links .current_page_parent.page_item_has_children::after {
    color: #0075C9;
}

.nav-links .page_item_has_children>a {
    pointer-events: none;
    line-height: 1.15;
    padding: 10px 15px 10px 0;
    display: block;
}


/*
** Content FAQ
*/

.content-body .content-right {
    margin-left: 112px;
    margin-top: 0;
}

.content-body.xypex-faq .content-right {
    width: 100%;
}

.content-right .tab-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #0075C9;
    margin-top: 41px;
}

.tab-head .tab {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    cursor: pointer;
    position: relative;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin-bottom: 0;
    padding: 10px 5px 6px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-head .tab:hover {
    color: #0075C9;
}

.tab-head .tab.active {
    color: #fff;
    border-color: #0075C9;
    background: #0075C9;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    margin-left: 5px;
}

.tab-head .tab.active .arrow-down {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: none;
}

.content-right .tab-content {
    margin-top: 65px;
}

.tab-content .tab {
    display: none;
}

.tab-content .tab.active {
    display: initial;
    overflow: hidden;
}

.tab-content .tab h3 {
    margin-bottom: 15px;
}

.faq-list .accordion-item {
    margin-bottom: 10px;
}

.accordion-item .tab-title {
    display: flex;
    justify-content: space-between;
    background-color: #E9EFF8;
    padding: 18px 30px;
}

.tab-title .tab-icon span {
    color: #0075C9;
    font-size: 17px;
    font-weight: 400;
}

.faq-list .tab-title .tab-icon span,
.tab-title .tab-icon span a {
    cursor: pointer;
    white-space: nowrap;
}

.tab-title.article .tab-icon span {
    color: #000;
}

.tab-icon .close-item {
    display: none;
}

.content-faq {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}

.content-faq p {
    margin: 20px 47px 52px;
    font-size: 17px;
    line-height: 24px;
}

.accordion-item.active .content-faq {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

.accordion-item .tab-title .title {
    max-width: calc(100% - 120px);
}

.accordion-item.active .tab-title span.title {
    font-weight: 700;
}

.accordion-item.active .tab-icon .close-item {
    display: inline-block;
}

.accordion-item.active .tab-icon .open-item {
    display: none;
}

.accordion-item.active .content-faq ol,
.accordion-item.active .content-faq ul {
    padding-left: 1em;
    margin-left: 47px;
}


/*
** Tech Notes Style
*/

.technotes .description {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    border-bottom: 1px solid #0075C9;
    padding-bottom: 44px;
    padding-top: 25px;
    margin-bottom: 43px;
}

@media (min-width: 1280px) {
    .content-body .content-right.technotes {
        margin-left: 105px;
    }
    .technote-content .tech-notes {
        margin-left: 7px;
    }
}

.tech-notes .tab-icon>span {
    padding-left: 40px;
}

.tech-notes .tab-icon>span.item {
    padding-right: 10px;
    cursor: pointer;
}

.tech-notes .tab-icon span.view {
    border-left: 2px solid #fff;
}

.tech-notes .tab-icon span.file-pfd {
    padding-right: 7px;
}

.tab-title .tab-icon .view a span,
.tab-title .tab-icon .file-pfd a span {
    color: #000;
    display: inherit;
    text-align: left;
}

.tab-title .tab-icon .view a:hover>span,
.tab-title .tab-icon .file-pfd a:hover>span {
    color: #0075C9;
}

.tab-title .tab-icon .view a:hover>svg,
.tab-title .tab-icon .file-pfd a:hover>svg {
    fill: #0075C9;
}

.tech-notes .accordion-item .title,
.faq-list .accordion-item .title {
    display: flex;
    flex-direction: row;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    cursor: pointer;
}

.tech-notes .tab-title .title span,
.faq-list .tab-title .title span {
    margin-right: 6px;
}

.tech-notes .accordion-item .tab-title .title {
    max-width: calc(100% - 334px);
}

@media(max-width: 1024px) {
    .tech-notes .accordion-item .tab-title .title {
        max-width: calc(100% - 262px);
    }
    .tech-notes .tab-icon>span {
        padding-left: 16px;
    }
    .tech-notes .tab-icon span.file-pfd {
        padding-right: 0px;
    }
}

@media (max-width: 579px) {
    .accordion-item .tab-title {
        flex-wrap: wrap;
    }
    .content-right .accordion-item .tab-icon {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .content-right .accordion-item .tab-title .title {
        max-width: 100%;
    }
    .tech-notes .tab-icon>span.item {
        padding-left: 0;
    }
}


/*
** Online Courses
*/

.courses-content {
    margin-top: 40px;
}

.course-list .course {
    margin-bottom: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #0075C9;
}

.course .btn-take-course {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #0075C9;
    padding: 15px 56px;
    margin: 30px 0;
    display: table;
}

.course .btn-take-course:hover {
    background-color: #00AEEF;
}

.online-courses .course-list {
    margin-top: 47px;
}

.online-courses img {
    width: 100%;
}

.course h3.co-title {
    margin: 0;
}

.course .co-name {
    font-weight: 300;
    color: #575756;
}

.course .co-desc {
    line-height: 40px;
    font-weight: 300;
}

.course .show-detail {
    /*display: none;*/
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
}

.course.active .show-detail {
    /*display: block;*/
    max-height: none;
}

.show-detail .box-background {
    display: flex;
    justify-content: space-between;
}

.show-detail .has-background {
    display: inline-block;
    width: calc(50% - 7px);
    background-color: #E9EFF8;
    padding: 30px 50px;
}


/*.show-detail>p,*/

.show-detail ol li,
.show-detail ul li,
.has-background p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
}

.btn-show-detail span {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: #0075C9;
    cursor: pointer;
    margin-bottom: 20px;
}

.btn-show-detail span.hide-action {
    display: none;
}

.course.active .btn-show-detail span.hide-action {
    display: block;
}

.course.active .btn-show-detail span.show-action {
    display: none;
}

@media (max-width: 991px) {
    .show-detail .box-background {
        display: block;
    }
    .show-detail .has-background {
        width: 100%;
        padding: 30px 20px;
    }
    .show-detail .has-background:nth-child(2) {
        padding-top: 0;
    }
}


/*
** Lunch & Learn
*/

.box-seminars {
    display: flex;
    flex-wrap: nowrap;
}

.box-seminars .col-image {
    margin-left: 27px;
    margin-top: 24px;
}

.box-seminars .col-image img {
    max-width: none;
}

.box-seminars .col-lunch-box {
    margin-left: 117px;
}

.col-lunch-box .box-content h3 {
    margin: 0;
}

.col-lunch-box .box-content p {
    /*font-size: 17px;*/
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 24px;
}

.col-lunch-box .box-content em {
    font-size: 20px;
    font-weight: 300;
}

.col-lunch-box .box-content strong {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-top: 7px;
    margin-bottom: 8px;
}

.btn-lunch-learn {
    margin-top: 34px;
}

.btn-lunch-learn a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    background-color: #0075C9;
    color: #fff;
    padding: 15px 34px;
}

.btn-lunch-learn a:hover {
    background-color: #00AEEF;
}


/*
** White Paper
**/

.white-papers-list .wpa-item {
    display: flex;
}

.white-papers-list .wpa-item.item-1 {
    width: 100%;
    padding-bottom: 55px;
}

.white-papers-list .wpa-item.col-50 {
    width: 50%;
    flex-direction: column;
}

.wpa-text-content {
    display: flex;
    flex-direction: column;
}

.item-1 .wpa-text-content {
    margin-left: 14.8%;
}

.row-2-col {
    display: flex;
}

.wpa-text-content .wpa-content,
.row-2-col .col-50 .wpa-text-content {
    flex-grow: 1;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
}

.wpa-item .wpa-image {
    position: relative;
}

.item-1 .wpa-image {
    max-width: 378px;
    margin-top: 4px;
}

.wpa-item .wpa-image span {
    position: absolute;
    left: 40px;
    top: 60px;
    width: 225px;
    font-size: 18.5px;
    line-height: 20px;
    font-weight: 700;
    color: #FFF;
}

.wpa-item.item-1 .wpa-image img {
    max-width: 378px;
}

.wpa-item .wpa-image img {
    max-width: none;
}

.row-2-col .wpa-item .wpa-image img {
    max-width: 295px;
    width: 100%;
}

.wpa-text-content .feature {
    font-size: 20px;
    color: #555555;
    line-height: 22px;
    margin-bottom: 46px;
}

.wpa-text-content h3 {
    margin-bottom: 21px;
}

.wpa-text-content .tab-icon .file-pfd {
    margin-left: 38px;
}

.wpa-text-content .tab-icon a {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}

.wpa-text-content .tab-icon a:hover span {
    color: #0075C9;
}

.wpa-text-content .tab-icon a:hover svg {
    fill: #0075C9;
}

.row-2-col {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.row-2-col .wpa-item:nth-child(2n+1) {
    padding-top: 40px;
    padding-right: 18px;
    padding-bottom: 35px;
    border-right: 1px solid #808080;
}

.row-2-col .wpa-item:nth-child(2n) {
    padding-top: 40px;
    padding-left: 26px;
    padding-bottom: 35px;
}

.row-2-col .wpa-item .wpa-image span {
    max-width: 180px;
    left: 34px;
    top: 48px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.row-2-col .wpa-text-content h3 {
    margin-top: 26px;
}

@media(max-width: 1279px) {
    .item-1 .wpa-text-content {
        margin-left: 30px;
    }
}

@media(max-width: 1024px) {}

@media(min-width: 767px) and (max-width: 991px) {
    .white-papers-list .wpa-item.item-1 {
        flex-wrap: wrap;
    }
    .item-1 .wpa-text-content {
        margin-left: 0;
    }
    .row-2-col {
        display: block;
    }
    .row-2-col .wpa-item.col-50 {
        width: 100%;
        border-width: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .row-2-col .item-2.col-50 {
        border-bottom: 1px solid #808080;
    }
}

@media(max-width: 767px) {}

@media (max-width: 579px) {
    .white-papers-list .wpa-item.item-1 {
        flex-wrap: wrap;
    }
    .item-1 .wpa-text-content {
        margin-left: 0;
    }
    .row-2-col {
        display: block;
    }
    .row-2-col .wpa-item.col-50 {
        width: 100%;
        border-width: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .row-2-col .item-2.col-50 {
        border-bottom: 1px solid #808080;
    }
    .row-2-col .wpa-image {
        max-width: 378px;
    }
    .wpa-image img {
        width: 100%;
    }
}


/*
** Xypex Articles
**/

.content-body .content-right.article-xypex {
    width: calc(100% - 338px);
}

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

.article-content .article-slides {
    position: relative;
    background-image: url(../images/backgr-art.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.article-slide h3 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    padding-right: 22px;
}

.article-slide h3.art-summary {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 26px;
}

@media (min-width:580px) {
    .article-slide h3.art-summary {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

.article-slides .article-slide {
    display: flex;
    height: 410px;
    overflow: hidden;
}

.article-slide .article-left {
    width: 59%;
    margin-left: 75px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.article-left a.btn-read-art {
    width: 200px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #0075C9;
    text-align: center;
    padding: 17px 20px;
    margin-bottom: 42px;
}

.article-left a.btn-read-art:hover {
    background-color: #00AEEF;
}

.the-image {
    max-width: 352px;
    width: 41%;
    margin-right: 50px;
    margin-top: 30px;
    position: relative;
}

.the-image img {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -82px;
}

.article-content .article-slides .slick-arrow {
    width: 65px;
    height: 65px;
    background-size: 7px;
    background-position: center center;
    position: absolute;
    top: 54px;
    background-color: #939598;
    margin: 0;
    cursor: pointer;
}

.article-content .article-slides .slick-arrow:hover {
    background-color: #0075C9;
}

.article-content .article-slides .slick-arrow.slick-disabled {
    background-color: #606060 !important;
    display: none;
}

.article-content .article-slides .slick-next {
    left: 75px;
}

.article-content .article-slides .slick-prev {
    left: 0;
}

.article-filter {}

.article-lists .article-filter {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.load-ajax {
    display: none;
    margin-right: 10px;
    align-content: center;
}

.article-filter.loading .load-ajax {
    display: inline-flex;
}

.article-filter.loading .select {
    pointer-events: none;
}

.load-ajax .art-load-ajax {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 3px solid #969696;
    border-top-color: #000000;
    box-sizing: border-box;
    background: transparent;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    0% {
        transform: rotate(360deg);
    }
}

.art-list.loading .articles-list {
    position: relative;
}

.art-list.loading .articles-list:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #eee;
    opacity: 0.35;
}

.article-filter select {
    width: 172px;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    border: 1px solid #0075C9;
    color: #fff;
    background: url(../../assets/img/icon-select-white.svg) no-repeat 96% center, linear-gradient(#0075C9, #0075C9);
    outline: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 7px 22px;
}

select option {
    color: #575756;
}

.article-lists .sl-art {
    margin-top: 20px;
    margin-bottom: 26px;
    margin-left: 2px;
}

.articles-list .article {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    background-color: #E9EFF8;
    padding: 13px 36px 13px 32px;
}

.articles-list .article.hidden,
.filter-by-tag .filter-tag.hidden {
    display: none;
}

.date-name .art-date {
    min-width: 75px;
    font-size: 17px;
    line-height: 34px;
    color: #000;
    font-weight: 400;
}

.articles-list .art-name p {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
}

.articles-list .art-name .title a {
    display: inline-table;
    color: #555;
    text-decoration: underline;
}

.articles-list .art-name .title a:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.clear-filter-magazine,
.clear-filter-tag {
    font-size: 17px;
    line-height: 34px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
}

.art-name .summary strong {
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
}

.article .tab-icon {
    display: flex;
    align-items: flex-end;
}

.article .tab-icon .file-pfd {
    padding-left: 45px;
}

.article .date-name {
    width: calc(100% - 170px);
    display: flex;
    flex-direction: row;
}

.article .date-name .art-name {
    margin-left: 72px;
}

.sidebar-title.show-mobile {
    color: #0075C9;
    font-weight: 700;
}


/*
** Responsive Mobile
**/

@media(min-width: 768px) {
    .show-mobile {
        display: none;
    }
}

@media (max-width: 1375px) {
    .article-content .article-slides {
        background-size: cover;
    }
}

@media (max-width: 1279px) {
    .article-slide .article-left {
        margin-left: 30px;
        width: 65%;
    }
    .the-image {
        margin-right: 30px;
        width: 35%;
    }
    .the-image img {
        bottom: -20px;
    }
    .article .date-name .art-name {
        margin-left: 50px;
    }
    .article-slide h3 {
        font-size: 25px;
    }
}

@media (max-width: 1024px) {
    .content-body .content-right {
        margin-left: 50px;
    }
    .content-body .content-right.article-xypex {
        width: calc(100% - 276px);
    }
    .accordion-item .tab-title .title {
        max-width: calc(100% - 80px);
        line-height: 26px;
    }
    .box-seminars .col-image {
        margin-left: 0;
        margin-top: 0;
    }
    .btn-lunch-learn a {
        padding: 15px;
    }
    .box-seminars .col-lunch-box {
        margin-left: 50px;
    }
    .article-slide h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .the-image img {
        bottom: 0;
    }
    .site-main.learning .content-body {
        margin-bottom: 50px;
    }
    .page-template-Lunch-learm .section-directory {
        margin-top: 50px;
    }
    .wpa-text-content .wpa-content,
    .row-2-col .col-50 .wpa-text-content {
        font-size: 24px;
        line-height: 1.5em;
    }
}

@media (min-width: 881px) and (max-width: 991px) {
    .content-body .sidebar-left {
        max-width: 226px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-body .content-right {
        margin-left: 30px;
    }
    .content-body .content-right.article-xypex {
        width: calc(100% - 256px);
    }
    .tab-head .tab {
        font-size: 16px;
    }
    .section-brochures .tab-head .tab.coating .arrow-down,
    .section-xypex-videos .tab-head .tab.ganeral .arrow-down {
        margin-right: 5px;
    }
    .content-body .sidebar-left {
        min-width: 212px;
        width: 100%;
        margin-top: 5vw;
    }
    .content-right h1.title-page {
        margin-top: 50px;
    }
    .site-main.learning .content-body,
    #learning-main .content-body.learning-center {
        margin-top: 0;
    }
    .accordion-item .tab-title {
        padding: 12px 16px;
    }
    .content-faq {
        margin-left: 20px;
        margin-right: 20px;
    }
    .box-seminars {
        display: block;
    }
    .box-seminars .col-lunch-box {
        margin-left: 0px;
        margin-top: 30px;
    }
    /* Slide Article*/
    .article-slide h3 {
        font-size: 20px;
    }
    .article-slide .article-left {
        margin-left: 15px;
        width: 60%;
    }
    .the-image {
        margin-right: 10px;
        width: 40%;
    }
    .articles-list .article {
        flex-wrap: wrap;
        padding: 10px 30px;
    }
    .article .date-name {
        width: 100%;
        flex-direction: column;
    }
    .article .date-name .art-name {
        margin-left: 0;
    }
    .article .tab-icon {
        margin-top: 15px;
    }
    .art-name .summary strong {
        line-height: 28px;
        display: block;
    }
}

@media (max-width: 880px) {
    .row-container .sidebar-left {
        order: 2;
    }
    .show-mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .content-right h1.title-page {
        margin-top: 30px;
    }
    .site-main.learning .content-body {
        flex-wrap: wrap;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .learning-center .sidebar-left {
        min-width: 226px;
        width: 100%;
        margin-top: 50px;
        order: 2;
    }
    .learning-center .content-right {
        margin-left: 0;
        order: 1;
    }
    .content-body .content-right.article-xypex {
        width: 100%;
    }
    .content-right .tab-head {
        display: block;
        border-bottom-color: #808080;
    }
    .tab-head .tab {
        border-top: 1px solid #808080;
        justify-content: space-between;
        margin-bottom: 0;
        padding-left: 14px;
        padding-right: 16px;
        text-align: left;
    }
    .accordion-item .tab-title {
        padding: 16px;
    }
    .content-faq p {
        margin-left: 20px;
        margin-right: 20px;
    }
    .accordion-item.active .content-faq ol,
    .accordion-item.active .content-faq ul {
        margin-left: 20px;
    }
    .sidebar-title.show-mobile {
        color: #0075C9;
        font-weight: 700;
    }
    .articles-list .article {
        padding: 12px 15px;
    }
    .article .date-name .art-name {
        margin-left: 30px;
    }
    .article .tab-icon .file-pfd {
        padding-left: 30px;
    }
}

@media (max-width: 579px) {
    .box-seminars {
        display: block;
    }
    .box-seminars .col-image,
    .btn-lunch-learn {
        text-align: center;
    }
    .box-seminars .col-lunch-box {
        margin-left: 0px;
        margin-top: 30px;
    }
    /* Slide Article*/
    .article-slide h3 {
        text-align: center;
        padding: 0;
    }
    .articles-list .article {
        flex-wrap: wrap;
        padding: 10px 20px;
    }
    .article .date-name {
        width: 100%;
        flex-direction: column;
    }
    .article .date-name .art-name {
        margin-left: 0;
    }
    .article .tab-icon {
        margin-top: 15px;
    }
    .article-slides .article-slide {
        height: auto;
        flex-wrap: wrap;
    }
    .article-content .article-slides .slick-prev {
        left: calc(50% - 70px);
        top: 20px;
    }
    .article-content .article-slides .slick-next {
        left: calc(50% + 5px);
        top: 20px;
    }
    .article-slide .article-left {
        width: 100%;
        margin-left: 0;
        margin-top: 100px;
        padding: 0 20px;
    }
    .the-image {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    .the-image img {
        position: unset;
        margin-bottom: -70px;
    }
    .article-filter {
        text-align: center;
    }
    .article-filter select {
        width: auto;
        min-width: 280px;
    }
    .article-left a.btn-read-art {
        margin: 0 auto 25px auto;
    }
    .wpa-text-content .view span {
        display: inherit;
    }
}


/*
** Xypex Brochures
**/

.section-brochures .content-brochures,
.section-xypex-videos .content-video {
    margin-top: 56px;
}

@media(min-width: 579px) {
    .brochures-lists {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -24px;
        position: relative;
    }
    .brochures-lists:before {
        content: '';
        height: calc(100% - 38px);
        width: 1px;
        background-color: #808080;
        position: absolute;
        left: 50%;
        top: 38px;
    }
}

.brochures-list {
    display: flex;
    width: 50%;
    padding-top: 38px;
    padding-bottom: 50px;
    border-bottom: 1px solid #808080;
    padding-left: 24px;
    padding-right: 24px;
}

.brochures-list:nth-child(1),
.brochures-list:nth-child(2) {
    padding-top: 0;
    margin-top: 38px;
}

.brochures-lists .brochures-box {
    display: flex;
    flex-direction: column;
}

.brochures-box .brochures-box-image img {
    display: block;
}

.brochures-box .cate {
    list-style: none;
    padding: 0;
    margin: 0;
}

.brochures-box .cate li a {
    font-size: 17px;
    line-height: 24px;
    color: #575756;
    font-weight: 400;
    text-decoration: underline;
    margin: 25px 0 5px 0;
    display: block;
}

.filter-by-tag .filter-tag ul .tag-name a:hover {
    cursor: pointer;
    text-decoration: unset;
}

.brochures-box>p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    color: #575756;
    margin-bottom: 25px;
    flex-grow: 1;
}

.brochures-box .tab-title {
    margin-left: 4px;
}

.tab-content .tab .brochures-box h3 {
    margin-bottom: 19px;
}

.brochures-box .tab-icon .file-pfd {
    padding-left: 37px;
}

.brochures-box .tab-title .tab-icon span {
    color: #575756;
    font-size: 20px;
    display: initial;
}


/*
* Videos
*/

.brochures-list.video-list {
    padding-bottom: 30px;
}

.tab-content .tab .brochures-box.video-box h3 {
    margin-bottom: 15px;
}

.brochures-box.video-box>p {
    margin-bottom: 18px;
}

.video-box .video-url img {
    width: 100%;
    display: block;
}

.video-url iframe {
    display: none;
}

.video-thumbnail {
    position: relative;
}

.video-thumbnail .play-icon {
    position: absolute;
    left: 23px;
    bottom: 35px;
    width: 90px;
    height: 90px;
    cursor: pointer;
}

.video-lightbox:before {
    content: '';
    background-color: rgb(77 77 77 / 95%);
    position: absolute;
    width: 90px;
    height: 90px;
    z-index: 1;
    transition: filter .1s cubic-bezier(0, 0, .2, 1);
    border: 3px solid #fff;
    border-radius: 50%;
}

.video-lightbox:after {
    content: '';
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -55%);
    border-style: solid;
    border-width: 20px 0 20px 40px;
    z-index: 99;
}

.video-lightbox:hover:before {
    background-color: #0075C9;
}

.video-lightbox:hover:after {
    border-color: transparent transparent transparent #fff;
}

.play-video span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #0075C9;
    cursor: pointer;
}


/* Style popup */

.wrap-popup .iframe-wrapper .close {
    right: 0px;
    top: -24px;
    font-size: 20px;
    line-height: 20px;
}

.wrap-popup .iframe-wrapper .link-youtube {
    text-align: center;
    padding: 0 25px;
}

.wrap-popup .iframe-wrapper .link-youtube iframe {
    width: 100%;
    height: 100%;
}

.video-popup-container {
    display: none;
}

.wrap-popup .overlay-bgr {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgb(0 0 0 / 70%);
}

.wrap-popup .iframe-wrapper {
    width: 100%;
    /*height: 100%;*/
    position: fixed;
    z-index: 101;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

.content-video.show-popup .wrap-popup {
    display: inline-flex;
}

@media (min-width:1280px) {
    .wrap-popup .iframe-wrapper {
        max-width: 55vw;
    }
}

@media (min-width:768px) and (max-width:880px) {
    .tab-content .tab .brochures-box.video-box h3 {
        font-size: 30px;
    }
}

@media (max-width: 880px) {
    .learning-center .sidebar-left {
        margin-top: 50px;
        order: 2;
    }
}

@media (max-width: 767.98px) {
    .wrap-popup .iframe-wrapper {
        width: 96%;
    }
    .wrap-popup .iframe-wrapper iframe {
        width: 100%;
    }
    .video-thumbnail .play-icon {
        width: 60px;
        height: 60px;
    }
    .video-lightbox:before {
        width: 60px;
        height: 60px;
    }
    .video-lightbox:after {
        border-width: 10px 0 10px 20px;
    }
}

@media (max-width: 579px) {
    .brochures-lists.corporate-list {
        display: block;
    }
    .brochures-lists .brochures-list {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-right: none;
    }
    .brochures-lists .brochures-list:not(:first-child) {
        padding-top: 38px;
    }
}