/* Tabs */
.custom-tabs {}

.custom-tabs .tab-titles {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
}

.custom-tabs .tab-titles li {
    width: 100%;
    color: #63615D;
    text-align: center;
    padding: 32px 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .2s ease;
    background: #F9F9F9;
    font-family: var(--e-global-typography-primary-font-family, "Roboto Condensed"), sans-serif;
}

.custom-tabs .tab-titles li.active, .custom-tabs .tab-titles li:hover {
    color: var(--e-global-color-accent);
    background: #00468B;
}

/* Tabs content */
.custom-tabs .tab-content {
  display: none;
}
.custom-tabs .tab-content.active {
  display: block;
}

/* Swiper layout */
.custom-tabs .item {
    display: flex;
    align-items: center;   
    height: auto;
}

.custom-tabs .item .product-info {
    width: 55%;
    padding: 25px;
}

.custom-tabs .item .product-image {
    padding: 25px;
    width: 45%;
}

.custom-tabs .item .product-image img {
    width: 100%;
}

.custom-tabs .tab-contents {
    margin-top: 100px;
}

.custom-tabs .item .product-info .product-short-desc {
    width: 70%;
}

.custom-tabs .swiper-controls {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: center;
    z-index: 9;
}

.elementor-element .swiper-controls .elementor-swiper-button {
    position: static;
    transform: none;
    cursor: pointer;
}

.custom-tabs .swiper-controls .swiper-pagination-bullets {
    width: auto;
}

.applications-articles .tab-content {
    display: none;
    margin-top: 20px;
}

.applications-articles .tab-content.active {
    display: block;
}

.application-articles-swiper {
    list-style: none;
    padding: 0;
    margin: 0;
}

.application-articles-swiper li {
    margin-bottom: 10px;
}

.application-articles-swiper li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
}

.application-articles-swiper li a:hover {
    color: var(--e-global-color-primary);
}

.swiper-controls-related-articles {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}

.swiper-controls-fake {}

.swiper-controls-fake .swiper-controls-fake-item {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    margin: 0 20px;
    cursor: pointer;
    border: 1px solid transparent;
}

.swiper-controls-fake .swiper-controls-fake-item:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    background: var(--e-global-color-accent);
}

.swiper-controls-fake .swiper-controls-fake-item.swiper-controls-fake-active,
.swiper-controls-fake .swiper-controls-fake-item:hover {
    border: 1px solid var(--e-global-color-accent);
}

.applications-articles-title {
    text-align: center;
}

.applications-articles-title h3 {
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    margin-bottom: 55px;
    color: var(--e-global-color-accent);
}

.applications-articles-container {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0;
}

.applications-articles.tabs-4277b3c {
    max-width: var(--content-width);
    margin: 0 auto;
}

.application-articles-swiper .post-item {}

.application-articles-swiper .post-item .post-item--wrapper {
    position: relative;
    padding-bottom: 32px;
}

.application-articles-swiper .post-item .post-thumbnail {
    position: relative;
    padding-top: calc(445 / 387 * 100%);
}

.application-articles-swiper .post-item .post-thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.application-articles-swiper .post-content--info {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--e-global-color-accent);
    width: 90%;
    padding: 32px 35px;
    overflow: hidden;
    box-shadow: 0px 6px 10px 0px #0000001A;
    min-height: 172px;
}

.application-articles-swiper .post-content--info .post-excerpt {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.application-articles-swiper .post-content--info .read-more {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -60px;
    left: 0;
    transition: all .3s ease;
}

.application-articles-swiper .post-content--info .post-content {
    position: relative;
}

.application-articles-swiper .post-content--info .post-title a {
    font-size: 18px;
    color: var(--e-global-color-primary);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    min-height: 40px;
    display: inline-block;
}

.application-articles-swiper .post-item:hover .post-content--info {
    background: var(--e-global-color-primary);
}

.application-articles-swiper .post-item:hover .post-content--info .post-title a,
.application-articles-swiper .post-item:hover .post-content--info .post-excerpt {
    color: var(--e-global-color-accent);
}

.application-articles-swiper .post-item:hover .post-content--info .read-more {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.application-articles-swiper .post-content--info .post-content {
    padding-bottom: 0;
    transition: all .3s;
}

.application-articles-swiper .post-item:hover .post-content--info .post-content {
    padding-bottom: 60px;
}

.swiper-controls-related-articles .elementor-swiper-button.elementor-swiper-button-prev,
.swiper-controls-related-articles .elementor-swiper-button.elementor-swiper-button-next {
    cursor: pointer;
}

.swiper-controls-related-articles .elementor-swiper-button.elementor-swiper-button-prev::before,
.swiper-controls-related-articles .elementor-swiper-button.elementor-swiper-button-next::before {
    background-image: url(../images/navigation-white.svg);
}


.product-category-list {
    position: relative;
    padding-bottom: 134px;
}

.product-category-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(../images/bkg-products-list-359.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: -1;
    background-size: contain;
    padding: calc(359 / 1366 * 100%);
}

.product-category-list .custom-tabs {
    max-width: var(--content-width);
    margin: 0 auto;
    padding-bottom: 73px;
}

.custom-tabs .item .product-image a {
    position: relative;
    padding-top: calc(629 / 529 * 100%);
    display: flex;
    width: 100%;
}

.custom-tabs .item .product-image img {
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    z-index: 2;
    transform: translateY(-50%);
}

.custom-tabs .item .product-image img.cat-sub-image {
    z-index: 0;
    left: 50%;
    transform: translateX(-40%);
    height: 100%;
    top: 0;
}

.custom-tabs .item .product-image img.cat-main-image {
    z-index: 1;
    right: auto;
    left: 0;
    transform: translate(-20px, -50%);
}

.custom-tabs .item .product-info .product-name {
    font-size: 48px;
    letter-spacing: 0;
    font-weight: 500;
    color: var(--e-global-color-primary);
    line-height: 48px;
    margin: 0;
}

.custom-tabs .item .product-info .product-name a {
    color: var(--e-global-color-primary);
}

.custom-tabs .item .product-info .product-short-desc {
    width: 70%;
    margin-top: 23px;
}

.custom-tabs .item .product-info .product-short-desc p {
    margin-bottom: 0;
}

.custom-tabs .item .product-info .elementor-widget-button {
    margin-top: 23px;
}

.products-contact-us .elementor-widget-heading h6.elementor-heading-title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 18px;
}

.products-contact-us .elementor-widget-heading h6.elementor-heading-title:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    right: 0;
}

.products-contact-us .elementor-widget-heading h3.elementor-heading-title {
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 0;
}

.products-contact-us .elementor-widget-heading {
}

.products-contact-us .elementor-widget-button .elementor-button {
    color: var(--e-global-color-accent);
    background-color: transparent;
    border-color: var(--e-global-color-accent);
}

.products-contact-us .elementor-widget-button .elementor-button:hover {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-8149083);
}

.products-contact-us .elementor-widget-heading h6.elementor-heading-title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 18px;
}

.products-contact-us .elementor-widget-heading h6.elementor-heading-title:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    right: 0;
}

.products-contact-us .elementor-widget-heading h3.elementor-heading-title {
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    width: 100%;
    text-align: right;
    max-width: 488px;
}

.products-contact-us .elementor-widget-heading {
}

.products-contact-us .elementor-widget-button .elementor-button {
    color: var(--e-global-color-accent);
    background-color: transparent;
    border-color: var(--e-global-color-accent);
    padding: 7px 28px 7px 28px;
}

.products-contact-us .elementor-widget-button .elementor-button:hover {
    background: var(--e-global-color-accent);
    color: var(--e-global-color-8149083);
}

.products-contact-us .elementor-widget-heading {
    display: flex;
    justify-content: flex-end;
}

.swiper-controls-fake-blue .swiper-controls-fake-item::before {
    background: var(--e-global-color-primary)
}

.swiper-controls-fake-blue .swiper-controls-fake-item.swiper-controls-fake-active,
.swiper-controls-fake-blue .swiper-controls-fake-item:hover {
    border: 1px solid var(--e-global-color-primary)
}

.products-list .product-category-images img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.products-list {
    position: relative;
}

.products-list--product {
    display: flex;
    align-content: center;
    align-items: center;
}

.product--images-div, .product--info-div {
    width: 50%;
    position: relative;
}

.products-list .product-category-images img.cat-sub-image {
    z-index: 0;
    left: 50%;
    transform: translateX(-30%);
    height: 100%;
}

.products-list .product-category-images img.cat-main-image {
    top: auto;
    bottom: 0;
    left: auto;
    right: 20%;
    max-height: 100%;
}

.products-list-image {
    position: relative;
}

.products-list-image img {
    position: absolute;
    width: 100%;
    object-fit: contain;
    right: 0;
    top: 54%;
    transform: translateY(-50%);
}

.products-list-image .product-image {
    width: 60%;
    float: right;
}

.products-list-image .product-image a {
    padding-top: calc(548.45 / 386.6 * 100%);
    display: block;
    width: 100%;
    position: relative;
}

.product--info-div {padding-left: 40px;}

.products-list--product .product--info {}

.products-list--product .product--info .product-name {
    font-size: var(--e-global-typography-secondary-font-size);
    line-height: var(--e-global-typography-secondary-line-height);
    font-weight: var(--e-global-typography-secondary-font-weight);
    color: var(--e-global-color-primary);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    text-transform: uppercase;
    margin-top: 0;
}

.products-list--product .product--info .product-name a {
    color: var(--e-global-color-primary);
}

.products-list--product .product--info .product-short-desc {
    max-width: 78%;
}

.custom-tabs .swiper-controls.swiper-controls--products-list {
    position: absolute;
    width: auto;
    margin-top: 45px;
    right: 15%;
}

.p-margin-bottom-0 p {
    margin-bottom: 0;
}

.products-list--product .product--info .elementor-widget-button {
    margin-top: 23px;
}

p.no-related-articles {
    color: #FFF;
}

@media (max-width: 1440px) {
    .product-category-list,
    .applications-articles-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .products-list--product .product--info .product-short-desc {
        max-width: 100%;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .custom-tabs .swiper-controls.swiper-controls--products-list {
        width: 100%;
        right: 0;
    }
}
@media (max-width: 991px) {
    .application-articles-swiper .post-content--info {
        padding: 32px 25px;
    }
}
@media (max-width: 767.98px) {
    .custom-tabs .tab-titles {
        position: relative;
        display: inline-block;
        width: calc(100% - 60px);
        cursor: pointer;
        user-select: none;
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
        margin-left: 0;
        box-shadow: 0px 6px 10px 0px #0000001A;
        position: absolute;
        top: -150px;
        background: #FFF;
        z-index: 2;
    }

    .custom-tabs .tab-titles:after {
        content: "";
        width: 10px;
        height: 6px;
        background-image: url(../images/arrow-select.svg);
        position: absolute;
        top: 31px;
        right: 38px;
        z-index: 2;
        background-repeat: no-repeat;
        background-size: cover;
        pointer-events: none;
        transition: all .2s ease;
}

    .custom-tabs .tab-titles.open:after {
        transform: rotate(180deg);
    }
    
    .custom-tabs .tab-titles li {
        display: none;
        padding: 0;
        color: var(--e-global-color-primary);
        line-height: 43px;
    }

    .custom-tabs .tab-titles li:nth-child(2) {
        margin-top: 15px;
    }

    .custom-tabs .tab-titles li:last-child {
        margin-bottom: 15px;
    }
    
    .custom-tabs .tab-titles li.active {
        display: block;
        font-weight: bold;
        padding: 20px 0 21px;
        line-height: 18px;
        box-shadow: 0px 6px 10px 0px #0000001A;
        line-height: 30px;
    }
    
    .custom-tabs .tab-titles.open li {
        display: block; /* khi mở dropdown thì hiển thị tất cả */
        background: #FFF;
    }

    .custom-tabs .tab-titles.open li.active {
        background: #00468B;
        box-shadow: none;
    }

    .product--images-div, .product--info-div {
        width: 100%;
    }
    
    .products-list--product {
        flex-wrap: wrap;
    }
    
    .product--info-div {
        padding: 0;
        margin-top: 127px;
    }
    
    .custom-tabs .tab-contents {
        margin-top: 150px;
    }
    
    .custom-tabs .swiper-controls.swiper-controls--products-list .elementor-swiper-button {display: none;}
    
    .custom-tabs .swiper-controls.swiper-controls--products-list {
        right: 50%;
        transform: translateX(50%);
    }
    
    .products-list .product-category-images img.cat-sub-image {
        transform: translateX(-50%);
    }
    
    .product-category-list .custom-tabs {
        padding-bottom: 0;
    }
    
    .product-category-list {
        padding-bottom: 102px;
    }
    
    .product-category-list:after {
        padding: 0;
        height: 150px;
        background-size: auto;
        background-position: 60% 88%;
    }

    .products-list .product-category-images img.cat-main-image {
        max-width: 80%;
    }

    .applications-articles-container {
        padding: 80px 30px 75px;
    }
    
    .swiper-controls-related-articles .elementor-swiper-button.elementor-swiper-button-prev,
    .swiper-controls-related-articles .elementor-swiper-button.elementor-swiper-button-next {
        display: none;
    }

    .products-contact-us .elementor-widget-heading h3.elementor-heading-title {
        width: 78%;
    }
}

@media (max-width: 480px) {
    .custom-tabs .swiper-controls.swiper-controls--products-list {
        width: 100%;
    }
}